]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
When printing multiple pages per sheet in reverse option, do not invert
[evince.git] / ChangeLog
1 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc:
4         (pdf_document_file_exporter_begin_page),
5         (pdf_document_file_exporter_do_page),
6         (pdf_document_file_exporter_end_page),
7         (pdf_document_file_exporter_iface_init):
8         * libdocument/ev-file-exporter.[ch]:
9         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
10         * shell/ev-jobs.c: (ev_job_print_get_page_list),
11         (ev_job_print_run):
12
13         When printing multiple pages per sheet in reverse option, do not
14         invert the order of the pages in every sheet, but the order of the
15         sheets. Do not print blank pages when page range is invalid. Fixes
16         bugs #484857 and #485521.
17         
18 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * shell/ev-jobs.c: (ev_job_print_get_page_list),
21         (ev_job_print_run):
22         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
23
24         Respect ranges order when printing more than one range in random
25         order.
26         
27 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
28
29         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
30         (ev_window_setup_document), (ev_window_rotation_changed_cb):
31
32         Rotate also the window icon when document is rotated. Fixes bug
33         #474681.
34         
35 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
38         (pdf_document_forms_get_form_fields):
39
40         Silently ignore unknown form fields. Fixes bug #482654. Patch by
41         Matthias Drochner.
42         
43 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * configure.ac:
46         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
47
48         Use poppler_page_render_for_printing() instead of
49         poppler_page_render() if available when exporting to a ps or pdf
50         file. Fixes bug #476627.
51         
52 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-window.c: (ev_window_run_fullscreen):
55
56         Do not show the toolbar in fullscreen mode if the main toolbar is
57         not visible. Fixes bug #483048.
58         
59 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * shell/ev-view.c: (ev_view_button_press_event):
62
63         Give priority to form fields over images when deciding whether a
64         button press event is over an image or form field. It allows edit
65         form fields when they are over a background image. Fixes bug
66         #477841.
67         
68 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
69
70         * NEWS:
71         * configure.ac:
72         
73         Update for release 2.20.0
74
75 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * backend/pdf/ev-poppler.cc:
78
79         Remove #ifdef HAVE_FORMS, so that forms support works again.
80
81 2007-09-05  Götz Waschk  <waschk@mandriva.org>
82
83         * configure.ac:
84         * data/evince.desktop.in.in:
85         
86         Fixes desktop file issues. See bug #473471.
87
88 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
91         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
92         (ev_job_queue_remove_job):
93         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
94         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
95         * shell/ev-window.c: (ev_window_clear_save_job),
96         (ev_window_save_job_cb), (file_save_dialog_response_cb),
97         (ev_window_dispose):
98
99         Move save a copy task to its own job so that it's carried out in a
100         thread avoiding another lock in the main thread. Use
101         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
102         can be saved to a pathin another file system. Fixes bug #456891.
103         
104 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
105
106         * NEWS:
107         * configure.ac:
108         
109         Update for release 2.19.92
110
111 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * configure.ac:
114         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
115         (pdf_selection_get_selection_region),
116         (pdf_selection_get_selection_map),
117         (ev_form_field_from_poppler_field):
118
119         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
120         and triple click selections are enabled again now.
121
122 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * shell/ev-window.c: (ev_window_add_history):
125
126         Make sure not to use the history with documents not supporting
127         links. Fixes bug #468954.
128
129 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-window.c: (ev_window_load_job_cb):
132
133         Restart the search when reloading a document with the find bar
134         visible. Fixes bug #461962.
135
136 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * shell/ev-window.c: (setup_document_from_metadata),
139         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
140
141         Do not jump to the first page when reloading a document from the
142         last page.
143
144 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * shell/ev-window.c: (update_chrome_flag),
147         (setup_sidebar_from_metadata),
148         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
149         (ev_window_cmd_edit_find_next),
150         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
151         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
152         (find_bar_close_cb), (view_actions_focus_in_cb):
153
154         Do not update visibility when changing a chrome flag so that it's
155         possible to update several flags and update visibility only once
156         for all of them.
157
158 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
161
162         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
163         supported by gtk+. Fixes bug #460907.
164
165 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-view.c: (view_update_range_and_current_page):
168
169         Make sure current-page <= end-page in continuous mode. Fixes bug
170         #454950.
171
172 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * backend/pdf/ev-poppler.cc: (build_tree):
175
176         Ignore outline items without a title. Fixes bug #453913.
177
178 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
181         (ev_view_button_release_event), (ev_view_leave_notify_event):
182
183         Use always drag mouse cursor during a drag operation. Fixes bug
184         #470564.
185
186 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
189         (pdf_selection_get_selection_region),
190         (pdf_selection_get_selection_map):
191
192         Temporarily disable double and triple selections since it depends on
193         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
194         released and the update of the external dependency minimal version
195         approved.
196
197 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
200         (pdf_document_file_exporter_do_page):
201         * libdocument/ev-file-exporter.h:
202         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
203         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
204
205         Actually fix printing regressions. Remove orientation from
206         EvPrintContext since it's redundant.
207
208 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
211         * backend/impress/impress-document.c:
212         (impress_document_document_iface_init):
213         * backend/ps/ps-document.c: (ps_document_document_iface_init):
214         * backend/djvu/djvu-document.c:
215         (djvu_document_document_iface_init),
216         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
217         * backend/tiff/tiff-document.c:
218         (tiff_document_document_iface_init):
219         * backend/pixbuf/pixbuf-document.c:
220         (pixbuf_document_document_iface_init):
221         * backend/comics/comics-document.c:
222         (comics_document_document_iface_init):
223         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
224         (pdf_selection_render_selection),
225         (pdf_selection_get_selected_text),
226         (pdf_selection_get_selection_region),
227         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
228         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
229         (ev_selection_get_selection_region),
230         (ev_selection_get_selection_map):
231         * libdocument/ev-document.[ch]:
232         * shell/ev-pixbuf-cache.[ch]: (add_job),
233         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
234         * shell/ev-view-private.h:
235         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
236         (ev_job_render_run):
237         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
238         * shell/ev-view.c: (start_selection_for_event),
239         (ev_view_button_press_event), (ev_view_drag_data_get),
240         (ev_view_drag_data_received), (ev_view_button_release_event),
241         (compute_new_selection_text), (compute_selections),
242         (ev_view_select_all), (get_selected_text), (ev_view_copy),
243         (ev_view_primary_get_cb):
244
245         Add support for double and triple click selections.
246
247 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
248
249         * NEWS:
250         * configure.ac:
251
252         Update for release 2.19.4
253
254 2007-08-28  Justin Blanchard  <justinb04@aim.com>
255
256         * shell/ev-view-private.h:
257         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
258         (ev_view_set_highlight_search):
259         * shell/ev-view.h:
260         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
261         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
262         (find_bar_visibility_changed_cb):
263         
264         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
265
266 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
269         (pdf_document_file_exporter_begin),
270         (pdf_document_file_exporter_do_page):
271         * shell/ev-jobs.c: (ev_job_print_run):
272         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
273
274         Create always a portrait cairo surface and rotate when needed for
275         landscape. It fixes printing problems in real printers.
276
277 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
280         * libdocument/ev-file-exporter.[ch]:
281         (ev_file_exporter_get_capabilities):
282         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
283         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
284
285         Adjust number of pages per row according to page orientation when
286         printing 2 or 6 pages per sheet.
287
288 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * shell/ev-window.c: (ev_window_print_send):
291
292         Reset also cups setting to 1 when printing multiple pages per
293         sheet. Fixes bug #468853.
294
295 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * libdocument/ev-document-misc.c:
298         (ev_document_misc_surface_rotate_and_scale):
299
300         Use directly cairo_surface_get_content() when creating a similar
301         surface as suggested by Jeff Muizelaar. Thanks again.
302
303 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * backend/djvu/djvu-document.c: (djvu_document_render):
306         * backend/tiff/tiff-document.c: (tiff_document_render):
307         * backend/pdf/ev-poppler.cc: (pdf_document_render):
308         * libdocument/ev-document-misc.c:
309         (ev_document_misc_surface_from_pixbuf),
310         (ev_document_misc_surface_rotate_and_scale):
311
312         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
313         creating page surfaces. Fixes bug #453123. Thank you very much to
314         Jeff Muizelaar <jeff@infidigm.net>.
315
316 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * shell/ev-page-cache.c: (ev_page_cache_new),
319         (ev_page_cache_get_thumbnail_size):
320         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
321         (ev_sidebar_thumbnails_set_loading_icon):
322
323         Also store in page-cache the dimensions of the thumbnails so that
324         they can be used to create the correct loading icon in the side
325         pane. Fixes bug #466857.
326
327 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * backend/pdf/ev-poppler.cc:
330         (pdf_document_thumbnails_get_thumbnail):
331
332         Fix thumbnails rotation in pdf documents that include embedded 
333         thumbnails.
334
335 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
336
337         * backend/pdf/ev-poppler.cc:
338
339         Don't use #ifdef in macro expansion. Some compilers don't
340         like that. Closes bug #467042.
341
342 2007-08-15  Justin Blanchard  <justinb04@aim.com>
343
344         * backend/djvu/djvu-document.c: (djvu_document_finalize):
345         
346         Fixes memory leak in djvu backend.
347
348 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
349
350         * data/icons/32x32/Makefile.am:
351         * data/icons/32x32/actions/Makefile.am:
352         * data/icons/32x32/actions/view-page-cont.svg:
353         * data/icons/32x32/actions/view-page-facing.svg:
354         * data/icons/48x48/Makefile.am:
355         * data/icons/48x48/actions/Makefile.am:
356         * data/icons/48x48/actions/view-page-cont.svg:
357         * data/icons/48x48/actions/view-page-facing.svg:
358         
359         Icons for a new sizes.
360
361 2007-08-14  Justin Blanchard  <justinb04@aim.com>
362
363         * shell/ev-page-cache.c: (build_height_to_page),
364         (ev_page_cache_get_height_to_page):
365         
366         Fixes invalid read, see bug #466401.
367
368 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
371         (set_drag_cursor):
372         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
373         (configure_item_cursor), (new_pixbuf_from_widget):
374
375         Fix multihead problems in toolbar editor. Fixes bug #382055.
376
377 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c: (ev_window_cmd_file_open),
380         (ev_window_cmd_save_as):
381
382         Use g_get_user_special_dir when available instead of
383         xdg_user_dir_lookup.
384
385 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
386
387         * MAINTAINERS:
388         
389         Updated according to request on desktop-devel.
390
391 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
394
395         Do not use cairo_rectangle and cairo_clip since we are
396         not using cairo_fill but cairo_paint. Use the same cairo context
397         for every page in the same expose event.
398
399 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
400
401         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
402         leak.
403
404 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * configure.ac:
407         * NEWS:
408
409         Release 0.9.3
410
411 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * libdocument/ev-document-info.h:
414         * libdocument/ev-document.h:
415         * shell/ev-page-action.h:
416         * shell/ev-sidebar-links.h:
417
418         Fix a headers problem with ev-link
419         
420         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
421         * shell/ev-view-private.h:
422         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
423         (get_link_area), (ev_view_query_tooltip),
424         (ev_view_leave_notify_event), (ev_view_destroy),
425         (ev_view_class_init):
426
427         Use new gtk tooltips when available instead of ev-tooltip.
428         
429 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * shell/ev-window.c: (update_chrome_visibility),
432         (ev_window_sidebar_visibility_changed_cb):
433
434         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
435         
436 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * shell/ev-navigation-action.c:
439         (ev_navigation_action_history_changed),
440         (ev_navigation_action_set_history):
441         * shell/ev-navigation-action-widget.c:
442         (ev_navigation_action_widget_init):
443         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
444
445         Fix compile warnings.
446         
447 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
450         (egg_editable_toolbar_dispose):
451
452         Fix memory leak.
453         
454 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
457         (screensaver_disable_x11):
458         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
459         * shell/ev-window.c: (presentation_set_timeout):
460         * shell/ev-view.c: (ev_view_presentation_transition_start):
461
462         Use g_timeout_add_seconds instead of g_timeout_add when
463         available.
464         
465 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
468
469         Set horizontal scrollbar policy to AUTOMATIC instead of
470         NEVER. Workaround for bug #449462.
471         
472 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * shell/ev-jobs.c: (ev_job_render_page_ready):
475
476         Add page_ready callback to main loop with high priority and hold
477         a reference to job during idle.
478         
479 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * configure.ac:
482         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
483         (pdf_document_file_exporter_begin),
484         (pdf_document_file_exporter_do_page),
485         (pdf_document_file_exporter_get_capabilities):
486         * libdocument/ev-file-exporter.h:
487         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
488         * shell/ev-window.c: (ev_window_print_send),
489         (ev_window_print_dialog_response_cb):
490
491         Allow printing multiple pages per sheet. Fixes bug #395573.
492         
493 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
494
495         * shell/ev-view.c: (tip_from_link):
496         
497         Check for NULL, fixes bug #460862.
498
499 2007-07-29  Christian Persch  <chpe@gnome.org>
500
501         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
502         (ev_window_preview_print_finished), (ev_window_do_preview_print),
503         (ev_window_cmd_preview_print):
504         
505         Fixes bug #437681 - blocks while enumerating printers.
506
507 2007-07-29  Christian Persch  <chpe@gnome.org>
508
509         * shell/ev-window.c: (ev_window_screen_changed):
510         
511         Don't use deprecated gtk+ function. See bug #460909.
512
513 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * shell/ev-utils.c: (get_num_monitors):
516         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
517
518         Do not use display before initializing it. Remove compile
519         warnings.
520
521 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
522
523         * shell/ev-view.c: (ev_view_class_init):
524         
525         Unix-like hjkl bindings added. See bug #458111.
526
527 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
528
529         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
530         * shell/ev-utils.h:
531         * shell/ev-view.c: (ev_view_set_zoom_for_size),
532         (ev_view_update_view_size):
533         * shell/ev-view.h:
534         * shell/ev-window.c: (ev_window_update_actions),
535         (setup_view_from_metadata), (ev_window_screen_changed),
536         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
537         (zoom_control_changed_cb):
538         * shell/ev-window.h:
539         
540         Reorganizes utility functions.
541
542 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
545         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
546         (add_job), (ev_pixbuf_cache_get_surface),
547         (ev_pixbuf_cache_get_link_mapping),
548         (ev_pixbuf_cache_get_image_mapping),
549         (ev_pixbuf_cache_get_form_field_mapping),
550         (ev_pixbuf_cache_get_text_mapping):
551         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
552         (notify_page_ready), (ev_job_render_page_ready),
553         (ev_job_render_run):
554
555         Add page_ready signal to notify that page is ready as soon as
556         possible even if other page elements like links, forms, images or
557         text mapping are not ready yet.
558
559 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
562         (dvi_document_file_exporter_do_page),
563         (dvi_document_file_exporter_get_capabilities),
564         (dvi_document_file_exporter_iface_init):
565         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
566         (ps_document_file_exporter_do_page),
567         (ps_document_file_exporter_get_capabilities),
568         (ps_document_file_exporter_iface_init):
569         * backend/djvu/djvu-document.c:
570         (djvu_document_file_exporter_begin),
571         (djvu_document_file_exporter_end),
572         (djvu_document_file_exporter_get_capabilities),
573         (djvu_document_file_exporter_iface_init):
574         * backend/tiff/tiff-document.c:
575         (tiff_document_file_exporter_begin),
576         (tiff_document_file_exporter_get_capabilities),
577         (tiff_document_document_file_exporter_iface_init):
578         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
579         (pdf_document_file_exporter_do_page),
580         (pdf_document_file_exporter_get_capabilities),
581         (pdf_document_file_exporter_iface_init):
582         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
583         (ev_file_exporter_get_capabilities):
584         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
585         (idle_print_handler), (ev_print_job_print):
586         * shell/ev-jobs.c: (ev_job_print_run):
587         * shell/ev-window.c: (ev_window_print_send),
588         (ev_window_print_range):
589
590         Use capabilities to know which options should be offered by the
591         print dialog depending on the document backend.
592
593 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
596
597         Give priority to forms over text to set the cursor.
598
599 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-view-private.h:
602         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
603         (ev_view_leave_notify_event), (ev_view_finalize),
604         (ev_view_get_property), (ev_view_class_init):
605
606         Use IBEAM cursor for text form fields and NORMAL cursor for read
607         only fields. Remove unused status attribute.
608
609 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
612
613         Update region for current selected items also for checkbox
614         buttons, since they can behave as radio buttons when they are in a
615         set.
616
617 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * configure.ac:
620         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
621
622         Get max length of text form fields.
623
624 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
627         * libdocument/ev-form-field.h:
628         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
629
630         Fix build with current poppler cvs head.
631
632 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * cut-n-paste/zoom-control/ephy-zoom-control.c:
635         * shell/eggfindbar.c: (egg_find_bar_init):
636
637         Fix build with gtk+ >= 2.11.5 due to gtktooltips
638         deprecation. Fixes bug #455667
639
640 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
641
642         * NEWS:
643         * configure.ac:
644         
645         Update for release 0.9.2
646
647 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * shell/ev-view.c: (ev_view_form_field_text_save),
650         (ev_view_form_field_choice_save):
651
652         Fix a crash when closing whith a form widget visible.
653
654 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
657
658         Update also the region of the current selected button when
659         clicking on another button if they are radio buttons.
660
661 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
664         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
665         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
666         (ev_pixbuf_cache_get_link_mapping),
667         (ev_pixbuf_cache_get_image_mapping),
668         (ev_pixbuf_cache_get_form_field_mapping),
669         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
670         * shell/ev-view.c: (ev_view_form_field_get_region),
671         (ev_view_form_field_button_create_widget),
672         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
673         (job_finished_cb):
674
675         Redraw only form field region instead of the whole page when
676         reloading a page to show changes on the form field.
677
678 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * shell/ev-view.c: (ev_view_form_field_choice_save):
681
682         Fix selection of first item in list form fields.
683
684 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
687         (ev_pixbuf_cache_reload_page),
688         (ev_pixbuf_cache_get_form_field_mapping):
689
690         Some refactoring to avoid duplicated code.
691
692 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * configure.ac:
695         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
696         (ev_form_field_from_poppler_field),
697         (pdf_document_forms_get_form_fields),
698         (pdf_document_forms_form_field_text_get_text),
699         (pdf_document_forms_form_field_text_set_text),
700         (pdf_document_forms_form_field_button_set_state),
701         (pdf_document_forms_form_field_button_get_state),
702         (pdf_document_forms_form_field_choice_get_item),
703         (pdf_document_forms_form_field_choice_get_n_items),
704         (pdf_document_forms_form_field_choice_is_item_selected),
705         (pdf_document_forms_form_field_choice_select_item),
706         (pdf_document_forms_form_field_choice_toggle_item),
707         (pdf_document_forms_form_field_choice_unselect_all),
708         (pdf_document_forms_form_field_choice_set_text),
709         (pdf_document_forms_form_field_choice_get_text),
710         (pdf_document_document_forms_iface_init):
711         * libdocument/Makefile.am:
712         * libdocument/ev-form-field.[ch]:
713         * libdocument/ev-document-forms.[ch]:
714         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
715         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
716         (add_job), (ev_pixbuf_cache_reload_page),
717         (ev_pixbuf_cache_get_form_field_mapping):
718         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
719         * shell/ev-view-private.h:
720         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
721         (ev_view_handle_cursor_over_xy),
722         (ev_view_get_form_field_at_location),
723         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
724         (ev_view_form_field_button_create_widget),
725         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
726         (ev_view_form_field_text_create_widget),
727         (ev_view_form_field_choice_save),
728         (ev_view_form_field_choice_changed),
729         (ev_view_form_field_choice_create_widget),
730         (ev_view_handle_form_field), (ev_view_size_allocate),
731         (ev_view_realize), (draw_end_presentation_page),
732         (ev_view_button_press_event), (ev_view_remove_all),
733         (ev_view_motion_notify_event), (ev_view_key_press_event),
734         (ev_view_enter_notify_event), (highlight_find_results),
735         (draw_loading_text), (draw_one_page), (ev_view_destroy),
736         (ev_view_class_init), (page_changed_cb),
737         (on_adjustment_value_changed), (ev_view_set_presentation),
738         (merge_selection_region), (ev_view_set_cursor),
739         (ev_view_reset_presentation_state):
740         
741         Merge evince-forms branch.
742
743 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
744
745         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
746
747         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
748         This script also updates itself from libegg
749
750         * cut-n-paste/toolbar-editor/egg*:
751         Run update-toolbareditor-from-libegg.sh so we are in sync again with
752         libegg
753
754 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
755
756         * shell/ev-window.c:
757         
758         Adds a nice icon to page action during toolbar editing.
759         See bug #452872.
760
761 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
762
763         * data/evince-toolbar.xml:
764         * shell/ev-window.c:
765         
766         Let user add a presentation and fullscreen icons on toolbar.
767         See bug #449734.
768
769 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
770
771         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
772
773         new script to keep in sync with toolbareditor in libegg
774
775         * cut-n-paste/toolbar-editor/*: 
776
777         Run update-toolbareditor-from-libegg so we are in sync again. 
778         Fixes bug #452850.
779         
780
781 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-sidebar-links.c: (job_finished_callback):
784
785         Do not connect selection changed signal more than once. Fixes bug
786         #349433.
787
788 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/ev-window.c: (ev_window_view_sidebar_cb):
791
792         Do not change sidebar chrome flag when pressing F9 key in
793         presentation mode.
794
795 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * backend/pdf/ev-poppler.cc:
798         (pdf_document_thumbnails_get_dimensions):
799
800         Make sure thumbnails width and height is not <= 0. Fixes a crash
801         with some pdf documents which have really small pages.
802
803 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
804
805         * shell/main.c: (main):
806
807         Fixes program description translation issue.
808         Bug #450148.
809
810 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
811
812         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
813
814         Do not change current page when returning from black/white mode
815         in presentation. Fixes bug #415032.
816
817 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
818
819         * NEWS:
820         * configure.ac:
821         
822         Update for release 0.9.1
823
824 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
825
826         * backend/dvi/dvi-document.c:
827         (dvi_document_finalize),
828         (dvi_document_file_exporter_format_supported),
829         (dvi_document_file_exporter_begin),
830         (dvi_document_file_exporter_do_page),
831         (dvi_document_file_exporter_end),
832         (dvi_document_file_exporter_iface_init), (dvi_document_init):
833         
834         PDF exporter for dvi documents. Fixes bug #441319.
835
836 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/ev-window.c: (ev_window_clear_print_job):
839
840         Clear gtk print job when job has finished. Fixes bug #447612.
841
842 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (ev_window_print_send),
845         (ev_window_print_dialog_response_cb), (ev_window_print_range):
846
847         Add preview button to print dialog. Fixes bug #445419.
848
849 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * backend/dvi/Makefile.am:
852         * backend/dvi/pixbuf-device.[ch]: Removed
853         * backend/dvi/cairo-device.[ch]: Added
854         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
855         * backend/dvi/dvi-document.c: (dvi_document_load),
856         (dvi_document_render), (dvi_document_finalize),
857         (dvi_document_thumbnails_get_thumbnail), (parse_color),
858         (dvi_document_do_color_special):
859         * libdocument/ev-document-misc.[ch]:
860         (ev_document_misc_pixbuf_from_surface):
861
862         Port dvi backend to cairo and fix a problem with colors. 
863
864 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-view.c: (draw_one_page):
867
868         Draw only visible region.
869
870 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * backend/djvu/djvu-document.c: (djvu_document_render):
873
874         Fix rotation in djvu backend.
875
876 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * shell/ev-pixbuf-cache.c: (job_finished_cb),
879         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
880         (ev_pixbuf_cache_get_image_mapping),
881         (ev_pixbuf_cache_get_text_mapping):
882
883         Redraw view every time we have a new surface. Fixes bug #443587.
884
885 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * libdocument/ev-document.c: (ev_document_info_free):
888
889         Fix memory leaks.
890
891 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * backend/dvi/dvi-document.c: (dvi_document_render),
894         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
895         * backend/impress/impress-document.c:
896         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
897         (impress_document_render), (impress_document_document_iface_init),
898         (impress_document_thumbnails_get_thumbnail):
899         * backend/djvu/djvu-document-private.h:
900         * backend/djvu/djvu-document.c: (djvu_document_render),
901         (djvu_document_finalize), (djvu_document_document_iface_init),
902         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
903         * backend/tiff/tiff-document.c: (tiff_document_render),
904         (tiff_document_render_pixbuf),
905         (tiff_document_document_iface_init):
906         * backend/pdf/ev-poppler.cc: (pdf_document_render),
907         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
908         (pdf_selection_render_selection):
909         * backend/comics/comics-document.c:
910         (comics_document_render_pixbuf), (comics_document_render),
911         (comics_document_document_iface_init):
912         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
913         (pixbuf_document_document_iface_init):
914         * libdocument/ev-document-misc.[ch]:
915         (ev_document_misc_surface_from_pixbuf),
916         (ev_document_misc_surface_rotate_and_scale):
917         * libdocument/ev-document.[ch]: (ev_document_render):
918         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
919         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
920         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
921         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
922         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
923         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
924         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
925         (render_finished_cb), (ev_job_render_run):
926         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
927         (merge_selection_region):
928
929         Use cairo image surfaces instead of GDK pixbufs for drawing pages
930         and selections.
931
932 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-window-title.c: (ev_window_title_update):
935
936         Fix memory leak.
937
938 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-view.c: (draw_loading_text):
941
942         Show loading text centered. Fixes bug #433061
943
944 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-sidebar-thumbnails.c:
947         (ev_sidebar_thumbnails_set_loading_icon):
948
949         Remove a mutex in the main thread that blocks the UI in heavy
950         documents.
951
952 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
955
956         Set points_set to TRUE so that selections don't disappear after a
957         zoom change.
958
959 2007-06-07  Michael Monreal  <infernux@web.de>
960
961         * data/icons/16x16/actions/Makefile.am:
962         * data/icons/16x16/actions/zoom.svg:
963         * data/icons/22x22/actions/Makefile.am:
964         * data/icons/22x22/actions/zoom.svg:
965         * data/icons/24x24/actions/Makefile.am:
966         * shell/ev-stock-icons.c:
967         * shell/ev-stock-icons.h:
968         * shell/ev-window.c:
969         
970         Zoom icon artwork. See bug #444795.
971
972 2007-06-05  Bastien Nocera  <hadess@hadess.net>
973
974         * shell/ev-metadata-manager.c: Remove extraneous function
975         (Closes: #444386)
976
977 2007-06-05  Bastien Nocera  <hadess@hadess.net>
978
979         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
980         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
981         (ev_metadata_manager_set), (ev_metadata_manager_save):
982         Simplify the timeout, no need for modified anymore
983
984 2007-06-05  Bastien Nocera  <hadess@hadess.net>
985
986         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
987         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
988         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
989         (ev_metadata_manager_save): Adapted patch from Arjan van de
990         Ven (arjan@linux.intel.com) to avoid the timeout running all the
991         time, saves on power (Closes: #443851)
992
993 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * configure.ac:
996         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
997         (pdf_selection_render_selection), (pdf_document_get_page_duration):
998
999         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1000
1001 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1002
1003         * shell/ev-window.c: (ev_window_add_history):
1004
1005         Check if history is NULL
1006
1007 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * libdocument/ev-image.c: (ev_image_finalize):
1010         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1011         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1012         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1013         (ev_tmp_uri_unlink):
1014
1015         Add functions to delete temporary files created by evince in a safe
1016         way.
1017
1018         * shell/ev-window.c: (ev_window_clear_local_uri),
1019         (open_xfer_update_progress_callback),
1020         (save_xfer_update_progress_callback), (ev_window_save_remote),
1021         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1022         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1023         (attachment_save_dialog_response_cb),
1024         (ev_attachment_popup_cmd_save_attachment_as):
1025
1026         Allow saving a copy of a document, image or attachment to a remote
1027         location. Fixes bug #440754. 
1028
1029 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * configure.ac:
1032         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1033
1034         Fix build with current poppler from cvs head. 
1035
1036 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1037
1038         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1039
1040         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1041         directory exists.
1042
1043 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1044
1045         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1046         * shell/ev-window.c:
1047
1048         Change sidebar ordering. Fixes bug #439939.
1049
1050 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1051
1052         * backend/comics/Makefile.am:
1053         
1054         Fixes build with --without-libgnome.
1055
1056 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1057         
1058         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1059
1060         Update cursor and tooltip on page change and view scroll. Fixes bug
1061         #439217.
1062
1063 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1064
1065         * NEWS:
1066         * configure.ac:
1067         
1068         Update for release 0.9.0
1069
1070 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1071
1072         * backend/djvu/djvu-document-private.h:
1073         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1074         (djvu_document_finalize),
1075         (djvu_document_file_exporter_format_supported),
1076         (djvu_document_file_exporter_begin),
1077         (djvu_document_file_exporter_do_page),
1078         (djvu_document_file_exporter_end),
1079         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1080         
1081         Implemented printing with djvu. Bug #437998.
1082
1083 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * backend/impress/zip.c:
1086         Add missing ulong definition.
1087
1088         * backend/ps/ps-interpreter.c:
1089         Add missing headers.
1090
1091         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1092
1093 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1096
1097         Add missing call to parent class dispose method. 
1098
1099 2007-05-12  Ross Burton  <ross@openedhand.com>
1100
1101         * shell/main.c:
1102         Sync keybindings manually when building without libgnome
1103         (#437925).
1104
1105 2007-05-12  Ross Burton  <ross@openedhand.com>
1106
1107         * shell/ev-window.c:
1108         Respect the screen when opening help (#437866).
1109
1110 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * data/evince-ui.xml:
1113         * shell/ev-application.[ch]: (get_print_settings_from_args),
1114         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1115         (ev_application_open_uri_list):
1116         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1117         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1118         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1119         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1120         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1121         (ev_window_dispose):
1122         * shell/main.c: (arguments_parse):
1123
1124         Add print button in preview mode. Fixes bug #396475. 
1125
1126 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1127
1128         * cut-n-paste/zoom-control/ephy-zoom.h:
1129         
1130         Fixes zoom level factors. See bug #408119 for details.
1131
1132 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1133
1134         * backend/comics/comics-document.c: (comics_regex_quote),
1135         (extract_argv):
1136         
1137         Correctly quote symbols. Fixes crash in the bug
1138         #415370.
1139
1140 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1141
1142         * shell/ev-navigation-action-widget.c:
1143         (ev_navigation_action_widget_init),
1144         (ev_navigation_action_widget_class_init),
1145         (ev_navigation_action_widget_button_press_event):
1146         
1147         Connect to button-press event on correct widget. Fixes
1148         bug #431988
1149
1150 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1151
1152         * shell/ev-application.c: (ev_application_open_window),
1153         (ev_application_add_icon_path_for_screen),
1154         (ev_application_open_uri_at_dest):
1155         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1156         * shell/ev-navigation-action.c: (build_menu):
1157         
1158         Add app-specific icons to our icon theme. Fixes bug
1159         #425508.
1160
1161 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1162
1163         * shell/ev-history.c: (ev_history_class_init),
1164         (ev_history_add_link):
1165         * shell/ev-history.h:
1166         * shell/ev-navigation-action.c:
1167         (ev_navigation_action_history_changed),
1168         (ev_navigation_action_set_history), (build_menu),
1169         (ev_navigation_action_finalize):
1170         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1171         
1172         Make navigation action unsensitive instead of showing
1173         menu with unsensitive word. Fixes bug #417392.
1174
1175 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-application.[ch]: (ev_application_shutdown),
1178         (ev_application_get_print_settings),
1179         (ev_application_set_print_settings):
1180         * shell/ev-window.c:
1181
1182         Remember print settings. Fixes bug #349102. 
1183
1184 2007-05-08  Christian Persch  <chpe@gnome.org>
1185
1186         * configure.ac:
1187         * properties/ev-properties-view.c:
1188
1189         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1190         Bug #382438.
1191
1192 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * configure.ac:
1195         * properties/ev-properties-view.c: (ev_regular_paper_size):
1196
1197         Use gtk+ builtin paper list to identify the document's paper size.
1198         Fixes bug #382438. 
1199
1200 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * configure.ac:
1203
1204         Fix build when compiling with thumbnailer and libgnome support. 
1205
1206 2007-05-04  Ross Burton  <ross@openedhand.com>
1207
1208         * configure.ac:
1209         Add --without-libgnome, check for libgnome and libgnomeui
1210         separately, and add them to the symbols as required.
1211
1212         * libdocument/ev-file-helpers.c:
1213         When building without libgnome, use g_get_user_config_dir instead
1214         of gnome_user_dir_get.
1215
1216         * shell/ev-application.c:
1217         When building without libgnome, don't use session management.
1218
1219         * shell/main.c:
1220         When building without libgnome, don't use GnomeProgram or
1221         initialise the authentication manager.
1222
1223         This fixes #328842.
1224
1225 2007-05-04  Ross Burton  <ross@openedhand.com>
1226
1227         * shell/ev-window.c:
1228         Don't use libgnome to open help, instead call Yelp directly.
1229
1230 2007-05-04  Ross Burton  <ross@openedhand.com>
1231
1232         * shell/ev-sidebar-attachments.c:
1233         Don't use libgnome to lookup icons for MIME types, instead copy
1234         code from GTK+ to do it manually.
1235
1236 2007-05-04  Ross Burton  <ross@openedhand.com>
1237
1238         * configure.ac:
1239         Add libxml to the dependencies for SHELL_CORE (#435818).
1240
1241 2007-05-02  Ross Burton  <ross@openedhand.com>
1242
1243         * configure.ac:
1244         * Makefile.am:
1245         Add --disable-thumbnailer (#434825)
1246
1247 2007-05-02  Ross Burton  <ross@openedhand.com>
1248
1249         * shell/ev-window.c:
1250         Add missing includes, fix indentation.
1251
1252         * shell/main.c:
1253         Fix indentation.
1254
1255 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1256
1257         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1258         ev_application_open_uri_at_dest instead of ev_application_open_uri
1259         preventing new document always being opened in a new window even if there
1260         is an empty window.
1261
1262 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1265         (egg_recent_view_uimanager_finalize):
1266         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1267         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1268         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1269         (ev_pixbuf_cache_dispose):
1270         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1271         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1272         
1273         Add missing chain to parent class methods. Fixes
1274         bug #433128.
1275
1276 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1277
1278         * data/Makefile.am (update-icon-cache): Updates
1279         gtk-update-icon-cache in uninstall-hook.
1280
1281 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-window.c: (ev_window_setup_document),
1284         (ev_window_set_document), (ev_window_load_job_cb):
1285         * shell/ev-view.c: (setup_caches):
1286         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1287
1288         Start rendering pages before any other jobs. 
1289
1290 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-window.c: (ev_window_stop_fullscreen),
1293         (ev_window_stop_presentation):
1294
1295         Update chrome visibility before window unfullscreen. 
1296
1297 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * data/Makefile.am:
1300         * data/evince-ui.xml:
1301         * shell/ev-stock-icons.[ch]:
1302         * shell/ev-application.[ch]: (ev_application_shutdown),
1303         (ev_application_init), (ev_application_get_toolbars_model):
1304         * shell/ev-window.c: (update_chrome_visibility),
1305         (fullscreen_toolbar_setup_item_properties),
1306         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1307         (ev_window_run_presentation), (ev_window_stop_presentation),
1308         (ev_window_run_preview), (ev_window_screen_changed),
1309         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1310         (ev_window_dispose), (ev_window_init):
1311
1312         Make fullscreen toolbar always visible. Do not use egg toolbars for
1313         fullscreen and preview modes since such toolbars are not editables.
1314         Fixes bugs #300278, #338910 and #316188.  
1315
1316 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1317
1318         * shell/ev-application.c:
1319         * shell/ev-job-queue.c:
1320         * shell/ev-metadata-manager.c:
1321         * shell/ev-stock-icons.c:
1322         * shell/ev-window.c:
1323         * shell/main.c:
1324         
1325         Developers documentation updated.
1326
1327 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1330
1331         Check whether uri is valid before launching it. Fixes bug #427664.
1332
1333 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-window.c:
1336
1337         Change key accelerator for Open a Copy menu entry which is in conflict
1338         with Close. Fixes bug #427321.
1339
1340 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1341
1342         * NEWS:
1343         * configure.ac:
1344         
1345         Update for release 0.8.1
1346
1347 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1348
1349         * shell/ev-window.c: (setup_size_from_metadata):
1350         
1351         Do not make window bigger than screen. Fixes bug 
1352         #388985.
1353
1354 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1357         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1358
1359         Use default resolution when it's not provided by document. Fixes bug
1360         #408762.
1361
1362 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * configure.ac:
1365         * thumbnailer/Makefile.am:
1366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1367         * thumbnailer/evince-thumbnailer.schemas.in:
1368         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1369
1370         Add support for ps, eps and compressed documents thumbnails. Do not
1371         ignore size parameter. 
1372
1373 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1374
1375         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1376         (dvi_document_do_color_special):
1377         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1378
1379         Implement font color specials in the DVI backend. Fixes bug #303651.
1380
1381 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1382
1383         Fixup the previous commit:
1384
1385         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1386         * shell/xdg-user-dir-lookup.c: Make the function non-static
1387         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1388
1389 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1390
1391         * shell/ev-window.c (file_open_dialog_response_cb): Use
1392         the xdg-user-dirs DOCUMENTS folder as default folder when
1393         opening a file chooser.  (#424858)
1394
1395         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1396         xdg-user-dirs.
1397
1398 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * shell/ev-window.c: (ev_window_load_job_cb):
1401
1402         Do not setup view from metadata on preview mode. 
1403
1404 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/main.c:
1407
1408         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1409
1410 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-view.c: (ev_view_primary_get_cb):
1413
1414         Check pointer != NULL before using it. Fixes bug #416841. 
1415
1416 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1417
1418         * NEWS:
1419         * configure.ac:
1420         
1421         Release 0.8.0
1422
1423 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1426
1427         Do not render thumbnails when sidebar thumbnail page is not visible
1428         at startup. Fixes bug #416447. 
1429
1430 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1431
1432         * data/evince.desktop.in.in:
1433
1434         "Application" is not a valid category in the freedesktop specification.
1435
1436 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * libdocument/ev-file-helpers.[ch]: (compression_run),
1439         (ev_file_uncompress), (ev_file_compress):
1440         * shell/ev-window.c: (file_save_dialog_response_cb):
1441
1442         Save document compressed when saving a copy of a compressed document.
1443         Fixes bug #334542.
1444
1445 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1448
1449         Allow deleting in goto window entry in presentation mode. 
1450
1451 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1452
1453         * Makefile.am: Dist MAINTAINERS.
1454
1455 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-window.c: (ev_window_update_actions):
1458
1459         Fix zoom shortcut keys when searching. Fixes bug #409828.
1460
1461 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-window.c: (ev_window_setup_document):
1464
1465         Fix crash when loading documents with only one page. 
1466
1467 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * backend/dvi/dvi-document.c:
1470         (dvi_document_thumbnails_get_dimensions),
1471         (dvi_document_thumbnails_get_thumbnail):
1472         * backend/impress/impress-document.c:
1473         (impress_document_thumbnails_get_thumbnail),
1474         (impress_document_thumbnails_get_dimensions):
1475         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1476         (ps_document_thumbnails_get_dimensions):
1477         * backend/djvu/djvu-document.c:
1478         (djvu_document_thumbnails_get_dimensions),
1479         (djvu_document_thumbnails_get_thumbnail):
1480         * backend/tiff/tiff-document.c:
1481         (tiff_document_thumbnails_get_thumbnail),
1482         (tiff_document_thumbnails_get_dimensions):
1483         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1484         (pdf_document_thumbnails_get_thumbnail),
1485         (pdf_document_thumbnails_get_dimensions):
1486         * backend/comics/comics-document.c:
1487         (comics_document_thumbnails_get_thumbnail),
1488         (comics_document_thumbnails_get_dimensions):
1489         * backend/pixbuf/pixbuf-document.c:
1490         (pixbuf_document_thumbnails_get_thumbnail),
1491         (pixbuf_document_thumbnails_get_dimensions):
1492         * libdocument/ev-document-thumbnails.[ch]:
1493         (ev_document_thumbnails_get_thumbnail),
1494         (ev_document_thumbnails_get_dimensions):
1495         * libdocument/ev-document-misc.[ch]:
1496         (ev_document_misc_get_thumbnail_frame):
1497         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1498         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1499         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1500         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1501         (ev_sidebar_thumbnails_refresh):
1502         * shell/ev-window.c: (ev_window_setup_document):
1503         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1504
1505         Use an EvRenderContext for rendering thumbnails instead of a suggested
1506         width, so that different sized pages get sized proportionally.
1507
1508 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-view.c: (ev_view_button_press_event),
1511         (ev_view_key_press_event):
1512
1513         Fix critical warnings when there is no document loaded. 
1514
1515 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * shell/ev-page-action-widget.c:
1518         * shell/ev-navigation-action.c:
1519         * shell/ev-window.c:
1520
1521         Fix compile warnings. 
1522
1523 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * backend/djvu/djvu-text.h:
1526         * backend/djvu/djvu-document.c:
1527         * backend/djvu/djvu-text-page.c:
1528         * backend/djvu/djvu-links.c:
1529         * backend/djvu/djvu-text-page.h:
1530         * backend/djvu/djvu-text.c:
1531         
1532         Fix build on Mac. Fixes bug #392186. Patch by
1533         <ephraim_owns@hotmail.com>
1534
1535 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1538
1539         Restore cairo context before rendering every page when printing a PDF
1540         document into a PDF file. 
1541
1542 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * backend/ps/gstypes.h:
1545         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1546         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1547         (ps_document_thumbnails_get_thumbnail):
1548
1549         Handle PostScript page orientation. Fixes bug #318568.
1550
1551 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * backend/ps/Makefile.am:
1554         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1555         (document_load), (ps_document_load), (save_document),
1556         (save_page_list), (ps_document_get_n_pages),
1557         (ps_document_get_page_size), (ps_document_get_info),
1558         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1559         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1560         (ps_document_thumbnails_get_thumbnail),
1561         (ps_document_thumbnails_get_dimensions),
1562         (ps_document_document_thumbnails_iface_init):
1563         * backend/ps/ps.[ch]: (psgetpagebox):
1564         * backend/ps/ps-interpreter.[ch]:
1565
1566         Add support for thumbnails in ps backend. Fixes bug #164755. 
1567
1568 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1569
1570         * NEWS:
1571         * configure.ac:
1572         
1573         Release 0.7.2
1574
1575 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1578         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1579         (ev_window_dispose):
1580
1581         Use document thumbnail as window icon. Fixes bug #384442.
1582
1583 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1584
1585         * configure.ac:
1586
1587         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1588         duplicated adding application/x-bzpostscript instead. 
1589
1590 2007-02-11  Tom Parker  <palfrey@tevp.net>
1591
1592         * backend/ps/ps-document.c: (document_load):
1593
1594         Check return value of psscan before trying
1595         to use it. Fixes bug #372414.
1596
1597 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1600
1601         Fix invalid free in ev-page-cache. Fixes bug #404745.
1602
1603 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1604
1605         * test/Makefile.am:
1606         * test/test3.py:
1607         
1608         Added reload test case.
1609
1610 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * po/POTFILES.in:
1613         * backend/djvu/djvu-document.c: (djvu_document_load):
1614
1615         Check whether there are missing files in indirect multipage djvu
1616         documents. Fixes bug #361683. 
1617
1618 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1619
1620         * test/Makefile.am:
1621         * test/test-mime.bin:
1622         * test/test3.py:
1623         
1624         Added test for slow mime type
1625
1626 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1629
1630         Add some checks and call parent_class->finalize. Fixes bug #404745.
1631
1632 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1633
1634         * shell/ev-navigation-action.c: (connect_proxy):
1635         
1636         Fixes dropdown history menu. Thanks a lot Carlos!
1637
1638 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1641
1642         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1643         bug #373715.
1644
1645 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * backend/ps/ps.c: (psscan):
1648
1649         Fix memory leak. 
1650
1651 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * configure.ac:
1654         * libdocument/ev-file-helpers.c: 
1655
1656         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1657
1658 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * configure.ac:
1661         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1662         (ps_interpreter_start), (document_load), (save_document),
1663         (save_page_list):
1664         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1665         * libdocument/ev-document-factory.c:
1666         (ev_document_factory_get_from_mime), (get_document_from_uri),
1667         (free_uncompressed_uri), (ev_document_factory_get_document):
1668         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1669
1670         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1671
1672 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * libdocument/ev-document.h:
1675
1676         Fix typo in function name. 
1677
1678 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * backend/ps/ps-document.c: (ps_interpreter_finished),
1681         (ps_interpreter_start), (ps_interpreter_failed):
1682
1683         Handle ghostscript interpreter crashes. 
1684
1685 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * shell/ev-window.c: (ev_window_open_uri),
1688         (window_configure_event_cb):
1689
1690         Setup window size and position before showing it. Fixes bug #401711.
1691
1692 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * backend/ps/Makefile.am:
1695         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1696         (ps_document_dispose), (ps_document_class_init),
1697         (ps_interpreter_input), (ps_interpreter_output),
1698         (ps_interpreter_error), (setup_interpreter_env),
1699         (ps_interpreter_start), (ps_interpreter_stop),
1700         (ps_interpreter_failed), (ps_interpreter_is_ready),
1701         (check_filecompressed), (document_load), (ps_document_load),
1702         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1703         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1704         (render_page):
1705
1706         Rework ps-document. Code cleanups, remove deprecated code. 
1707
1708 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * shell/ev-view.c: (ev_view_button_press_event):
1711
1712         Do not start an image drag and drop operation when pointer is on 
1713         text, so that we can select text when the whole background is an
1714         image. 
1715
1716 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-window.c: (ev_window_update_actions): 
1719
1720         Disable all zoom related actions during presentation mode. 
1721
1722 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1723
1724         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1725
1726         Do not zoom in or out on presentation mode. Fixes bug #401305.
1727
1728 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * shell/ev-navigation-action.c: (connect_proxy),
1731         (create_menu_item), (ev_navigation_action_class_init):
1732         
1733         Correctly show menu and fix crash when navigaton 
1734         action is out of toolbar visible area.
1735
1736 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * data/Makefile.am:
1739         * data/evince.1:
1740         
1741         Added man file
1742
1743 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1744
1745         * help/reference/* :
1746         * configure.ac:
1747         
1748         Added gtk-doc based documentation for Evince.
1749         Still in initial state but I hope it will
1750         grow.
1751         
1752         * configure.ac:
1753         
1754         Lower dbus requirement to 0.70
1755
1756 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-window.c: (ev_window_add_history):
1759
1760         Fix memory leak. 
1761
1762 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1763
1764         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1765         * shell/ev-view.h:
1766         * shell/ev-window.c: (ev_window_add_history):
1767         
1768         Correctly handle named destination links
1769
1770 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1771
1772         * NOTES:
1773         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1774         * backend/pdf/ev-poppler.cc:
1775         * libdocument/ev-document-links.h:
1776         * libdocument/ev-link.c: (ev_link_get_page):
1777         * libdocument/ev-link.h:
1778         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1779         (ev_history_add_link):
1780         * shell/ev-history.h:
1781         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1782         (new_history_menu_item), (build_menu):
1783         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1784         * shell/ev-sidebar-links.c: (create_loading_model),
1785         (print_section_cb), (ev_sidebar_links_construct),
1786         (fill_page_labels), (update_page_callback_foreach),
1787         (update_page_callback), (job_finished_callback):
1788         * shell/ev-view.c: (ev_view_handle_link):
1789         * shell/ev-window.c: (ev_window_find_chapter),
1790         (ev_window_add_history), (view_handle_link_cb),
1791         (history_changed_cb):
1792         
1793         Implements another history variant
1794
1795 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * shell/ev-window.c: (view_external_link_cb):
1798         * shell/ev-view.c: (ev_view_button_release_event):
1799
1800         Open links in new window when clicking with middle button. 
1801
1802 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1803
1804         * shell/ev-navigation-action.c: (new_history_menu_item):
1805         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1806         * shell/ev-view.c: (ev_view_handle_link):
1807         * shell/ev-window.c:
1808         
1809         Store link before jump, not the destination. For me it 
1810         seems like more natural history behavior.
1811
1812 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1813
1814         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1815         (ev_navigation_action_class_init):
1816         * shell/ev-navigation-action.h:
1817         * shell/ev-page-action.c: (activate_cb):
1818         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1819         (ev_page_cache_set_current_page_history):
1820         * shell/ev-page-cache.h:
1821         * shell/ev-sidebar-thumbnails.c:
1822         (ev_sidebar_tree_selection_changed),
1823         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1824         * shell/ev-view-private.h:
1825         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1826         * shell/ev-view.h:
1827         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1828         (ev_window_setup_document), (ev_window_load_job_cb):
1829         * shell/ev-window.h:
1830         
1831         History finally works as expected.
1832
1833 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1836
1837         Do not update links treeview if it doesn't have a model assigned yet. 
1838
1839 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1842         (ev_sidebar_links_class_init), (update_page_callback):
1843
1844         Do not update links treeview when sidepane is not visible. 
1845
1846 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1847
1848         * shell/ev-marshal.list:
1849         * shell/ev-page-action.c: (activate_cb),
1850         (ev_page_action_class_init):
1851         * shell/ev-page-action.h:
1852         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1853         * shell/ev-window.c:
1854         
1855         Remove activate_link signal, not required.
1856
1857 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1858
1859         * shell/ev-navigation-action.c: (build_menu):
1860         
1861         Reorder menu items and build menu with fixed length.
1862
1863 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1864
1865         * shell/ev-view.c: (get_selected_text):
1866         
1867         Normalize text to fix ligatures problem. See bug
1868         #341947 for details.
1869
1870 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1873
1874         Fix memory leak in ev-page-cache. 
1875
1876 2007-01-25  Tom Parker <palfrey@tevp.net>
1877
1878         * backend/impress/impress-document.c: (impress_document_load),
1879         (impress_document_finalize), (impress_document_init):
1880         * properties/ev-properties-main.c: (ev_properties_get_pages):
1881         
1882         Correctly handle impress document errors. Fixes nautilus
1883         crash in property page #370491.
1884
1885 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1888         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1889         (ev_job_queue_remove_job):
1890         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1891         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1892         (ev_job_load_run):
1893         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1894         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1895         (ev_window_load_job_cb), (xfer_update_progress_callback),
1896         (ev_window_open_uri), (ev_window_dispose):
1897         * shell/main.c: (main):
1898
1899         Do file transfer asynchronously in the main thread instead of
1900         synchronously in the load thread. Fixes bugs #399694, #398307 and
1901         #343542.
1902
1903 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-jobs.c: (ev_job_xfer_run):
1906
1907         Load the document with the font-config lock held. 
1908
1909 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1910
1911         * backend/ps/ps-document.c: (start_interpreter):
1912
1913         Fix memory leaks in ps backend. 
1914
1915 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * backend/impress/impress-document.c:
1918         (impress_document_render_pixbuf):
1919
1920         Do not acquire fontconfig lock in impress backend, since it is using
1921         the main loop for rendering. 
1922
1923 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * po/POTFILES.in: 
1926
1927         Remove mdvi files that shouldn't be translated. 
1928
1929 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-view-private.h:
1932         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1933         (ev_view_set_zoom):
1934
1935         Render "loading..." text into a cairo surface instead of directly into
1936         the window so that fontconfig lock is only needed once and UI is not
1937         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1938
1939 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1942         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1943
1944         Use icon theme associated with the window screen rather than default. 
1945
1946 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1947
1948         * configure.ac:
1949
1950         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1951
1952 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1953
1954         * data/icons/*/apps/evince.*:
1955
1956         Move Evince icons under new apps directory.
1957
1958         * data/icons/*/actions/*:
1959
1960         Add new custom themeable Evince icons: view-page-continuous, 
1961         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1962         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1963
1964         * configure.ac:
1965
1966         Add new directories to AC_CONFIG_FILES.
1967
1968         * shell/ev-stock-icons.c:
1969         * shell/ev-stock-icons.h:
1970
1971         Use new custom themeable icons.
1972
1973 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1976
1977         Do not draw white background page in presentation mode. 
1978
1979 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1980
1981         * shell/ev-view.c: Remove unused gnome-vfs include.
1982
1983 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1984
1985         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1986         
1987         Format string is corrected, fixes bug #397129.
1988
1989 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * shell/ev-window.c: (ev_window_setup_recent):
1992
1993         Do not include in recent menu inexistent documents. Fixes
1994         bug #339171.
1995
1996 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * po/POTFILES.skip: 
1999
2000         Update POTFILES.skip file according to current source tree. 
2001
2002 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-window.c: (file_save_dialog_response_cb):
2005
2006         Do Save a copy in atomic way. Fixes bug #328266. 
2007
2008 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2011
2012         Keep selected cell always visible in index treeview.
2013
2014 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2015         
2016         * shell/ev-view.c: (ev_view_size_allocate):
2017
2018         Restore horizontal scrollbar after switching to/from fullscreen
2019         or presentation mode. Fixes bug #331728.
2020
2021 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-view-private.h:
2024         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2025         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2026         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2027         (ev_view_can_zoom_out):
2028
2029         Use max and min scale values in the view iby taking dpi into account. 
2030
2031 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * configure.ac:
2034         * NEWS:
2035
2036         Release 0.7.1
2037
2038 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * shell/ev-window.c: (ev_window_print_send):
2041
2042         Send print job to printer with some settings set to default values,
2043         since we have already exported to a file according to such settings
2044         and they could be taken twice by some printers. 
2045
2046 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * shell/ev-jobs.c: (ev_job_xfer_run):
2049         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2050
2051         Show main window and load document with the font-config lock held. 
2052
2053 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * configure.ac:
2056         * shell/ev-application.c: (ev_application_register_service):
2057         * shell/main.c: (load_files_remote):
2058
2059         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2060
2061 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2062
2063         * doc/debugging.txt:
2064         
2065         Remove obsolete documentation.
2066
2067 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2068
2069         * Makefile.am:
2070         * backend/Makefile.am:
2071         * backend/comics/Makefile.am:
2072         * backend/djvu/Makefile.am:
2073         * backend/dvi/Makefile.am:
2074         * backend/ev-async-renderer.c:
2075         * backend/ev-async-renderer.h:
2076         * backend/ev-attachment.c:
2077         * backend/ev-attachment.h:
2078         * backend/ev-backend-marshal.c:
2079         * backend/ev-document-factory.c:
2080         * backend/ev-document-factory.h:
2081         * backend/ev-document-find.c:
2082         * backend/ev-document-find.h:
2083         * backend/ev-document-fonts.c:
2084         * backend/ev-document-fonts.h:
2085         * backend/ev-document-images.c:
2086         * backend/ev-document-images.h:
2087         * backend/ev-document-info.h:
2088         * backend/ev-document-links.c:
2089         * backend/ev-document-links.h:
2090         * backend/ev-document-misc.c:
2091         * backend/ev-document-misc.h:
2092         * backend/ev-document-security.c:
2093         * backend/ev-document-security.h:
2094         * backend/ev-document-thumbnails.c:
2095         * backend/ev-document-thumbnails.h:
2096         * backend/ev-document-transition.c:
2097         * backend/ev-document-transition.h:
2098         * backend/ev-document.c:
2099         * backend/ev-document.h:
2100         * backend/ev-file-exporter.c:
2101         * backend/ev-file-exporter.h:
2102         * backend/ev-image.c:
2103         * backend/ev-image.h:
2104         * backend/ev-link-action.c:
2105         * backend/ev-link-action.h:
2106         * backend/ev-link-dest.c:
2107         * backend/ev-link-dest.h:
2108         * backend/ev-link.c:
2109         * backend/ev-link.h:
2110         * backend/ev-render-context.c:
2111         * backend/ev-render-context.h:
2112         * backend/ev-selection.c:
2113         * backend/ev-selection.h:
2114         * backend/impress/Makefile.am:
2115         * backend/pdf/Makefile.am:
2116         * backend/pixbuf/Makefile.am:
2117         * backend/ps/Makefile.am:
2118         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2119         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2120         (start_interpreter), (stop_interpreter), (document_load),
2121         (ps_document_next_page), (render_page):
2122         * backend/tiff/Makefile.am:
2123         * comics/Makefile.am:
2124         * comics/comics-document.c:
2125         * comics/comics-document.h:
2126         * configure.ac:
2127         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2128         * djvu/Makefile.am:
2129         * djvu/djvu-document-private.h:
2130         * djvu/djvu-document.c:
2131         * djvu/djvu-document.h:
2132         * djvu/djvu-links.c:
2133         * djvu/djvu-links.h:
2134         * djvu/djvu-text-page.c:
2135         * djvu/djvu-text-page.h:
2136         * djvu/djvu-text.c:
2137         * djvu/djvu-text.h:
2138         * dvi/Makefile.am:
2139         * dvi/dvi-document.c:
2140         * dvi/dvi-document.h:
2141         * dvi/fonts.c:
2142         * dvi/fonts.h:
2143         * dvi/mdvi-lib/Makefile.am:
2144         * dvi/mdvi-lib/afmparse.c:
2145         * dvi/mdvi-lib/afmparse.h:
2146         * dvi/mdvi-lib/bitmap.c:
2147         * dvi/mdvi-lib/bitmap.h:
2148         * dvi/mdvi-lib/color.c:
2149         * dvi/mdvi-lib/color.h:
2150         * dvi/mdvi-lib/common.c:
2151         * dvi/mdvi-lib/common.h:
2152         * dvi/mdvi-lib/defaults.h:
2153         * dvi/mdvi-lib/dvimisc.c:
2154         * dvi/mdvi-lib/dviopcodes.h:
2155         * dvi/mdvi-lib/dviread.c:
2156         * dvi/mdvi-lib/files.c:
2157         * dvi/mdvi-lib/font.c:
2158         * dvi/mdvi-lib/fontmap.c:
2159         * dvi/mdvi-lib/fontmap.h:
2160         * dvi/mdvi-lib/fontsrch.c:
2161         * dvi/mdvi-lib/gf.c:
2162         * dvi/mdvi-lib/hash.c:
2163         * dvi/mdvi-lib/hash.h:
2164         * dvi/mdvi-lib/list.c:
2165         * dvi/mdvi-lib/mdvi.h:
2166         * dvi/mdvi-lib/pagesel.c:
2167         * dvi/mdvi-lib/paper.c:
2168         * dvi/mdvi-lib/paper.h:
2169         * dvi/mdvi-lib/pk.c:
2170         * dvi/mdvi-lib/private.h:
2171         * dvi/mdvi-lib/setup.c:
2172         * dvi/mdvi-lib/sp-epsf.c:
2173         * dvi/mdvi-lib/special.c:
2174         * dvi/mdvi-lib/sysdeps.h:
2175         * dvi/mdvi-lib/t1.c:
2176         * dvi/mdvi-lib/tfm.c:
2177         * dvi/mdvi-lib/tfmfile.c:
2178         * dvi/mdvi-lib/tt.c:
2179         * dvi/mdvi-lib/util.c:
2180         * dvi/mdvi-lib/vf.c:
2181         * dvi/pixbuf-device.c:
2182         * dvi/pixbuf-device.h:
2183         * impress/Makefile.am:
2184         * impress/common.h:
2185         * impress/document.c:
2186         * impress/f_oasis.c:
2187         * impress/f_oo13.c:
2188         * impress/iksemel.c:
2189         * impress/iksemel.h:
2190         * impress/imposter.h:
2191         * impress/impress-document.c:
2192         * impress/impress-document.h:
2193         * impress/internal.h:
2194         * impress/r_back.c:
2195         * impress/r_draw.c:
2196         * impress/r_geometry.c:
2197         * impress/r_gradient.c:
2198         * impress/r_style.c:
2199         * impress/r_text.c:
2200         * impress/render.c:
2201         * impress/render.h:
2202         * impress/zip.c:
2203         * impress/zip.h:
2204         * lib/Makefile.am:
2205         * lib/ev-debug.c:
2206         * lib/ev-debug.h:
2207         * lib/ev-file-helpers.c:
2208         * lib/ev-file-helpers.h:
2209         * lib/ev-gui.c:
2210         * lib/ev-gui.h:
2211         * lib/ev-tooltip.c:
2212         * lib/ev-tooltip.h:
2213         * libdocument/Makefile.am:
2214         * libdocument/ev-file-helpers.c:
2215         * pdf/Makefile.am:
2216         * pdf/ev-poppler.cc:
2217         * pdf/ev-poppler.h:
2218         * pixbuf/Makefile.am:
2219         * pixbuf/pixbuf-document.c:
2220         * pixbuf/pixbuf-document.h:
2221         * properties/Makefile.am:
2222         * ps/Makefile.am:
2223         * ps/gsdefaults.c:
2224         * ps/gsdefaults.h:
2225         * ps/gsio.c:
2226         * ps/gsio.h:
2227         * ps/gstypes.h:
2228         * ps/ps-document.c:
2229         * ps/ps-document.h:
2230         * ps/ps.c:
2231         * ps/ps.h:
2232         * shell/Makefile.am:
2233         * shell/ev-application.h:
2234         * shell/ev-sidebar-links.c:
2235         * shell/ev-sidebar-links.h:
2236         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2237         (ev_gui_menu_position_tree_selection):
2238         * shell/ev-utils.h:
2239         * shell/ev-view.c: (ev_view_finalize):
2240         * shell/ev-window.c:
2241         * shell/main.c: (main):
2242         * thumbnailer/Makefile.am:
2243         * tiff/Makefile.am:
2244         * tiff/tiff-document.c:
2245         * tiff/tiff-document.h:
2246         * tiff/tiff2ps.c:
2247         * tiff/tiff2ps.h:
2248         
2249         Reorganize source tree.
2250
2251 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/ev-document-factory.c:
2254
2255         Do not include ev-poppler.h when pdf is disabled. 
2256
2257 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * configure.ac:
2260         * data/evince-ui.xml:
2261         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2262         (pdf_document_document_images_iface_init):
2263         * backend/Makefile.am:
2264         * backend/ev-document-images.[ch]:
2265         * backend/ev-image.[ch]:
2266         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2267         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2268         (ev_job_xfer_run):
2269         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2270         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2271         (ev_pixbuf_cache_get_image_mapping):
2272         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2273         (view_menu_popup_cb), (ev_window_dispose),
2274         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2275         (ev_view_popup_cmd_copy_image):
2276         * shell/ev-view-private.h:
2277         * shell/ev-view.c: (ev_view_get_image_at_location),
2278         (ev_view_do_popup_menu), (ev_view_popup_menu),
2279         (ev_view_button_press_event), (ev_view_drag_data_get),
2280         (ev_view_drag_motion), (ev_view_drag_data_received),
2281         (ev_view_motion_notify_event), (ev_view_button_release_event),
2282         (ev_view_finalize), (ev_view_class_init):
2283
2284         Add image handling support. Fixes bugs #310008 and #325047. Images
2285         selection is not supported yet. 
2286
2287 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2290         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2291         (ev_view_init):
2292
2293         Move view drag and drop stuff to ev-view.
2294
2295 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2298         * shell/ev-view.c: (clear_selection): 
2299
2300         Clear selection also in pixbuf cache.
2301
2302 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2303
2304         * data/evince.desktop.in.in:
2305         
2306         Change icon name in desktop file. See bug #390734
2307         for details.
2308
2309 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2310
2311         * thumbnailer/Makefile.am:
2312
2313         Use top_builddir instead top_srcdir for generated schema
2314         file installation. Fixes bug #390161.
2315
2316 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * configure.ac:
2319         * backend/Makefile.am:
2320         * backend/ev-document-transition.[ch]:
2321         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2322         (pdf_document_page_transition_iface_init):
2323         * shell/ev-view-private.h:
2324         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2325         (ev_view_set_presentation), (transition_next_page),
2326         (ev_view_presentation_transition_stop),
2327         (ev_view_presentation_transition_start), (ev_view_next_page):
2328
2329         Add page transition support in presentation mode. At the moment only
2330         page duration is supported, but not transition effects. Fixes bug
2331         #309815.
2332
2333 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2336
2337         Run find_link_dest with document lock held, since it's called by links
2338         thread and main thread at the same time. 
2339
2340 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-view.c: (goto_dest):
2343
2344         Update page-cache when page is changed by the view, so that
2345         page-changed signal is emitted. 
2346
2347 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * test/test1.py:
2350         * test/test2.py:
2351
2352         Use C locale in tests. 
2353
2354 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-window.c: (ev_window_run_presentation):
2357         * shell/ev-view-private.h:
2358         * shell/ev-view.c: (ev_view_set_presentation):
2359
2360         Restore zoom settings when back from presentation mode. 
2361
2362 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2363
2364         * shell/ev-window.c: (ev_window_run_presentation):
2365
2366         Always use "best fit" zoom in presentation mode.
2367         Fixes bug #389195.
2368
2369 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2370
2371         * shell/ev-view.c: (ev_view_goto_window_create):
2372
2373         Show "Jump to page" label in the page jumping popup in
2374         presentation mode instead of just a GtkEntry.
2375
2376 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-window.c: (launch_external_uri):
2379
2380         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2381         #378085.
2382
2383 2006-12-22  Elijah Newren  <newren gmail com>
2384
2385         * configure.ac: explicitly check for libxml2.  Fixes #388795
2386
2387 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-view-private.h:
2390         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2391         (ev_view_goto_window_delete_event), (key_is_numeric),
2392         (ev_view_goto_window_key_press_event),
2393         (ev_view_goto_window_button_press_event),
2394         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2395         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2396         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2397
2398         Allow jumping to another page by typing a page number in presentation
2399         mode. It uses a popup window with an entry. Fixes bug #353625.
2400
2401 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * configure.ac:
2404         * properties/ev-properties-view.c: (ev_get_default_user_units),
2405         (ev_regular_paper_size):
2406         
2407         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2408         to Damien Carbery <damien.carbery@sun.com> and
2409         Yevgen Muntyan <muntyan@tamu.edu>.
2410
2411 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2412
2413         * shell/ev-window.c: (setup_document_from_metadata):
2414
2415         Make sure Evince doesn't restore the view on the last
2416         page when a document is reopened. Fixes bug #383381.
2417
2418 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2419
2420         * shell/ev-view.c: (draw_loading_text):
2421
2422         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2423
2424 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * configure.ac:
2427         * NEWS:
2428
2429         Release 0.7.0
2430
2431 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * configure.ac:
2434         * pdf/ev-poppler.cc: (pdf_print_context_free),
2435         (pdf_document_file_exporter_begin),
2436         (pdf_document_file_exporter_do_page):
2437
2438         Make cairo-pdf depedency optional. 
2439
2440 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2443
2444         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2445
2446 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2449         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2450         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2451         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2452         * shell/ev-view.c: (draw_loading_text):
2453         * shell/ev-window.c: (ev_window_cmd_file_properties):
2454
2455         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2456         related to using FontConfig from different threads.
2457         
2458 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * shell/ev-view.c: (draw_loading_text):
2461
2462         Acquire lock document when drawing "Loading..." text so that only one
2463         thread will use FontConfig at the same time. Fixes bug #374750.
2464
2465 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * shell/ev-page-action.[ch]: (activate_cb):
2468         * shell/ev-window.c: (activate_label_cb):
2469
2470         Check if text inserted in page entry is a valid page number when it
2471         doesn't match to any document page label. Fixes bug #383165.
2472
2473 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2474         * shell/ev-window.c:
2475
2476         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2477         available with GTK < 2.10. Added an ifdef to avoid compilation
2478         error.
2479
2480 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * configure.ac:
2483         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2484
2485         Fix ps backend in multihead systems.
2486
2487 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2490         * shell/ev-window.c: (ev_window_get_screen_dpi),
2491         (ev_window_update_actions), (setup_view_from_metadata),
2492         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2493
2494         Take screen DPI into account when zooming. Fixes bug #318285.
2495
2496 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2497
2498         * data/Makefile.am:
2499
2500         Cleaned up/slightly refactored Makefile.am. Added GConf
2501         schemas uninstallation as well.
2502
2503 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2504
2505         * Makefile.am:
2506         * test/Makefile.am:
2507
2508         Fight with autotools to fix make check. Make distcheck
2509         works fine as well now!
2510
2511 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2512
2513         * shell/ev-view.c: (draw_end_presentation_page):
2514
2515         Corrected "end of presentation" string.
2516
2517 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2518
2519         * shell/ev-view.c: (ev_view_key_press_event):
2520
2521         Correctly propagate key press event so that up/down keys
2522         work as expected (correct behaviour was broken by
2523         black/white screen key bindings for presentations).
2524
2525 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2528         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2529         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2530         (pdf_selection_get_selection_region),
2531         (pdf_selection_get_selection_map):
2532
2533         Add "static" to some private functions. 
2534
2535 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2536
2537         * lib/ev-tooltip.h:
2538         * properties/ev-properties-view.h:
2539         * shell/ev-jobs.h:
2540         * shell/ev-properties-dialog.h:
2541         * shell/ev-properties-fonts.h:
2542         * shell/ev-sidebar-links.h:
2543         * shell/ev-sidebar-thumbnails.h:
2544         * shell/ev-sidebar.h:
2545         * shell/ev-window.h:
2546         
2547         Fixes CHACK type in class casts. See bug #385343
2548         for details.
2549
2550 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-view-private.h:
2553         * shell/ev-view.c: (draw_end_presentation_page),
2554         (ev_view_expose_event), (ev_view_key_press_event),
2555         (ev_view_class_init), (ev_view_init):
2556
2557         Blank screen in presentation mode when pressing 'b' (filling with
2558         black) or 'w' (filling with white) keys. Fixes bug #358132.
2559
2560 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2561
2562         * data/evince-toolbar.xml:
2563         * shell/ev-window.c:
2564         
2565         Use stock icon for Select All action. Fixes
2566         bug #382652.
2567
2568 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2569
2570         * shell/ev-view.c: (get_doc_point_from_offset),
2571         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2572
2573         Add links support in rotated documents. Fixes bug #343733.
2574
2575 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/ev-view-private.h:
2578         * shell/ev-view.c: (draw_end_presentation_page),
2579         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2580
2581         Show a blank page after the last page in presentation mode with a
2582         message indicating that presentation has finished and how to exit. 
2583
2584 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * shell/ev-window.c: (fullscreen_timeout_cb):
2587
2588         Hide cursor after a while in presentation mode. 
2589
2590 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2591
2592         * backend/ev-document-info.h:
2593         * data/evince-properties.glade:
2594         * pdf/ev-poppler.cc:
2595         * properties/ev-properties-view.c: (ev_regular_paper_size),
2596         (ev_properties_view_set_info):
2597         * ps/ps-document.c: (ps_document_get_info):
2598
2599         Adds a paper size field to the properties dialog. Fixes
2600         bug #307315. Patch by Kasper Svendsen (with some i18n
2601         changes done by me).
2602
2603 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2606         (screensaver_init_dbus), (totem_scrsaver_new),
2607         (totem_scrsaver_init):
2608         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2609         * shell/ev-application.c: (ev_application_register_service),
2610         (ev_application_screensaver_enable),
2611         (ev_application_screensaver_disable):
2612         * shell/ev-application.h:
2613         * shell/ev-window.c: (ev_window_run_presentation),
2614         (ev_window_stop_presentation), (build_comments_string),
2615         (ev_window_init):
2616         
2617         Move screensaver handling to application. No more
2618         message on startup.
2619
2620 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * configure.ac:
2623         * backend/Makefile.am:
2624         * backend/ev-file-exporter.[ch]:
2625         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2626         * ps/ps-document.c: (ps_document_file_exporter_*):
2627         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2628         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2629         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2630         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2631
2632         Allow printing to PDF when suppoted by the backend.
2633         
2634 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * shell/ev-window.c: (build_comments_string):
2637
2638         Use always "Document Viewer" in about dialog. 
2639
2640 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * djvu/djvu-document.c: (djvu_document_get_page_size):
2643
2644         Display a warning message when get_pageinfo fails. 
2645
2646 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2647
2648         * Makefile.am:
2649         * backend/Makefile.am:
2650         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2651         * configure.ac:
2652         * shell/ev-window.c: (build_comments_string):
2653         
2654         Make pdf compilation optional. See bug #38007.
2655
2656 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * ps/ps.c: (get_next_text):
2659
2660         Fix CVE-2006-5864.
2661
2662 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2665         * shell/ev-navigation-action.c: (connect_proxy),
2666         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2667         
2668         Do not call g_type_class_peek_parent twice.
2669
2670 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2671
2672         * configure.ac:
2673         * data/icons/24x24/.cvsignore:
2674         * data/icons/24x24/Makefile.am:
2675         * data/icons/24x24/evince.png:
2676         * data/icons/Makefile.am:
2677         
2678         Add 24x24 icon. Thanks to 
2679         Michael Monreal <infernux@web.de>.
2680
2681 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2682
2683         * configure.ac: Fix typo in configure.ac. Thanks
2684         to dmacks@netspace.org for notification.
2685
2686 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2687
2688         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2689         
2690         Drop dbus include, fixes compilation with older dbus.
2691
2692 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2693
2694         * configure.ac:
2695         * cut-n-paste/Makefile.am:
2696         * cut-n-paste/totem-screensaver/.cvsignore
2697         * cut-n-paste/totem-screensaver/Makefile.am:
2698         * cut-n-paste/totem-screensaver/README:
2699         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2700         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2701         * shell/Makefile.am:
2702         * shell/ev-window.c: (ev_window_run_presentation),
2703         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2704         (ev_window_init):
2705
2706         Implemented screensaver enabling/disabling for
2707         presentation mode (not fullscreen mode). Code stolen
2708         from Totem (with some minor tweaks). Fixes bug #338889.
2709
2710 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2711
2712         * configure.ac:
2713
2714         Bump gnome-icon-theme requirements. We use the rotation
2715         icons that appeared recently.
2716
2717 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2718
2719         * shell/ev-history.c: (ev_history_add_page):
2720         * shell/ev-history.h:
2721         * shell/ev-window.c: (page_changed_cb):
2722         
2723         Use page labels instead of numbers.
2724
2725 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2726
2727         * data/evince-toolbar.xml:
2728         * po/POTFILES.in:
2729         * shell/Makefile.am:
2730         * shell/ev-navigation-action-widget.c:
2731         (ev_navigation_action_widget_init),
2732         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2733         (menu_detacher), (ev_navigation_action_widget_set_menu),
2734         (menu_position_func), (popup_menu_under_arrow),
2735         (ev_navigation_action_widget_toggled),
2736         (ev_navigation_action_widget_button_press_event):
2737         * shell/ev-navigation-action-widget.h:
2738         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2739         (ev_navigation_action_set_window), (activate_menu_item_cb),
2740         (new_history_menu_item), (new_empty_history_menu_item),
2741         (build_menu), (menu_activated_cb), (connect_proxy),
2742         (create_tool_item), (ev_navigation_action_init),
2743         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2744         * shell/ev-navigation-action.h:
2745         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2746         (ev_page_action_widget_set_page_cache),
2747         (ev_page_action_widget_finalize),
2748         (ev_page_action_widget_class_init), (match_selected_cb),
2749         (display_completion_text), (match_completion), (build_new_tree_cb),
2750         (get_filter_model_from_model),
2751         (ev_page_action_widget_update_model):
2752         * shell/ev-page-action-widget.h:
2753         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2754         (connect_proxy):
2755         * shell/ev-page-action.h:
2756         * shell/ev-stock-icons.c:
2757         * shell/ev-stock-icons.h:
2758         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2759         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2760         (register_custom_actions):
2761         * shell/main.c:
2762         
2763         Preliminary history implementation
2764
2765 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2766
2767         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2768         (dvi_document_class_init), (dvi_document_init_params):
2769         * dvi/mdvi-lib/font.c: (font_reference):
2770         
2771         Add reference to subfont. Fixes bug #374277.
2772
2773 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2776         (ev_window_cmd_file_open_copy_at_dest):
2777
2778         Fix a race condition when creating symlink. Increase the counter
2779         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2780         Mathias Hasselmann).
2781
2782 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * backend/Makefile.am:
2785         * backend/ev-attachment.c: (ev_attachment_open):
2786         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2787         (ev_tmp_dir), (ev_tmp_filename):
2788         * shell/ev-sidebar-attachments.c:
2789         (ev_sidebar_attachments_drag_data_get):
2790         * shell/ev-window.c: (ev_window_clear_temp_file):
2791
2792         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2793         in ensure_dir_exists. Abort without crashing when we can't create
2794         user's directory.
2795
2796 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * data/evince-ui.xml:
2799         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2800         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2801         (ev_window_cmd_file_open_copy_at_dest),
2802         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2803         (ev_view_popup_cmd_open_link_new_window):
2804
2805         Allow opening a copy of the current document in a new window. Fixes bug
2806         #357472
2807
2808 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2809
2810         * data/evince-toolbar.xml:
2811         
2812         Add rotate right and rotate left to available items for toolbar.
2813         
2814         * data/evince-ui.xml:
2815         * shell/ev-window.c: (ev_window_init):
2816         
2817         Customize toolbar with right click. Fixes bug #372451.
2818
2819 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2820
2821         * shell/ev-window.c: 
2822         
2823         Use "object-rotate-{left,right}" stock icons. Fixes 
2824         bug #373863.
2825
2826 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2829         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2830         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2831         (ev_window_open_uri):
2832         * shell/main.c: (arguments_parse):
2833
2834         Remove temp file created when evince is used by GTK+ in
2835         preview mode. Fixes bug #365282. 
2836
2837 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2838
2839         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2840         
2841         Fixes bug #372474 - Side pane disabled when entering 
2842         and leaving fullscreen mode.
2843
2844 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2845
2846         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2847         * data/Makefile.am:
2848         * data/evince-preview-toolbar.xml:
2849         * data/evince-toolbar.xml:
2850         * shell/ev-application.c: (ev_application_shutdown),
2851         (ev_application_init), (ev_application_get_toolbars_model):
2852         * shell/ev-application.h:
2853         * shell/ev-window.c: (update_chrome_visibility),
2854         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2855         (ev_window_cmd_edit_toolbar), (ev_window_init):
2856         
2857         Fixes bug #364364 - toolbar editor shows zoom actions again.
2858
2859 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2862
2863         Do not take margins into consideration for paper size when printing.
2864         Really fixes bug #350491.
2865
2866 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * data/evince-ui.xml:
2869         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2870         (ev_window_cmd_file_print_setup),
2871         (ev_window_print_dialog_response_cb),
2872         (ev_window_setup_action_sensitivity):
2873
2874         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2875
2876 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-window.c: (ev_window_print_range):
2879
2880         Revert my previuos commit, since printing to PDF is not supported by
2881         evince yet. 
2882
2883 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-window.c: (ev_window_print_range):
2886
2887         Enable print to a PDF. Fixes bug #332121.
2888
2889 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-application-service.xml:
2892         * shell/ev-application.[ch]: (ev_application_open_window),
2893         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2894         (ev_application_open_uri), (ev_application_open_uri_list):
2895         * shell/ev-window.c: (file_open_dialog_response_cb),
2896         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2897         (drag_data_received_cb), (open_remote_link):
2898         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2899
2900         Add support for multiscreen systems. Fixes bug #316206.
2901
2902 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * shell/ev-jobs.[ch]: (ev_job_print_new),
2905         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2906         (ev_job_print_do_page):
2907         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2908
2909         Allow printing only odd/even pages. Fixes bug #367289.
2910
2911 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2912
2913         * test/test1.py:
2914         * test/test2.py:
2915
2916         Re-add locale settings to test files.
2917
2918 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2919
2920         * data/evince-ui.xml:
2921         * shell/ev-window.c: (set_action_properties):
2922         
2923         Removed garbage from code and ui.
2924
2925 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2926
2927         * shell/ev-window.c: (ev_window_cmd_help_about):
2928
2929         Shamelessly add my name to the list of contributors.
2930
2931 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2932
2933         * test/test1.py:
2934         * test/test2.py:
2935
2936         Cleaned up the dogtail scripts.
2937
2938 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2939
2940         * shell/ev-view.c: (draw_loading_text): Don't render
2941         "loading..." text in presentation mode. Temporary
2942         workaround for bug #320352.
2943
2944 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2947         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2948
2949         Use print settings scale, copies, collate and reverse which were
2950         ignored. Fixes bug #359032.
2951
2952 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * configure.ac:
2955         * data/evince-password.glade:
2956         * test/Makefile.am:
2957         * test/test-encrypt.pdf:
2958         * test/test-links.pdf:
2959         * test/test1.py:
2960         * test/test2.py:
2961
2962         Add automated UI tests for evince with dogtail. See
2963         bug #300948.    
2964
2965 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2968
2969         Hide fullscreen toolbar when switching to another desktop workspace.
2970         Fixes bug #338871
2971
2972 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2973
2974         * shell/ev-window-title.c: 
2975         
2976         Test for .dvi in title of pdf documents.
2977
2978 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2979
2980         * shell/ev-view.c: (ev_view_scroll):
2981
2982         Page Up/Down should do page jumps in "Best fit" mode.
2983         If a user has explicitly chosen to view exactly one page
2984         at a time, scrolling just a part of the page when
2985         pressing Page Up/Down is not right. Fixes bug #323107.
2986
2987 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * NEWS:
2990         * configure.ac:
2991         
2992         Update for 0.6.1
2993
2994 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2995
2996         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2997         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2998         
2999         Correctly disconnect from job signals on destroy.
3000
3001 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3002
3003         * shell/ev-view-private.h:
3004         * shell/ev-view.c: (view_set_adjustment_values),
3005         (view_update_range_and_current_page),
3006         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3007         
3008         Fixes bug #343199, current page now follows find page.
3009
3010 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3011
3012         * backend/ev-document-factory.c:
3013         * configure.ac:
3014         Assigned OpenDocument presenation MIME type to the
3015         Impress backend. Added some missing (but harmless)
3016         #ifdefs in the document factory as well to make things
3017         consistent again. Fixes bug #360658.
3018
3019 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3020
3021         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3022         * backend/ev-document-find.c: (ev_document_find_get_type):
3023         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3024         * backend/ev-document-links.c: (ev_document_links_get_type):
3025         * backend/ev-document-security.c: (ev_document_security_get_type):
3026         * backend/ev-document-thumbnails.c:
3027         (ev_document_thumbnails_get_type):
3028         * backend/ev-document.c: (ev_document_get_type):
3029         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3030         * backend/ev-selection.c: (ev_selection_get_type):
3031         * cut-n-paste/recent-files/egg-recent-model.c:
3032         (egg_recent_model_get_type):
3033         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3034         (egg_recent_view_uimanager_get_type):
3035         * cut-n-paste/recent-files/egg-recent-view.c:
3036         (egg_recent_view_get_type):
3037         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3038         (egg_editable_toolbar_get_type):
3039         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3040         (egg_toolbar_editor_get_type):
3041         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3042         (egg_toolbars_model_get_type):
3043         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3044         (egg_tree_multi_drag_source_get_type):
3045         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3046         (ephy_zoom_action_get_type):
3047         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3048         (ephy_zoom_control_get_type):
3049         * impress/r_back.c: (_imp_fill_back):
3050         * properties/ev-properties-main.c:
3051         (ev_properties_plugin_register_type):
3052         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3053         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3054         (ev_view_accessible_factory_get_type):
3055
3056         Reduce relocations. Bug #360616.
3057
3058 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3059
3060         * backend/ev-document-factory.c:
3061         (ev_document_factory_get_document):
3062         
3063         Load document even if extension is wrong.
3064
3065 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * shell/ev-metadata-manager.c: (save_values):
3068         * shell/ev-window.c: (setup_size_from_metadata),
3069         (setup_view_from_metadata), (ev_window_setup_document),
3070         (ev_window_xfer_job_cb), (window_configure_event_cb):
3071         
3072         Set size according to the document size/page size ratio.
3073         That should correct rather wierd behaviour of the previous
3074         commit.
3075
3076 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * shell/ev-window.c: (setup_view_from_metadata):
3079         
3080         Set size for new windows from previous window size.
3081         See bugs #354968 and #168450 for details. Thanks
3082         to Meik Hellmund.
3083
3084 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * djvu/djvu-links.c: (build_tree):
3087
3088         Fix memory leak.
3089
3090 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3091
3092         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3093         
3094         Don't make sidebar close button insensitive. Fixes
3095         bug #357871.
3096
3097 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3098
3099         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3100         (ev_window_set_view_accels_sensitivity):
3101         
3102         Don't enable Slash on documents which don't support
3103         find. Fixes bug #358648.
3104
3105 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3106
3107         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3108         open dialog fall back to the current document uri if the
3109         filechooser hasn't been used before. Fixes bug #356980.
3110
3111 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3112
3113         * shell/ev-window.c: (ev_window_setup_recent), 
3114         (ev_window_get_recent_file_label):
3115
3116         Escape underscores in filenames of recent file items.
3117
3118 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3119
3120         * configure.ac:
3121         
3122         Bumped poppler requirements, really 0.5.3 is very 
3123         buggy, now we require 0.5.4.
3124
3125 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3126
3127         * djvu/Makefile.am:
3128         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3129         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3130         (djvu_document_document_links_iface_init):
3131         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3132         (number_from_string_10), (get_djvu_link_dest),
3133         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3134         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3135         (djvu_links_get_links), (djvu_links_find_link_dest),
3136         (djvu_links_get_links_model):
3137         * djvu/djvu-links.h:
3138         
3139         Add support for links and bookmarks in djvu documents. Thanks
3140         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3141         patch.
3142
3143 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3144
3145         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3146         
3147         Reopen should reload document. Fixes 
3148         bug 327951.
3149
3150 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3151
3152         * configure.ac:
3153         * data/Makefile.am:
3154         * data/evince-16.png:
3155         * data/evince-22.png:
3156         * data/evince.png:
3157         * data/evince.svg:
3158         * data/icons/16x16/Makefile.am:
3159         * data/icons/16x16/evince.png:
3160         * data/icons/22x22/Makefile.am:
3161         * data/icons/22x22/evince.png:
3162         * data/icons/48x48/Makefile.am:
3163         * data/icons/48x48/evince.png:
3164         * data/icons/Makefile.am:
3165         * data/icons/scalable/Makefile.am:
3166         * data/icons/scalable/evince.svg:
3167         
3168         Install icons with correct names. Fixes
3169         bug #354429.
3170
3171 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3172
3173         * shell/ev-view.c: (ev_view_button_release_event):
3174
3175         Don't open links with middle mouse button. Fixes bug #353649
3176
3177 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3178
3179         * NEWS:
3180         * configure.ac:
3181         
3182         Update for release 0.6.0
3183
3184 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3185
3186         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3187         Implement Close named action. Patch by Carlos Garcia Campos.
3188
3189 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3190
3191         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3192         
3193         Don't clear link mapping on copy_job_to_job_info. Fixes
3194         bug 346168.
3195
3196 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * shell/main.c: (main):
3199
3200         Revert my previous commit, gnome_program_init owns the option context.
3201         Fix another memory leak in main. Both caught by Christian Persch. 
3202
3203 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3204
3205         * shell/main.c: (main):
3206
3207         Fix memory leak.
3208
3209 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3212
3213         Fix crash when opening a pdf with password protection. 
3214
3215 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * pdf/ev-poppler.cc: (pdf_document_search_free):
3218
3219         Fix memory leak. 
3220
3221 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3222
3223         * backend/ev-document-factory.c:
3224         (ev_document_factory_get_document):
3225         * tiff/tiff-document.c: (tiff_document_finalize):
3226         
3227         More correct handling of document loading. Fixes
3228         bug #349043.
3229
3230 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * backend/ev-attachment.c: (ev_attachment_save):
3233
3234         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3235         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3236
3237 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3238         
3239         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3240         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3241
3242 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-sidebar-thumbnails.c:
3245
3246         Do not render thumbnails unless thumbnails page is active in the
3247         sidebar.
3248
3249 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3250
3251         * shell/ev-properties-dialog.c:
3252
3253         Fix dialogue spacing. Bug #351370.
3254
3255 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3256
3257         * configure.ac:
3258
3259         Use lowercase gettext catalog file names (evince.mo
3260         instead of Evince.mo)
3261
3262 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/ev-sidebar-attachments.c:
3265
3266         GtkIconTheme is now screen safe too. Fixes bug #350878
3267
3268 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-window.c:
3271
3272         GtkRecent manager is now screen safe. Fixes bug #350145
3273
3274 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3275
3276         * shell/ev-sidebar.c: (ev_sidebar_init):
3277         
3278         Make sidebar close icon smaller. Fix for bug 350177.
3279         See also bugs 350176 and 165770.
3280
3281 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3284
3285         Ignore zoom for xyz destinations when it's <= 1, keeping user
3286         preferences instead. Set correct sizing-mode for fith and fitv
3287         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3288
3289 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3290
3291         * NEWS:
3292         * configure.ac:
3293         
3294         Update for release 0.5.5
3295
3296 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3297         
3298         * shell/ev-window.c: (ev_window_cmd_escape)
3299
3300         Escape unfocus page entry. Fixes bug #345809.
3301
3302 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3305         (build_tree), (pdf_document_links_get_links),
3306         (pdf_document_links_find_link_dest):
3307         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3308         (goto_xyz_dest):
3309
3310         Convert from PDF style coordinates to X style coordinates in the
3311         backend rather than in the view. Fixes bug #338440
3312
3313 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3314
3315         * shell/ev-window.c:
3316         
3317         Remove Ctrl+Shift+T shortcut for toolbars. See
3318         the bug #350098.
3319
3320 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * configure.ac:
3323
3324         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3325         of this. 
3326
3327 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * configure.ac:
3330         * cut-n-paste/Makefile.am:
3331         * data/evince-ui.xml:
3332         * shell/Makefile.am:
3333         * shell/ev-application.[ch]:
3334         * shell/ev-window.c:
3335
3336         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3337         #349273
3338
3339 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3340
3341         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3342         findbar code: s/help/search/
3343
3344 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3345
3346         * shell/ev-window.c: (setup_document_from_metadata),
3347         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3348         (setup_view_from_metadata):
3349         
3350         Fix memory leaks.
3351
3352 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3353
3354         * autogen.sh, configure.ac: 
3355         
3356         Update automake usage. See bug 349292.
3357
3358 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * shell/eggfindbar.c: (egg_find_bar_class_init),
3361         (entry_activate_callback), (egg_find_bar_init),
3362         (egg_find_bar_set_status_text):
3363         * shell/eggfindbar.h:
3364         
3365         Unify Evince findbar with Epiphany. Nice patch
3366         from Fabricio Silva <silva@crans.org> and
3367         Frederic Peters <fpeters@entrouvert.com>. See
3368         bug #339966 for details.
3369
3370 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3371
3372         * data/evince.desktop.in.in:
3373         
3374         Correct information for bugzilla. Thanks to
3375         Olaf Vitters, see bug #348855.
3376
3377 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-jobs.[ch]:
3380         * shell/ev-sidebar-links.c:
3381         * shell/ev-window.[ch]:
3382
3383         GtkPrintJob doesn't support print ranges or current page, so we export
3384         to a ps file now when printing ranges or current page.
3385
3386 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * pdf/ev-poppler.cc:
3389         * shell/ev-window.c: (do_action_named):
3390
3391         We should be more clear about bugzilla. See the
3392         poppler bug #7623.
3393
3394 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * configure.ac:
3397         * shell/Makefile.am:
3398         * shell/ev-job-queue.c:
3399         * shell/ev-jobs.[ch]:
3400         * shell/ev-sidebar-links.c:
3401         * shell/ev-window.[ch]:
3402         
3403         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3404         #348422
3405
3406 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3409         * shell/ev-application-service.xml:
3410         * shell/ev-application.[ch]:
3411         * shell/ev-jobs.[ch]:
3412         * shell/ev-window.[ch]: (ev_window_run_preview):
3413         * shell/main.c: 
3414
3415         Add preview mode to use evince as a printing previewer. It also adds
3416         other command line options for fullscreen and presentation modes.
3417         Fixes bugs #347822, #317031
3418
3419 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * NEWS:
3422         * configure.ac:
3423         
3424         Update for release 0.5.4
3425
3426 2006-07-11  Bastien Nocera <hadess@hadess.net>
3427
3428         * Makefile.am:
3429         * backend/Makefile.am:
3430         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3431         * backend/ev-document-factory.h:
3432         * configure.ac:
3433         * impress/.cvsignore:
3434         * impress/Makefile.am:
3435         * impress/common.h:
3436         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3437         (imp_get_page), (imp_next_page), (imp_prev_page),
3438         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3439         * impress/f_oasis.c: (render_object), (render_page),
3440         (get_geometry), (_imp_oasis_load):
3441         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3442         (_imp_oo13_load):
3443         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3444         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3445         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3446         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3447         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3448         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3449         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3450         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3451         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3452         (iks_new_within), (iks_insert), (iks_insert_cdata),
3453         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3454         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3455         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3456         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3457         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3458         (iks_cdata), (iks_cdata_size), (iks_has_children),
3459         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3460         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3461         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3462         (iks_tree), (iks_load), (iks_save):
3463         * impress/iksemel.h:
3464         * impress/imposter.h:
3465         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3466         (imp_render_draw_bezier_real), (imp_render_get_size),
3467         (imp_render_set_fg_color), (imp_render_draw_line),
3468         (imp_render_draw_rect), (imp_render_draw_polygon),
3469         (imp_render_draw_arc), (imp_render_draw_bezier),
3470         (imp_render_open_image), (imp_render_get_image_size),
3471         (imp_render_scale_image), (imp_render_draw_image),
3472         (imp_render_close_image), (imp_render_markup),
3473         (imp_render_get_text_size), (imp_render_draw_text),
3474         (impress_document_load), (impress_document_save),
3475         (impress_document_get_n_pages), (impress_document_get_page_size),
3476         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3477         (impress_document_finalize), (impress_document_class_init),
3478         (impress_document_can_get_text), (impress_document_get_info),
3479         (impress_document_document_iface_init),
3480         (impress_document_thumbnails_get_thumbnail),
3481         (impress_document_thumbnails_get_dimensions),
3482         (impress_document_document_thumbnails_iface_init),
3483         (impress_document_init):
3484         * impress/impress-document.h:
3485         * impress/internal.h:
3486         * impress/r_back.c: (_imp_fill_back):
3487         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3488         (_imp_draw_image), (_imp_tile_image):
3489         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3490         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3491         (r_polyline):
3492         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3493         (r_draw_gradient_complex), (r_draw_gradient):
3494         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3495         (r_get_bullet):
3496         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3497         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3498         (r_text):
3499         * impress/render.c: (imp_create_context), (imp_context_set_page),
3500         (imp_context_set_step), (imp_render), (imp_delete_context):
3501         * impress/render.h:
3502         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3503         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3504         (zip_load_xml), (zip_get_size), (zip_load):
3505         * impress/zip.h:
3506         * shell/ev-utils.c:
3507         
3508         New backend to support impress slides. Fixes bug #30867.
3509
3510 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3511
3512         * shell/ev-utils.c: (using_postscript_printer):
3513         
3514         Fixes crash when print using PAPI backend,
3515         bug #345012.
3516
3517 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3518
3519         * shell/ev-jobs.c: (ev_job_xfer_run):
3520         * shell/ev-window.c: (password_dialog_response),
3521         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3522         (ev_window_dispose):
3523         Fixes bug #344160: if the xfer job doesn't complete
3524         because a password is required, reload the existing
3525         instance instead of creating a new one.
3526
3527 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3528
3529         * shell/main.c: (main): Call gdk_threads_init. Thus
3530         we'll avoid errors in auth dialog. Fix for the bug
3531         #343347.
3532
3533 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3534
3535         * configure.ac: Advertise pixbuf support, fix
3536         for the bug 343317.
3537
3538 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3541         (ev_sidebar_thumbnails_set_document):
3542         
3543         Update sidebar thumbnails after reloading.
3544
3545 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3548         * shell/ev-jobs.h:
3549         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3550         (ev_window_cmd_view_reload), (ev_window_init):
3551         
3552         Don't crash on reload. Fix for the bug #343167.
3553
3554 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * shell/ev-jobs.c: (ev_job_render_run):
3557         
3558         Check for document links.
3559
3560 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3561
3562         * backend/ev-attachment.c: (ev_attachment_save),
3563         (ev_attachment_launch_app), (ev_attachment_open):
3564         * backend/ev-document-factory.c: (get_document_from_uri):
3565         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3566         (egg_recent_view_uimanager_set_list):
3567         * ps/ps-document.c: (check_filecompressed), (document_load),
3568         (ps_document_load):
3569         * shell/ev-metadata-manager.c: (load_values):
3570         * shell/ev-password.c: (ev_password_dialog_set_property):
3571         * shell/ev-view.c: (tip_from_link):
3572         * shell/ev-window.c: (file_save_dialog_response_cb),
3573         (ev_window_print_dialog_response_cb):
3574         
3575         Use consistent quoting style. Fix for the bug #320285.
3576
3577 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3578
3579         * shell/ev-jobs.c: (ev_job_xfer_run):
3580         * shell/main.c: (load_files):
3581                 
3582         Open links with anchors. Fix for the bug #339836.
3583
3584 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3587         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3588         (ev_link_dest_set_property), (ev_link_dest_finalize),
3589         (ev_link_dest_class_init), (ev_link_dest_new_named),
3590         (ev_link_dest_new_page_label):
3591         * backend/ev-link-dest.h:
3592         * shell/ev-application.c: (ev_application_open_uri):
3593         * shell/ev-view.c: (goto_dest):
3594         * shell/ev-window.c:
3595         * shell/ev-window.h:
3596         
3597         Fix page-label command line option. Bug #342070.
3598
3599 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3600
3601         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3602         
3603         Don't show highlight rects if page can't be showed. Fix for 
3604         the bug #342076
3605
3606 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3607
3608         * shell/ev-window.c: (setup_sidebar_from_metadata),
3609         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3610         
3611         Setup sidebar from metadata even if there is no document
3612         loaded. Fix for the bug #342807.
3613
3614 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3615
3616         * cut-n-paste/toolbar-editor/Makefile.am:
3617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3618         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3619         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3620         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3621         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3622         (popup_context_menu_cb), (button_press_event_cb),
3623         (configure_item_sensitivity), (configure_item_cursor),
3624         (configure_item_tooltip), (connect_widget_signals),
3625         (action_sensitive_cb), (create_item_from_action),
3626         (create_item_from_position), (toolbar_drag_data_received_cb),
3627         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3628         (toolbar_drag_leave_cb), (configure_drag_dest),
3629         (toggled_visibility_cb), (toolbar_visibility_refresh),
3630         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3631         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3632         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3633         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3634         (egg_editable_toolbar_dispose),
3635         (egg_editable_toolbar_set_ui_manager),
3636         (egg_editable_toolbar_get_selected),
3637         (egg_editable_toolbar_set_selected), (set_edit_mode),
3638         (egg_editable_toolbar_set_property),
3639         (egg_editable_toolbar_get_property),
3640         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3641         (egg_editable_toolbar_new_with_model),
3642         (egg_editable_toolbar_get_edit_mode),
3643         (egg_editable_toolbar_set_edit_mode),
3644         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3645         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3646         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3647         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3648         (item_added_or_removed_cb), (toolbar_removed_cb),
3649         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3650         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3651         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3652         (editor_create_item_from_name), (append_table),
3653         (update_editor_sheet), (egg_toolbar_editor_init):
3654         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3655         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3656         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3657         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3658         (toolbar_node_free), (egg_toolbars_model_get_flags),
3659         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3660         (egg_toolbars_model_get_name), (impl_add_item),
3661         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3662         (parse_data_list), (parse_item_list), (parse_toolbars),
3663         (egg_toolbars_model_load_toolbars), (parse_available_list),
3664         (parse_names), (egg_toolbars_model_load_names),
3665         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3666         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3667         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3668         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3669         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3670         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3671         (egg_toolbars_model_set_types), (fill_avail_array),
3672         (egg_toolbars_model_get_name_avail),
3673         (egg_toolbars_model_get_name_flags),
3674         (egg_toolbars_model_set_name_flags):
3675         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3676         * cut-n-paste/toolbar-editor/eggintl.h:
3677         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3678         (egg_tree_multi_drag_source_get_type),
3679         (egg_tree_multi_drag_source_row_draggable),
3680         (egg_tree_multi_drag_source_drag_data_delete),
3681         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3682         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3683         (path_list_free), (set_context_data), (get_context_data),
3684         (get_info), (egg_tree_multi_drag_drag_data_get),
3685         (egg_tree_multi_drag_motion_event),
3686         (egg_tree_multi_drag_button_press_event),
3687         (egg_tree_multi_drag_add_drag_support):
3688         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3689         * shell/ev-application.c: (ev_application_init),
3690         (ev_application_save_toolbars_model):
3691         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3692         (ev_window_cmd_edit_toolbar), (ev_window_init):
3693         
3694         Sync toolbareditor with epiphany and libegg
3695
3696 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * configure.ac: 
3699
3700         Depend on poppler 0.5.2
3701
3702 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3703
3704         * shell/ev-jobs.c: (ev_job_render_run):
3705         
3706         Check if document supports links iterface.
3707
3708 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * NEWS:
3711         * configure.ac:
3712         
3713         Update for release 0.5.3
3714
3715 2006-05-13  Michael Plump  <plumpy@skylab.org>
3716
3717         * configure.ac:
3718         * shell/Makefile.am:
3719         * shell/main.c: (main):
3720         
3721         Port to GOption command line parsing. Fix for the 
3722         bug #327518
3723
3724 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3725
3726         * shell/ev-window.c: (ev_window_cmd_help_about):
3727         
3728         Do not wrap license. Fix for the bug #309460.
3729
3730 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3731
3732         * configure.ac:
3733         * properties/ev-properties-main.c: (ev_properties_get_pages):
3734         * shell/ev-application.c: (ev_application_open_window),
3735         (ev_application_open_uri_at_dest):
3736         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3737         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3738         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3739         * shell/ev-utils.c: (save_print_config_to_file):
3740         * shell/ev-window.c: (ev_window_cmd_save_as),
3741         (ev_attachment_popup_cmd_save_attachment_as):
3742         * shell/main.c: (load_files_remote):
3743         
3744         Bump requirements to gtk 2.8 and drop all ifdefs used.
3745
3746 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3749         * shell/ev-window.c: (ev_window_init):
3750         
3751         Show attachments page.
3752
3753 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3754
3755         * po/POTFILES.in:
3756         * shell/ev-attachment-bar.c:
3757         * shell/ev-attachment-bar.h:
3758         * shell/ev-sidebar-attachments.c:
3759         (ev_sidebar_attachments_icon_cache_add),
3760         (icon_theme_get_pixbuf_from_mime_type),
3761         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3762         (ev_sidebar_attachments_icon_cache_refresh),
3763         (ev_sidebar_attachments_get_attachment_at_pos),
3764         (ev_sidebar_attachments_popup_menu_show),
3765         (ev_sidebar_attachments_popup_menu),
3766         (ev_sidebar_attachments_button_press),
3767         (ev_sidebar_attachments_update_icons),
3768         (ev_sidebar_attachments_drag_data_get),
3769         (ev_sidebar_attachments_get_property),
3770         (ev_sidebar_attachments_destroy),
3771         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3772         (ev_sidebar_attachments_new),
3773         (ev_sidebar_attachments_set_document),
3774         (ev_sidebar_attachments_support_document),
3775         (ev_sidebar_attachments_get_label),
3776         (ev_sidebar_attachments_page_iface_init):
3777         * shell/ev-sidebar-attachments.h:
3778         * shell/ev-window.c: (update_chrome_visibility),
3779         (setup_sidebar_from_metadata), (ev_window_setup_document),
3780         (ev_window_sidebar_current_page_changed_cb),
3781         (attachment_bar_menu_popup_cb), (ev_window_init):
3782         
3783         Move attachments bar to sidebar.
3784
3785 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * pdf/ev-poppler.cc:
3788         * shell/ev-application.[ch]:
3789         * shell/main.c:
3790
3791         Fix some memory leaks.
3792
3793 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3794
3795         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3796
3797         Change the properties dialog response to
3798         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3799         will make the dialog go away when the user presses
3800         enter. With gtk+ >= 2.9 this will happen anyway, but for
3801         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3802         escape by default. Fixes bug #340539. See also bug
3803         #101293 for the gtk+ part.
3804
3805 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3806
3807         * shell/ev-view.c (tip_from_action_named): Replace some strings
3808         that were wrong. Closes #340970.
3809
3810 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3813
3814         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3815         #341049
3816
3817 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3818
3819         * djvu/Makefile.am:
3820         * dvi/Makefile.am:
3821         * dvi/mdvi-lib/Makefile.am:
3822         * properties/Makefile.am:
3823         * ps/Makefile.am:
3824         * shell/Makefile.am:
3825         * thumbnailer/Makefile.am:
3826         
3827         Due to broken libtool that is unable to track dependencies
3828         of noinst libraries we are forced to explicitely point
3829         libraries for binary. Fix for the bug #333334.
3830
3831 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3832
3833         * data/evince.desktop.in.in:
3834         * shell/ev-view.c: (view_update_range_and_current_page),
3835         (ev_view_next_page), (ev_view_previous_page):
3836         * shell/ev-window.c: (update_chrome_visibility),
3837         (setup_sidebar_from_metadata), (ev_window_setup_document),
3838         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3839         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3840         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3841         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3842         (ev_window_stop_presentation), (ev_window_focus_in_event),
3843         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3844         (ev_window_init):
3845         * thumbnailer/Makefile.am:
3846         
3847         Update fullscreen and presentation timeout handling. Hide
3848         cursor in presentation after timeout. Fix for the bugs
3849         #136359 and #336981.
3850
3851 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * backend/ev-link-action.[ch]:
3854         * pdf/ev-poppler.cc: (ev_link_from_action):
3855         * shell/ev-view-private.h:
3856         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3857         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3858
3859         Add support for Named Action links
3860
3861 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * backend/Makefile.am:
3864         * backend/ev-document-links.[ch]:
3865         * backend/ev-document.[ch]:
3866         * backend/ev-link-action.[ch]:
3867         * backend/ev-link-dest.[ch]:
3868         * backend/ev-link.[ch]:
3869         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3870         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3871         * shell/ev-page-action.c: (build_new_tree_cb):
3872         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3873         (links_page_num_func), (update_page_callback):
3874         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3875         (tip_from_link):
3876         * shell/ev-jobs.c:
3877         * shell/ev-window.[ch]: (ev_window_open_uri),
3878         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3879         * shell/ev-application.[ch]: (ev_application_open_window),
3880         (ev_application_open_uri):
3881
3882         Rework links system, it adds support for remote links now and it makes
3883         easier to add new kinds of actions and destinations. Fixes bug #317292
3884
3885 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3886
3887         * data/Makefile.am:
3888         * data/evince.png:
3889         * data/evince-16.png:
3890         * data/evince-22.png:
3891         * data/evince.svg:
3892         * shell/main.c: (main):
3893         
3894         Evince use it's own icon. Fix for the bug #313392.
3895
3896         * shell/ev-window.c: (fullscreen_timeout_cb),
3897         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3898         (ev_window_cmd_help_about), (ev_window_dispose):
3899         
3900         Simplify fullscreen timeout code.
3901
3902 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3903
3904         * backend/ev-attachment.c: 
3905         * shell/ev-attachment-bar.c:
3906         * shell/ev-window.c:
3907
3908         Allow multiple selection of attachments
3909
3910 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3911
3912         * shell/ev-view.c: (view_update_range_and_current_page),
3913         (ev_view_scroll):
3914         
3915         Fix for the bug #312573 – Optimal selection of current 
3916         page among visible pages.
3917
3918 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3919
3920         * configure.ac:
3921         * djvu/Makefile.am:
3922         * djvu/djvu-text.h:
3923         
3924         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3925         for the bug 339868.
3926
3927 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3928
3929         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3930
3931 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3932
3933         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3934         dictated by the GNOME HIG. Fixes bug #339235.
3935
3936 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3937
3938         * data/evince-ui.xml:
3939         * shell/ev-view.c: (ev_view_can_find_previous):
3940         * shell/ev-view.h:
3941         * shell/ev-window.c: (ev_window_update_actions),
3942         (ev_window_cmd_edit_find_previous):
3943
3944         Add support for "Find Previous" as dictated by the GNOME HIG. A
3945         menu item is added and some glue code to make it all work is added
3946         to various files.
3947
3948 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3949
3950         * configure.ac: Award myself the "useless use of cat" award.
3951
3952 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3953
3954         * po/LINGUAS: New file listing all supported languages.
3955
3956         * configure.in: Use po/LINGUAS instead of including all languages
3957         directly in this file. See the wiki for more information:
3958         http://live.gnome.org/GnomeGoals/PoLinguas
3959
3960 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3961
3962         * backend/ev-document-factory.c:
3963
3964         Do not load the document twice when there isn't errors
3965
3966 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * backend/ev-attachment.c: 
3969
3970         Fix a crash when there isn't a default application to open an
3971         attachment
3972
3973 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * backend/ev-attachment.[ch]:
3976         * shell/ev-attachment-bar.[ch]:
3977
3978         Added missing files. 
3979
3980 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * backend/Makefile.am:
3983         * data/evince-ui.xml:
3984         * backend/ev-attachment.[ch]:
3985         * backend/ev-document.[ch]: (ev_document_has_attachments),
3986         (ev_document_get_attachments):
3987         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3988         (attachment_save_to_buffer), (pdf_document_get_attachments),
3989         (pdf_document_document_iface_init):
3990         * shell/Makefile.am:
3991         * shell/ev-attachment-bar.[ch]:
3992         * shell/ev-window.c:
3993
3994         Add support for PDF attachments. Fixes bug #325143
3995
3996 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * backend/ev-document-factory.c: (get_document_from_uri),
3999         (ev_document_factory_get_document):
4000         * backend/ev-document-factory.h:
4001         * properties/ev-properties-main.c: (ev_properties_get_pages):
4002         * shell/Makefile.am:
4003         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4004         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4005         (ev_job_queue_remove_job):
4006         * shell/ev-job-queue.h:
4007         * shell/ev-job-xfer.c:
4008         * shell/ev-job-xfer.h:
4009         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4010         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4011         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4012         (ev_job_xfer_run):
4013         * shell/ev-jobs.h:
4014         * shell/ev-window.c: (ev_window_is_empty),
4015         (password_dialog_response), (ev_window_clear_xfer_job),
4016         (ev_window_xfer_job_cb), (ev_window_open_uri),
4017         (ev_window_cmd_focus_page_selector),
4018         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4019         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4020         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4021         (ev_window_dispose):
4022         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4023         
4024         * Cleanup mime type detection on document load. Fix for the
4025         bug #336448.
4026
4027 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4030         
4031         Fix crash on exit, described in the bug #336825.
4032
4033 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4034
4035         * backend/ev-document-factory.c:
4036         (ev_document_factory_get_from_mime),
4037         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4038         (ev_document_factory_get_document),
4039         (file_filter_add_mime_list_and_free),
4040         (ev_document_factory_add_filters):
4041         * backend/ev-document-factory.h:
4042         * properties/ev-properties-main.c: (ev_properties_get_pages):
4043         * shell/Makefile.am:
4044         * shell/ev-application.c:
4045         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4046         * shell/ev-window.c: (ev_window_cmd_file_open),
4047         (ev_window_cmd_save_as):
4048         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4049         
4050         Rework factory functions so they are placed now in a single 
4051         file ev-document-factory.c
4052
4053 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4054
4055         * shell/ev-window.c: (update_chrome_visibility):
4056         
4057         Fix for the bug 166566 - don't show menubar in fullscreen
4058         mode.
4059
4060 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4061
4062         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4063
4064 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * shell/ev-view.c: (ev_view_expose_event):
4067         
4068         More correctly draw loading text when document
4069         is empty.
4070
4071 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * shell/ev-view.c: (ev_view_scroll):
4074         
4075         Fix for the bug #334854, page down and page up switch
4076         pages in presentation mode.
4077
4078 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * shell/ev-window.c: (ev_window_set_action_sensitive),
4081         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4082         (ev_window_set_view_accels_sensitivity),
4083         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4084         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4085         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4086         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4087         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4088         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4089         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4090         (view_actions_focus_in_cb), (ev_window_init):
4091         
4092         Fix for the bug #333902, now it's possible to search
4093         words with slash.
4094
4095 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4096
4097         * configure.ac: Added Breton translation.
4098         * po/br.po: Added Breton translation.
4099
4100 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-window-title (ev_window_title_update):
4103
4104         Fix memory leak in window title. Fixes bug #333944
4105
4106 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * shell/ev-metadata-manager.c (parseItem):
4109
4110         Fix memory leaks. Fixes bug #333945
4111
4112 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4113         
4114         * NEWS, configure.ac, TODO:
4115         
4116         Update for release 0.5.2.
4117
4118 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * shell/ev-view.c: (view_update_range_and_current_page),
4121         (page_changed_cb):
4122         
4123         Don't jump on scrolling, fix for the bug #333127.
4124
4125 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4126
4127         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4128         
4129         Scroll by one page in presentation mode. Fix for the bug
4130         #332993.
4131
4132 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4133
4134         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4135
4136 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4137
4138         * configure.ac  Added lv in ALL_LINGUAS line.
4139
4140 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4141         
4142         * NEWS, configure.ac:
4143         
4144         Update for release 0.5.1
4145
4146 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4147
4148         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4149         * backend/ev-document-misc.h:
4150         * shell/ev-view.c: (draw_one_page):
4151         
4152          Clairfy what page the toolbar page number applies to. Fix
4153          for the bug #328102.
4154
4155 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4156
4157         * shell/ev-view-private.h:
4158         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4159         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4160         (ev_view_search_changed):
4161         * shell/ev-view.h:
4162         * shell/ev-window.c: (find_bar_search_changed_cb):
4163         
4164         Dont't jump to find result if window was scrolled during search.
4165         Fix for the bug #313266.
4166
4167 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4168
4169         * shell/eggfindbar.c: (egg_find_bar_class_init):
4170         * shell/eggfindbar.h:
4171         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4172         * shell/ev-view-private.h:
4173         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4174         (ev_view_class_init), (ev_sizing_mode_get_type),
4175         (ev_scroll_type_get_type):
4176         * shell/ev-view.h:
4177         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4178         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4179         (ev_window_init):
4180         
4181         Fix for the bug 319133 - Find entry should allow text scroll.
4182
4183 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4184
4185         * shell/ev-view-private.h:
4186         * shell/ev-view.c: (view_update_range_and_current_page),
4187         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4188         (ev_view_set_document), (update_find_status_message),
4189         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4190         (ev_view_find_previous):
4191         
4192         Fix for the bug #319137. Search now takes account for scrolling.
4193
4194 2006-02-19  Michael Hofmann <mh21@piware.de>
4195
4196         * configure.ac:
4197         * djvu/Makefile.am:
4198         * djvu/djvu-document-private.h:
4199         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4200         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4201         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4202         (djvu_document_can_get_text), (djvu_document_get_text),
4203         (djvu_document_document_iface_init),
4204         (djvu_document_thumbnails_get_thumbnail),
4205         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4206         (djvu_document_find_get_result),
4207         (djvu_document_find_page_has_results),
4208         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4209         (djvu_document_find_iface_init):
4210         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4211         (djvu_text_page_selection), (djvu_text_page_limits_process),
4212         (djvu_text_page_limits), (djvu_text_page_copy),
4213         (djvu_text_page_position), (djvu_text_page_union),
4214         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4215         (djvu_text_page_box), (djvu_text_page_append_text),
4216         (djvu_text_page_search), (djvu_text_page_prepare_search),
4217         (djvu_text_page_new), (djvu_text_page_free):
4218         * djvu/djvu-text-page.h:
4219         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4220         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4221         (djvu_text_n_results), (djvu_text_has_results),
4222         (djvu_text_get_result), (djvu_text_get_progress):
4223         * djvu/djvu-text.h:
4224         
4225         Text search in djvu. Fix for the bug #303415.
4226
4227 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4228
4229         * configure.ac:
4230         * shell/ev-window.c: (ev_window_cmd_save_as):
4231         
4232         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4233         Thanks to Gary Coady <gary@lyranthe.org>
4234
4235 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4236
4237         * shell/ev-print-job.c: (idle_print_handler):
4238         
4239         Inverse order printing, bug #320919.
4240
4241 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * data/evince-toolbar.xml:
4244         * shell/ev-window.c:
4245         
4246         Allow to add sidebar checkbutton on toolbar. Fix
4247         for the bug #144577.
4248
4249 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4250
4251         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4252         
4253         Add checks that have sense for empty ps document.
4254
4255 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4256
4257         * configure.ac: Include PS in mime types list. 
4258
4259 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4260
4261         * configure.ac:
4262         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4263         * ps/gsdefaults.h:
4264         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4265         
4266         Runtime check for gs interpreter. Fix for the bug #320868.
4267         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4268
4269 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-application.c: 
4272
4273         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4274         dbus>=0.60, so that the request is not queued. 
4275
4276 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * configure.ac:
4279         * shell/Makefile.am:
4280         * shell/ev-sidebar-links.c: (print_section_cb):
4281         * shell/ev-utils.c:
4282         * shell/ev-utils.h:
4283         * shell/ev-window.c: (update_action_sensitivity),
4284         (ev_window_close_dialogs), (ev_window_print):
4285         * shell/ev-window.h:
4286         
4287         Make printing support optional. Patch from Eduardo de Barros Lima
4288         <eduardo.lima@indt.org.br> for the bug #330546.
4289
4290 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4291
4292         * shell/ev-view-private.h:
4293         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4294         (ev_view_set_document):
4295         * shell/ev-view.h:
4296         * shell/ev-window.c: (ev_window_load_job_cb),
4297         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4298         (ev_window_init):
4299
4300         Draw Loading message during xfer job. Fix for the bug #329495.
4301
4302 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * comics/comics-document.c: (comics_regex_quote),
4305         (comics_document_load), (extract_argv):
4306         
4307         Correcly quote regexp before passing it to unzip.
4308
4309 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4310
4311         * shell/ev-page-cache.c: (build_height_to_page),
4312         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4313         (ev_page_cache_get_dual_even_left):
4314         * shell/ev-page-cache.h:
4315         * shell/ev-view.c: (view_update_range_and_current_page),
4316         (get_page_y_offset), (get_page_extents):
4317         
4318         Place even pages to the left if document has less then
4319         two pages. Fix for the bug #328856.
4320
4321 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4324         
4325         Correct comics scheme. This make evince create thumbnails
4326         for comic books. Fix for the bug 329088.
4327
4328 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4329
4330         * data/evince-password.glade: Don't explicitly set
4331         invisible_char to the current default value in case
4332         the default changes; let GTK+ do its magic.
4333
4334 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4335
4336         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4337         real filename to tmp filename since often document
4338         type is determined by extension.
4339
4340 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4341
4342         * shell/ev-view.c: (add_scroll_binding_keypad),
4343         (ev_view_binding_activated), (ev_view_class_init):
4344         
4345         Add keybindings for percision-scrolling of display area. 
4346         Fix for the bug #314072.
4347
4348 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * data/evince.desktop.in.in:
4351         
4352         Add GTK to the list of categories. Fix for the bug #328034.
4353
4354 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * shell/ev-application.c: (ev_application_shutdown),
4357         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4358         * shell/ev-application.h:
4359         * shell/ev-window.c: (file_open_dialog_response_cb),
4360         (ev_window_cmd_file_open):
4361         
4362         Save last uri in file chooser dialog. Fix for the bug #327950.
4363
4364 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * NEWS:
4367         * README:
4368         
4369         Final update for release 0.5.0
4370         
4371         * shell/Makefile.am:
4372         
4373         Remove disable deprecated until we'll require libgnome-2.13.7
4374         and port to GOption argument parsing. See bug 327518.
4375
4376 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4377
4378         * comics/comics-document.c: (comics_document_save):
4379         * djvu/djvu-document.c: (djvu_document_save):
4380         * dvi/dvi-document.c: (dvi_document_save):
4381         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4382         * lib/ev-file-helpers.h:
4383         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4384         * tiff/tiff-document.c: (tiff_document_save):
4385         
4386         Use common save function for backends.
4387
4388 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4389
4390         * backend/ev-document-types.c:
4391         
4392         Fix crash on saving pixbuf.
4393
4394 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * cut-n-paste/recent-files/egg-recent-item.c:
4397         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4398         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4399         (parse_info_free), (valid_element), (start_element_handler),
4400         (end_element_handler), (text_handler), (egg_recent_model_filter),
4401         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4402         (egg_recent_model_monitor), (egg_recent_model_read),
4403         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4404         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4405         (egg_recent_model_set_property), (egg_recent_model_class_init),
4406         (egg_recent_model_init), (egg_recent_model_add_full),
4407         (egg_recent_model_delete), (egg_recent_model_get_list),
4408         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4409         (egg_recent_model_set_filter_mime_types),
4410         (egg_recent_model_clear_group_filter),
4411         (egg_recent_model_set_filter_groups),
4412         (egg_recent_model_clear_scheme_filter),
4413         (egg_recent_model_set_filter_uri_schemes),
4414         (egg_recent_model_remove_expired):
4415         * cut-n-paste/recent-files/egg-recent-util.c:
4416         (egg_recent_util_get_icon):
4417         * cut-n-paste/recent-files/egg-recent-util.h:
4418         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4419         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4420         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4421         (egg_recent_view_uimanager_set_property),
4422         (egg_recent_view_uimanager_get_property),
4423         (egg_recent_view_uimanager_class_init),
4424         (egg_recent_view_uimanager_init),
4425         (egg_recent_view_uimanager_set_label_width),
4426         (egg_recent_view_uimanager_get_label_width):
4427         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4428         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4429         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4430         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4431         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4432         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4433         
4434         Update from libegg.
4435
4436 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4437
4438         * shell/ev-page-cache.c: (build_height_to_page),
4439         (ev_page_cache_get_height_to_page):
4440         * shell/ev-page-cache.h:
4441         * shell/ev-view.c: (view_update_range_and_current_page),
4442         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4443         (ev_view_previous_page):
4444         
4445         Dual mode places even pages to the left. Fix for the bug #309393.
4446
4447         * shell/ev-view.h:
4448         * shell/ev-window.c: (update_action_sensitivity),
4449         (setup_view_from_metadata), (view_menu_popup_cb):
4450         
4451         Don't restore presentation in empty windows, more intelligent
4452         next page behaviour in dual mode.
4453
4454         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4455         (ev_pixbuf_cache_clear_job_sizes):
4456         
4457         Cleanup job callback on removal. Fix for the bug #325886.
4458
4459 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * ps/ps.c: (psscan):
4462         
4463         Commit workaround Mozilla problem. Fix for the bug #325919
4464         
4465         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4466         (save_item):
4467         
4468         Fix for year 2038 problem.
4469
4470 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * shell/ev-window.c: (setup_document_from_metadata),
4473         (ev_window_cmd_view_reload):
4474
4475         Clamp page recieved from metadata in valid values. Fix
4476         for the bug #325986.
4477
4478 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * MAINTAINERS: 
4481         Add MAINTAINERS as requested on desktop-devel-list.
4482
4483 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4486         (mime_type_supported_by_gdk_pixbuf),
4487         (ev_document_factory_get_mime_types),
4488         (ev_document_factory_get_all_mime_types):
4489         
4490         Don't add pixbuf mime types if pixbuf backend is disabled.
4491         
4492         * shell/ev-application.c: (ev_application_get_uri_window):
4493         
4494         Fix for the bug 325815 - unhandled MIME type message doesn't 
4495         appear a second time. 
4496         
4497         * shell/ev-document-types.c: (ev_document_types_add_filters):
4498         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4499         (password_dialog_response), (ev_window_popup_password_dialog),
4500         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4501         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4502         (ev_window_run_presentation), (ev_window_stop_presentation),
4503         (save_sizing_mode), (ev_window_zoom_changed_cb),
4504         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4505         (ev_window_dual_mode_changed_cb),
4506         (ev_window_sidebar_current_page_changed_cb),
4507         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4508         (window_state_event_cb), (window_configure_event_cb):
4509         
4510         Cleanup additional uris holded by EvWindow.
4511
4512 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4515         (ev_view_can_previous_page), (ev_view_can_next_page):
4516         * shell/ev-view.h:
4517         * shell/ev-window.c: (update_action_sensitivity):
4518         
4519         Two page scrolling with Space and PageUp in dual mode. Second fix 
4520         for the bug #316608.
4521
4522 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * shell/ev-view.c: (scroll_to_current_page):
4525         
4526         Correctly clamp adjustment value. Fix for the bug
4527         #325808.
4528
4529 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/ev-sidebar-links.c: (print_section_cb):
4532         * shell/ev-window.c: (ev_window_get_uri),
4533         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4534         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4535         (ev_window_dispose):
4536         
4537         Make print dialog non-modal. Fix for the bug #325622.
4538
4539 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4540
4541         * shell/ev-metadata-manager.c:
4542         * shell/ev-utils.c: (using_pdf_printer),
4543         (using_postscript_printer), (load_print_config_from_file),
4544         (save_print_config_to_file):
4545         * shell/ev-utils.h:
4546         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4547         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4548         (setup_view_from_metadata), (ev_window_setup_document),
4549         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4550         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4551         (ev_window_run_presentation), (ev_window_stop_presentation),
4552         (save_sizing_mode), (ev_window_zoom_changed_cb),
4553         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4554         (ev_window_dual_mode_changed_cb),
4555         (ev_window_sidebar_current_page_changed_cb),
4556         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4557         (window_state_event_cb), (window_configure_event_cb),
4558         (ev_window_init):
4559         
4560         Setting saving behaviour fixes.
4561
4562 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4563
4564         * configure.ac:
4565         
4566         Make antialiasing gs options better and allow
4567         to change them during configure. Fix for the 
4568         bug #319049.
4569
4570 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * shell/ev-window.c: (setup_view_from_metadata):
4573         
4574         Remember if last window was maximized. Fix for the
4575         bug #323797.
4576
4577 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4578
4579         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4580
4581 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4584         * shell/ev-page-action.c: (build_new_tree_cb):
4585         * shell/ev-sidebar-links.c: (links_page_num_func),
4586         (update_page_callback_foreach), (update_page_callback):
4587         * shell/ev-view.c: (scroll_to_current_page):
4588         
4589         Fix for the bug #325067 with more intelligent selection
4590         of current link in sidebar. Make sidebar handle links
4591         of FITR-like type more correctly.
4592
4593         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4594         (dvi_pixbuf_put_pixel):
4595         
4596         Fix memory consumtion with disabled alpha channel.
4597
4598 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4599
4600         * data/evince-ui.xml:
4601         * shell/ev-window.c: (view_menu_popup_cb),
4602         (ev_popup_cmd_open_link), (ev_window_init):
4603         
4604         Update context menu for internal links. Fix for the bug
4605         #325066.
4606
4607 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4610         
4611         Bind context menu to keyboard also. Fix for the bug
4612         #325065.
4613
4614 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * shell/ev-view.c: (selection_scroll_timeout_cb):
4617         
4618         Horizontal scroll on selection also.
4619
4620 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4621
4622         * shell/ev-metadata-manager.c: (parse_value):
4623         * shell/ev-view.c: (goto_xyz_link):
4624         
4625         Correct zoom setup and metadata save broken in 
4626         some locales.
4627
4628 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4629
4630         * shell/ev-view-private.h:
4631         * shell/ev-view.c: (scroll_to_current_page),
4632         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4633         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4634         (page_changed_cb), (ev_view_set_continuous),
4635         (ev_view_set_dual_page), (ev_view_set_presentation):
4636         
4637         Delay scroll until allocation to correctly position page. Fix
4638         for the bug #317334.
4639
4640 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * NEWS:
4643         * configure.ac:
4644         
4645         Update NEWS and require poppler 0.5.0.
4646
4647 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4648         
4649         * data/evince-ui.xml:
4650         * shell/ev-view-private.h:
4651         * shell/ev-view.c: (ev_view_get_link_at_location),
4652         (handle_link_over_xy), (ev_view_button_press_event),
4653         (ev_view_button_release_event), (ev_view_class_init):
4654         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4655         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4656         (ev_window_init):
4657         
4658         Implement right-click context menu.
4659
4660 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4663         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4664         (mdvi_pixbuf_device_render):
4665         * pdf/ev-poppler.cc:
4666
4667         Don't generate thumbnails with alpha. See bug #324077.
4668         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4669
4670 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * shell/ev-window.c: (setup_chrome_from_metadata):
4673         
4674         Fix typo that was hiding toolbar.
4675
4676 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * shell/ev-view-private.h:
4679         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4680         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4681         (ev_view_button_release_event), (ev_view_destroy):
4682         
4683         Small cleanup and autoscrolling during selection. Thanks to 
4684         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4685
4686 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4687
4688         * configure.ac:
4689         
4690         Correctly check for comics option.
4691
4692 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4693         * Makefile.am:
4694         * configure.ac:
4695         * backend/Makefile.am:
4696         * backend/ev-document-factory.c:
4697         * shell/ev-document-types.c:
4698
4699         Included option in configure to make ps backend 
4700         compilation optional with --disable-ps.
4701
4702 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * backend/ev-document-factory.c:
4705         * comics/Makefile.am:
4706         * comics/comics-document.c: (comics_document_load):
4707         * comics/ev-cbr-mime.xml:
4708         * configure.ac:
4709         
4710         Comics mime types are added to shared-mime-info CVS. Now
4711         we don't need to install our own mime types.
4712
4713 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4714
4715         * shell/ev-window.c:
4716         
4717         Add shortcut for "save a copy" menu entry. Fix for
4718         the bug #324582.
4719
4720 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4721
4722         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4723         (job_finished_cb), (new_selection_pixbuf_needed),
4724         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4725         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4726         
4727         Rework selection job info logic and fix critical warning.
4728
4729 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4730
4731         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4732
4733 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4734
4735         * data/evince-ui.xml:
4736         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4737         
4738         Enter as shortcut key for next page. Fix for the bug
4739         #321394.
4740
4741 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4742
4743         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4744
4745 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4748         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4749         (new_selection_pixbuf_needed),
4750         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4751         (clear_job_selection):
4752         
4753         Too early for 0.5. Pixbuf cache code cleaned a bit.
4754
4755 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * NEWS:
4758         * configure.ac:
4759         
4760         Release 0.5.0 preparation
4761
4762 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * comics/Makefile.am:
4765         * configure.ac:
4766         * shell/ev-document-types.c: (ev_document_types_add_filters):
4767         
4768         More advanced handling of custom mime type installation.
4769
4770 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * data/evince.schemas.in:
4773         * shell/ev-metadata-manager.c: (value_free),
4774         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4775         (ev_metadata_manager_get), (ev_metadata_manager_set):
4776         * shell/ev-metadata-manager.h:
4777         * shell/ev-window.c: (update_chrome_flag),
4778         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4779         (setup_document_from_metadata), (setup_chrome_from_metadata),
4780         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4781         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4782         (ev_window_view_toolbar_cb),
4783         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4784         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4785         
4786         Save last document settings and reuse them for new documents.
4787
4788 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * Makefile.am:
4791         * backend/Makefile.am:
4792         * backend/ev-document-factory.c:
4793         * backend/ev-document-factory.h:
4794         * comics/Makefile.am:
4795         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4796         (comics_document_load), (comics_document_save),
4797         (comics_document_get_n_pages), (comics_document_get_page_size),
4798         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4799         (comics_document_class_init), (comics_document_can_get_text),
4800         (comics_document_get_info), (comics_document_document_iface_init),
4801         (comics_document_init), (get_supported_image_extensions),
4802         (comics_document_thumbnails_get_geometry),
4803         (comics_document_thumbnails_get_thumbnail),
4804         (comics_document_thumbnails_get_dimensions),
4805         (comics_document_document_thumbnails_iface_init), (extract_argv):
4806         * comics/comics-document.h:
4807         * comics/ev-cbr-mime.xml:
4808         * configure.ac:
4809         * po/POTFILES.in:
4810         * shell/ev-application.c: (ev_application_register_service):
4811         * shell/ev-document-types.c: (ev_document_types_add_filters):
4812         * thumbnailer/Makefile.am:
4813         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4814         
4815         New CBR/CBZ backend for comic books.
4816
4817 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4818
4819         * shell/main.c: (load_files_remote):
4820
4821         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4822         warning on startup of second instance is fixed. It
4823         is bug #320353.
4824
4825 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4826
4827         * shell/ev-window.c: (ev_window_finalize):
4828         
4829         Fix double free that cause crash.
4830
4831 2005-10-29  Bastien Nocera <hadess@hadess.net>
4832
4833         * tiff/tiff-document.c: (tiff_document_load):
4834         
4835         Fix memory leak.
4836
4837 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * po/POTFILES.in:
4840         * shell/Makefile.am:
4841         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4842         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4843         (ev_view_accessible_get_text),
4844         (ev_view_accessible_get_character_at_offset),
4845         (ev_view_accessible_get_text_before_offset),
4846         (ev_view_accessible_get_text_at_offset),
4847         (ev_view_accessible_get_text_after_offset),
4848         (ev_view_accessible_get_character_count),
4849         (ev_view_accessible_get_caret_offset),
4850         (ev_view_accessible_set_caret_offset),
4851         (ev_view_accessible_get_run_attributes),
4852         (ev_view_accessible_get_default_attributes),
4853         (ev_view_accessible_get_character_extents),
4854         (ev_view_accessible_get_offset_at_point),
4855         (ev_view_accessible_get_n_selections),
4856         (ev_view_accessible_get_selection),
4857         (ev_view_accessible_add_selection),
4858         (ev_view_accessible_remove_selection),
4859         (ev_view_accessible_set_selection),
4860         (ev_view_accessible_text_iface_init),
4861         (ev_view_accessible_idle_do_action),
4862         (ev_view_accessible_action_do_action),
4863         (ev_view_accessible_action_get_n_actions),
4864         (ev_view_accessible_action_get_description),
4865         (ev_view_accessible_action_get_name),
4866         (ev_view_accessible_action_set_description),
4867         (ev_view_accessible_action_iface_init),
4868         (ev_view_accessible_get_type), (ev_view_accessible_new),
4869         (ev_view_accessible_factory_get_accessible_type),
4870         (ev_view_accessible_factory_create_accessible),
4871         (ev_view_accessible_factory_class_init),
4872         (ev_view_accessible_factory_get_type):
4873         * shell/ev-view-accessible.h:
4874         * shell/ev-view-private.h:
4875         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4876         * shell/ev-view.h:
4877         
4878         Initial accessibility support.
4879
4880 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4881
4882         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4883
4884 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4885
4886         * shell/ev-print-job.c: (idle_print_handler):
4887         
4888         Fix for bug Bug 318916: Printing multiple pages.
4889
4890 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4891
4892         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4893
4894 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * pdf/ev-poppler.cc:
4897         
4898         Thumnail dimensions unified with other backends.
4899         
4900         * shell/ev-window-title.c: (ev_window_title_update):
4901         
4902         Fix warning.
4903
4904 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4905
4906         * data/ev-stock-zoom-fit-width.png:
4907         
4908         Remove unused file.
4909
4910 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * configure.ac:
4913         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4914         (djvu_document_finalize):
4915         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4916         (dvi_document_finalize):
4917         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4918         (pixbuf_document_save), (pixbuf_document_finalize):
4919         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4920         (tiff_document_finalize):
4921         
4922         Save a copy implemented for various backends.
4923
4924 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4925
4926         * configure.ac:
4927         
4928         Don't link with ltiff if tiff is disabled.
4929
4930 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * pdf/GDKSplashOutputDev.cc:
4933         * pdf/GDKSplashOutputDev.h:
4934         * pdf/Thumb.cc:
4935         * pdf/Thumb.h:
4936         * pdf/pdf-document.cc:
4937         * pdf/pdf-document.h:
4938         * pdf/test-gdk-output-dev.cc:
4939         
4940         Remove old unused files.
4941
4942 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * shell/ev-window.c: (ev_window_setup_document):
4945         
4946         Fixed warnings on reload and probably crash reason.
4947
4948 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * properties/ev-properties-view.c:
4951         (ev_properties_view_format_date):
4952         
4953         Check if date is invalid. Fix for bug 318134.
4954
4955 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4956
4957         * shell/ev-window-title.c:
4958         
4959         Add .indd files (Adobe Indesign) to the list of "bad
4960         extensions".
4961
4962 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * data/evince-ui.xml:
4965         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4966         
4967         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4968
4969 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4970
4971         * shell/ev-window.c: (launch_link), (launch_external_uri),
4972         (view_external_link_cb):
4973
4974         URL-escape link before passing it to gnome_vfs_url_show.
4975
4976 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4979         there isn't text selected.
4980
4981 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4982
4983         * shell/ev-view.c: (handle_link_over_xy):
4984
4985         Check tooltip is valid utf8 before showing it
4986
4987 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4990
4991 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4992
4993         * shell/ev-window-title.c: (ev_window_title_update):
4994
4995         Guard against using g_strstrip on NULL. Fixes bug #317291.
4996
4997 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4998
4999         * pdf/ev-poppler.cc:
5000
5001         Show title even for unknown links
5002
5003 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5004
5005         * shell/ev-window-title.c: (ev_window_title_update):
5006
5007         Strip the title string
5008
5009 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5010
5011         * shell/ev-window-title.c:
5012
5013         Add .rtf to the bad extensions list
5014
5015 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5016
5017         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5018         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5019
5020         Ignore link coordinates if they are outside page bounds
5021
5022 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5023
5024         * backend/ev-link.c: (ev_link_type_get_type),
5025         (ev_link_get_filename), (ev_link_get_params),
5026         (ev_link_get_property), (ev_link_set_property),
5027         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5028         * backend/ev-link.h:
5029         * pdf/ev-poppler.cc:
5030         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5031         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5032         (ev_window_init):
5033
5034         Implement launch links. Delegate external link opening to
5035         the window.
5036
5037 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5038
5039         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5040         (ev_link_get_right), (ev_link_get_property),
5041         (ev_link_set_property), (ev_link_class_init),
5042         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5043         * backend/ev-link.h:
5044         * pdf/ev-poppler.cc:
5045         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5046
5047         Implement fitr links
5048
5049 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5050
5051         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5052         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5053         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5054         (ev_view_size_request_continuous),
5055         (ev_view_size_request_dual_page),
5056         (ev_view_size_request_single_page), (ev_view_size_allocate),
5057         (ev_view_zoom_for_size_continuous_and_dual_page),
5058         (ev_view_zoom_for_size_continuous),
5059         (ev_view_zoom_for_size_dual_page),
5060         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5061         (ev_sizing_mode_get_type):
5062         * shell/ev-view.h:
5063         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5064
5065         Do not use modes for link, we need to calculate size ad hoc.
5066         Still not perfect because of the usual scrollbar issues grrr.
5067
5068 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5069
5070         * backend/ev-link.c: (ev_link_type_get_type),
5071         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5072         * backend/ev-link.h:
5073         * pdf/ev-poppler.cc:
5074         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5075         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5076         (ev_view_size_request_continuous),
5077         (ev_view_size_request_dual_page),
5078         (ev_view_size_request_single_page), (ev_view_size_allocate),
5079         (zoom_for_size_fit_height),
5080         (ev_view_zoom_for_size_continuous_and_dual_page),
5081         (ev_view_zoom_for_size_continuous),
5082         (ev_view_zoom_for_size_dual_page),
5083         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5084         (ev_sizing_mode_get_type):
5085         * shell/ev-view.h:
5086         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5087
5088         Implement FIT_HEIGHT mode (only for links).
5089         Implement FITH links
5090
5091 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5092
5093         * shell/ev-window-title.c: (get_filename_from_uri),
5094         (ev_window_title_sanitize_extension), (ev_window_title_update),
5095         (ev_window_title_set_document), (ev_window_title_set_uri),
5096         (ev_window_title_free):
5097         * shell/ev-window-title.h:
5098         * shell/ev-window.c: (ev_window_setup_document),
5099         (ev_window_popup_password_dialog):
5100
5101         Refactor window title building while fixing it for
5102         password documents.
5103
5104 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5105
5106         * pdf/ev-poppler.cc:
5107
5108         Escape link title before setting it in the model
5109
5110 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5111
5112         * shell/ev-application.c: (removed_from_session), (save_session),
5113         (init_session), (ev_application_get_empty_window),
5114         (ev_application_init), (ev_application_get_windows):
5115         * shell/ev-application.h:
5116         * shell/ev-window.c: (ev_window_finalize):
5117
5118         Add a function to retrieve window list and share it where
5119         necessary.
5120         Implement session handling, works pretty well thanks to the
5121         metadata system.
5122
5123 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * shell/ev-password.c: (ev_password_item_created_callback),
5126         (ev_password_dialog_save_password):
5127         
5128         Fix for bug 316972. Use async gnome-keyring API.
5129
5130 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5131
5132         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5133         Remove unused unrealize handler. Add scroll handling to
5134         ev_view_scroll_event for presentation mode (bug #316708),
5135         and fix the event state checks there.
5136
5137 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5138
5139         * shell/ev-page-action.c: (page_changed_cb):
5140
5141         "marco, maybe we should be crazy and jump right to 6! :)"
5142
5143         Bryan Clark, Sep 2005
5144
5145 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5146
5147         * ps/ps-document.c: (save_document), (ps_document_save),
5148         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5149         (ps_document_ps_export_end):
5150
5151         Fix unstructured documents save and print
5152
5153 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5154
5155         * shell/ev-application.c: (ev_application_open_uri):
5156
5157         Fix window size persistance
5158
5159 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5160
5161         * shell/ev-view.c: (ev_view_button_release_event):
5162
5163         Based on a patch from carlosgc@gnome.org. Mouse buttons
5164         switch pages in presentation mode.
5165
5166 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5167
5168         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5169
5170         Dont cast to int before scaling
5171
5172 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5173
5174         * backend/ev-link.c: (ev_link_type_get_type),
5175         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5176         (ev_link_new_page_fith):
5177         * backend/ev-link.h:
5178         * pdf/ev-poppler.cc:
5179         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5180
5181         Implement FIT and FITH links
5182
5183 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5184
5185         * pdf/ev-poppler.cc:
5186
5187         Return 0 results when search is not in progress.
5188
5189         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5190         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5191
5192         Update menu sensitivity when cancelling search
5193
5194 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5195
5196         * shell/ev-view.c: (ev_view_can_find_next):
5197
5198         Take all pages in consideration, not just current one
5199
5200 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5201
5202         * shell/ev-page-cache.c:
5203         * shell/ev-page-cache.h:
5204         * shell/ev-view.c: (ev_view_binding_activated),
5205         (ev_view_next_page), (ev_view_previous_page),
5206         (ev_sizing_mode_get_type):
5207         * shell/ev-view.h:
5208         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5209         (ev_window_cmd_go_next_page):
5210
5211         Move page next/previous functions from page chace to
5212         view and change it to move by 2 page steps in dual mode.
5213
5214 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5215
5216         * shell/ev-window.c: (update_sidebar_visibility),
5217         (setup_sidebar_from_metadata), (ev_window_setup_document),
5218         (setup_view_from_metadata):
5219
5220         Show the index by default when there is one     
5221
5222 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5223
5224         * shell/ev-window-title.c: (ev_window_title_set_document):
5225
5226         Missing null check
5227
5228 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * shell/ev-view.c: (view_update_range_and_current_page):
5231         
5232         Allow display of last odd page in dual view. Fix for 316347.
5233
5234 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5235
5236         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5237         
5238         Make close button default. Fix for 316383.
5239
5240 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5243         
5244         Mark close button as default. Fix for 316381.
5245
5246 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5247
5248         * backend/ev-link.c: (ev_link_class_init):
5249
5250         Allow negative doubles in left/top properties
5251
5252 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5253
5254         * shell/ev-window.c:
5255
5256         Remove a bunch of strings that was used only
5257         by the statusbar.
5258
5259 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5260
5261         * shell/ev-window-title.c: (get_filename_from_uri),
5262         (ev_window_title_set_document):
5263
5264         When title has a confusing extension, show also
5265         the document filename inside ()
5266
5267 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5268
5269         * shell/Makefile.am:
5270         * shell/ev-window-title.c: (ev_window_title_new),
5271         (ev_window_title_update), (ev_window_title_set_type),
5272         (ev_window_title_set_document), (ev_window_title_free):
5273         * shell/ev-window-title.h:
5274         * shell/ev-window.c: (ev_window_setup_document),
5275         (password_dialog_response), (ev_window_popup_password_dialog),
5276         (ev_window_dispose), (ev_window_init):
5277
5278         Factor out and cleanup window title code
5279
5280 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5281
5282         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5283         (unable_to_load):
5284
5285         Make dialog transient so it doesnt block other windows
5286
5287 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5288
5289         * pdf/ev-poppler.cc:
5290         
5291         Fix pdf thumbnails rendering.
5292
5293 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5294
5295         * shell/ev-window.c: (fullscreen_set_timeout):
5296         
5297         Increase timeout to hide full screen popup. Bug 
5298         316123. 
5299
5300 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5301
5302         * data/evince.schemas.in:
5303         * shell/ev-window.c: (update_action_sensitivity):
5304
5305         Allow the user to override document restrictions. Fix for bug
5306         305818.
5307
5308 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5309
5310         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5311         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5312         (ev_window_class_init): Fix multihead behaviour of fullscreen
5313         toolbar popup. Fixes bug #315451.
5314
5315 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * configure.ac:
5318         * data/evince-password.glade:
5319         * shell/ev-password.c: (ev_password_dialog_set_property),
5320         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5321         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5322         (ev_password_dialog_entry_changed_cb),
5323         (ev_password_dialog_entry_activated_cb),
5324         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5325         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5326         (ev_password_dialog_set_bad_pass):
5327         * shell/ev-password.h:
5328         * shell/ev-window.c: (password_dialog_response),
5329         (ev_window_popup_password_dialog):
5330         
5331         Support for gnome-keyring for encrypted PDF's.
5332
5333 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5336         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5337         (ev_view_enter_notify_event), (ev_view_class_init):
5338         
5339         More precise handling of enter_notify/leave_notify events
5340         in EvView. Fix for bug 315470.
5341
5342 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5343
5344         * shell/ev-window.c: (fullscreen_timeout_cb),
5345         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5346         (ev_window_dispose):
5347
5348         leak fix: unref fullscreen_timeout_source before clearing it
5349
5350 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * configure.ac, dvi/mdvi/Makefile.am: 
5353         
5354         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5355
5356 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5357
5358         * backend/ev-link.c: (ev_link_new_page_xyz):
5359         * pdf/ev-poppler.cc:
5360         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5361
5362         Fix some bugs with xyz links, respect zoom
5363
5364 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5365
5366         * shell/ev-window.c: (page_changed_cb),
5367         (setup_document_from_metadata), (update_sidebar_visibility),
5368         (setup_view_from_metadata), (ev_window_run_fullscreen),
5369         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5370         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5371         (ev_window_dual_mode_changed_cb),
5372         (ev_window_sidebar_current_page_changed_cb):
5373
5374         null check uri before setting and getting metadata
5375
5376 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * dvi/Makefile.am:
5379         * properties/Makefile.am:
5380         * shell/Makefile.am:
5381         * thumbnailer/Makefile.am:
5382
5383         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5384
5385 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5386
5387         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5388         (selection_changed_callback):
5389         * shell/ev-sidebar-links.h:
5390
5391         Add a signal for link activation.
5392
5393         * shell/ev-view.c: (ev_view_goto_link),
5394         (ev_view_button_release_event):
5395         * shell/ev-view.h:
5396         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5397         (ev_window_init):
5398
5399         Implement the signal so that we can handle all link types.
5400
5401         * shell/ev-page-cache.c:
5402
5403         Remove unused set_link function
5404
5405 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5406
5407         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5408
5409         Add some space from the cursor, hardcoded but I couldnt
5410         find a better way.
5411
5412 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5413
5414         * lib/ev-tooltip.c:
5415
5416         Use mozilla style vs gtk style, way better for links.
5417
5418         * shell/ev-view.c: (ev_view_motion_notify_event),
5419         (ev_view_destroy), (ev_view_init):
5420
5421         Deactive tooltip when the link hovered is changed.
5422
5423 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5424
5425         * backend/ev-document.h:
5426         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5427         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5428         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5429         (ev_link_new_page), (ev_link_new_page_xyz):
5430         * backend/ev-link.h:
5431         * pdf/ev-poppler.cc:
5432         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5433         (go_to_link), (tip_from_link):
5434
5435         Implement xyz links, still not functional. Links are a total
5436         mess, will need to refactor and bugfix a lot :(
5437
5438 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5439
5440         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5441
5442 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5443
5444         * data/evince-ui.xml:
5445         * data/evince.schemas.in:
5446         * shell/Makefile.am:
5447         * shell/ev-window.c: (update_chrome_visibility),
5448         (password_dialog_response), (ev_window_load_job_cb),
5449         (ev_window_xfer_job_cb), (ev_window_open_uri),
5450         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5451         (ev_window_init):
5452
5453         Remove the statusbar. This regress loading feedback, need to
5454         check with Bryan what we want to do there...
5455
5456 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5457
5458         * lib/ev-tooltip.c: (ev_tooltip_init):
5459
5460         Fix tooltip border and size handling
5461
5462 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5463
5464         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5465         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5466         (ev_tooltip_timeout), (ev_tooltip_activate),
5467         (ev_tooltip_deactivate):
5468         * lib/ev-tooltip.h:
5469         * shell/ev-view.c: (ev_view_motion_notify_event):
5470
5471         Delay popup showing. Mirror gtk logic/times.
5472
5473 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5474
5475         * lib/Makefile.am:
5476         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5477         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5478         (ev_tooltip_set_text), (ev_tooltip_set_position):
5479         * lib/ev-tooltip.h:
5480
5481         Simple widget to show tooltips at a custom position
5482
5483         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5484         (ev_view_destroy):
5485
5486         Use it for links. First go, needs work
5487
5488 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5489
5490         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5491         HIG fixes.  Use title capitalization for window title. Use 12 
5492         pixels of space between the dialog's vbox and action area.
5493
5494 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5495
5496         * shell/ev-window.c: (file_open_dialog_response_cb),
5497         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5498         (ev_window_cmd_save_as):
5499
5500         Make file pickers not modal and refactor code some
5501
5502 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * shell/ev-sidebar.h:
5505         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5506         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5507         (ev_sidebar_class_init), (ev_sidebar_select_page),
5508         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5509         (ev_sidebar_set_page):
5510
5511         Add a current page property and allow to get/set it
5512
5513         * shell/ev-window.c: (setup_view_from_metadata),
5514         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5515
5516         Persist current sidebar page per document
5517
5518 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5519
5520         * data/evince.schemas.in:
5521         * shell/ev-window.c: (update_chrome_visibility),
5522         (setup_document_from_metadata), (update_sidebar_visibility),
5523         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5524         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5525         (ev_window_run_presentation), (ev_window_stop_presentation),
5526         (ev_window_view_sidebar_cb),
5527         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5528         (load_chrome), (ev_window_init):
5529
5530         Persist size/visibility of sidebar per document
5531
5532 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5533
5534         * shell/ev-view.c (draw_loading_text): Draw loading text.
5535
5536 2005-09-02  Dan Damian  <dand@gnome.ro>
5537
5538         * configure.in: Added "ro" to ALL_LINGUAS.
5539
5540 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5541
5542         * shell/ev-view.c: (clear_caches):
5543
5544         ev_page_cache_get doesnt return a reference,
5545         dont try to unref it.
5546
5547 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5548
5549         * shell/main.c: (load_files_remote):
5550
5551         Fix timestamp parameter with dbus <= 0.33
5552
5553 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5554
5555         * data/evince.schemas.in:
5556
5557         Add missing full stop
5558
5559 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5560
5561         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5562         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5563
5564         Plug some memory leaks
5565
5566 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5567
5568         * configure.ac:
5569         * lib/ev-debug.c: (trap_handler):
5570
5571         Check for execinfo.h and use it only if it exists.
5572         Ported from Epiphany (bug #314776).
5573
5574 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5575
5576         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5577
5578 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5579
5580         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5581         * po/id.po      : Added Indonesian translation
5582
5583 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5584
5585         * shell/main.c:
5586         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5587         * NEWS: Release 0.4.0
5588
5589 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5590
5591         * configure.ac: catch another gtk+-2.8ism
5592         * shell/main.c: Make work with gtk+-2.6
5593
5594 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5595
5596         * shell/ev-application-service.xml: Add 'timestamp' argument to
5597           ev_application_open_window and ev_application_open_uri methods.
5598
5599         * shell/ev-application.h: Add 'timestamp' argument to
5600           ev_application_open_window, ev_application_open_uri,
5601           and ev_application_open_uri_list functions.
5602
5603         * shell/ev-application.c (ev_application_open_window,
5604           ev_application_open_uri, ev_application_open_uri_list): Change
5605           functions that show/present windows to use a timestamp if one
5606           is passed in.
5607
5608         * shell/ev-window.c (ev_window_cmd_file_open,
5609           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5610         * shell/main.c (load_files): Modify calls to ev_application to
5611           include GDK_CURRENT_TIME as timestamp.
5612
5613         * shell/main.c (load_files_remote): Obtain timestamp for client
5614           instance from GDK and pass to server instance so new windows are
5615           focused properly.  Fix dbus_g_proxy_call() calls by including second
5616           G_TYPE_INVALID.
5617           
5618         Closes bug #314475.
5619
5620 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5621
5622         * shell/ev-window.c (ev_window_finalize): Check for
5623         avail. EvWindows when quiting to handle the finalize better,
5624         #314497
5625
5626 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5627         
5628         * properties/ev-properties-view.c: 
5629         
5630         Set textdomain to libglade. Fixes translation problem in property page.
5631
5632 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633
5634         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5635         * dvi/Makefile.am:
5636         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5637         * dvi/mdvi-lib/Makefile.am:
5638         
5639         Fix rotation of thumbnails, ported to new API. Moved library
5640         dependencies earlier, probably it will fix linkage problem.
5641
5642 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5643
5644         * backend/ev-document-misc.c:
5645         (ev_document_misc_get_thumbnail_frame):
5646         * backend/ev-document-misc.h:
5647         * configure.ac:
5648         * pdf/ev-poppler.cc:
5649         * shell/Makefile.am:
5650         * shell/ev-sidebar-thumbnails.c: (add_range),
5651         (ev_sidebar_thumbnails_set_loading_icon),
5652         (ev_sidebar_thumbnails_refresh),
5653         (ev_sidebar_thumbnails_set_document):
5654         * shell/ev-sidebar-thumbnails.h:
5655         * shell/ev-view.c: (ev_view_motion_notify_event),
5656         (ev_view_set_property), (ev_view_get_property),
5657         (ev_view_class_init), (ev_view_set_rotation):
5658         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5659         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5660         (ev_window_init):
5661         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5662         Redo rotation (again).  prepare for 0.4.0
5663
5664 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5665
5666         * configure.ac: Bump poppler requirement to 0.4.1.
5667
5668         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5669         argument to poppler_page_render_selection() call.
5670
5671 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5674         (djvu_document_thumbnails_get_thumbnail):
5675         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5676         (dvi_document_thumbnails_get_thumbnail):
5677         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5678         (pixbuf_document_thumbnails_get_thumbnail):
5679         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5680         
5681         Update rotation direction of backends to fit with pdf and ps.
5682
5683 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5684
5685         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5686         * backend/ev-async-renderer.h:
5687         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5688         (setup_page), (ps_document_get_page_size),
5689         (ps_async_renderer_render_pixbuf):
5690         * ps/ps-document.h:
5691         * shell/ev-jobs.c: (ev_job_render_run):
5692
5693         Fix orientation in the postscript document
5694
5695 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * pdf/ev-poppler.cc:
5698         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5699         * shell/ev-view.c: (highlight_find_results):
5700
5701         Adapt to the new poppler rotation API. Fix text maps on landscape
5702         documents.
5703
5704 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5705
5706         * shell/ev-view.c (compute_new_selection_text): get the correct
5707         region when selecting in modes other than continuous.
5708
5709 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5710
5711         * shell/main.c (main): remove redundant g_warnings.
5712
5713 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * shell/Makefile.am: Don't include autogenerated
5716         file ev-application-service.h into distribution, since
5717         it causes dbus crash. Fix for bugs 313724 and 313443. 
5718
5719 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5720
5721         * configure.ac: Fix sed expression for FreeBSD. Thanks
5722         to Joe Marcus Clark <marcus@freebsd.org>
5723         
5724         * shell/eggfindbar.c: (entry_activate_callback),
5725         (entry_changed_callback), (egg_find_bar_init),
5726         (egg_find_bar_set_search_string):
5727         
5728         Made findbar buttons unsensitive if there is no text in
5729         entry. Fix for the bug 313285.
5730
5731 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5732
5733         * ps/ps-document.c: Use g_filename_display_name for displaying
5734         filenames and revert string freeze breackage
5735
5736 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5737
5738         * NEWS:
5739         * configure.ac:
5740
5741         Update for 0.3.4
5742
5743         * shell/Makefile.am:
5744
5745         Add ev-application-service.xml to extra dist
5746
5747         * shell/ev-view.c: (find_page_at_location):
5748
5749         Remove unused function (fix warning)
5750
5751 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5754         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5755         
5756         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5757         bug 313623.
5758
5759 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5762         * shell/ev-window.c:
5763         Fix build warnings
5764
5765 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5766
5767         * configure.ac: Update script to get dbus version.
5768         Fix for the bug #313443.
5769
5770 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * shell/ev-window.c: (ev_window_cmd_escape):
5773         
5774         Return focus back to view on escape. Fix for bug 313295.
5775
5776 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5777
5778         * shell/ev-window.c: (update_window_title),
5779         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5780         (ev_window_cmd_save_as):
5781         
5782         Correct conversion from uri to displayable string. Fix for
5783         bug 313296.
5784
5785 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * ps/ps-document.c: convert filename to utf8 when there is an error
5788         loading document. Fixes #309915
5789
5790 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5791
5792         * configure.ac:
5793
5794         We depend on poppler 0.4.0
5795
5796 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5797
5798         * configure.ac:
5799         * NEWS: Release 0.3.3.
5800         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5801
5802 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5803
5804         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5805         add a couple missing mnemonics to menu items, use title 
5806         capitalization for menu items and window titles, and add 
5807         ellipsis to open menu item.     
5808
5809 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5810
5811         * pdf/ev-poppler.cc:
5812         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5813         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5814         (ev_view_get_rotation):
5815         * shell/ev-view.h:
5816         * shell/ev-window.c: (setup_view_from_metadata),
5817         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5818         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5819         disk.
5820
5821 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5822
5823         * configure.ac: Added tr to ALL_LINGUAS
5824
5825 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5826
5827         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5828         requires several clicks to find word. Thanks to 
5829         Colin Slater <kiltedtaco@gmail.com>.
5830
5831 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5832
5833         * data/evince.desktop.in.in: Hide menu entry and
5834         rename it to "Document Viewer". Fix for bug 
5835         #312399.
5836
5837 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5838
5839         * shell/ev-page-action.c (ev_page_action_class_init): 
5840
5841         Point to the correct function in constructor of the
5842         activate_label signal
5843
5844 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5845
5846         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5847         * shell/ev-jobs.h: Make thread safe.
5848
5849 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * shell/ev-view.c: (view_update_range_and_current_page):
5852         Don't update page range if we are scrolling to some document
5853         point.
5854
5855 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5858         when getting max_page_width, fix drawing in dual mode.
5859
5860 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5861
5862         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5863         getting the area for select_all.
5864
5865 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5866
5867         * backend/ev-selection.c: (ev_selection_render_selection):
5868         * backend/ev-selection.h:
5869         * pdf/ev-poppler.cc:
5870         * shell/ev-jobs.c: (ev_job_render_new):
5871         * shell/ev-jobs.h:
5872         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5873         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5874         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5875         (ev_view_class_init):
5876
5877         Change selection color on focus in and focus out events.  Also,
5878         poppler now uses GdkColor for specifying the selection colors, so
5879         drop some awkward conversion code.
5880
5881 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5882
5883         * configure.ac: Added Hebrew translation
5884
5885 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5886
5887         * NOTES:
5888         * backend/ev-selection.c: (ev_selection_render_selection):
5889         * backend/ev-selection.h:
5890         * pdf/ev-poppler.cc:
5891         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5892         (ev_job_render_run):
5893         * shell/ev-jobs.h:
5894         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5895         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5896         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5897         (ev_pixbuf_cache_style_changed),
5898         (ev_pixbuf_cache_get_selection_pixbuf),
5899         (ev_pixbuf_cache_set_selection_list),
5900         (ev_pixbuf_cache_get_selection_list):
5901         * shell/ev-pixbuf-cache.h:
5902         * shell/ev-utils.c: (ev_print_region_contents):
5903         * shell/ev-utils.h:
5904         * shell/ev-view.c: (ev_view_queue_draw_page),
5905         (selection_update_idle_cb), (ev_view_motion_notify_event),
5906         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5907         (setup_caches), (ev_view_find_next), (merge_selection_region),
5908         (selection_free):
5909         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5910
5911         Clean up selection to be much smoother!
5912
5913 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5914
5915         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5916         to poppler_page_render_selection().
5917
5918 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * ps/ps-document.c: (save_page_list): Use
5921         unzipped document when printing. Thanks to 
5922         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5923         311016.
5924
5925 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5926
5927         * shell/ev-window.c: (update_action_sensitivity):
5928         
5929         Disable print and save respect to lockdown gconf keys. Fix
5930         for 312342.
5931
5932 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * configure.ac:
5935         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5936         (write_to_temp_file), (ev_file_set_contents):
5937         * shell/ev-utils.h:
5938         * shell/ev-window.c: (save_print_config_to_file):
5939         
5940         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5941         Fix for bug 312238
5942
5943 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5944
5945         * shell/ev-window.c: (load_print_config_from_file),
5946         (save_print_config_to_file), (ev_window_print_range):
5947
5948         Persist the print settings. Fixes bug #311578.
5949
5950 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * djvu/djvu-document.c: (djvu_document_get_page_size),
5953         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5954         (djvu_document_thumbnails_get_thumbnail):
5955         * dvi/dvi-document.c: (dvi_document_get_page_size),
5956         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5957         (dvi_document_thumbnails_get_dimensions),
5958         (dvi_document_thumbnails_get_thumbnail):
5959         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5960         (pixbuf_document_render_pixbuf),
5961         (pixbuf_document_document_iface_init),
5962         (pixbuf_document_thumbnails_get_thumbnail):
5963         
5964         Update backends to make them build with new rotation system.
5965
5966 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * help/C/figures/evince_start_window.png:
5969         
5970         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5971
5972 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5973
5974         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5975         * shell/ev-pixbuf-cache.h:
5976         * shell/ev-sidebar-thumbnails.c:
5977         (ev_sidebar_thumbnails_get_property), (add_range),
5978         (adjustment_changed_cb):
5979         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5980         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5981         we were thumbnailing the entire docment on startup, slowing us
5982         down hugely. 
5983
5984 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5985
5986         * shell/ev-page-cache.c: (ev_page_cache_new):
5987         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5988         == 0, fixes #310306.
5989
5990 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5991
5992         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5993         (ev_view_rotate_left):
5994
5995         Account rotation in doc_rect_to_view_rect.
5996         Ensure rotation doesnt go out of bounds.
5997
5998 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5999
6000         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6001
6002         Correct and cleanup w/h swapping
6003
6004 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6005
6006         * backend/ev-document-thumbnails.c:
6007         (ev_document_thumbnails_get_thumbnail):
6008         * backend/ev-document-thumbnails.h:
6009         * backend/ev-document.c:
6010         * backend/ev-document.h:
6011         * backend/ev-render-context.c: (ev_render_context_new),
6012         (ev_render_context_set_rotation):
6013         * backend/ev-render-context.h:
6014         * pdf/ev-poppler.cc:
6015         * ps/ps-document.c: (ps_document_document_iface_init):
6016         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6017         * shell/ev-jobs.h:
6018         * shell/ev-page-cache.c: (build_height_to_page),
6019         (ev_page_cache_new), (ev_page_cache_get_size),
6020         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6021         (ev_page_cache_get_height_to_page):
6022         * shell/ev-page-cache.h:
6023         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6024         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6025         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6026         (ev_pixbuf_cache_get_selection_pixbuf):
6027         * shell/ev-pixbuf-cache.h:
6028         * shell/ev-print-job.c: (idle_print_handler):
6029         * shell/ev-sidebar-thumbnails.c: (add_range):
6030         * shell/ev-view.c: (view_update_range_and_current_page),
6031         (get_page_y_offset), (get_page_extents),
6032         (ev_view_size_request_continuous_dual_page),
6033         (ev_view_size_request_continuous),
6034         (ev_view_size_request_dual_page),
6035         (ev_view_size_request_single_page), (draw_one_page),
6036         (ev_view_set_rotation), (ev_view_rotate_right),
6037         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6038         (ev_view_zoom_for_size_continuous_and_dual_page),
6039         (ev_view_zoom_for_size_continuous),
6040         (ev_view_zoom_for_size_dual_page),
6041         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6042         (ev_view_select_all):
6043         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6044         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6045         (tiff_document_document_iface_init),
6046         (tiff_document_thumbnails_get_thumbnail):
6047
6048         Use rotation rather than orientation. It's easier and enough
6049         for our needs.
6050
6051 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6052
6053         * shell/ev-page-cache.c: (build_height_to_page),
6054         (ev_page_cache_new), (ev_page_cache_get_size),
6055         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6056         (ev_page_cache_get_height_to_page):
6057         * shell/ev-page-cache.h:
6058         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6059         (ev_view_size_request_continuous_dual_page),
6060         (ev_view_size_request_continuous),
6061         (ev_view_zoom_for_size_continuous_and_dual_page),
6062         (ev_view_zoom_for_size_continuous):
6063
6064         Make the page cache aware of page orientation.
6065
6066 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6067
6068         * backend/ev-document-thumbnails.c:
6069         (ev_document_thumbnails_get_thumbnail):
6070         * backend/ev-document-thumbnails.h:
6071         * backend/ev-document.c:
6072         * backend/ev-document.h:
6073         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6074         * backend/ev-ps-exporter.h:
6075         * pdf/ev-poppler.cc:
6076         * ps/ps-document.c: (ps_document_document_iface_init),
6077         (ps_document_ps_export_do_page):
6078         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6079         * shell/ev-jobs.h:
6080         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6081         (ev_page_cache_get):
6082         * shell/ev-page-cache.h:
6083         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6084         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6085         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6086         * shell/ev-pixbuf-cache.h:
6087         * shell/ev-print-job.c: (idle_print_handler):
6088         * shell/ev-sidebar-thumbnails.c: (add_range):
6089         * shell/ev-view.c: (view_update_range_and_current_page),
6090         (get_page_extents), (ev_view_size_request_dual_page),
6091         (ev_view_size_request_single_page), (draw_one_page),
6092         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6093         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6094         (ev_view_zoom_for_size_dual_page),
6095         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6096         (ev_view_select_all):
6097         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6098         * tiff/tiff-document.c: (tiff_document_get_page_size),
6099         (tiff_document_get_orientation), (rotate_pixbuf),
6100         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6101         (tiff_document_thumbnails_get_thumbnail),
6102         (tiff_document_ps_export_do_page), (tiff_document_init):
6103
6104         Really make use of the orientation bit of the render context.
6105         Use the render context in a few more places in the backend API.
6106         This regress orientation, but now it's done right. Will try to
6107         fix it up asap...
6108
6109 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6110
6111         * shell/ev-view.c: (ensure_rectangle_is_visible):
6112
6113         Patch by Nickolay V. Shmyrev to fix find flickering
6114
6115 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6116
6117         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6118         duplex parameters to ::begin.
6119
6120         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6121         * shell/ev-print-job.c (idle_print_handler): 
6122         * ps/ps-document.c (ps_document_ps_export_begin): 
6123         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6124         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6125         implementations. Poppler backend needs poppler cvs. Rest has
6126         unchanged behavior.
6127
6128 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6129
6130         * shell/ev-window.c (using_pdf_printer): new function.
6131         (ev_window_print_range): print a less techy message if someone
6132         tries to print to PDF.
6133
6134 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6135
6136         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6137         from "unknown font" string. Bug #311431
6138
6139 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6140
6141         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6142
6143 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6144
6145         Bug #311280
6146         
6147         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6148         name for PopplerFontTypes
6149         (pdf_document_fonts_fill_model): add font type to the detail column
6150
6151         * backend/ev-document-fonts.h: added
6152         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6153
6154         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6155         font name and font details, add a little markup.
6156         (ev_properties_fonts_init): use the new cell data func, specify ypad
6157         property for the cell renderer.
6158         (ev_properties_fonts_set_document): add the details column.
6159
6160 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6161
6162         * configure.ac: Added "pl" to ALL_LINGUAS.
6163
6164 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6165
6166         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6167
6168 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6169
6170         * help/ChangeLog: Started this for translations of manual.
6171         * configure.ac, autogen.sh, .cvsignore: Migrated to
6172         gnome-doc-utils. Patch in bug #311222.
6173
6174 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6175
6176         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6177         #ifdef this away to fix an unused-function warning.
6178
6179 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6180
6181         * configure.ac: Added 'gl' to ALL_LINGUAS.
6182
6183 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6184
6185         * configure.ac: Added ne in ALL_LINGUAS
6186         
6187 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * shell/ev-view.c: (ev_view_leave_notify_event):
6190         
6191         Clear status message when pointer leaves view. Fix for bug
6192         #310818 
6193
6194 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6195
6196         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6197
6198 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6199
6200         * shell/ev-view.c: (ev_view_leave_notify_event),
6201         (ev_view_class_init):
6202         
6203         Set cursor to normal then leaving view.
6204
6205 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * configure.ac:
6208         
6209         Fix required djvulibre version.
6210
6211 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6212
6213         *configure.ac: Hindi (hi) language added
6214
6215 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6216
6217         *configure.ac: Punjabi (pa) Language added
6218
6219 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6220
6221         * data/evince-ui.xml, shell/ev-window.c:
6222         
6223         Add keypad accelerators for zooming. Fix for bug 308128.
6224
6225 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6226
6227         * Makefile.am:
6228         * backend/Makefile.am:
6229         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6230         * configure.ac:
6231         * shell/ev-document-types.c: (ev_document_types_add_filters):
6232
6233         Allow to enable/disable the pixbuf backend.
6234         Default to off for now. If we want it enabled we should
6235         really put mime types in the desktop, implement properties etc.
6236
6237         * properties/evince-properties.c:
6238
6239         Initialize error to NULL.
6240         Check error is not NULL before freeing.
6241
6242 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6243
6244         * shell/ev-window.c:
6245
6246         Use F5 as presentation accell
6247
6248 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * shell/ev-window.c: (update_chrome_visibility),
6251         (ev_window_create_fullscreen_popup), (ev_window_init):
6252
6253         Do not leak the fullscreen toolbar
6254
6255 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6256
6257         * shell/ev-window.c: (view_actions_focus_in_cb),
6258         (view_actions_focus_out_cb):
6259
6260         These has a return value! Fix totally random focus
6261         issues we was seeing.
6262
6263 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6264
6265         * shell/main.c: (load_files_remote):
6266
6267         Allow open more than one file
6268
6269 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6270
6271         * shell/main.c: (load_files_remote):
6272
6273         Fix for dbus 0.33. bug #309975
6274
6275 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * properties/ev-properties-main.c: (ev_properties_get_pages):
6278
6279         Actually return NULL for types we dont support
6280
6281 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6282
6283         * po/POTFILES.in:
6284
6285         Remove empty lines.
6286
6287 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6288
6289         * backend/ev-document-factory.c:
6290         (ev_document_factory_get_document):
6291
6292         Do not try to create the object if type
6293         is invalid.
6294
6295 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6296
6297         * ps/ps-document.c: (ps_document_dispose),
6298         (ps_async_renderer_render_pixbuf):
6299         * ps/ps-document.h:
6300
6301         Do not leak the target window
6302
6303 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6304
6305         * shell/ev-application.c: (ev_application_init):
6306
6307         Let tbe check file existence for us.
6308         Add a comment about eggrecent mime filter.
6309
6310 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6311
6312         * data/evince-ui.xml:
6313         * shell/ev-application.c: (ev_application_shutdown),
6314         (ev_application_init), (ev_application_get_toolbars_model),
6315         (ev_application_get_recent_model),
6316         (ev_application_save_toolbars_model):
6317         * shell/ev-application.h:
6318         * shell/ev-window.c: (ev_window_add_recent),
6319         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6320         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6321         (ev_window_init):
6322
6323         Use common toolbar and recent models for all windows.
6324         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6327
6328         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6329         successfully check for gtk_icon_view_get_visible_range.
6330
6331 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * djvu/Makefile.am:
6334         * dvi/Makefile.am:
6335         
6336         Fix djvu and dvi backend build.
6337
6338 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6339
6340         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6341         (new_separator_pixbuf):
6342
6343         Don't leak windows.
6344
6345 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6346
6347         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6348
6349         HIGification of toolbar editor dialogue.
6350
6351 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6352
6353         * configure.ac:
6354         * shell/Makefile.am:
6355
6356         Ever build metadata manager since it's just
6357         disabled at runtime now.
6358
6359 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6360
6361         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6362         (ev_metadata_manager_get), (ev_metadata_manager_set):
6363         * shell/ev-metadata-manager.h:
6364
6365         Add an _init functions that enabled metadata management
6366         at runtime.
6367
6368         * shell/ev-window.c: (page_changed_cb),
6369         (setup_document_from_metadata), (ev_window_setup_document),
6370         (setup_view_from_metadata), (ev_window_open_uri),
6371         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6372         (ev_window_run_presentation), (ev_window_stop_presentation),
6373         (save_sizing_mode), (ev_window_zoom_changed_cb),
6374         (ev_window_continuous_changed_cb),
6375         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6376         (window_configure_event_cb):
6377
6378         Remove all ugly metadata define since we deal with it
6379         at runtime now.
6380
6381         * shell/main.c: (load_files_remote), (main):
6382
6383         Add support for dbus cvs head. Hopefully didnt break one
6384         of the other versions now!
6385
6386         If we dont get a response from the dbus server just
6387         give up with it and not enable metadata.
6388
6389 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6390
6391         * Makefile.am:
6392         * backend/Makefile.am:
6393         * configure.ac:
6394         * cut-n-paste/recent-files/Makefile.am:
6395         * cut-n-paste/toolbar-editor/Makefile.am:
6396         * cut-n-paste/zoom-control/Makefile.am:
6397         * lib/Makefile.am:
6398         * pdf/Makefile.am:
6399         * pixbuf/Makefile.am:
6400         * properties/Makefile.am:
6401         * ps/Makefile.am:
6402         * shell/Makefile.am:
6403         * thumbnailer/Makefile.am:
6404         * tiff/Makefile.am:
6405
6406         Make frontends depend on just libev.
6407         Rework and group CFLAGS/LIBS definitions.
6408         Cleanups.
6409
6410 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6411
6412         * shell/ev-window:
6413
6414         do not unnecessarily save zoom
6415
6416         * configure.ac:
6417         * lib/ev-file-helpers.c: (ev_dot_dir):
6418         * shell/Makefile.am:
6419         * shell/dummy.cc:
6420
6421         Some cleanups
6422
6423 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6424
6425         * configure.ac:
6426         
6427         Remove unnecessary dependencies
6428
6429 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6430
6431         * properties/Makefile.am:
6432         * thumbnailer/Makefile.am:
6433         * tiff/Makefile.am:
6434
6435         Some more cleanups. Was really necessary
6436         but I probably introduced bugs, feel free
6437         to flame :)
6438
6439 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6440
6441         * backend/Makefile.am:
6442         * configure.ac:
6443         * cut-n-paste/recent-files/Makefile.am:
6444         * cut-n-paste/toolbar-editor/Makefile.am:
6445         * cut-n-paste/zoom-control/Makefile.am:
6446         * lib/Makefile.am:
6447         * pdf/Makefile.am:
6448         * pixbuf/Makefile.am:
6449         * properties/Makefile.am:
6450         * ps/Makefile.am:
6451         * shell/Makefile.am:
6452         * thumbnailer/Makefile.am:
6453         * tiff/Makefile.am:
6454
6455         Use gnome-common macros when possible.
6456         Cleanup dependencies.
6457         Actually disable deprecated where possible.
6458
6459 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6460
6461         * Makefile.am:
6462         * backend/Makefile.am:
6463         * properties/Makefile.am:
6464         * shell/Makefile.am:
6465         * thumbnailer/Makefile.am:
6466
6467         This should solve the circular dep without
6468         requiring dir reorg!
6469
6470         * shell/ev-window.c: (setup_view_from_metadata):
6471
6472         Never restore window size/position when the
6473         window is already visible.
6474
6475 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6476
6477         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6478
6479         Return a boolean from timeout func. Fix ported from gedit.
6480
6481 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6482
6483         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6484
6485 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6486
6487         * shell/ev-document-types.c: set "All Documents" as default filter in
6488         open dialog
6489
6490 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6491
6492         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6493         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6494         (ev_metadata_manager_set_boolean): fix value/val thinko.
6495
6496 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6497
6498         * shell/ev-window.c: (setup_view_from_metadata),
6499         (window_state_event_cb), (window_configure_event_cb),
6500         (ev_window_init):
6501
6502         Remember window position and maximized state
6503
6504 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6505
6506         * configure.ac:
6507
6508         Fix DBUS configure checks.
6509
6510         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6511         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6512         (ev_metadata_manager_set_boolean):
6513
6514         Plug mem leaks.
6515
6516         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6517         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6518         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6519         (ev_window_continuous_changed_cb),
6520         (ev_window_dual_mode_changed_cb), (ev_window_new):
6521
6522         Fix the build without DBUS.
6523
6524 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6525
6526         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6527         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6528         (ev_metadata_manager_set_string),
6529         (ev_metadata_manager_set_boolean):
6530         * shell/ev-metadata-manager.h:
6531
6532         Add support for some more types
6533
6534         * shell/ev-view.c: (scroll_to_current_page),
6535         (ev_view_get_continuous), (ev_view_set_continuous),
6536         (ev_view_get_dual_page):
6537         * shell/ev-view.h:
6538         * shell/ev-window.c: (page_changed_cb),
6539         (setup_document_from_metadata), (ev_window_setup_document),
6540         (setup_view_from_metadata), (ev_window_open_uri),
6541         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6542         (ev_window_run_presentation), (ev_window_stop_presentation),
6543         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6544         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6545         (ev_window_update_dual_page_action),
6546         (ev_window_continuous_changed_cb),
6547         (ev_window_dual_mode_changed_cb), (ev_window_init):
6548
6549         Remember a bunch of view/document properties. Prolly some
6550         are still missing but it's getting interesting.
6551
6552 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6553
6554         * configure.ac: check if dbus-binding-tool is installed. Not the
6555         case on current Ubuntu breezy, it seems.
6556
6557 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6558
6559         * data/evince.desktop.in.in:
6560         
6561         Allow open uri lists and add TryExec field.
6562
6563 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6564
6565         * configure.ac:
6566
6567         Enable dbus when available, do not require a configure
6568         option.
6569
6570 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6571
6572         * configure.ac:
6573
6574         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6575         disabled.
6576
6577 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6578         Marco Pesenti Gritti  <mpg@redhat.com>
6579
6580         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6581         
6582         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6583         functions to the format required by dbus
6584
6585         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6586         errors. Use the RPC parameters in the expected way
6587
6588 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6589
6590         * Makefile.am:
6591         * properties/Makefile.am:
6592         * properties/ev-properties-main.c: (ev_properties_get_pages):
6593
6594         Support all mime types
6595
6596         * shell/Makefile.am:
6597         * thumbnailer/Makefile.am:
6598         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6599         (evince_thumbnail_pngenc_get):
6600
6601         Use the document factory
6602
6603 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6604
6605         * backend/Makefile.am:
6606         * backend/ev-document-factory.c:
6607         (mime_type_supported_by_gdk_pixbuf),
6608         (ev_document_type_get_from_mime),
6609         (ev_document_factory_get_document),
6610         (ev_document_factory_get_backend),
6611         (ev_document_factory_get_mime_types),
6612         (ev_document_factory_get_all_mime_types):
6613         * backend/ev-document-factory.h:
6614         * shell/Makefile.am:
6615         * shell/ev-document-types.c: (get_document_from_uri),
6616         (ev_document_types_get_document),
6617         (file_filter_add_mime_list_and_free),
6618         (ev_document_types_add_filters):
6619         * shell/ev-document-types.h:
6620         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6621         * shell/ev-properties-dialog.c:
6622         (ev_properties_dialog_set_document):
6623         * shell/ev-window.c: (ev_window_cmd_file_open),
6624         (ev_window_cmd_save_as):
6625         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6626
6627         Rework document types managing to avoid code duplication
6628         and actually abstract from backend implementations.
6629         Also provide a minimal factory api that can be used by
6630         thumbnailer/properties.
6631
6632 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6633
6634         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6635         Plug a mem leak.
6636         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6637         HIG spacings.
6638
6639 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6640
6641         * shell/ev-properties-dialog.c
6642         (ev_properties_dialog_set_document): only call
6643         ev_properties_fonts_set_document() if the document implements the
6644         fonts interface
6645
6646 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6647
6648         * configure.ac:
6649         * properties/Makefile.am:
6650         * properties/ev-properties-view.c:
6651         (ev_properties_view_register_type):
6652         * properties/ev-properties-view.h:
6653         * properties/ev-properties-main.h:
6654
6655         Implement nautilus plugin for properties.
6656         Works only for pdf atm, I need to rework the
6657         document types stuff to get this to work
6658         for all backends...
6659
6660 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6661
6662         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6663         (ev_properties_fonts_set_document): use
6664         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6665
6666 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6667
6668         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6669         them
6670         (PlaceImage, tiff2ps_process_page): use
6671         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6672
6673
6674 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6675
6676         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6677         (main): to call gnome_authentication_manager_init. Should fix
6678         Bug #308510
6679
6680         * configure.ac: that requires libgnomeui 2.6.0.
6681
6682 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6683
6684         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6685         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6686         use the new tiff2ps interfaces
6687
6688         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6689         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6690
6691         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6692         structure instead of global variables.  Remove use of static
6693         variables in functions.
6694
6695 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6696
6697         * shell/ev-page-action.c: unref the completion after setting it to the
6698         entry
6699
6700 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6701
6702         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6703         postscript files
6704
6705 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6706
6707         * shell/ev-window.c (update_action_sensitivity): disable
6708         File->Print if the document does not implement the ps exporter
6709         interface
6710
6711 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6712
6713         * Makefile.am:
6714         * configure.ac:
6715         * data/evince-properties.glade:
6716         * properties/.cvsignore:
6717         * properties/Makefile.am:
6718         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6719         (ev_properties_view_class_init), (ev_properties_view_format_date),
6720         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6721         (ev_properties_view_init), (ev_properties_view_new):
6722         * properties/ev-properties-view.h:
6723         * shell/Makefile.am:
6724         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6725         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6726         (ev_properties_dialog_new):
6727         * shell/ev-properties-dialog.h:
6728         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6729         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6730         (update_progress_label), (job_fonts_finished_cb),
6731         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6732         * shell/ev-properties-fonts.h:
6733         * shell/ev-properties.c:
6734         * shell/ev-properties.h:
6735         * shell/ev-window.c: (ev_window_setup_document),
6736         (ev_window_cmd_file_properties):
6737
6738         Split the properties pages in two different objects, depend
6739         only on the backend where possible, use widgets instead
6740         of gobject for the glade part, reimplement the dialog
6741         itself with gtk.
6742         I need this to implement nautilus properties page.
6743
6744 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6745
6746         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6747         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6748         (tiff_document_document_ps_exporter_iface_init): implement the ps
6749         exporter interface for tiff documents
6750
6751         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6752         libtiff to implement TIFF postscript export
6753
6754         * tiff/tiff2ps.h: added a header file for external tiff2ps
6755         functions.
6756
6757         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6758         tiff2ps.h
6759
6760 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/ev-view.c: (scroll_to_current_page),
6763         (ev_view_set_fullscreen), (ev_view_set_presentation):
6764         
6765         Scroll to current page when exit from presentation
6766
6767 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * shell/ev-window.c: (update_document_mode),
6770         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6771         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6772         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6773         
6774         Exit from fullscreen mode when switch to presentation. Fix for
6775         bug 309365
6776
6777 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6778
6779         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6780         return NULL if the document does not implement the selection
6781         interface.
6782
6783 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6784
6785         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6786         reported height by using the resolution aspect ratio
6787         (tiff_document_render_pixbuf): scale the pixbuf using the
6788         resolution aspect ratio
6789
6790 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6791
6792         * configure.ac:
6793         
6794         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6795         <kiltedaco@gmail.com>
6796         
6797         * djvu/djvu-document.c: (djvu_document_get_orientation),
6798         (djvu_document_set_orientation), (djvu_document_get_page_size),
6799         (rotate_pixbuf), (djvu_document_render_pixbuf),
6800         (djvu_document_document_iface_init):
6801         * dvi/dvi-document.c: (dvi_document_get_orientation),
6802         (dvi_document_set_orientation), (dvi_document_get_page_size),
6803         (rotate_pixbuf), (dvi_document_render_pixbuf),
6804         (dvi_document_document_iface_init):
6805         
6806         Dvi and djvu backends are ported to new API
6807
6808 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6809
6810         * backend/ev-selection.c: (ev_selection_get_selection_region),
6811         (ev_selection_get_selection_map):
6812         * backend/ev-selection.h:
6813         * pdf/ev-poppler.cc:
6814         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6815         * shell/ev-jobs.h:
6816         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6817         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6818         (ev_pixbuf_cache_get_text_mapping):
6819         * shell/ev-pixbuf-cache.h:
6820         * shell/ev-view.c: (location_in_text),
6821         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6822         support to EvView.  Now we can see where we can select!  Sweet!
6823
6824 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6825
6826         * shell/ev-view.c (ev_view_button_press_event): Fix
6827         event->y + view->scroll_x typo.
6828
6829 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6830
6831         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6832         sub-GdkPixbuf instead of passing dest_x and dest_y.
6833         
6834         * shell/ev-view.c: (view_point_to_doc_point),
6835         (view_rect_to_doc_rect), (ev_view_button_press_event),
6836         (ev_view_motion_notify_event), (compute_new_selection_rect),
6837         (gdk_rectangle_point_in), (compute_new_selection_text),
6838         (compute_selections): Update selection code to keep the selection
6839         around as two points and not as a normalized rectangle, and fix
6840         page level selection in two-column mode.
6841
6842 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6843
6844         * shell/ev-window.c: (window_configure_event_cb): 
6845         
6846         Fix compilation
6847         
6848 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * pdf/ev-poppler.cc:
6851
6852         Fix compilation
6853
6854 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * shell/Makefile.am:
6857         * shell/ev-metadata-manager.c: (item_free),
6858         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6859         (parse_value), (parseItem), (load_values),
6860         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6861         (save_values), (save_item), (get_oldest), (resize_items),
6862         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6863         * shell/ev-metadata-manager.h:
6864
6865         Metadata manager from gedit but modified to use GValue, so that
6866         we dont need to keep converting from strings.
6867
6868         * configure.ac:
6869
6870         ENABLE_METADATA conditional, on when dbus is on
6871
6872         * shell/ev-application.c: (ev_application_open_uri):
6873
6874         Show the window after load so that we can initialize
6875         window size before it's showed.
6876
6877         * shell/ev-window.c: (ev_window_setup_from_metadata),
6878         (ev_window_open_uri), (window_configure_event_cb),
6879         (ev_window_init):
6880
6881         Save and load metadata information about window size.
6882         Not yet keeping states in account.
6883
6884         * shell/main.c: (main):
6885
6886         Shutdown metadata manager.
6887
6888 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6889
6890         * shell/ev-application-service.xml:
6891         * configure.ac:
6892         * shell/Makefile.am:
6893         * shell/ev-application.c:
6894         * shell/ev-application.h:
6895         * shell/ev-window.c:
6896         * shell/ev-window.h:
6897         * shell/main.c:
6898
6899         Add an optional dbus interface (--enable-dbus).
6900         Rework application code, mainly to be easier to
6901         use "remotely".
6902         Do not open multiple windows with the same document,
6903         spatial evince!
6904
6905 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6906
6907         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6908         pixbuf iff it exists.
6909
6910 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6911
6912         * shell/*:
6913         * backend/ev-render-context.[ch]:
6914         * backend/ev-selection.[ch]:
6915
6916         Massive changes.  We now support text selection of pdfs, and not
6917         just rectangular selection.  This is pretty broken still, but I
6918         want to get something into CVS.
6919
6920 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * pdf/ev-poppler.cc:
6923         
6924         Fix for Bug 309080: crash on window close.
6925         
6926         * shell/ev-page-action.c: (page_changed_cb):
6927         
6928         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6929         jensgr@gmx.net (Jens Granseuer).
6930
6931 2005-06-25  Marcel Telka  <marcel@telka.sk>
6932
6933         * configure.in (ALL_LINGUAS): Added sk.
6934
6935 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6936
6937         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6938         not a document open
6939
6940 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * NEWS:
6943         * configure.ac:
6944
6945         Release 0.3.2
6946
6947         * cut-n-paste/recent-files/Makefile.am:
6948
6949         Fix make distcheck
6950
6951 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6952
6953         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6954         (pixbuf_document_set_orientation), (rotate_pixbuf),
6955         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6956         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6957
6958         Implement rotation and cleanup the code a bit.
6959
6960         * tiff/tiff-document.c: (tiff_document_get_page_size),
6961         (tiff_document_get_orientation), (tiff_document_set_orientation),
6962         (rotate_pixbuf), (tiff_document_render_pixbuf),
6963         (tiff_document_document_iface_init), (tiff_document_init):
6964
6965         Implement rotation. Was the quicker solution for the release
6966         but we really need to share this code in the shell.
6967
6968 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6969
6970         * pdf/ev-poppler.cc:
6971
6972         Enable rotation, require poppler cvs. Fix a leak.
6973
6974 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6975
6976         * shell/ev-window.c: (update_action_sensitivity):
6977         
6978         Make properties unsensitive if document backend doesn't provide
6979         any info
6980
6981 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6984         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6985         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6986         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6987         (bitmap_flip_rotate_counter_clockwise):
6988         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6989         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6990         (buff_gets):
6991         * dvi/mdvi-lib/common.h:
6992         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6993         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6994         (opendvi), (mdvi_reload), (mdvi_init_context),
6995         (mdvi_destroy_context), (mdvi_dopage), (special):
6996         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6997         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6998         (file_hash_free), (register_encoding), (parse_spec),
6999         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7000         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7001         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7002         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7003         (mdvi_register_font_type), (mdvi_unregister_font_type),
7004         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7005         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7006         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7007         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7008         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7009         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7010         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7011         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7012         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7013         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7014         (mdvi_unregister_special), (mdvi_flush_specials):
7015         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7016         (t1_font_remove):
7017         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7018         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7019         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7020         (free_font_metrics), (flush_font_metrics):
7021         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7022         (tt_font_remove):
7023         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7024         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7025         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7026         (dstring_insert), (dstring_new), (dstring_reset):
7027         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7028         
7029         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7030         avoid conflict with libtool on FC4
7031         
7032         * shell/ev-window.c: (ev_window_cmd_help_about):
7033         
7034         Update copyright year. Fix for bug 308828.
7035
7036 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * shell/ev-view.c: (add_scroll_binding_keypad),
7039         (ev_view_binding_activated), (ev_view_class_init),
7040         (on_adjustment_value_changed):
7041         
7042         Bug 170874: Arrow keys switch pages in presentation mode
7043
7044 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7045
7046         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7047         
7048         Fix for Bug 308265: Sidebar dissappears coming out of 
7049         Presentation mode
7050
7051 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7052
7053         * shell/ev-application.c: (ev_application_open):
7054         * shell/ev-document-types.c: (ev_document_types_add_filters),
7055         (ev_document_types_add_filters_for_type):
7056         * shell/ev-document-types.h:
7057         * shell/ev-window.c: (ev_window_cmd_save_as):
7058         
7059         Suggest basename as template when saving, provide filters
7060         for save dialog. It's bug 308402
7061
7062 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7063
7064         * pdf/ev-poppler.cc:
7065         * shell/ev-sidebar-links.c: (job_finished_callback):
7066         * shell/ev-view.c: (update_find_status_message):
7067         
7068         Some leaks fixed
7069
7070 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7071
7072         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7073         (egg_recent_view_uimanager_set_list):
7074
7075         Fix buglet in !show_numbers case.
7076
7077 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7078
7079         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7080         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7081
7082         Use pango ellipsisation.
7083
7084         * pdf/ev-poppler.cc:
7085
7086         Fix refcount leak, from nsh.
7087
7088 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7089
7090         * cut-n-paste/recent-files/Makefile.am:
7091         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7092         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7093         
7094         Removed EggRecentViewGtk
7095         
7096         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7097         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7098         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7099         (ev_window_setup_recent):
7100         
7101         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7102         with other projects
7103
7104 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7105
7106         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7107         (egg_recent_view_gtk_finalize):
7108
7109         Fix memory leak
7110
7111         * cut-n-paste/toolbar-editor/Makefile.am:
7112         
7113         Fix location of cursor icon.
7114         
7115         * pdf/ev-poppler.cc:
7116         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7117         (display_completion_text), (match_completion):
7118         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7119         (selection_changed_callback), (create_loading_model),
7120         (print_section_cb), (links_page_num_func),
7121         (update_page_callback_foreach):
7122         * shell/ev-window.c: (ev_window_dispose):
7123         
7124         Small memory fixes. Links model now store objects instead
7125         of pointers to improve memory management. 
7126
7127 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * shell/ev-window.c: (zoom_control_changed_cb):
7130         
7131         Fix update of zoom control (bug 308268).
7132
7133 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7134
7135         * shell/ev-properties.c (set_property): escape the text correctly.
7136         Handles non-UTF-8 properties and escaped properties.  Also, sets
7137         the text to "<i>None</i>" if the property isn't set.
7138
7139         * data/evince-properties.glade: Change the label to be ellipsized,
7140         and give it a minimum size.
7141
7142 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7145         * shell/ev-sidebar-links.c: (create_loading_model):
7146         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7147         * shell/ev-view.c: (ev_view_set_document):
7148         * shell/ev-window.c: (ev_window_dispose):
7149         
7150         Various small fixes, mostly memory leaks. Thanks to valgrind.
7151
7152 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7153
7154         * ps/ps-document.c: remove the locale.h include again ;-). And
7155         kill the (bogus) setlocale/savelocale business.
7156
7157 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7158
7159         * ps/ps-document.c:
7160         
7161         Include locale.h to fix build
7162         
7163         * shell/ev-sidebar.c:
7164         
7165         Remove unnecessary includes
7166
7167 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7168
7169         * dvi/dvi-document.c: (dvi_document_load):
7170         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7171         * po/POTFILES.in:
7172         
7173         Check for incorrect dvi files. Fix parsing dvi on AMD64
7174         platform. Thanks to tester@tester.ca (Olivier Crete).
7175
7176 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7177
7178         * shell/ev-page-action.c: (match_selected_cb),
7179         (display_completion_text), (match_completion), (update_model):
7180         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7181         (expand_open_links):
7182         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7183         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7184         (ev_sidebar_set_document):
7185         * shell/ev-window.c: (ev_window_xfer_job_cb),
7186         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7187         
7188         Fixed lot's of memory leaks, for example, memory leak on reload, 
7189         described in bug 307793.
7190
7191 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7192
7193         * pdf/ev-poppler.cc:
7194         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7195         (update_visible_range), (adjustment_changed_cb),
7196         (ev_sidebar_thumbnails_fill_model),
7197         (ev_sidebar_thumbnails_refresh),
7198         (ev_sidebar_tree_selection_changed),
7199         (ev_sidebar_icon_selection_changed),
7200         (ev_sidebar_thumbnails_use_icon_view),
7201         (ev_sidebar_thumbnails_set_document):
7202         * shell/ev-sidebar-thumbnails.h:
7203         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7204         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7205
7206         Refresh thumbnails when changing orientation. Not fully
7207         working yet becuase of a sidebar bug.
7208
7209         Set page orientation to poppler page everywhere. This sucks
7210         really need to fix poppler.
7211
7212 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7213
7214         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7215         (egg_recent_view_gtk_new_menu_item),
7216         (egg_recent_view_gtk_set_property),
7217         (egg_recent_view_gtk_get_property),
7218         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7219         (egg_recent_view_gtk_set_tooltip_func),
7220         (egg_recent_view_gtk_set_label_width),
7221         (egg_recent_view_gtk_get_label_width):
7222         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7223
7224         Sync with libegg (ellipsize labels)
7225
7226 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7227
7228         * data/evince-ui.xml:
7229         * shell/ev-window.c: (ev_window_cmd_go_forward),
7230         (ev_window_cmd_go_backward):
7231         
7232         Shift + PageUp moves 10 Pages. Fix for 306125
7233
7234 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * pdf/ev-poppler.cc:
7237
7238         Add a flag to check if orientation has been overriden
7239
7240 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7241
7242         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7243         field if necessary.
7244
7245         * ps/ps.h: add creator field to document.
7246
7247         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7248         set creator field.
7249
7250 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7251
7252         * data/evince-properties.glade:
7253         * shell/ev-properties.c: (ev_properties_set_document):
7254
7255         s/PDF Version/Format
7256
7257 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * shell/ev-properties.c: (ev_properties_set_document):
7260
7261         Remove unnecessary translations
7262
7263 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7264
7265         * cut-n-paste/toolbar-editor/Makefile.am:
7266
7267         Correct library name    
7268
7269 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7270
7271         * configure.ac:
7272         * cut-n-paste/recent-files/egg-recent-model.c:
7273         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7274         (egg_recent_model_unlock_file):
7275         * cut-n-paste/recent-files/egg-recent-util.c:
7276         (egg_recent_util_get_unique_id):
7277         * cut-n-paste/recent-files/update-from-egg.sh:
7278         * cut-n-paste/toolbar-editor/Makefile.am:
7279         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7280         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7281         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7282         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7283         (egg_toolbars_model_get_type):
7284         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7285
7286         Better makefile for toolbar editor and update everything
7287         to latest libegg.
7288
7289 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7290
7291         * shell/ev-window.c: (update_document_mode):
7292
7293         Prefer presentation mode when the document
7294         require fullscreen.
7295
7296 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7297
7298         * data/evince-ui.xml:
7299         * shell/ev-window.c:
7300
7301         Add control-equal for zooming
7302
7303 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7304
7305         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7306
7307 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * backend/ev-document.c: (ev_document_get_orientation):
7310         * backend/ev-document.h:
7311         * pdf/ev-poppler.cc:
7312         * ps/ps-document.c: (ps_document_get_orientation),
7313         (ps_document_set_orientation), (ps_document_document_iface_init):
7314
7315         Add a get_orientation api. Improve set_orientation.
7316
7317         * data/evince-ui.xml:
7318         * shell/ev-view.c: (ev_view_set_orientation),
7319         (ev_view_rotate_right), (ev_view_rotate_left):
7320         * shell/ev-view.h:
7321         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7322         (ev_window_cmd_edit_rotate_right):
7323
7324         Better ui for changing document orientation
7325
7326 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7329         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7330         * shell/ev-sidebar-links.h:
7331         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7332         (ev_sidebar_page_iface_init):
7333         * shell/ev-sidebar-page.h:
7334         * shell/ev-sidebar-thumbnails.c:
7335         (ev_sidebar_thumbnails_get_property),
7336         (ev_sidebar_thumbnails_class_init),
7337         (ev_sidebar_thumbnails_set_document):
7338         * shell/ev-sidebar-thumbnails.h:
7339         * shell/ev-view.c: (ev_view_motion_notify_event):
7340         * shell/ev-window.c: (update_chrome_visibility),
7341         (ev_window_cmd_focus_page_selector),
7342         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7343         (sidebar_page_main_widget_update_cb), (ev_window_init):
7344         
7345         Autoraise toolbar on GoToPage binding and fix bindings in
7346         EvSidebarThumbnails page.
7347
7348 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7349
7350         * shell/ev-properties.c: (update_progress_label):
7351
7352         Hide the progress label when finished; bug #307697.
7353
7354 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7355
7356         * pdf/ev-poppler.cc:
7357
7358         Enable is_open for links, you will need poppler cvs
7359
7360         * shell/ev-properties.c: (job_fonts_finished_cb):
7361
7362         Get a lock on the document when filling the tree view
7363
7364 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7365
7366         * backend/ev-document-links.h:
7367         * pdf/ev-poppler.cc:
7368         * shell/ev-sidebar-links.c: (create_loading_model),
7369         (expand_open_links), (job_finished_callback):
7370
7371         Expand links when specified by the document.
7372         Depend on a poppler api (defined out for now)
7373
7374 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7375
7376         * shell/ev-properties.c: (ev_properties_dispose),
7377         (ev_properties_class_init), (dialog_destroy_cb),
7378         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7379         (ev_properties_set_document), (ev_properties_new),
7380         (ev_properties_show):
7381         * shell/ev-properties.h:
7382
7383         Make it an object, cleanup the code, api to show it as transient
7384         and to set the document.
7385
7386         * shell/ev-window.c: (ev_window_setup_document),
7387         (ev_window_cmd_file_properties):
7388
7389         Adapt to EvProperties changes, do not show multiple
7390         times, update it when document changes.
7391
7392 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7393
7394         * ps/gstypes.h:
7395         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7396         (ps_document_set_orientation), (ps_document_document_iface_init):
7397         * ps/ps-document.h:
7398
7399         Implement orientation here too
7400
7401         * shell/ev-properties.c: (ev_properties_new):
7402         * data/evince-properties.glade:
7403
7404         Hide the fonts page for backends that doesnt
7405         support it.     
7406
7407 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7408
7409         * backend/ev-document.c: (ev_document_set_orientation):
7410         * backend/ev-document.h:
7411         * pdf/ev-poppler.cc:
7412
7413         Add orientation api. Currently poppler api is not optimal,
7414         we need to set orientation every time we _get a page.
7415         I will try to fix that at some point.
7416
7417         * data/evince-ui.xml:
7418         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7419         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7420
7421         Add orientation menu items
7422
7423         * shell/ev-page-cache.c: (ev_page_cache_clear):
7424         * shell/ev-page-cache.h:
7425
7426         Add api to clear the cache
7427
7428         * shell/ev-view.c: (setup_caches), (clear_caches),
7429         (ev_view_set_document), (ev_view_zoom_out),
7430         (ev_view_set_orientation):
7431         * shell/ev-view.h:
7432
7433         Implement orientation changing
7434
7435 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7436
7437         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7438         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7439         * backend/ev-document-fonts.h:
7440
7441         Separate scan and fill so that we can incrementally fill from
7442         the main thread. Add a progress api.
7443
7444         * data/evince-properties.glade:
7445         * pdf/ev-poppler.cc:
7446         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7447         * shell/ev-jobs.h:
7448         * shell/ev-properties.c: (update_progress_label),
7449         (job_fonts_finished_cb), (setup_fonts_view):
7450
7451         Incrementally feel the list and show the progress
7452         percentage in a label like acrobat does.
7453
7454         You are going to need poppler cvs
7455
7456 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7457
7458         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7459         * backend/ev-document-fonts.h:
7460         * pdf/ev-poppler.cc:
7461
7462         Make fonts model fill incrementally.
7463
7464         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7465         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7466         (ev_job_queue_remove_job):
7467         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7468         (ev_job_fonts_new), (ev_job_fonts_run):
7469         * shell/ev-jobs.h:
7470
7471         New job for fonts scanning
7472
7473         * shell/ev-properties.c: (job_fonts_finished_cb),
7474         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7475         * shell/ev-properties.h:
7476         * shell/ev-window.c: (ev_window_cmd_file_properties):
7477
7478         Incrementally feel the treeview using the new job. Show Loading...
7479         message until scanning is completed.
7480
7481         Hopefully I didnt break the build without the poppler patch.
7482
7483 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7484
7485         * shell/ev-application.c: (ev_application_open):
7486         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7487         (ev_document_type_get_type), (ev_document_type_lookup):
7488         * shell/ev-document-types.h:
7489         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7490         * shell/ev-job-xfer.h:
7491         * shell/ev-window.c: (ev_window_clear_local_uri),
7492         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7493         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7494         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7495         
7496         Transfer remote documents to tmp directory to display them later.
7497
7498 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7499
7500         * backend/ev-document-info.h:
7501         * shell/ev-properties.c: (ev_properties_new):
7502
7503         s/GTime*/GTime. Not sure why we was using a pointer
7504         at all there!
7505
7506 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7507
7508         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7509         situations.  That situation is that you're using GTK+-HEAD with
7510         the patch at #306726 is applied, and you have a document with <
7511         1500 pages in it.  It's not quite as uniformly nice as the
7512         TreeView, but should be better in the long run.
7513
7514         I'm pretty sure I guarded against breaking compilation with
7515         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7516         I missed some.
7517
7518         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7519         widget yet, so I commented that code out
7520         enable_view_actions_for_widget() for now.  Need to figure this
7521         out.
7522
7523         * shell/ev-page-action.c (match_selected_cb): emit the right
7524         signals.  Our cool C-l completion now works.
7525
7526 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * backend/Makefile.am:
7529         * backend/ev-document-fonts.c:
7530         * backend/ev-document-links.c:
7531         * backend/ev-document.c: (ev_document_load):
7532         * backend/ev-document.h:
7533         * backend/ev-job-queue.c:
7534         * backend/ev-job-queue.h:
7535         * backend/ev-jobs.c:
7536         * backend/ev-jobs.h:
7537         * backend/ev-page-cache.c:
7538         * backend/ev-page-cache.h:
7539
7540         EvPageCache and EvJobs are moved to shell.
7541
7542         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7543         (ev_tmp_filename):
7544         * lib/ev-file-helpers.h:
7545         
7546         New helper to work with temporary files
7547         
7548         * shell/Makefile.am:
7549         * shell/ev-application.c: (ev_application_open):
7550         * shell/ev-application.h:
7551         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7552         (remove_job_from_async_queue), (add_job_to_async_queue),
7553         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7554         (handle_job), (search_for_jobs_unlocked),
7555         (no_jobs_available_unlocked), (ev_render_thread),
7556         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7557         (ev_job_queue_add_job), (move_job_async), (move_job),
7558         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7559         * shell/ev-job-queue.h:
7560         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7561         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7562         * shell/ev-job-xfer.h:
7563         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7564         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7565         (ev_job_links_class_init), (ev_job_render_init),
7566         (ev_job_render_dispose), (ev_job_render_class_init),
7567         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7568         (ev_job_thumbnail_class_init), (ev_job_load_init),
7569         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7570         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7571         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7572         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7573         * shell/ev-jobs.h:
7574         * shell/ev-page-action.c: (ev_page_action_set_document):
7575         * shell/ev-page-cache.c: (ev_page_cache_init),
7576         (ev_page_cache_class_init), (ev_page_cache_finalize),
7577         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7578         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7579         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7580         (ev_page_cache_get_title), (ev_page_cache_get_size),
7581         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7582         (ev_page_cache_get_height_to_page),
7583         (ev_page_cache_get_max_label_chars),
7584         (ev_page_cache_get_page_label),
7585         (ev_page_cache_has_nonnumeric_page_labels),
7586         (ev_page_cache_get_info), (ev_page_cache_next_page),
7587         (ev_page_cache_prev_page), (ev_page_cache_get):
7588         * shell/ev-page-cache.h:
7589         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7590         (ev_pixbuf_cache_clear_job_sizes),
7591         (ev_pixbuf_cache_add_jobs_if_needed),
7592         (ev_pixbuf_cache_set_page_range):
7593         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7594         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7595         * shell/ev-sidebar-thumbnails.c:
7596         (ev_sidebar_tree_selection_changed),
7597         (ev_sidebar_thumbnails_set_document):
7598         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7599         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7600         (ev_statusbar_get_context_id), (ev_statusbar_push),
7601         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7602         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7603         (ev_statusbar_set_progress):
7604         * shell/ev-statusbar.h:
7605         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7606         (ev_view_find_previous):
7607         * shell/ev-window.c: (ev_window_is_empty),
7608         (ev_window_setup_document), (password_dialog_response),
7609         (ev_window_clear_jobs), (ev_window_load_job_cb),
7610         (ev_window_xfer_job_cb), (ev_window_open_uri),
7611         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7612         (ev_window_print), (ev_window_print_range),
7613         (ev_window_state_event), (ev_window_cmd_view_reload),
7614         (menu_item_select_cb), (menu_item_deselect_cb),
7615         (view_status_changed_cb), (ev_window_dispose),
7616         (drag_data_received_cb), (ev_window_init):
7617         * shell/ev-window.h:
7618         * shell/main.c: (load_files):
7619         
7620         New statusbar to show progress on idle. Two new jobs - 
7621         xfer job and load job to load document in background. And update
7622         of page_cache clients to new location of code.
7623
7624 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7625   
7626         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7627         selection in open dialog. It also remembers the last visited directory 
7628         in the current session.
7629
7630 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7631
7632         * shell/ev-properties.c: (ev_properties_new):
7633         * shell/ev-properties.h:
7634         * shell/ev-window.c: (ev_window_cmd_file_properties):
7635         
7636         Get document info from page cache instead of document itself.
7637         This should fix crash related to race conditions described in
7638         bug 306545.
7639
7640 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7641
7642         * ps/ps-document.c: (ps_document_init),
7643         (send_ps), (get_page_box), (output), (catchPipe), (input),
7644         (stop_interpreter), (file_length), (file_readable),
7645         (check_filecompressedb), (ps_document_enable_interpreter),
7646         (document_load), (ps_async_renderer_render_pixbuf):
7647         * ps/ps-document.h:
7648
7649         Big cleanup of the ps code
7650
7651 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7652
7653         * backend/Makefile.am:
7654         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7655         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7656         * backend/ev-async-renderer.h:
7657
7658         Add an async renderer interface (method + callback) which
7659         is useful for backends like ps.
7660
7661         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7662         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7663         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7664         (ev_job_queue_add_job), (move_job_async), (move_job),
7665         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7666
7667         Add queues for async renderer, these are executed on the
7668         main thread.
7669
7670         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7671         (ev_job_render_run):
7672         * backend/ev-jobs.h:
7673
7674         If the backend support async renderer interface use it.
7675
7676         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7677         (setup_pixmap), (ps_document_get_type),
7678         (ps_async_renderer_render_pixbuf),
7679         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7680
7681         Implement async renderer interface.
7682
7683 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7686
7687         Cleanup links job on exit.
7688
7689 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7692         (drag_data_get_cb), (drag_data_received_cb):
7693         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7694         (drag_data_get_cb), (parse_item_list),
7695         (egg_toolbar_editor_load_actions):
7696         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7697         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7698         (parse_item_list), (parse_toolbars):
7699         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7700         (dvi_pixbuf_put_pixel):
7701         
7702         Fix gcc 4.0 warnings
7703
7704 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7705
7706         * ps/ps-document.c: (start_interpreter):
7707
7708         Fix warning when loading ps
7709
7710 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7711
7712         * ps/ps-document.c: (output):
7713
7714         Fix crash when priting gs error messages.
7715
7716 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7717
7718         * backend/ev-page-cache.c: (_ev_page_cache_new):
7719         * backend/ev-page-cache.h:
7720
7721         Use a const to return title so that we dont double
7722         free it. Small cleanup and fix a leak.
7723
7724         * shell/ev-window.c: (update_window_title):
7725
7726         strdup value from get_title.
7727
7728 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7729
7730         * shell/ev-sidebar-links.c: (job_finished_callback),
7731         (ev_sidebar_links_set_document):
7732
7733         Cleanup the old job when changing document
7734
7735 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7736
7737         * shell/ev-stock-icons.c:
7738         * shell/ev-stock-icons.h:
7739         * shell/ev-window.c:
7740         
7741         Add stock icons for actions that can appear in toolbar. Fix for
7742         bug 306566.
7743
7744 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7745
7746         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7747         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7748         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7749         * backend/ev-page-cache.h:
7750         * shell/ev-view.c: (scroll_to_current_page),
7751         (view_update_range_and_current_page), (get_page_y_offset),
7752         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7753         (ev_view_size_request_continuous),
7754         (ev_view_zoom_for_size_continuous_and_dual_page),
7755         (ev_view_zoom_for_size_continuous):
7756         
7757         More compact EvView layout in document with pages of different size.
7758
7759 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7760
7761         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7762         compilation.
7763
7764 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * shell/ev-view.c: (view_set_adjustment_values):
7767         * shell/ev-window.c: (ev_window_cmd_file_properties):
7768         
7769         A bit different fix for rounding problem but it has no
7770         problems on startup. Make properties window transient to parent.
7771
7772 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7773
7774         * pdf/ev-poppler.cc:
7775         
7776         More commenting of font stuff.
7777
7778 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7779
7780         * pdf/ev-poppler.cc:
7781
7782         Comment out some more fonts stuff. Should really
7783         work without the poppler patch now.
7784
7785 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7786
7787         * pdf/ev-poppler.cc:
7788
7789         Adapt to api change
7790
7791 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7792
7793         * data/evince-properties.glade:
7794         * pdf/ev-poppler.cc:
7795         * shell/ev-properties.c: (setup_fonts_view):
7796
7797         Set the column title. Show the dialog only
7798         once everything is setup.
7799         Getting font info can be very slow... will
7800         prolly need to make this threaded too.
7801
7802 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * backend/Makefile.am:
7805         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7806         (ev_document_fonts_get_fonts_model):
7807         * backend/ev-document-fonts.h:
7808         * data/evince-properties.glade:
7809         * pdf/ev-poppler.cc:
7810         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7811         * shell/ev-properties.h:
7812         * shell/ev-window.c: (ev_window_cmd_file_properties):
7813
7814         Implement fonts list. Defined out for now, since it depends
7815         on a not yet committed poppler patch.
7816
7817 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7818
7819         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7820         page + 1.
7821
7822         * shell/ev-window.c: Make sure we add the timeout when we get a
7823         focus-in event.
7824
7825         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7826         adjustment->value before calculating the zoom factor to average
7827         out all of our rounding errors.  The page no longer 'drifts' when
7828         resizing.
7829
7830 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7831
7832         * data/evince-properties.glade:
7833         * shell/ev-properties.c: (ev_properties_format_date),
7834         (set_property):
7835         
7836         Labels don't expand when the dialogue is resized.
7837         strftime result needs to be converted to UTF-8. Thanks
7838         to Christian Persch <chpe@gnome.org>.
7839
7840 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7841
7842         * data/evince-properties.glade:
7843
7844         Hide the fonts tab
7845
7846 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7847
7848         * backend/ev-document-info.h:
7849         * backend/ev-document.c: (ev_document_info_free):
7850         * data/evince-properties.glade:
7851         * pdf/ev-poppler.cc:
7852         * ps/ps-document.c: (ps_document_get_info):
7853         * shell/ev-properties.c: (ev_properties_format_date),
7854         (set_property), (ev_properties_new):
7855         * shell/ev-properties.h:
7856         * shell/ev-window.c: (ev_window_cmd_file_properties):
7857
7858         Rework properties code to take only EvPropertyInfo
7859         in the constructor so that it can be useful for
7860         nautilus plugin too.
7861
7862         Deal with backends that doesnt support some properties.
7863         Make set property code generic.
7864
7865 2005-06-04  Christian Persch <chpe@gnome.org>
7866
7867         * data/evince-properties.glade:
7868
7869         fix spacings, make resizeable, and make data labels
7870         selectable + ellipsised
7871
7872 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7873
7874         * backend/ev-document-info.h:
7875         * data/Makefile.am:
7876         * data/evince-ui.xml:
7877         * pdf/ev-poppler.cc:
7878         * shell/Makefile.am:
7879         * shell/ev-window.c: (update_action_sensitivity),
7880         (ev_window_cmd_file_properties):
7881
7882         Initial go at file properties. Patch by
7883         Emil Soleyman-Zomalan <emil@soleyman.com>.
7884         Needs love see #169583
7885
7886 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7887
7888         * ps/ps-document.c: (output):
7889         * ps/ps.c: (psscan):
7890
7891         Try to render even if psscan fails.
7892
7893 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7894
7895         * ps/ps.c: (psscan), (pscopydoc):
7896
7897         Port buffered reading code from gv
7898
7899 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7900
7901         * ps/ps-document.c: (interpreter_message), (output):
7902
7903         Do not fail on interpreter messages
7904
7905 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7906
7907         * backend/ev-document-misc.c:
7908         (ev_document_misc_get_thumbnail_frame):
7909
7910         Pages can be 0 x 0, dont assert on this case
7911
7912 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7913
7914         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7915         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7916
7917         Correctly manage our reference on document. Finally the reload
7918         huge leak is gone...
7919
7920 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7921
7922         * ps/ps-document.c: (ps_document_dispose):
7923
7924         Forgot to chain it to the parent. Thanks chpe.
7925
7926 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7927
7928         * ps/ps-document.c: (ps_document_dispose),
7929         (ps_document_class_init), (stop_interpreter), (document_load):
7930
7931         Cleanup dispose a bit. Dont leak the whole pixmap.
7932
7933 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7934
7935         * pdf/ev-poppler.cc:
7936
7937         Release the poppler document on dispose
7938
7939 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7940
7941         * shell/ev-view.c: (ev_view_set_document):
7942
7943         Release ref on the pixbuf cache when changing
7944         document.
7945
7946 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7947
7948         * ps/ps-document.c: (ps_document_get_info):
7949
7950         Fix a double free
7951
7952 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * backend/ev-page-cache.c: (ev_page_cache_init),
7955         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7956         * backend/ev-page-cache.h:
7957         * shell/ev-page-action.c: (page_changed_cb):
7958         
7959         Set page action entry width depending on labels width. Fix
7960         for bug 305202.
7961
7962 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7963
7964         * backend/ev-link.c: (ev_link_class_init):
7965
7966         Allow -1 as page value (error)
7967
7968 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7969
7970         * shell/ev-sidebar-thumbnails.c:
7971         (ev_sidebar_thumbnails_set_document):
7972         * shell/ev-view.c: (scroll_to_current_page),
7973         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7974         (page_changed_cb), (on_adjustment_value_changed),
7975         (ev_view_set_document):
7976
7977         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7978         Fix bug 305377
7979
7980 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7981
7982         * configure.ac:
7983         * djvu/djvu-document.c: (djvu_document_get_page_size):
7984
7985         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7986         bug 301993.
7987
7988 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7989
7990         * shell/ev-view.c (draw_one_page): modify the expose handling to
7991         get the shadows.
7992
7993         * shell/ev-window.c (update_action_sensitivity): Respect
7994         permissions field.  Kowtow to the man.
7995
7996         * pdf/ev-poppler.cc: Get the permissions field.
7997
7998         * tiff/*c: Make a tiny bit more robust.
7999
8000 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8001
8002         * djvu/djvu-document.c:
8003         
8004         Pop messages from djvu context message queue.
8005
8006 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8007
8008         * configure.ac, Makefile.am, shell/Makefile.am:
8009         * tiff/Makefile.am, shell/ev-document-types.c:
8010         
8011         Cleanup tiff configure checks. Fix for bug 305218.
8012
8013 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8014
8015         * configure.ac: Added "uk" to ALL_LINGUAS.
8016
8017 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8018
8019         * cut-n-paste/zoom-control/ephy-zoom.c:
8020         (ephy_zoom_get_changed_zoom_level):
8021         * cut-n-paste/zoom-control/ephy-zoom.h:
8022         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8023         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8024         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8025         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8026         (zoom_control_changed_cb), (ev_window_init):
8027         
8028         Fix minor points related to moving best fit up. Introduce
8029         "zoom" property and make zoom control change it's value on
8030         notify::zoom signals. Fix for 305080.
8031
8032 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * data/evince-ui.xml:
8035         * shell/ev-window.c: (set_view_actions_sensitivity):
8036         
8037         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8038
8039 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * configure.ac:
8042
8043         Depends on poppler 0.3.2
8044
8045 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * cut-n-paste/recent-files/egg-recent-item.c:
8048         (egg_recent_item_get_short_name):
8049         * cut-n-paste/toolbar-editor/Makefile.am:
8050         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8051         (new_pixbuf_from_widget):
8052         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8053         * cut-n-paste/toolbar-editor/egg-marshal.c:
8054         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8055         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8056
8057         Sync
8058
8059 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8060
8061         * tiff/tiff-document.c: Rough TIFF backend.
8062
8063 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8064
8065         * NEWS:
8066         * configure.ac:
8067         * cut-n-paste/toolbar-editor/Makefile.am:
8068
8069         Release 0.3.1
8070
8071 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8072
8073         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8074         (ev_view_find_next), (ev_view_find_previous):
8075
8076         Remove the locks around get_n_results   
8077
8078 2005-05-21  Juerg Billeter  <j@bitron.ch>
8079
8080         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8081
8082         Pass correct number of pages to poppler.
8083
8084 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8085
8086         * configure.ac:
8087         * data/Makefile.am:
8088         * data/evince.desktop.in: 
8089         * data/evince.desktop.in.in:
8090         * po/POTFILES.in:
8091         
8092         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8093
8094 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8095
8096         * shell/ev-view.c: (view_update_adjustments),
8097         (view_set_adjustment_values): cast adjustmen->value to (int)
8098         before using it.  Otherwise, we get off by a pixel in some
8099         situations.
8100
8101         (draw_one_page): Draw the border on expose.
8102
8103 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8104
8105         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8106         adjustment when the mode changes, #304923
8107
8108 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8109
8110         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8111         flickering on resize but still use gdk_window_scroll on
8112         scrolling
8113
8114 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8115
8116         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8117         option, #170458
8118
8119 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8120
8121         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8122         second page on page_changed if possible, #304669
8123
8124 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8125
8126         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8127         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8128
8129 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8130
8131         * .cvsignore:
8132         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8133         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8134         (ev_view_zoom_for_size_presentation),
8135         (ev_view_zoom_for_size_continuous_and_dual_page),
8136         (ev_view_zoom_for_size_continuous),
8137         (ev_view_zoom_for_size_dual_page),
8138         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8139         * shell/ev-view.h:
8140         * shell/ev-window.c: (update_view_size),
8141         (ev_window_sizing_mode_changed_cb):
8142
8143         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8144         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8145         an infinite loop, #304769
8146
8147
8148 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8149
8150         * data/evince-ui.xml:
8151         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8152         * shell/ev-window.c: (set_view_actions_sensitivity):
8153
8154         Make PgUp/Down behave like Space
8155
8156 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8157
8158         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8159         * backend/ev-ps-exporter.h:
8160         * pdf/ev-poppler.cc:
8161         * ps/ps-document.c: (ps_document_ps_export_begin):
8162         * shell/ev-print-job.c: (idle_print_handler):
8163
8164         Adapt to new poppler api
8165
8166 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8167
8168         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8169         (ephy_zoom_control_init):
8170
8171         Translate zoom levels
8172
8173 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8174
8175         * cut-n-paste/zoom-control/ephy-zoom.c:
8176         (ephy_zoom_get_zoom_level_index):
8177
8178         Fix current zoom -> zoom control match
8179
8180 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8181
8182         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8183         rather than the scrolled_window that it's in. Fixes bug #304655.
8184
8185 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8186
8187         * shell/ev-view.c: (view_update_adjustments),
8188         (view_set_adjustment_values), (view_update_range_and_current_page),
8189         (view_scroll_to_page), (set_scroll_adjustment),
8190         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8191         (ev_view_scroll), (ev_view_scroll_view),
8192         (ensure_rectangle_is_visible), (find_page_at_location),
8193         (get_link_at_location), (go_to_link), (status_message_from_link),
8194         (ev_view_size_request_continuous_dual_page),
8195         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8196         (ev_view_unrealize), (ev_view_expose_event),
8197         (ev_view_button_press_event), (ev_view_motion_notify_event),
8198         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8199         (draw_rubberband), (highlight_find_results), (draw_one_page),
8200         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8201         (ev_view_init), (find_changed_cb), (page_changed_cb),
8202         (on_adjustment_value_changed), (ev_view_new),
8203         (ev_view_set_document), (ev_view_set_zoom),
8204         (ev_view_set_continuous), (ev_view_set_dual_page),
8205         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8206         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8207         (ev_view_zoom_for_size_presentation),
8208         (ev_view_zoom_for_size_continuous_dual_page),
8209         (ev_view_zoom_for_size_continuous),
8210         (ev_view_zoom_for_size_dual_page),
8211         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8212         (ev_view_get_status), (ev_view_set_status),
8213         (update_find_status_message), (ev_view_get_find_status),
8214         (ev_view_set_find_status), (jump_to_find_result),
8215         (jump_to_find_page), (compute_selections), (clear_selection),
8216         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8217         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8218         (ev_view_update_primary_selection),
8219         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8220         * shell/ev-view.h:
8221         * shell/ev-window.c: (ev_window_open_page_label),
8222         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8223         (ev_window_init):
8224         * shell/ev-window.h:
8225         * shell/main.c: (load_files):
8226
8227         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8228         when resizing.  Remove the bin_window().  Also, patch from James
8229         Bowes to fix command line page, #300641
8230         
8231 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * data/evince-ui.xml:
8234         * shell/ev-view.c:
8235         * shell/ev-view.h:
8236         * shell/ev-window.c: (update_action_sensitivity):
8237
8238         Get rid of View->Normal Size, it's just confusing
8239
8240 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8241
8242         * backend/ev-document-info.h:
8243         * backend/ev-document.c: (ev_document_info_free): Free the
8244         EvDocumentInfo.
8245
8246         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8247         (clear_range), (add_range), (update_visible_range),
8248         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8249         (ev_sidebar_thumbnails_set_document):
8250         * shell/ev-window.c: (ev_window_setup_document): Only render the
8251         visible thumbnails.  It takes an instant to render, but it uses
8252         much less memory.
8253
8254 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * shell/ev-sidebar-links.c: (popup_menu_cb):
8257
8258         Select first item
8259
8260 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8261
8262         * lib/Makefile.am:
8263         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8264         (button_press_cb), (ev_sidebar_links_construct):
8265
8266         Show the popup menu also on keybindings
8267
8268 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8269
8270         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8271         * shell/ev-window.h:
8272
8273         Expose api to print a range (with dialog). Make private _print use
8274         it.
8275
8276         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8277         (ev_sidebar_links_construct):
8278
8279         Show a print context menu on linkx, it prints the selected
8280         section.
8281
8282 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8283
8284         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8285         button.
8286
8287 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8288
8289         * AUTHORS:
8290
8291         Update
8292
8293         * shell/ev-window.c: (build_comments_string),
8294         (ev_window_cmd_help_about):
8295
8296         Show poppler version/backend and authors
8297
8298 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8299
8300         * cut-n-paste/zoom-control/ephy-zoom.c:
8301         (ephy_zoom_get_zoom_level_index):
8302         * cut-n-paste/zoom-control/ephy-zoom.h:
8303
8304         Move the best fit items at the top of the list
8305
8306 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8307
8308         * shell/ev-marshal.list:
8309         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8310         (activate_cb), (match_selected_cb), (activate_link_cb),
8311         (connect_proxy), (ev_page_action_class_init):
8312         * shell/ev-page-action.h:
8313
8314         Use signals to notify action activation. Hopefully
8315         I did not break completion since I cant test...
8316
8317         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8318         (register_custom_actions):
8319
8320         Connect to page selector actions and also grab focus on
8321         the view when activated.
8322
8323 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8324
8325         * pdf/ev-poppler.cc:
8326         * backend/ev-page-cache.c: make page size calculation consistent
8327         and set it to (int)( width * scale + 0.5).  This makes the weird
8328         line going through the middle of the page go away.
8329
8330         * shell/ev-view.c: move painting the background page after
8331         checking the expose area covers us.
8332
8333 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8334
8335         * data/evince-password.glade:
8336         
8337         Mark labels as not translatable. Fix for bug 302842.
8338
8339 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8340
8341         * configure.ac: Added "es" to ALL_LINGUAS.
8342
8343 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8344
8345         * data/evince-toolbar.xml:
8346         * shell/ev-window.c: (update_action_sensitivity),
8347         (ev_window_setup_document), (ev_window_set_page_mode),
8348         (ev_window_init):
8349
8350         Remove some leftover code from jrb first continous
8351         attempt. Use the new actions, we still need good icons
8352         though...
8353
8354 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8357
8358         Update label when connecting proxy. Fix a warning with NULL
8359         page_cache.
8360
8361 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * data/evince-ui.xml:
8364         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8365         * shell/ev-page-action.h:
8366         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8367
8368         Add mnemonic for edit toolbar.
8369         ctrl+l focus the page entry.
8370
8371 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8372
8373         * lib/Makefile.am:
8374         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8375         (ev_window_init):
8376         * shell/main.c: (main):
8377
8378         Put the toolbar xml in evince own dot dir
8379
8380 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * shell/ev-window.c: (ev_window_init):
8383
8384         Make the toolbar not removable
8385
8386 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * data/evince-ui.xml:
8389         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8390         * shell/ev-sidebar-links.h:
8391         * shell/ev-sidebar-thumbnails.c:
8392         (ev_sidebar_thumbnails_get_treeview):
8393         * shell/ev-sidebar-thumbnails.h:
8394         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8395         (ev_view_class_init):
8396         * shell/ev-view.h:
8397         * shell/ev-window.c: (update_action_sensitivity),
8398         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8399         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8400         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8401         (ev_window_init):
8402
8403         This is evil... Make space/backspace global accelerators but
8404         enable them only for some widgets (sidebars and view).
8405         I dont like it, but I dont know a better way... :/
8406
8407 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8410         (ev_page_action_widget_finalize),
8411         (ev_page_action_widget_class_init), (update_page_cache):
8412
8413         Keep a weak reference on proxy->page_cache so that we
8414         dont try to disconnect the signal if the object is already
8415         gone. Maybe there is a better way to cleanup reference handling
8416         in page action though...
8417
8418 2005-05-10  Juerg Billeter  <j@bitron.ch>
8419
8420         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8421         * backend/ev-ps-exporter.h:
8422         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8423         * ps/ps-document.c: (ps_document_ps_export_begin):
8424         
8425         Change api to pass print range to ps_exporter_begin. The pdf backend
8426         requires this information.
8427         
8428         * shell/ev-print-job.c: (idle_print_handler):
8429         
8430         Adapt to api change
8431
8432 2005-05-10  Juerg Billeter  <j@bitron.ch>
8433
8434         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8435         (idle_print_handler)
8436         * shell/ev-window.c: (ev_window_print):
8437
8438         Support printing page range, based on patch by Amaury Jacquot
8439
8440 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * data/evince-toolbar.xml:
8443
8444         Add zoom control to available items
8445
8446 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * shell/ev-window.c: (update_action_sensitivity):
8449
8450         Set slash action insensitive when appropriate
8451
8452 2005-05-10  Christian Persch <chpe@gnome.org>
8453
8454         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8455
8456         Fix warning on the overflow menu
8457
8458 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8461
8462         Check for uri correctness/existence
8463
8464 2005-05-09  Juerg Billeter  <j@bitron.ch>
8465
8466         * shell/ev-window.c: (using_postscript_printer):
8467
8468         LPD printers use postscript, too
8469
8470 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * shell/ev-window.c: (register_custom_actions):
8473
8474         The zoom one is actually sort of useful,
8475         put it back
8476
8477 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8478
8479         * shell/ev-window.c: (register_custom_actions):
8480
8481         Hide page/zoom controls from overflow, they
8482         are useless.
8483
8484 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * cut-n-paste/update-from-egg.sh:
8487         
8488         Share it between all cut-n-paste subdirs
8489
8490         * cut-n-paste/recent-files/Makefile.am:
8491
8492         Fix to use "global" update-from-egg.sh
8493
8494         * cut-n-paste/recent-files/egg-recent-model.c:
8495         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8496         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8497         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8498         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8499
8500         Update from libegg
8501
8502         * cut-n-paste/toolbar-editor/Makefile.am:
8503
8504         Fix to use "global" update-from-egg.sh
8505
8506         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8507
8508         Update from libegg
8509
8510 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8511
8512         * configure.ac:
8513         * cut-n-paste/Makefile.am:
8514         * cut-n-paste/recent-files/Makefile.am:
8515         * cut-n-paste/toolbar-editor/.cvsignore:
8516         * cut-n-paste/toolbar-editor/Makefile.am:
8517         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8518         (egg_editable_toolbar_get_type), (get_toolbar_position),
8519         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8520         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8521         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8522         (set_item_drag_source), (create_item_from_action), (create_item),
8523         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8524         (popup_toolbar_context_menu_cb), (free_dragged_item),
8525         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8526         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8527         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8528         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8529         (item_added_cb), (item_removed_cb),
8530         (egg_editable_toolbar_construct),
8531         (egg_editable_toolbar_disconnect_model),
8532         (egg_editable_toolbar_deconstruct),
8533         (egg_editable_toolbar_set_model),
8534         (egg_editable_toolbar_set_ui_manager),
8535         (egg_editable_toolbar_set_property),
8536         (egg_editable_toolbar_get_property),
8537         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8538         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8539         (egg_editable_toolbar_new_with_model),
8540         (egg_editable_toolbar_get_edit_mode),
8541         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8542         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8543         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8544         (new_pixbuf_from_widget), (new_separator_pixbuf),
8545         (update_separator_image), (style_set_cb),
8546         (_egg_editable_toolbar_new_separator_image),
8547         (egg_editable_toolbar_get_model):
8548         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8549         * cut-n-paste/toolbar-editor/egg-marshal.c:
8550         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8551         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8552         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8553         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8554         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8555         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8556         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8557         (editor_drag_data_delete_cb), (drag_data_get_cb),
8558         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8559         (editor_create_item), (update_editor_sheet), (setup_editor),
8560         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8561         (parse_item_list), (model_has_action), (update_actions_list),
8562         (egg_toolbar_editor_load_actions):
8563         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8564         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8565         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8566         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8567         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8568         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8569         (egg_toolbars_model_add_separator), (impl_add_item),
8570         (parse_item_list), (egg_toolbars_model_add_toolbar),
8571         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8572         (impl_get_item_data), (impl_get_item_type),
8573         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8574         (egg_toolbars_model_init), (free_toolbar),
8575         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8576         (egg_toolbars_model_remove_toolbar),
8577         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8578         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8579         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8580         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8581         (egg_toolbars_model_get_item_data),
8582         (egg_toolbars_model_get_item_type):
8583         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8584         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8585         * data/Makefile.am:
8586         * data/evince-toolbar.xml:
8587         * data/evince-ui.xml:
8588         * data/hand-open.png:
8589         * po/POTFILES.in:
8590         * shell/Makefile.am:
8591         * shell/ev-window.c: (update_chrome_visibility),
8592         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8593         (ev_window_dispose), (ev_window_init):
8594
8595         Implement epiphany like toolbar editor. Based on patch by
8596         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8597
8598 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8599
8600         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8601
8602         Use set_cursor instead of set_selection, so that
8603         the keyboard focus moves too.
8604
8605 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8606
8607         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8608
8609         Fix infinite loop when loading Type1 fonts
8610
8611 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8612
8613         * data/evince-ui.xml:
8614         * shell/ev-window.c:
8615
8616         Slash -> Find
8617
8618 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8619
8620         * configure.ac:
8621
8622         Make --disable really disable
8623
8624 2005-05-07  Juerg Billeter  <j@bitron.ch>
8625
8626         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8627
8628         Compare page labels even without has_labels set, fixes setting page
8629         with entry
8630
8631 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8634         (ev_view_set_cursor), (ev_view_button_press_event),
8635         (ev_view_motion_notify_event), (ev_view_button_release_event),
8636         (ev_view_init):
8637
8638         Implement middle button scrolling. Based on a patch
8639         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8640
8641 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8642
8643         * shell/ev-document-types.c: (get_slow_mime_type),
8644         (get_document_type_from_mime), (ev_document_type_lookup):
8645         * shell/ev-document-types.h:
8646
8647         Change api to lookup from uri. Do fast lookup first, if the
8648         type is unknown try with data sniffing.
8649
8650         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8651         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8652
8653         Adapt to api change
8654
8655 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * thumbnailer/Makefile.am:
8658
8659         Fix distcheck
8660
8661 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * NEWS:
8664         * configure.ac:
8665
8666         Release 0.3.0
8667
8668         * data/evince-ui.xml:
8669
8670         Hide presentation mode for now
8671
8672         * shell/ev-view.c: (highlight_find_results):
8673
8674         Show current find selection only on current page
8675
8676 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * shell/ev-view.c: (ev_view_select_all):
8679
8680         Compute size of the actual page, not of
8681         the current one.
8682
8683 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8684
8685         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8686         (view_rect_to_doc_rect), (compute_selections),
8687         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8688         (ev_view_copy), (ev_view_primary_get_cb),
8689         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8690         (ev_view_button_press_event), (ev_view_motion_notify_event),
8691         (ev_view_button_release_event), (page_changed_cb):
8692
8693         Fix text selection
8694
8695 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8696
8697         * shell/ev-view.c: (compute_border), (get_page_extents),
8698         (doc_rect_to_view_rect), (highlight_find_results),
8699         (ev_view_bin_expose), (ev_view_select_all),
8700         (ev_view_motion_notify_event), (update_find_status_message),
8701         (jump_to_find_result), (jump_to_find_page):
8702
8703         First go at fixing search, still buggy
8704
8705 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8706
8707         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8708         dropdown box and button at the top of the sidebar.
8709
8710 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8711
8712         * configure.ac: Output zoom-control Makefile.
8713         * cut-n-paste/Makefile.am: build zoom-control subdir.
8714         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8715         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8716         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8717         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8718         * cut-n-paste/zoom-control/ephy-zoom.c:
8719         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8720         from epiphany, and modified to add a separator into the menu.
8721         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8722         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8723         zoom-control action.
8724         * shell/Makefile.am: Include zoom-control flags.
8725         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8726         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8727         (ev_view_zoom_for_size_presentation),
8728         (ev_view_zoom_for_size_continuous_and_dual_page),
8729         (ev_view_zoom_for_size_continuous),
8730         (ev_view_zoom_for_size_dual_page),
8731         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8732         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8733         ev_view_get_zoom and ev_view_get_sizing_mode.
8734         * shell/ev-view.h:
8735         * shell/ev-window.c: (update_action_sensitivity),
8736         (update_sizing_buttons), (zoom_control_changed_cb),
8737         (register_custom_actions): Initialize and use the zoom-control 
8738         widget.
8739
8740 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8741
8742         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8743         preview cache back to 1.  Don't know when it got set to 0.
8744         
8745         * shell/ev-view.c: (compute_border), (ev_view_realize),
8746         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8747         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8748         (ev_view_get_fullscreen), (ev_view_set_presentation),
8749         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8750         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8751         * shell/ev-view.h:
8752         * shell/ev-window.c:
8753         (update_chrome_visibility),
8754         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8755         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8756         (update_document_mode), (ev_window_update_fullscreen_action),
8757         (ev_window_fullscreen), (ev_window_unfullscreen),
8758         (ev_window_cmd_view_fullscreen),
8759         (ev_window_update_presentation_action),
8760         (ev_window_run_presentation), (ev_window_stop_presentation),
8761         (ev_window_cmd_view_presentation), (ev_window_state_event),
8762         (ev_window_focus_in_event), (ev_window_focus_out_event),
8763         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8764         * data/evince-ui.xml: Initial presentation mode.  We should
8765         probably hide this until it's done, as it's quite rough.  Also,
8766         change full-screen to fullscreen and add two getters to EvView.
8767
8768 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * shell/ev-page-action.c: (update_page_cache),
8771         (ev_page_action_dispose):
8772         * shell/ev-window.c: (destroy_fullscreen_popup),
8773         (ev_window_create_fullscreen_popup):
8774
8775         Use connect_object rather than explicitly
8776         disconnect on dispose.
8777
8778 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * shell/ev-page-action.c: (update_page_cache),
8781         (ev_page_action_dispose):
8782
8783 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8784
8785         * backend/ev-page-cache.c: (_ev_page_cache_new),
8786         (ev_page_cache_set_page_label),
8787         (ev_page_cache_has_nonnumeric_page_labels):
8788         * backend/ev-page-cache.h:
8789         * shell/ev-page-action.c: (update_pages_label):
8790         
8791         If all page labels are numeric, fallback to default
8792         way to display number of pages. See bug 173185.
8793
8794 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * shell/ev-page-action.c: (ev_page_action_dispose):
8797         * shell/ev-view.c: (view_update_range_and_current_page):
8798         * shell/ev-window.c: (ev_window_dispose):
8799         
8800         Set page on scroll in continuous mode. Fixes bug 301986.
8801         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8802
8803 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8804
8805         * configure.ac:
8806
8807         Require poppler 0.3.0
8808
8809 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8810         
8811         * shell/Makefile.am, configure.ac: Fix build problems
8812         with t1lib. Bug 301996.
8813
8814 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8815
8816         * shell/ev-view.c: (ev_view_scroll_event):
8817         
8818         Scroll up increase zoom
8819
8820 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8821
8822         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8823         (ev_view_set_sizing_mode),
8824         (ev_view_zoom_for_size_continuous_and_dual_page),
8825         (ev_view_zoom_for_size_continuous):
8826         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8827         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8828         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8829         (ev_window_init):
8830
8831         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8832         Fix for 165473 and 165472.
8833
8834 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8835
8836         * po/POTFILES.in:
8837         * thumbnailer/Makefile.am:
8838         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8839         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8840         * thumbnailer/evince-thumbnailer.schemas.in:
8841         
8842         Make thumbnailer schemas translatable. Fix for bug 301773
8843         
8844         * thumbnailer/evince-thumbnailer-djvu.schemas:
8845         * thumbnailer/evince-thumbnailer-dvi.schemas:
8846         * thumbnailer/evince-thumbnailer.schemas:
8847
8848         Removed files
8849
8850 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8851
8852         * shell/ev-view.c (ev_view_init): forgot to set this.
8853
8854 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8855
8856         * shell/ev-view.c: (find_page_at_location),
8857         (get_link_at_location),
8858         (ev_view_set_show_border), (ev_view_set_spacing),
8859         (ev_view_zoom_for_size_continuous_and_dual_page),
8860         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8861         Also, add a quick fix measuring of widths.  Also, removed
8862         ev_view_set_spacing and ev_view_set_show_border.
8863         
8864         * shell/ev-window.c: (ev_window_unfullscreen),
8865         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8866
8867 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8868
8869         * shell/ev-view.c: (view_update_range_and_current_page),
8870         (page_changed_cb):
8871         
8872         Fix crash on exit and scrolling to page in continuous view.
8873
8874 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * TODO:
8877         * backend/ev-page-cache.c: (_ev_page_cache_new),
8878         (ev_page_cache_get_max_width_size),
8879         (ev_page_cache_get_max_height_size):
8880         * backend/ev-page-cache.h:
8881         * data/evince-ui.xml:
8882         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8883         * shell/ev-view.c: (view_update_adjustments),
8884         (view_update_range_and_current_page), (get_bounding_box_size),
8885         (ev_view_size_request_continuous_and_dual_page),
8886         (ev_view_size_request_continuous),
8887         (ev_view_size_request_dual_page),
8888         (ev_view_size_request_single_page), (ev_view_size_request),
8889         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8890         (ev_view_bin_expose), (ev_view_expose_event),
8891         (ev_view_set_property), (ev_view_get_property),
8892         (ev_view_class_init), (ev_view_init), (ev_view_new),
8893         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8894         (ev_view_set_dual_page), (ev_view_set_full_screen),
8895         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8896         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8897         (ev_view_zoom_out), (zoom_for_size_fit_width),
8898         (zoom_for_size_best_fit),
8899         (ev_view_zoom_for_size_continuous_and_dual_page),
8900         (ev_view_zoom_for_size_continuous),
8901         (ev_view_zoom_for_size_dual_page),
8902         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8903         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8904         * shell/ev-view.h:
8905         * shell/ev-window.c: (update_action_sensitivity),
8906         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8907         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8908         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8909         (ev_window_cmd_view_zoom_out), (update_view_size),
8910         (ev_window_set_sizing_mode), (ev_window_init):
8911
8912         Add Continuous and Dual page modes.
8913
8914 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8915
8916         * dvi/dvi-document.c: (dvi_document_load),
8917         (dvi_document_thumbnails_get_thumbnail),
8918         (dvi_document_init_params): Fix up some mixups between
8919         width and height to correct thumbnail rendering.
8920
8921 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8922
8923         * dvi/mdvi-lib/private.h:
8924         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8925         
8926         Suppess output for kpathsea during font generation. Thanks to
8927         James Bowes
8928
8929 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8930
8931         * NEWS:
8932         * configure.ac:
8933
8934         Release 0.2.1
8935
8936         * Makefile.am: fix distcheck.
8937
8938 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8939
8940         * shell/ev-sidebar-links.c: (selection_changed_callback),
8941         (update_page_callback), (row_activated_callback),
8942         (job_finished_callback), (ev_sidebar_links_set_document):
8943         
8944         Fix for bug #169901. Double click on links expands tree.
8945
8946 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8947
8948         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8949         hard-coded style. Fix for bug 170111
8950
8951 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8952
8953         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8954         locking.
8955
8956 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8957
8958         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8959
8960 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * pdf/ev-poppler.cc:
8963         * shell/ev-view.c: (highlight_find_results):
8964
8965         Fix find on single page documents
8966
8967 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8968
8969         * data/evince.schemas.in: fix for bug 301390
8970
8971 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8972
8973         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8974         (ev_view_zoom_out), (ev_view_zoom_normal):
8975         * shell/ev-view.h:
8976         * shell/ev-window.c: (update_action_sensitivity),
8977         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8978         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8979         (ev_window_cmd_view_normal_size):
8980
8981         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8982         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8983         better than oom. 
8984
8985 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8986
8987         * configure.ac:
8988
8989         Depend on 2.57, 2.59 doesnt seem to be necessary
8990
8991 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8992
8993         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8994         (create_tool_item):
8995
8996         Put back total number of pages as (1 of 1234)
8997
8998 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8999
9000         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9001         remove the job.
9002
9003         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9004         function.  This helps debugging.
9005
9006 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9007
9008         * djvu/djvu-document.c: (djvu_document_class_init),
9009         (djvu_document_get_info), (djvu_document_document_iface_init):
9010         * dvi/dvi-document.c: (dvi_document_class_init),
9011         (dvi_document_get_info), (dvi_document_document_iface_init):
9012
9013         Dummy implementation of get_info method for dvi and
9014         djvu. Fix crashes with those backends
9015
9016 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9017
9018         * data/evince.desktop.in:
9019
9020         Add application/x-gzpostscript
9021
9022 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9023
9024         * data/evince.schemas.in: Added real long descriptions, 
9025         closes bug 172496 
9026
9027         * README: Added actual text, closes bug 171869
9028
9029 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9030
9031         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9032
9033         Thumbnail page 0
9034
9035 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9036
9037         * backend/ev-document-info.h:
9038
9039         s/GDate */GDate so we can just use g_free
9040
9041 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9042
9043         * shell/ev-window.c: (update_document_mode),
9044         (ev_window_setup_document):
9045
9046         Show the window in fullscreen when specified by
9047         the document
9048
9049 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9050
9051         * backend/ev-document.c: (ev_document_class_init),
9052         (ev_document_get_info), (ev_document_render_pixbuf):
9053         * backend/ev-document.h:
9054         * backend/ev-page-cache.c: (_ev_page_cache_new):
9055         * pdf/ev-poppler.cc:
9056         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9057         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9058         * ps/ps-document.c: (ps_document_class_init), (document_load),
9059         (ps_document_get_info), (ps_document_document_iface_init):
9060
9061         Remove get_title from the interface, we can just use document info
9062
9063 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9064
9065         * backend/Makefile.am:
9066         * backend/ev-document.c: (ev_document_render_get_info):
9067         * backend/ev-document.h:
9068         * pdf/ev-poppler.cc:
9069
9070         Initial support for document info. Based on jrb patch.
9071
9072 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9073
9074         * shell/ev-window.c: (ev_window_state_event),
9075         (ev_window_class_init), (ev_window_init):
9076         
9077         Doesn't show resize grip when maximized. See bug #301053
9078
9079 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9080
9081         * po/POTFILES.in:
9082         
9083         ev-sidebar-thumbnails now has translatable labels
9084         
9085         * shell/Makefile.am:
9086         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9087         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9088         (ev_sidebar_links_page_iface_init):
9089         * shell/ev-sidebar-links.h:
9090         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9091         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9092         (ev_sidebar_page_get_label):
9093         * shell/ev-sidebar-page.h:
9094         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9095         (ev_sidebar_thumbnails_set_document),
9096         (ev_sidebar_thumbnails_support_document),
9097         (ev_sidebar_thumbnails_get_label),
9098         (ev_sidebar_thumbnails_page_iface_init):
9099         * shell/ev-sidebar-thumbnails.h:
9100         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9101         (ev_sidebar_set_document):
9102         * shell/ev-sidebar.h:
9103         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9104         
9105         Small rework of sidebar code. Now sidebar pages should implement
9106         EvSidebarPage interface. That makes page management in EvSidebar
9107         easier. See bug #164811 for details
9108
9109 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9110
9111         * shell/ev-application.c: (ev_application_open):
9112         * shell/ev-document-types.c:
9113         
9114         Fix build error and small problem with application exit
9115
9116 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * thumbnailer/Makefile.am:
9119         * thumbnailer/evince-thumbnailer-djvu.schemas:
9120         * thumbnailer/evince-thumbnailer-dvi.schemas:
9121         
9122         Conditionally install schemas for djvu/dvi thumbnailer
9123
9124 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9125
9126         * shell/ev-document-types.h: 
9127         * shell/ev-document-types.c: 
9128         New files, handling the mapping from mimetypes to backends
9129         
9130         * shell/ev-window.c: 
9131         * thumbnailer/evince-thumbnailer.c:     
9132         Use the ev-document-types code
9133         
9134         * shell/Makefile.am: 
9135         Added new convenience library libevbackendfactory_la, containing
9136         the new mimetype->backend logic; moved the backends into it.
9137
9138         * thumbnailer/Makefile.am:
9139         Make the thumbnailer link with the libevbackend.la convenience
9140         library, rather than having a duplicate of the backend logic here.
9141
9142 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9143
9144         * shell/ev-stock-icons.c: constify some vars.
9145         * shell/ev-window.c: ditto.
9146
9147 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9148
9149         * ps/ps-document.c (get_page_orientation):
9150
9151         Respect document orientation 
9152
9153 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9154
9155         * djvu/Makefile.am:
9156         * dvi/Makefile.am:
9157         * shell/Makefile.am:
9158         
9159         Move library dependencies to components.
9160         
9161         * shell/ev-window.c: (update_window_title),
9162         (start_loading_document):
9163         
9164         Fix display of uris with spaces. Bug 168358.
9165
9166 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * shell/ev-sidebar-links.c: (selection_changed_cb):
9169         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9170         (ev_view_button_release_event), (ev_view_set_document):
9171         * shell/ev-view.h:
9172         * shell/ev-window.c: (find_bar_search_changed_cb):
9173         * shell/ev-window.h: Minor cleanups removing some dead code.
9174
9175 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9176
9177         * backend/ev-page-cache.c: (_ev_page_cache_new):
9178         
9179         Set current page to 0 if document has pages.
9180
9181 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9182
9183         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9184
9185         Initialize GError to NULL, fix a crash when loading fails.
9186
9187 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9188
9189         * shell/ev-window.c: (update_view_size):
9190
9191         Calculate shadow size only when there is actually
9192         a shadow.
9193
9194 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9195
9196         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9197         * shell/ev-view.h:
9198
9199         Allow setting view spacing, default to 0
9200
9201         * shell/ev-window.c: (ev_window_unfullscreen),
9202         (ev_window_cmd_view_fullscreen), (ev_window_init):
9203
9204         Remove spacing in fullscreen mode
9205
9206 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9207
9208         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9209         (ev_view_size_request), (expose_bin_window),
9210         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9211         * shell/ev-view.h:
9212         * shell/ev-window.c: (ev_window_unfullscreen),
9213         (ev_window_cmd_view_fullscreen):
9214
9215         Do not draw the border in fulscreen
9216
9217 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9218
9219         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9220         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9221         (find_page_at_location), (page_changed_cb):
9222
9223         Rework border calculation, so that I can more easily disable it.
9224         Code somewhat cleaner too.
9225
9226 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9227
9228         * backend/ev-page-cache.c: (ev_page_cache_init),
9229         (_ev_page_cache_new):
9230
9231         Remove some assertions, documents can have 0 pages.
9232         Make initial current page -1.
9233
9234         * shell/ev-page-action.c: (page_changed_cb):
9235
9236         Show "" if current page is -1
9237
9238         * shell/ev-window.c: (update_action_sensitivity),
9239         (ev_window_setup_document):
9240
9241         When document has 0 pages do not set the view
9242         and make nearly everything insensitive.
9243
9244 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9245
9246         * shell/ev-page-view.c:
9247         * shell/ev-page-view.h:
9248
9249         Remove unused files.
9250         
9251         * shell/ev-sidebar-thumbnails.c:
9252         (ev_sidebar_thumbnails_set_document):
9253         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9254         (ev_sidebar_supports_document):
9255         * shell/ev-sidebar.h:
9256         * shell/ev-window.c: (ev_window_setup_document):
9257         
9258         Doesn't show thumbnails if document has 1 page. Make
9259         sidebar menu entries sensitive only if if they have 
9260         sense. Fix bug 164811. 
9261
9262 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9263
9264         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9265         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9266         (ev_view_zoom_out), (ev_view_set_size):
9267
9268         Rework sizing to deal with documents with not uniform page
9269         size.
9270
9271 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9272
9273         * backend/ev-page-cache.c: (_ev_page_cache_new):
9274
9275         Fix several page size caching bugs
9276
9277 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9278
9279         * shell/ev-window.c: (set_action_properties):
9280
9281         Make all toolbar items translatable
9282
9283 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9284
9285         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9286         (save_page_list), (ps_document_save),
9287         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9288         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9289         (ps_document_ps_exporter_iface_init):
9290         * ps/ps-document.h:
9291
9292         Based on a patch by J�rg Billeter <j@bitron.ch>
9293         
9294         Implement print and save a copy for the ps backend.
9295
9296 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9297
9298         * backend/ev-document.h:
9299         * djvu/djvu-document.c: (djvu_document_can_get_text),
9300         (djvu_document_document_iface_init):
9301         * dvi/dvi-document.c: (dvi_document_can_get_text),
9302         (dvi_document_document_iface_init):
9303         * pdf/ev-poppler.cc:
9304         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9305         (pixbuf_document_document_iface_init):
9306         * ps/ps-document.c: (ps_document_can_get_text),
9307         (ps_document_document_iface_init):
9308         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9309         * shell/ev-window.c: (update_action_sensitivity):
9310
9311         Fix the crash when trying to copy in backends that doesnt
9312         support it. We can implement a better solution once we
9313         do real text selection.
9314
9315 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9316
9317         * data/evince-ui.xml:
9318         * shell/ev-window.c: (ev_window_cmd_escape):
9319         
9320         Work around the Escape conflict (find bar and unfullscreen)
9321
9322 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9323
9324         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9325         
9326         Fix for #300233. Next page correctly handles document end.
9327         
9328         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9329         (ev_sidebar_thumbnails_class_init),
9330         (ev_sidebar_thumbnails_set_document),
9331         (ev_sidebar_thumbnails_clear_job),
9332         (ev_sidebar_thumbnails_clear_model):
9333         
9334         Cleanup thumbnail jobs on document changes.
9335         
9336         * shell/ev-view.c: (add_scroll_binding_keypad),
9337         (add_scroll_binding_shifted), (ev_view_class_init):
9338         
9339         Shift + Space scrolls up. Fix for #173184
9340         
9341         * shell/ev-window.c: (ev_window_open_page),
9342         (ev_window_cmd_view_reload):
9343         
9344         Fix reload (Bug #300094)
9345
9346 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9347
9348         
9349         * dvi/mdvi-lib/assoc.c:
9350         * dvi/mdvi-lib/assoc.h: Removed garbage files
9351         
9352         * dvi/mdvi-lib/bitmap.c:
9353         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9354         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9355         * dvi/mdvi-lib/color.h: Antialias of rules
9356         
9357         * dvi/mdvi-lib/common.h:
9358         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9359         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9360         * dvi/mdvi-lib/files.c:
9361         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9362         * dvi/mdvi-lib/mdvi.h:
9363         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9364         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9365         * dvi/mdvi-lib/util.c: Fix compile warnings
9366         
9367         * dvi/dvi-document.c:
9368         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9369         (dvi_document_thumbnails_get_thumbnail),
9370         (dvi_document_document_thumbnails_iface_init):
9371         * dvi/mdvi-lib/Makefile.am:
9372         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9373         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9374         
9375         Dvi backend now renders thumbnails
9376
9377 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9378
9379         * shell/main.c: (main): 
9380         
9381         Save accelerators on exit. Fixes bug #172095.
9382
9383 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9384
9385         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9386         update priority" comment.
9387
9388         * backend/ev-job-queue.c: Give a way to change priority.
9389
9390 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9391
9392         * shell/ev-page-action.c: Fix logic.
9393
9394 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9395
9396         * shell/ev-view.c: (ev_view_can_find_next):
9397         * shell/ev-window.c: (ev_window_setup_document):
9398
9399         Check that the document supports find
9400
9401 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * data/evince-ui.xml:
9404         * shell/ev-view.c: (ev_view_can_find_next):
9405         * shell/ev-view.h:
9406         * shell/ev-window.c: (update_action_sensitivity),
9407         (find_changed_cb), (ev_window_setup_document),
9408         (ev_window_cmd_edit_find_next):
9409
9410         Add Edit->Find Next
9411
9412 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9413
9414         * pdf/ev-poppler.cc:
9415         * shell/ev-print-job.c: (idle_print_handler):
9416
9417         Make printing work again
9418
9419 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9420
9421         * shell/ev-page-action.h:
9422         * shell/ev-page-action.c: (ev_page_action_widget_init),
9423         (ev_page_action_widget_class_init), (page_changed_cb),
9424         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9425         (get_filter_model_from_model), (match_selected_cb),
9426         (display_completion_text), (match_completion), (update_model),
9427         (connect_proxy), (ev_page_action_set_property),
9428         (ev_page_action_get_property), (ev_page_action_set_document),
9429         (ev_page_action_set_model), (ev_page_action_class_init): Big
9430         reworking to make completions work iff we have >= GTK-2.7.0
9431                 
9432         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9433         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9434         (job_finished_cb): We now have a 'model' property that is set when
9435         the links are loaded.  This can be caught with "notify::model"
9436
9437         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9438         listen for the model to be set, and propagate it to the action.
9439
9440 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9441
9442         * cut-n-paste/recent-files/egg-recent-item.c:
9443         (egg_recent_item_set_uri), (make_valid_utf8),
9444         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9445         * cut-n-paste/recent-files/egg-recent-item.h:
9446         
9447         Update egg-recent from libegg. This should fix long
9448         startup problem. For details see
9449         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9450
9451 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9452
9453         * cut-n-paste/recent-files/Makefile.am:
9454         * data/evince-ui.xml, shell/Makefile.am:
9455         * shell/ev-application.c, shell/ev-application.h:
9456         * shell/ev-window.c: Recent files support.
9457         
9458         * configure.ac: Added "ru" to ALL_LINGUAS.
9459         
9460         * dvju: new backend to support DJVU files.
9461         * dvi: new backend to support DVI.
9462
9463         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9464         * ev-application.c: Support for new backends.
9465         
9466         * help, ev-window.c, main.c shell/Makefile.am: 
9467         Evince user documentation.
9468
9469 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9470
9471         * po/POTFILES.in:
9472         * shell/ev-window.c:
9473         * thumbnailer/evince-thumbnailer.c:
9474
9475         s/pdf-document/ev-poppler
9476
9477 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9478
9479         * NEWS:
9480         * configure.ac:
9481
9482         Release 0.2.0
9483
9484         * ps/ps-document.c: (setup_pixmap):
9485
9486         Remove debug code
9487
9488 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9489
9490         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9491         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9492         (ev_window_cmd_go_first_page): Fix of by one errors.
9493
9494 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9495
9496         * ps/ps-document.c: (get_page_box):
9497
9498         Fix page size calculation
9499
9500 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9501
9502         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9503         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9504         (get_page_orientation), (setup_page), (document_load),
9505         (ps_document_get_page_size), (render_pixbuf_idle):
9506         * ps/ps-document.h:
9507
9508         More refactoring to adapt to EvDocument changes
9509
9510 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9511
9512         * ps/ps-document.c: (start_interpreter):
9513
9514         Actually add alpha args
9515
9516 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * pdf/ev-poppler.cc:
9519
9520         Make clipboard work again
9521
9522 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9523
9524         Make searching work again.
9525         
9526         * backend/ev-document.c:
9527         * backend/ev-document.h:
9528         * backend/ev-document-find.c:
9529         * backend/ev-document-find.h: Change EvDocumentIface so we no
9530         longer store the current page or zoom level in the document.  The
9531         consequence is that all calls that operate on the current page now
9532         instead take the page number as an extra argument, and all
9533         coordinates are now doubles in document coordinate system.
9534
9535         * pdf/ev-poppler.cc:
9536         * pixbuf/pixbuf-document.c:
9537         * ps/ps-document.c: Update backends accordingly.
9538
9539 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9540
9541         * autogen.sh:
9542
9543         Add required gettext version
9544
9545 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9546
9547         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9548         make F1 bring up non-existent help.
9549
9550         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9551         epiphany's find bar, #167477
9552
9553         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9554         <emil@nishra.com> to add space-bar scrolling, 
9555
9556         * shell/ev-window.c (static GtkActionEntry entries): add default
9557         keybinding for Help (F1)
9558         Fixes #171068
9559
9560         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9561         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9562         170110
9563
9564 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9565
9566         * Makefile.am: 
9567         * pixbuf/pixbuf-document.c: 
9568
9569         Got pixbuf backend working again
9570
9571 2005-04-01  Steve Murphy  <murf@e-tools.com>
9572
9573         * configure.in: Added "rw" to ALL_LINGUAS.
9574
9575 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9576
9577         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9578         model types, noticed by Martin Kretzschmar.
9579
9580 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9581
9582         * pdf/ev-poppler.cc: Implement search based on
9583         poppler_page_find_text().  Currently a bit crude since we remember
9584         all matches from all pages.  Also, we grab the big document lock
9585         when we search since searching changes the underlying stream and
9586         thus conflicts with the rendering thread.
9587         
9588         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9589         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9590         (ev_view_find_previous): Fix some page indexes to be 0 based,
9591         offset rubber band by view offset,
9592
9593 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9594
9595         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9596
9597 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9598
9599         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9600         completely because I didn't understand GtkActions.  I should
9601         read Marco's code more carefully in the future.
9602
9603         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9604         function
9605
9606 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9607
9608         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9609         PopplerRectangle change from poppler CVS.
9610
9611 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9612
9613         * backend/ev-document.c: (ev_document_get_page_label):
9614         * backend/ev-document.h:
9615         * backend/ev-page-cache.c: (_ev_page_cache_new),
9616         (ev_page_cache_get_page_label):
9617         * backend/ev-page-cache.h:
9618         * pdf/ev-poppler.cc:
9619         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9620         (links_page_num_func):
9621         * shell/ev-sidebar-thumbnails.c:
9622         (ev_sidebar_thumbnails_set_document):
9623         * shell/ev-view.c: (status_message_from_link),
9624         (ev_view_motion_notify_event):
9625         * shell/ev-window.c: (document_supports_sidebar): Add in page
9626         label support.  It's not perfect yet, but it's the first 'feature'
9627         in a while.
9628         Also, fix a bogus comment noticed by crispin. 
9629
9630 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9631
9632         * Makefile.am: Remove pixbuf backend for now
9633
9634         * configure.ac: Require poppler-glib instead of just poppler.
9635
9636         * backend/ev-document-thumbnails.h: Add a comment
9637
9638         * backend/ev-document.h:
9639         * backend/ev-document.c: (ev_document_class_init),
9640         (ev_document_load), (ev_document_get_link),
9641         (ev_document_get_links): Remove 3 methods and add get_links.
9642         Also, made 0 based.
9643
9644         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9645         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9646
9647         * backend/ev-link.c: (ev_link_set_title),
9648         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9649         (ev_link_mapping_find):
9650         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9651         
9652         * backend/ev-page-cache.c: (ev_page_cache_init),
9653         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9654         (ev_page_cache_get_size), (ev_page_cache_next_page),
9655         (ev_page_cache_prev_page): Fix to be 0 based.
9656
9657         * pdf/Makefile.am: 
9658         * pdf/ev-poppler.h:
9659         * pdf/ev-poppler.cc: New backend.
9660         
9661         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9662         (ps_document_get_page), (ps_document_document_iface_init):
9663
9664         * shell/ev-pixbuf-cache.h:
9665         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9666         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9667         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9668         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9669         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9670         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9671         based.
9672         
9673         * shell/ev-sidebar-thumbnails.c:
9674         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9675         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9676
9677         * shell/ev-view.c: (status_message_from_link),
9678         (find_page_at_location), (get_link_at_location),
9679         (ev_view_motion_notify_event), (ev_view_button_release_event),
9680         (ev_view_init): Use the new link code.  Fix to be 0 based.
9681
9682         * shell/ev-window.c: (update_action_sensitivity),
9683         (document_supports_sidebar): 0 based.
9684
9685 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9686
9687         * pdf/pdf-document.cc: Patch from Fernando Herrera
9688         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9689         *blush*
9690
9691 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9692
9693         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9694         1 to the page, as this seems to be 1 based.  I thought we has this
9695         fixed.  grump.
9696
9697 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9698
9699         * TODO:
9700         * backend/Makefile.am:
9701         * backend/ev-document-links.c:
9702         (ev_document_links_has_document_links),
9703         (ev_document_links_get_links_model):
9704         * backend/ev-document-links.h:
9705         * backend/ev-document.c: (ev_document_get_page_cache),
9706         (ev_document_get_doc_mutex), (ev_document_load),
9707         (ev_document_save), (ev_document_get_title),
9708         (ev_document_get_n_pages), (ev_document_set_page),
9709         (ev_document_get_page), (ev_document_set_target),
9710         (ev_document_set_scale), (ev_document_set_page_offset),
9711         (ev_document_get_page_size), (ev_document_get_text),
9712         (ev_document_get_link), (ev_document_render),
9713         (ev_document_render_pixbuf), (ev_document_scale_changed):
9714         * backend/ev-document.h:
9715         * backend/ev-job-queue.c: (remove_object_from_queue),
9716         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9717         (no_jobs_available_unlocked), (ev_render_thread),
9718         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9719         (ev_job_queue_remove_job):
9720         * backend/ev-job-queue.h:
9721         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9722         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9723         (ev_job_links_class_init), (ev_job_render_init),
9724         (ev_job_render_dispose), (ev_job_render_class_init),
9725         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9726         (ev_job_thumbnail_class_init), (ev_job_finished),
9727         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9728         (ev_job_render_run), (ev_job_thumbnail_new),
9729         (ev_job_thumbnail_run):
9730         * backend/ev-jobs.h:
9731         * backend/ev-link.c:
9732         * backend/ev-link.h:
9733         * backend/ev-page-cache.c: (ev_page_cache_init),
9734         (ev_page_cache_class_init), (ev_page_cache_finalize),
9735         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9736         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9737         (ev_page_cache_set_link), (ev_page_cache_get_title),
9738         (ev_page_cache_get_size), (ev_page_cache_next_page),
9739         (ev_page_cache_prev_page):
9740         * backend/ev-page-cache.h:
9741         * pdf/pdf-document.cc:
9742         * ps/gsdefaults.c:
9743         * ps/gsdefaults.h:
9744         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9745         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9746         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9747         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9748         (is_interpreter_ready), (output), (catchPipe), (input),
9749         (start_interpreter), (check_filecompressed), (compute_dimensions),
9750         (ps_document_enable_interpreter), (document_load),
9751         (ps_document_next_page), (render_page), (ps_document_set_page),
9752         (ps_document_set_scale), (render_pixbuf_idle),
9753         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9754         * ps/ps-document.h:
9755         * shell/Makefile.am:
9756         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9757         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9758         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9759         (ev_pixbuf_cache_new), (job_finished_cb),
9760         (check_job_size_and_unref), (move_one_job),
9761         (ev_pixbuf_cache_update_range), (find_job_cache),
9762         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9763         (ev_pixbuf_cache_add_jobs_if_needed),
9764         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9765         * shell/ev-pixbuf-cache.h:
9766         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9767         (idle_print_handler):
9768         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9769         (selection_changed_cb), (create_loading_model),
9770         (ev_sidebar_links_construct), (links_page_num_func),
9771         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9772         (update_page_callback), (job_finished_cb),
9773         (ev_sidebar_links_set_document):
9774         * shell/ev-sidebar-thumbnails.c:
9775         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9776         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9777         (page_changed_cb), (thumbnail_job_completed_callback),
9778         (ev_sidebar_thumbnails_set_document):
9779         * shell/ev-sidebar-thumbnails.h:
9780         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9781         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9782         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9783         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9784         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9785         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9786         (ev_view_button_release_event), (ev_view_scroll_view),
9787         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9788         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9789         (ev_view_new), (job_finished_cb), (page_changed_cb),
9790         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9791         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9792         (ev_view_find_previous):
9793         * shell/ev-view.h:
9794         * shell/ev-window.c: (update_action_sensitivity),
9795         (ev_window_open_page), (update_window_title), (update_total_pages),
9796         (page_changed_cb), (ev_window_setup_document),
9797         (password_dialog_response), (ev_window_cmd_save_as),
9798         (ev_window_print), (ev_window_cmd_go_previous_page),
9799         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9800         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9801         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9802         * shell/main.c: (main):
9803
9804         Merge evince-threads branch
9805
9806 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9807
9808         * configure.ac: Added "lt" to ALL_LINGUAS.
9809
9810 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9811
9812         * NEWS:
9813         * configure.ac:
9814
9815         Release 0.1.9
9816
9817 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9818
9819         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9820
9821         Fix here also the thumbnails 1-basedness :)
9822
9823 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9824
9825         * NEWS:
9826         * configure.ac:
9827
9828         Release 0.1.8
9829
9830 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9831
9832         * pdf/pdf-document.cc:
9833         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9834         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9835
9836         Fix the mess we did with thumbnails and 1-basedness
9837
9838 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9839
9840         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9841
9842 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9843
9844         * NEWS:
9845         * configure.ac:
9846
9847         Release 0.1.7
9848
9849 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9850
9851         * ps/Makefile.am:
9852         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9853         (gtk_gs_defaults_get_alpha_parameters),
9854         (gtk_gs_defaults_get_ungzip_cmd),
9855         (gtk_gs_defaults_get_unbzip2_cmd):
9856         * ps/gsdefaults.h:
9857         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9858         (ps_document_get_orientation), (document_load),
9859         (ps_document_goto_page), (ps_document_set_page_size):
9860         * ps/ps-document.h:
9861
9862         Some more sanitization of the ps backend. Remove a lot
9863         of unused code and do not base our defaults on ggv
9864         preferences (ugh!)
9865
9866 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9867
9868         * thumbnailer/evince-thumbnailer.schemas:
9869         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9870         (main): add -s option for thumbnail size.
9871
9872 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9873
9874         * configure.ac:
9875
9876         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9877         remove it.
9878
9879 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9880
9881         * pdf/pdf-document.cc:
9882
9883         Remove 4 pixels of useless border from the
9884         thumbnail.
9885
9886 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9887
9888         * backend/ev-document-thumbnails.c:
9889         (ev_document_thumbnails_get_thumbnail):
9890         * backend/ev-document-thumbnails.h:
9891
9892         Rework API a bit. Add a border flag and
9893         change sizing logic (now the size we specify
9894         applies to the bigger dimension).
9895
9896         * pdf/pdf-document.cc:
9897         * pixbuf/pixbuf-document.c:
9898         (pixbuf_document_thumbnails_get_thumbnail):
9899         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9900         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9901
9902         Adapt to the new API and do not draw a border for nautilus
9903         thumbnailer.
9904
9905 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9906
9907         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9908         take thumbnails from page "0" instead of "1". Added a copyright header.
9909
9910 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9911
9912         * ps/ps-document.c: (set_up_page), (start_interpreter):
9913
9914         Make it C89 compliant
9915
9916 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9917
9918         * Makefile.am:
9919         * configure.ac:
9920         * pdf/.cvsignore:
9921         * pdf/pdf-document.cc:
9922         * thumbnailer/Makefile.am:
9923         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9924         (main):
9925         * thumbnailer/evince-thumbnailer.schemas:
9926         * thumbnailer/pdf-icon.png:
9927
9928         Add a nautilus thumbnailer.
9929         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9930
9931 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9932
9933         * NEWS:
9934         * configure.ac:
9935         * po/POTFILES.in:
9936
9937         Release 0.1.6
9938
9939 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9940
9941         Use poppler instead of including xpdf source code.  Poppler is a
9942         fork of xpdf to build it as a shared library. See
9943         http://freedesktop.org/wiki/Software/poppler.
9944
9945         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9946         xpdf fork.
9947         
9948         * pdf/Makefile.am: Build libpdfdocument.a here.
9949         
9950         * pdf/GDKSplashOutputDev.cc:
9951         * pdf/GDKSplashOutputDev.h:
9952         * pdf/GnomeVFSStream.cc:
9953         * pdf/GnomeVFSStream.h:
9954         * pdf-document.cc:
9955         * pdf-document.h:
9956         * test-gdk-output-dev.cc
9957         * Thumb.cc:
9958         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9959         against poppler.
9960
9961 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9962
9963         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9964
9965         Clear idle stack before unsetting the document
9966
9967 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9968
9969         * ps/ps-document.c: (ps_document_widget_event),
9970         (ps_document_set_target), (ps_document_finalize),
9971         (ps_document_get_page):
9972
9973         Disconnect the widget event signal on finalize.
9974         Some code cleanups.
9975
9976 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9977
9978         * ps/ps-document.c: (set_up_page):
9979
9980         If there is no bpixmap create one, even if size
9981         is not changed.
9982
9983 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9984
9985         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9986         (set_up_page), (document_load), (ps_document_set_zoom):
9987
9988         Default page is 0. Calculate size even when we have no
9989         target yet.
9990
9991 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9992
9993         * shell/ev-sidebar.c: expand the selection widget to be always as
9994         wide as the sidebar
9995
9996 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9997
9998         * shell/ev-sidebar-thumbnails.c:
9999         (ev_sidebar_thumbnails_set_document):
10000
10001         Clear the list store when setting document
10002
10003 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10004
10005         * shell/ev-page-action.c: (update_entry), (sync_entry),
10006         (activate_cb), (entry_size_request_cb), (create_tool_item),
10007         (connect_proxy):
10008
10009         Use an entry for the page control instead of spinbuttons
10010
10011 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10012
10013         * data/evince.schemas.in:
10014
10015         Correct confusing string
10016
10017 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10018
10019         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10020         for real.  Gosh, how long has this been broken.
10021
10022         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10023         check for a NULL link.  We crash otherwise.
10024
10025 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10026
10027         * NEWS:
10028         * configure.ac:
10029
10030         Release 0.1.5
10031
10032 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10033
10034         * configure.ac: add the french translation.
10035
10036 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10037
10038         * shell/ev-window.c:
10039
10040         Remove unused header -> fix distcheck
10041
10042 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10043
10044         * shell/ev-window.c: (update_window_title),
10045         (ev_window_popup_password_dialog):
10046
10047         Unescape filename for display
10048
10049 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10050
10051         * pdf/xpdf/pdf-document.cc:
10052
10053         In get_page_size deal with rotation. Also
10054         cleanup the function a bit.
10055
10056 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10057
10058         * pdf/xpdf/pdf-document.cc:
10059
10060         Fix crash when opening in new window
10061
10062 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10063
10064         * configure.ac:
10065
10066         Check ghostscript >= 7
10067
10068 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10069
10070         * shell/ev-window.c:
10071
10072         Make page width the default sizing mode
10073
10074 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10075         Marco Pesenti Gritti <marco@gnome.org>
10076
10077         * shell/ev-window.c: Remember the sidebar size
10078
10079         * data/evince.schemas.in: Add a new gconf key to store the size of
10080         the sidebar
10081
10082 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10083
10084         * data/evince-ui.xml:
10085         * shell/ev-window.c: (update_action_sensitivity),
10086         (ev_window_cmd_view_reload):
10087         
10088         Add a "Reload" action and menu entry
10089
10090 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10091
10092         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10093         iff the type doesn't support thumbnailing and indexing.
10094
10095 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10096
10097         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10098
10099 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10100
10101         * pdf/splash/Splash.cc:
10102
10103         Port fix for a crasher from kde bug
10104         http://bugs.kde.org/show_bug.cgi?id=97131
10105
10106 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10107
10108         * pdf/xpdf/pdf-document.cc:
10109
10110         Return a link even if it's of an unrecognized
10111         type. Otherwise we go in an infinte cycle.
10112
10113 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10114
10115         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10116         (size_allocate_cb), (ev_window_set_sizing_mode):
10117
10118         Update size when switching mode
10119
10120 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10121
10122         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10123         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10124         (ev_window_cmd_view_normal_size):
10125
10126         Fix size toggle buttons behavior
10127
10128 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10129
10130         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10131         (doc_rect_to_view_rect), (ev_view_size_allocate),
10132         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10133         (scale_changed_callback):
10134
10135         Do not cache offsets in size_allocate.
10136
10137 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10138
10139         * shell/ev-view.c: (ev_view_size_allocate):
10140
10141         Calculate offsets before calling the parent
10142         class (which does a redraw)
10143
10144 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10145
10146         * pdf/xpdf/pdf-document.cc:
10147
10148         Fix a crasher on exit. Unused code, put a TODO
10149
10150 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10151
10152         * backend/ev-document.c: (ev_document_class_init),
10153         (ev_document_page_changed), (ev_document_scale_changed):
10154         * backend/ev-document.h:
10155
10156         Separate page/scale notifications
10157
10158         * pdf/xpdf/pdf-document.cc:
10159
10160         Emit the new signals.
10161         Do not display the pdf page in _render, do it
10162         when scale/page are requested.
10163
10164         * ps/ps-document.c: (ps_document_set_zoom),
10165         (ps_document_widget_event):
10166         * ps/ps-document.h:
10167
10168         Emit the new signals.
10169
10170         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10171         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10172         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10173         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10174         * shell/ev-view.h:
10175         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10176         (ev_window_cmd_view_page_width), (size_allocate_cb),
10177         (ev_window_set_sizing_mode):
10178
10179         Rework sizing to be pixel based.
10180         There are bugs but should be already way better.
10181
10182 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10183
10184         * shell/ev-window.c: (ev_window_init):
10185
10186         Do not allow to shrink sidebar smaller then
10187         child requisition
10188
10189 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10190
10191         * shell/ev-sidebar.[ch]
10192         * shell/ev-window.c:
10193
10194         Improved sidebar widget. Fixes #166683
10195
10196 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10197
10198         * shell/ev-view.c (update_find_status_message): Give translators
10199         more flexibility with ngettext plural handling.
10200
10201 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10202
10203         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10204         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10205         page when we get the page size.
10206
10207 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10208
10209         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10210
10211         ps pages are 0 based, convert 
10212
10213 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10214
10215         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10216
10217         Initialize correct parent class. Set GError on document load
10218
10219 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10220
10221         * pdf/xpdf/pdf-document.cc:
10222
10223         Fixup selection offset calculation
10224
10225         * shell/ev-view.c: (view_rect_to_doc_rect),
10226         (doc_rect_to_view_rect), (ev_view_size_allocate),
10227         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10228         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10229
10230         Store selection as document relative, so that zooming
10231         and offset changing doesnt break it.
10232
10233 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10234
10235         * shell/ev-view.c: (ev_view_best_fit):
10236
10237         Do not try to best fit if the view is not realized
10238
10239 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10240           
10241         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10242
10243 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10244
10245         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10246
10247 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10248
10249         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10250         the popup window.  That prevents it resizing when in full screen
10251         mode.
10252
10253         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10254         multiple rerenders.  This pretty much sucks.
10255
10256         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10257         rest of the toolbar.
10258
10259 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10260
10261         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10262
10263 2005-02-17  Alexander Shopov  <ash@contact.bg>
10264
10265         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10266
10267 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10268
10269         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10270
10271 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10272
10273         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10274         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10275         (set_document_page), (document_changed_callback),
10276         (ev_view_set_document), (ev_view_find_previous),
10277         (ev_view_hide_cursor), (ev_view_show_cursor):
10278         * shell/ev-view.h:
10279         * shell/ev-window.c: (update_chrome_visibility),
10280         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10281         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10282         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10283         (ev_window_unfullscreen):
10284         * shell/main.c: (main):
10285
10286         Automatically hide the fullscreen button.
10287         Patch by Kristian Høgsberg <krh@redhat.com>
10288
10289 2005-02-16  Vincent Noel  <vnoel@cox.net>
10290
10291         * shell/main.c (main): Specify an icon for the window. Patch by
10292         Jaap A. Haitsma. Fixes #166177.
10293
10294 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10295
10296         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10297
10298 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10299
10300         * backend/ev-document-misc.h:
10301         * backend/ev-document-misc.c:
10302         (ev_document_misc_get_page_border_size),
10303         (ev_document_misc_paint_one_page): New function to canonicalize
10304         sizing/painting a border.
10305
10306         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10307         used.
10308
10309         * pdf/xpdf/pdf-document.cc: use new function
10310
10311         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10312         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10313         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10314         shell/ev-window.c: (update_sizing_buttons),
10315         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10316         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10317         (ev_window_cmd_view_page_width), (size_allocate_cb),
10318         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10319         and "fit width" values act as toggle buttons so they stay
10320         toggled.  It's not 100% perfect, and it's a little slow, but it's
10321         good enough to commit I think.
10322
10323 2005-02-15  David Lodge  <dave@cirt.net>
10324
10325         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10326
10327 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10328
10329         * shell/ev-window.c (update_window_title): replace newlines in
10330         the title by spaces. Bug #166107.
10331
10332 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10333
10334         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10335         parameters providing allocation width and height without
10336         scrollbars and width of a possible vertical scrollbar. With this
10337         additional information the functions can work as
10338         intended. Unfortunately they're not idempotent. We should
10339         transform these commands to toggles. Fixes Bug #164976
10340         Initial patch by Stephane Loeuillet, then heavily modified.
10341
10342         * shell/ev-view.h: update prototypes.
10343
10344         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10345         (ev_window_cmd_view_page_width): provide EvView fit functions with
10346         all the information they need. Formulas to calculate this
10347         information taken from GtkScrolledWindow.
10348
10349 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10350
10351         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10352         created a thumbnail, the list store is updated to know
10353         that the thumbnail is set. Fixes bug #166792
10354
10355 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10356
10357         * shell/ev-window.c: fixed typo, closes bug 166897
10358
10359         * TODO: updated TODO with bug numbers that are relevant
10360
10361 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10362
10363         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10364
10365 2005-02-09  Vincent Noel  <vnoel@cox.net>
10366
10367         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10368         and "Next" toolbar buttons as important to make them stand out.
10369
10370 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10371
10372         * lib/ev-debug.c:
10373         * lib/ev-debug.h:
10374         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10375         (start_interpreter), (stop_interpreter), (document_load),
10376         (ps_document_next_page), (ps_document_goto_page),
10377         (ps_document_set_page_size), (ps_document_widget_event),
10378         (ps_document_render):
10379         * shell/ev-page-view.c: (ev_page_view_dispose):
10380         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10381
10382         Fix compilation on non-gcc platforms
10383
10384 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10385
10386         * NEWS:
10387         * configure.ac:
10388
10389         Release 0.1.4
10390
10391         * pdf/xpdf/Catalog.cc:
10392         * pdf/xpdf/XRef.cc:
10393
10394         Fix the fix for CAN-2004-0888
10395
10396 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10397
10398         * data/Makefile.am:
10399         * data/evince-ui.xml:
10400         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10401         * shell/ev-stock-icons.h:
10402         * shell/ev-window.c: (update_action_sensitivity),
10403         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10404         (set_action_properties):
10405
10406         Improve toolbar layout/icons
10407
10408 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10409
10410         * pdf/xpdf/pdf-document.cc:
10411
10412         Add warnings about unimplemented/unknown link
10413         types.
10414
10415 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10416
10417         * ps/ps-document.c: (set_up_page):
10418
10419         Log gs property
10420
10421 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10422
10423         * ps/ps-document.c: (start_interpreter):
10424
10425         Log gs env var
10426
10427 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10428
10429         * shell/ev-page-view.c: (ev_page_view_dispose):
10430         * shell/ev-view.c: (ev_view_finalize):
10431         * shell/ev-window.c: (ev_window_setup_document),
10432         (ev_window_dispose), (ev_window_init):
10433
10434         Solve more refs issues.
10435
10436         I commented out the page_view initialization for now:
10437         it was never destroyed (because it's never added
10438         to a container). Because of that we was leaking
10439         gs processes. Couldnt think to a clean fix.
10440         We need to figure this out, password view has the
10441         same issue probably.
10442
10443 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10444
10445         * ps/ps-document.c: (ps_document_finalize),
10446         (ps_document_get_n_pages), (ps_document_get_page):
10447
10448         Some cleanups, stop the interpreter on finalize
10449
10450         * shell/ev-page-view.c: (ev_page_view_dispose),
10451         (ev_page_view_class_init):
10452
10453         Release our reference on the document
10454
10455 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * Makefile.am:
10458         * configure.ac:
10459         * doc/debugging.txt:
10460         * lib/.cvsignore:
10461         * lib/Makefile.am:
10462         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10463         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10464         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10465         * lib/ev-debug.h:
10466
10467         Add debugging helpers
10468
10469         * ps/Makefile.am:
10470         * ps/ps-document.c: (set_up_page), (start_interpreter),
10471         (stop_interpreter), (document_load), (ps_document_next_page),
10472         (ps_document_goto_page), (ps_document_set_page_size),
10473         (ps_document_widget_event), (ps_document_render):
10474         * shell/Makefile.am:
10475         * shell/ev-view.c: (expose_bin_window):
10476         * shell/main.c: (main):
10477
10478         Add some logs
10479         
10480 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10481
10482         * ps/ps-document.c: (ps_document_widget_event):
10483
10484         Initialize message_window, this should make ps
10485         rendering really work! (Never noticed because I was
10486         testing with a ps that is causing gs to exit every time!)
10487
10488 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10489
10490         * data/evince.schemas.in: updated simple error in applyto closing tag
10491
10492 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10493
10494         * Makefile.am:
10495         * configure.ac:
10496         * data/.cvsignore:
10497         * data/Makefile.am:
10498         * data/evince-ui.xml:
10499         A data/evince.schemas.in:
10500         * po/POTFILES.in:
10501         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10502         * shell/ev-stock-icons.h:
10503         * shell/ev-window.c: (update_chrome_visibility),
10504         (update_chrome_flag), (ev_window_cmd_edit_find),
10505         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10506         (ev_window_unfullscreen), (ev_window_focus_in_event),
10507         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10508         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10509         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10510         (ev_window_dispose), (ev_window_class_init),
10511         (set_action_properties), (set_chrome_actions), (load_chrome),
10512         (ev_window_init):
10513
10514         Implement fullscreen mode changes from bug #164776.
10515         Also implement persistent chrome toggles.
10516
10517 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10518
10519         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10520
10521 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10522
10523         * NEWS:
10524         * configure.ac:
10525         * shell/ev-view.c:
10526
10527         Add another check for find interface
10528
10529         Release 0.1.3
10530
10531 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10532
10533         * shell/ev-application.c: (ev_application_open):
10534         * shell/ev-window.c: (ev_window_open):
10535
10536         Open gzipped ps documents
10537
10538 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10539
10540         * TODO:
10541         * shell/ev-view.c: (set_document_page):
10542
10543         Clamp page number, dont try to move to
10544         not existant pages.
10545
10546 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10547
10548         * backend/ev-document-find.c: (ev_document_find_changed):
10549         * backend/ev-document-find.h:
10550         * pdf/xpdf/pdf-document.cc:
10551         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10552         * shell/ev-window.c: (find_bar_search_changed_cb):
10553
10554         Fix several bugs with find
10555
10556 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10557
10558         * shell/ev-sidebar-thumbnails.c
10559         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10560         document. Prevents warning from scroll_to_cell.
10561
10562 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10563
10564         * configure.ac: Add «nb» to ALL_LINGUAS too.
10565
10566 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10567
10568         * NOTES: New file with some random thoughts.
10569
10570         * TODO: Update.
10571
10572         * backend/ev-document-misc.c:
10573         (ev_document_misc_get_page_border_size): New function to
10574         canonicalize shadow drawing sizes.  Possibly goofy.
10575
10576         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10577         (ev_view_best_fit), (ev_view_fit_width):
10578         * pdf/xpdf/pdf-document.cc:
10579         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10580         * ps/ps-document.c: (ps_document_get_page_size):
10581         * backend/ev-document-misc.h:
10582         * backend/ev-document.c: (ev_document_get_page_size):
10583         * backend/ev-document.h: get_page_size now takes a page number
10584         parameter.  Made all the backends/frontends honor it.
10585
10586         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10587         see.  Doesn't work yet.
10588
10589         * shell/Makefile.am:
10590         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10591         Doesn't do anything yet.
10592
10593         * shell/ev-sidebar-thumbnails.c:
10594         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10595         [0..n_pages-1]
10596
10597         * shell/ev-window.c: (update_action_sensitivity),
10598         (ev_window_setup_document), (ev_window_set_page_mode),
10599         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10600         view-swapping code a bit so we can have multiple views on a
10601         document.  Add the multi-page view, though it can't be turned on
10602         yet.
10603
10604 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10605
10606         * shell/ev-application.c: (ev_application_open):
10607         * shell/ev-view.c: (expose_bin_window):
10608         * shell/ev-window.c: (ev_window_open):
10609
10610         Support eps and check document supports find
10611         before drawing highlightings in expose.
10612
10613 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10614
10615         * pixbuf/pixbuf-document.c:
10616         (pixbuf_document_thumbnails_get_dimensions),
10617         (pixbuf_document_document_thumbnails_iface_init):
10618
10619         implement get_dimensions
10620
10621 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10622
10623         * NEWS:
10624         * configure.ac:
10625
10626         Release 0.1.2
10627
10628 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10629
10630         * shell/ev-view.c: (set_document_page):
10631
10632         Scroll at the top of the page when changing page
10633
10634 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10635
10636         * shell/ev-view.c: (ev_view_motion_notify_event):
10637
10638         Do not redraw unnecessarily
10639
10640 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * pdf/xpdf/pdf-document.cc:
10643         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10644         (expose_bin_window), (find_changed_cb):
10645
10646         Yay! find works now... Now to find bugs...
10647
10648 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10649
10650         * backend/ev-document-find.c: (ev_document_find_base_init),
10651         (ev_document_find_changed):
10652         * backend/ev-document-find.h:
10653         * pdf/xpdf/pdf-document.cc:
10654         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10655         (expose_bin_window), (ev_view_init), (set_document_page),
10656         (ensure_rectangle_is_visible), (jump_to_find_result),
10657         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10658         (ev_view_find_next), (ev_view_find_previous):
10659         * shell/ev-view.h:
10660         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10661
10662         More work on find implementation, mostly there now
10663
10664 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10665
10666         * backend/ev-backend-marshalers.list:
10667         * backend/ev-document-find.c: (ev_document_find_base_init),
10668         (ev_document_find_cancel), (ev_document_find_page_has_results),
10669         (ev_document_find_get_n_results), (ev_document_find_get_result),
10670         (ev_document_find_get_progress), (ev_document_find_changed):
10671         * backend/ev-document-find.h:
10672
10673         Enanche the find interface to be really able to do
10674         multi page find.
10675
10676         * pdf/xpdf/pdf-document.cc:
10677
10678         Implement
10679
10680         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10681         (expose_bin_window), (ev_view_init),
10682         (ev_view_get_find_status_message), (find_changed_cb),
10683         (ev_view_set_document), (set_document_page):
10684
10685         Adapt to the new interface. A few things are regressed sorry,
10686         I will finish it soon.
10687
10688 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10689
10690         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10691         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10692         ev_sidebar_thumbnails_parent_class variable, don't define another
10693         parent_class variable.
10694
10695         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10696         (ev_page_action_class_init): ditto.
10697
10698         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10699         (pixbuf_document_class_init): ditto.
10700
10701         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10702         ditto.
10703
10704         * .cvsignore: ignore various valgrind output files.
10705
10706 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * data/evince-ui.xml:
10709         * shell/Makefile.am:
10710         * shell/ev-history.c:
10711         * shell/ev-history.h:
10712         * shell/ev-navigation-action.c:
10713         * shell/ev-navigation-action.h:
10714         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10715         (ev_view_set_page), (ev_view_fit_width):
10716         * shell/ev-view.h:
10717         * shell/ev-window.c: (update_action_sensitivity),
10718         (ev_window_setup_document), (register_custom_actions):
10719
10720         Kill session history
10721
10722 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10723
10724         * shell/ev-window.c: (update_action_sensitivity):
10725
10726         Fix inverted up/down buttons
10727
10728 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10729
10730         * shell/ev-sidebar-thumbnails.c
10731         (ev_sidebar_thumbnails_select_page): make sure the selected
10732         thumbnail stays visible.
10733
10734 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10735
10736         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10737         scrolled window for Federico.
10738
10739 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10740
10741         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10742
10743 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10744
10745         * configure.ac:
10746         * pdf/splash/SplashFTFontEngine.cc:
10747
10748         Fix CID fonts with freetype 2.1.9
10749
10750 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10751
10752         * TODO: added item for desktop icon thumbnailer
10753
10754 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10755
10756         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10757         unloaded docs when the title is accessed.
10758
10759         * shell/ev-password-view.[hc]: New widget for displaying password
10760         state.
10761
10762         * shell/ev-window.[ch]: Refactor password handling code to handle
10763         the new view.
10764
10765 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10766
10767         * NEWS:
10768         * configure.ac:
10769         * data/Makefile.am:
10770
10771         Release 0.1.1
10772
10773 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10774
10775         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10776         ignore page offset here, to make search results independent of it,
10777
10778         * shell/ev-view.c (expose_bin_window): but take offsets into
10779         account here. Bug #164932
10780
10781         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10782         scale at the right time. Bug #164996
10783
10784 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10785
10786         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10787         fix the problem. Now I just removed the Adobe font names and hope
10788         that the URW fonts are always in outline format. Bug #164934
10789
10790         * shell/ev-window.c (update_window_title): empty titles are
10791         useless, use filename in that case too.
10792
10793         * NEWS: Add some content.
10794
10795 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10796
10797         * TODO: added one more TODO item and a TODONE section :)
10798
10799 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10800
10801         * ps/ps-document.h: add page_[xy]_offset fields.
10802
10803         * ps/ps-document.c (ps_document_set_page_offset)
10804         (ps_document_render): Keep offset in consideration in a few
10805         places. Bug #164752 "postscript documents are not centered in
10806         window"
10807
10808         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10809         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10810
10811         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10812         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10813         stub out missing methods for complete EvDocument implementation.
10814         Fixes segfaults with Save A Copy and Copy actions.
10815
10816         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10817         (ps_document_document_iface_init): ditto.
10818         
10819 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10820
10821         * data/.cvsignore:
10822         * data/Makefile.am:
10823         * data/evince.desktop.in:
10824
10825         Add desktop file
10826
10827 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10828
10829         * shell/ev-view.c: (ev_view_button_press_event),
10830         (ev_view_motion_notify_event):
10831
10832         Make selection work in any direction
10833
10834 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10835
10836         * TODO:
10837         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10838
10839         Use shorter labels for some of the toolbars items
10840
10841 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10842
10843         * pdf/xpdf/pdf-document.cc:
10844
10845         Check the links info is initialized before
10846         using it. Should fix a crash on startup.
10847
10848 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10849
10850         * pixbuf/pixbuf-document.c
10851         (pixbuf_document_thumbnails_get_dimensions): force floating point
10852         division to calculate page_ratio. Fixes crash with landscape
10853         format pixbufs.
10854
10855 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10856
10857         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10858
10859 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10860
10861         * shell/ev-view.c (set_document_page): unset has_selection when
10862         the page changes.
10863         (set_document_page): handle paper size changes when the page
10864         changes (test with Free Culture, page 2).
10865
10866 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10867
10868         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10869         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10870
10871         Use normal style color for the widget background and
10872         draw a black box around the page.
10873
10874 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10875
10876         * pdf/xpdf/pdf-document.cc:
10877
10878         Keep offset in consideration in a few places
10879
10880         * shell/ev-view.c: (expose_bin_window):
10881
10882         Set the offsets so that the document is ever centered
10883
10884 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10885
10886         * TODO: Added TODO items and finished off the first todo item
10887
10888         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10889         reflect current authors
10890
10891 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10892
10893         * pdf/xpdf/pdf-document.cc:
10894         * shell/ev-view.c: (ev_view_set_cursor),
10895         (ev_view_motion_notify_event), (document_changed_callback),
10896         (set_document_page):
10897
10898         Show a wait cursor while the page is rendering
10899
10900 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10901
10902         * shell/ev-sidebar-thumbnails.c:
10903         (ev_sidebar_tree_selection_changed),
10904         (ev_sidebar_thumbnails_select_page):
10905         * shell/ev-sidebar-thumbnails.h:
10906         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10907         (ev_view_can_go_forward):
10908         * shell/ev-window.c: (ev_window_open_page),
10909         (ev_window_setup_document), (update_current_page),
10910         (view_page_changed_cb), (ev_window_init):
10911         * shell/ev-window.h:
10912
10913         Ensure thumbnails selection, toolbar page control and
10914         current page are in sync.
10915
10916 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * pdf/xpdf/XRef.cc:
10919
10920         Fix CAN-2005-0064
10921
10922 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10923
10924         * backend/Makefile.am:
10925         * backend/ev-document-links.h:
10926         * backend/ev-document-security.c: (ev_document_security_get_type),
10927         (ev_document_security_has_document_security),
10928         (ev_document_security_set_password):
10929         * backend/ev-document-security.h:
10930         * backend/ev-document.c: (ev_document_error_quark):
10931         * backend/ev-document.h:
10932         * data/Makefile.am:
10933         * data/evince-password.glade:
10934         * pdf/xpdf/pdf-document.cc:
10935         * shell/Makefile.am:
10936         * shell/ev-password.c: (ev_password_set_bad_password_label),
10937         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10938         (ev_password_dialog_get_password),
10939         (ev_password_dialog_set_bad_pass):
10940         * shell/ev-password.h:
10941         * shell/ev-window.c: (ev_window_get_attribute),
10942         (ev_window_set_property), (update_action_sensitivity),
10943         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10944         (ev_window_setup_document), (ev_window_get_password),
10945         (ev_window_open), (ev_window_cmd_save_as),
10946         (using_postscript_printer), (ev_window_print),
10947         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10948         (update_fullscreen_popup), (ev_window_fullscreen),
10949         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10950         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10951         (menu_item_select_cb), (find_bar_search_changed_cb),
10952         (ev_window_dispose), (ev_window_init):
10953
10954         Add initial support for password-supported dialogs.  This could be
10955         a lot cooler, but it'll do for now.
10956
10957 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * pdf/xpdf/pdf-document.cc:
10960         * shell/ev-view.c: (status_message_from_link),
10961         (ev_view_set_status), (ev_view_set_cursor),
10962         (ev_view_motion_notify_event), (ev_view_init):
10963         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10964
10965         Fix bugs in the links implementation and change cursor
10966         when hovering a link.
10967
10968 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10969
10970         * viewer/.cvsignore: added cvsignore file for viewer directory
10971
10972         * TODO: created TODO document
10973
10974 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10975
10976         * shell/ev-view.h:
10977         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10978         new functions to help with implementation of sensitivity code
10979         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10980         of all actions that might require it.  Fixes a crash when you
10981         click on the Zoom actions in a window lacking a document.
10982
10983 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10984
10985         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10986         of the Find action
10987
10988 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10989
10990         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10991         (pixbuf_document_document_iface_init):
10992         * ps/ps-document.c: (ps_document_get_link),
10993         (ps_document_document_iface_init):
10994         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10995         (status_message_from_link), (ev_view_set_status),
10996         (ev_view_set_find_status), (ev_view_motion_notify_event),
10997         (ev_view_button_release_event), (ev_view_set_property),
10998         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10999         (ev_view_get_find_status_message), (update_find_results),
11000         (ev_view_get_status), (ev_view_get_find_status):
11001         * shell/ev-view.h:
11002         * shell/ev-window.c: (view_status_changed_cb),
11003         (view_find_status_changed_cb), (ev_window_init):
11004
11005         View status message support, use it to show the links.
11006         Needs work...
11007
11008 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * backend/ev-document.c: (ev_document_get_link):
11011         * backend/ev-document.h:
11012         * pdf/xpdf/pdf-document.cc:
11013         * shell/ev-application.c: (ev_application_open):
11014         * shell/ev-application.h:
11015         * shell/ev-sidebar-links.c: (selection_changed_cb):
11016         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11017         (ev_view_go_to_link):
11018
11019         Add support for document links
11020
11021 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11022
11023         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11024         (create_tool_item):
11025         Set the spin button limits correctly.
11026         
11027         * shell/ev-sidebar-thumbnails.c:
11028         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11029         Support changing pages by clicking on the thumbnails.
11030         
11031 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11032
11033         * pixbuf/pixbuf-document.c:
11034         (pixbuf_document_thumbnails_get_dimensions),
11035         (pixbuf_document_document_thumbnails_iface_init):
11036
11037         implement get_dimensions
11038
11039 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * ps/ps-document.c: (ps_document_goto_page):
11042
11043         Fix page switching on multipage documents
11044
11045 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11046
11047         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11048         
11049         check for NULL before assigning to width and height parameters
11050
11051 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11052
11053         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11054         (pixbuf_document_set_property), (pixbuf_document_get_property):
11055
11056         implement get/set properties
11057
11058 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11059
11060         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11061         
11062         return NULL instead of "Unknown", letting the title get set to
11063         the filename when the pdf has no title.
11064
11065 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11066
11067         * ps/ps-document.c: (ps_document_get_page_count),
11068         (ps_document_goto_page):
11069
11070 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11071
11072         * shell/ev-history.c: (ev_history_get_property),
11073         (ev_history_set_property), (ev_history_class_init),
11074         (ev_history_add_page), (ev_history_set_current_index):
11075         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11076         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11077         (ev_navigation_action_finalize):
11078         * shell/ev-navigation-action.h:
11079         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11080         (ev_view_go_forward), (ev_view_get_find_status_message),
11081         (history_index_changed_cb), (ev_view_set_history):
11082         * shell/ev-view.h:
11083         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11084         (update_current_page), (register_custom_actions):
11085
11086         Implement history dropdowns
11087
11088 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11089
11090         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11091         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11092         (ev_view_go_forward):
11093         * shell/ev-window.c: (register_custom_actions):
11094
11095         Fix several history bugs
11096
11097 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11098
11099         * configure.ac: Add «nb» to ALL_LINGUAS.
11100
11101 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * backend/Makefile.am:
11104         * backend/ev-bookmark.c:
11105         * backend/ev-bookmark.h:
11106         * backend/ev-document-bookmarks.c:
11107         * backend/ev-document-bookmarks.h:
11108         * backend/ev-document-links.c: (ev_document_links_get_type),
11109         (ev_document_links_has_document_links),
11110         (ev_document_links_begin_read), (ev_document_links_get_link),
11111         (ev_document_links_get_child), (ev_document_links_next),
11112         (ev_document_links_free_iter):
11113         * backend/ev-document-links.h:
11114         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11115         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11116         (ev_link_get_link_type), (ev_link_set_link_type),
11117         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11118         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11119         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11120         (ev_link_new_external):
11121         * backend/ev-link.h:
11122         * pdf/xpdf/pdf-document.cc:
11123         * shell/Makefile.am:
11124         * shell/ev-application.c: (ev_application_open_link):
11125         * shell/ev-application.h:
11126         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11127         (ev_history_get_link_nth):
11128         * shell/ev-history.h:
11129         * shell/ev-sidebar-bookmarks.c:
11130         * shell/ev-sidebar-bookmarks.h:
11131         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11132         (ev_sidebar_links_class_init), (selection_changed_cb),
11133         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11134         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11135         (do_one_iteration), (populate_links_idle),
11136         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11137         * shell/ev-sidebar-links.h:
11138         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11139         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11140         (go_to_index):
11141         * shell/ev-view.h:
11142         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11143         * shell/ev-window.h:
11144
11145         Rename bookmark to link, and use "Index" for the sidebar panel.
11146
11147 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11148
11149         * shell/Makefile.am:
11150         * shell/ev-application.c: (ev_application_open_bookmark):
11151         * shell/ev-application.h:
11152         * shell/ev-history.c: (ev_history_init), (free_links_list),
11153         (ev_history_finalize), (ev_history_class_init),
11154         (ev_history_add_link), (ev_history_add_page),
11155         (ev_history_get_link_nth), (ev_history_get_n_links),
11156         (ev_history_get_current_index), (ev_history_set_current_index),
11157         (ev_history_new):
11158         * shell/ev-history.h:
11159         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11160         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11161         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11162         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11163         (ev_view_set_page):
11164         * shell/ev-view.h:
11165         * shell/ev-window.c: (ev_window_open_bookmark),
11166         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11167         (goto_page_cb), (register_custom_actions):
11168         * shell/ev-window.h:
11169
11170         Initial history implementation. Needs work.
11171
11172 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11173
11174         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11175
11176 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * cut-n-paste/recent-files/egg-recent-item.c:
11179         * cut-n-paste/recent-files/egg-recent-item.h:
11180         * cut-n-paste/recent-files/egg-recent-model.c:
11181         * cut-n-paste/recent-files/egg-recent-util.c:
11182         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11183         * cut-n-paste/recent-files/egg-recent-view.c:
11184
11185         Update
11186
11187 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11188
11189         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11190         (fillGlyph, fillImageMask, drawImage):
11191         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11192         pdf/splash/SplashTypes.h:
11193         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11194         packed mode for Splash.
11195
11196         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11197         RGB8 packed mode, eliminates the pixbuf data creation loop.
11198
11199         * shell/ev-print-job.c (ev_print_job_finalize)
11200         (ev_print_job_set_property, ev_print_job_get_property)
11201         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11202         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11203         (print_closure_finalize, ev_print_job_print): implement
11204         printing (for backends with EvPsExporter)
11205
11206         * shell/ev_print_job.h: update prototypes.
11207
11208         * shell/ev-window.c (ev_window_print): unref print job after
11209         printing.
11210
11211         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11212         unless the document implements the EvDocumentFind interface.
11213
11214 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11215
11216         * configure.ac: Added ja to ALL_LINGUAS.
11217
11218 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11219
11220         * pdf/xpdf/pdf-document.cc:
11221
11222         add a FIXME. We should probably not allocate
11223         a bookmark object every time
11224
11225 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11226
11227         * shell/ev-application.c: (ev_application_open),
11228         (ev_application_open_bookmark):
11229         * shell/ev-application.h:
11230         
11231         Add a way to open bookmarks
11232
11233         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11234         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11235         (ev_bookmark_set_property), (ev_bookmark_class_init),
11236         (ev_bookmark_new_title), (ev_bookmark_new_link),
11237         (ev_bookmark_new_external):
11238
11239         Support for external uris, better constructors.
11240
11241         * backend/ev-bookmark.h:
11242         * pdf/xpdf/pdf-document.cc:
11243         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11244
11245         Handle external uris
11246
11247 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11250         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11251
11252         Hook up bookmarks navigation
11253
11254 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11255
11256         * backend/Makefile.am:
11257         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11258         (ev_bookmark_get_title), (ev_bookmark_set_title),
11259         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11260         (ev_bookmark_get_page), (ev_bookmark_set_page),
11261         (ev_bookmark_get_property), (ev_bookmark_set_property),
11262         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11263         (ev_bookmark_new):
11264         * backend/ev-bookmark.h:
11265         * backend/ev-document-bookmarks.c:
11266         (ev_document_bookmarks_get_bookmark):
11267         * backend/ev-document-bookmarks.h:
11268         * pdf/xpdf/pdf-document.cc:
11269         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11270
11271         Add a bookmark object to the backend and use it instead of get_values
11272
11273 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11274
11275         * data/evince-ui.xml:
11276
11277         Cleanup and add select all.
11278
11279         * shell/ev-view.c: (ev_view_select_all),
11280         (ev_view_button_press_event):
11281         * shell/ev-view.h:
11282         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11283
11284         Add select all.
11285         Clear selection on click.
11286
11287 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11288
11289         * shell/ev-sidebar-thumbnails.c
11290         (ev_sidebar_thumbnails_set_document): forgot to unref the
11291         loading_icon.
11292
11293 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11294
11295         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11296         at the visible page, not just linearly.  This makes it look fast.
11297
11298 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11299
11300         * backend/ev-document-misc.c
11301         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11302         white.
11303         * backend/ev-document-thumbnails.h: New interface to get the size
11304         of a page.
11305
11306 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11307
11308         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11309         make dist works
11310
11311 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11312
11313         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11314         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11315         things up a bit.
11316
11317         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11318
11319 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11320
11321         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11322         fonts. Should fix font problems on systems that have the base
11323         fonts in bitmap format. Reported by James Henstridge
11324         <james@jamesh.id.au>.
11325
11326 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11327
11328         * pdf/xpdf/Gfx.cc:
11329         * pdf/xpdf/GfxState.cc:
11330
11331         Fix for CAN-2004-1125
11332
11333 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11334
11335         * shell/ev-view.c: (ev_view_copy):
11336         * shell/ev-view.h:
11337         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11338
11339         Implement Edit->Copy
11340
11341 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11342
11343         * backend/ev-document.c: (ev_document_get_text):
11344         * backend/ev-document.h:
11345         * pdf/xpdf/pdf-document.cc:
11346         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11347         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11348         (ev_view_update_primary_selection), (ev_view_button_press_event),
11349         (ev_view_motion_notify_event), (ev_view_button_release_event):
11350
11351         Beginnings of clipboard support. Incomplete but primary sort
11352         of work.
11353
11354 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11357         (expose_bin_window):
11358
11359         Nicer rubberband drawing, from GtkIconView.
11360
11361 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11362
11363         * backend/ev-document.c: (ev_document_save):
11364         * backend/ev-document.h:
11365         * data/evince-ui.xml:
11366         * pdf/xpdf/pdf-document.cc:
11367         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11368
11369         Implement "Save a copy..." menu item
11370
11371 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11372
11373         * shell/ev-view.c: (ev_view_zoom):
11374
11375         Queue a resize when zoom changes
11376
11377 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11378
11379         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11380         shadows.
11381
11382         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11383         thumbnails..
11384
11385 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * pdf/xpdf/pdf-document.cc
11388         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11389
11390 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11391
11392         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11393         It's slow, but I'll speed it up next!
11394
11395 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11396
11397         * shell/main.c (load_files):
11398
11399         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11400         from the command line and because it seems more appropriate.
11401
11402 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11403
11404         * data/evince-ui.xml:
11405         * shell/ev-window.c: (update_action_sensitivity),
11406         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11407
11408         s/next page/page down
11409         s/previous page/page up
11410
11411 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11412
11413         * data/evince-ui.xml:
11414
11415         Change the layout to match clarkbw design.
11416
11417         * shell/Makefile.am:
11418         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11419         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11420         (ev_navigation_action_finalize),
11421         (ev_navigation_action_set_property),
11422         (ev_navigation_action_get_property),
11423         (ev_navigation_action_class_init):
11424         * shell/ev-navigation-action.h:
11425
11426         Implement clarkbw toolbar navigation controls (incomplete)
11427
11428         * shell/ev-page-action.c: (update_label), (update_spin),
11429         (value_changed_cb), (create_tool_item), (connect_proxy),
11430         (ev_page_action_init), (ev_page_action_finalize),
11431         (ev_page_action_set_property), (ev_page_action_get_property),
11432         (ev_page_action_set_current_page),
11433         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11434         * shell/ev-page-action.h:
11435
11436         Implement a page switcher in the toolbar
11437
11438         * shell/ev-view.c: (ev_view_scroll_view):
11439         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11440         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11441         (register_custom_actions), (ev_window_init):
11442
11443         Change page on PageUp/Down.
11444
11445 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11446
11447         * pdf/xpdf/pdf-document.cc
11448         (pdf_document_thumbnails_get_thumbnail): initial stab at
11449         implementing thumbnail support for pdfs.  It only does documents
11450         with precached pdfs now.
11451
11452 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11453
11454         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11455         thumbnail code into a time-based idle as well.  Also, turn off the
11456         shadow temporarily as it's really slow.
11457
11458 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * backend/ev-document.c: (ev_document_class_init):
11461         * pdf/xpdf/pdf-document.cc:
11462         * shell/ev-window.c: (ev_window_open):
11463
11464         Fix document title bugs and fallback to
11465         filename when not available.
11466
11467 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * backend/ev-document.c: (ev_document_get_type),
11470         (ev_document_class_init), (ev_document_load),
11471         (ev_document_get_title):
11472         * backend/ev-document.h:
11473         * pdf/xpdf/pdf-document.cc:
11474         * ps/ps-document.c: (ps_document_set_property),
11475         (ps_document_get_property), (ps_document_class_init),
11476         (document_load):
11477         * ps/ps-document.h:
11478         * ps/ps.h:
11479         * shell/ev-window.c: (update_window_title), (ev_window_open),
11480         (ev_window_init):
11481
11482         Initial support for document title. Not working yet.
11483
11484 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11485
11486         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11487
11488         Grab focus on the view when clicking it
11489
11490 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11491
11492         * shell/ev-marshal.list:
11493         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11494         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11495
11496         Add key bindings to the view. Now if the focus would work
11497         right...
11498
11499 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11500
11501         * Makefile.am:
11502         * backend/Makefile.am:
11503         * data/Makefile.am:
11504         * dvi/Makefile.am:
11505         * dvi/dvilib/Makefile.am:
11506         * pdf/xpdf/Makefile.am:
11507         * po/POTFILES.in:
11508         * ps/Makefile.am:
11509
11510         Fix distcheck
11511
11512 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11513
11514         * shell/ev-view.c: (ev_view_realize):
11515
11516         Fix mouse wheel scrolling
11517
11518 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * ps/Makefile.am:
11521         * ps/gstypes.h:
11522         * ps/gtkgs.c:
11523         * ps/gtkgs.h:
11524         * ps/ps-document.c: (catchPipe), (ps_document_init),
11525         (ps_document_class_init), (ps_document_cleanup),
11526         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11527         (set_up_page), (close_pipe), (is_interpreter_ready),
11528         (interpreter_failed), (output), (input), (start_interpreter),
11529         (stop_interpreter), (file_length), (file_readable),
11530         (check_filecompressed), (check_pdf), (compute_xdpi),
11531         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11532         (ps_document_get_type), (ps_document_emit_error_msg),
11533         (document_load), (ps_document_next_page),
11534         (ps_document_get_current_page), (ps_document_get_page_count),
11535         (ps_document_goto_page), (ps_document_set_page_size),
11536         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11537         (ps_document_load), (ps_document_get_n_pages),
11538         (ps_document_set_page), (ps_document_get_page),
11539         (ps_document_widget_event), (ps_document_set_target),
11540         (ps_document_set_scale), (ps_document_set_page_offset),
11541         (ps_document_get_page_size), (ps_document_render),
11542         (ps_document_document_iface_init):
11543         * ps/ps-document.h:
11544         * ps/ps.c:
11545         * shell/ev-window.c: (ev_window_open):
11546
11547         Rename GtkGS to PSDocument
11548
11549 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11550
11551         * ps/gtkgs.c: (gtk_gs_class_init):
11552         * ps/gtkgs.h:
11553
11554         Some more leftover...
11555
11556 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11557
11558         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11559         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11560         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11561         * ps/gtkgs.h:
11562
11563         Remove unused code and make a lot of stuff private
11564
11565 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11566
11567         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11568         (gtk_gs_defaults_changed):
11569         * ps/gsdefaults.h:
11570         * ps/gtkgs.c:
11571         * ps/gtkgs.h:
11572         * ps/ps.h:
11573
11574         Cleanup headers dependencies
11575
11576 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11577
11578         * ps/Makefile.am:
11579         * ps/ggvutils.c:
11580         * ps/ggvutils.h:
11581         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11582         * ps/gsdefaults.h:
11583         * ps/gtkgs.c: (file_length), (file_readable),
11584         (check_filecompressed), (check_pdf), (gtk_gs_load),
11585         (gtk_gs_get_postscript):
11586
11587         Get rid of ggvutils
11588
11589 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * ps/ggvutils.c:
11592         * ps/ggvutils.h:
11593         * ps/gsio.h:
11594         * ps/gtkgs.c: (gtk_gs_set_zoom):
11595
11596         Cleanups
11597
11598 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11599
11600         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11601
11602         Ensure the page is rerendered when changing zoom
11603
11604 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * backend/ev-document.c: (ev_document_base_init),
11607         (ev_document_changed):
11608         * backend/ev-document.h:
11609
11610         Add a changed event that is emitted when the page content
11611         changes. This is necessary to deal with the fact that
11612         in ps backend rendering happen asycrounously.
11613         This makes the ps backend mostly work.
11614
11615         * pdf/xpdf/pdf-document.cc:
11616
11617         Emit changed event
11618
11619         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11620         (ps_document_set_target):
11621
11622         Emit changed event
11623
11624         * shell/ev-view.c: (document_changed_callback),
11625         (ev_view_set_document), (ev_view_set_page):
11626
11627         Redraw on the changed signal
11628
11629 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11630
11631         * configure.ac: Added pt_BR to ALL_LINGUAS.
11632
11633 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11634
11635         * backend/ev-document-bookmarks.c:
11636         (ev_document_bookmarks_get_child): *
11637         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11638         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11639         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11640         (ev_sidebar_bookmarks_destroy),
11641         (ev_sidebar_bookmarks_class_init),
11642         (ev_sidebar_bookmarks_construct), (stack_data_free),
11643         (do_one_iteration), (populate_bookmarks_idle),
11644         (ev_sidebar_bookmarks_clear_document),
11645         (ev_sidebar_bookmarks_set_document): *
11646         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11647         (ev_sidebar_add_page),
11648         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11649         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11650         it displays both the topics and the page numbers.
11651
11652 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11653
11654         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11655         toggle.
11656         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11657         visible.
11658
11659 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11660
11661         * configure.ac: Added en_CA to ALL_LINGUAS.
11662
11663 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11664
11665         * ChangeLog: replace bottom of this ChangeLog (merged history of
11666         ggv and gpdf; where all paths were wrong and most of the files are
11667         not even in this tree) with ChangeLog (from arch) of the shell
11668         code.
11669
11670 2004-12-23  Havoc Pennington  <hp@redhat.com>
11671
11672         * shell/ev-window.c: hook up potentially-questionable "find
11673         results status text" feature - something involving the sidebar or
11674         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11675         might be better in the end.
11676
11677         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11678         with corresponding signal when it should be updated
11679
11680         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11681
11682 2004-12-22  Havoc Pennington  <hp@redhat.com>
11683
11684         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11685         find stuff on other pages, sort of (only returns one result on
11686         invisible pages, to show they have results; updates full results
11687         for a page when you view it). Currently repaints the current page
11688         every time a new result is found on any page, which isn't so nice.
11689
11690 2004-12-22  Havoc Pennington  <hp@redhat.com>
11691
11692         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11693         the document doesn't support find (better ideas?)
11694         (find_bar_search_changed_cb): handle missing document or document
11695         that doesn't support find
11696
11697         * pdf/xpdf/pdf-document.cc: port to implement the new
11698         EvDocumentFindIface
11699
11700         * backend/ev-document-find.c: create a new interface for searching
11701
11702         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11703
11704 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11705
11706         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11707         libevbackend.la.
11708
11709         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11710         EvPrintJob constructor arguments.
11711
11712         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11713         for documents that can export PostScript (page by page).
11714
11715         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11716         
11717         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11718         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11719         (pdf_document_ps_exporter_iface_init:
11720         Implement EvPSExporter.
11721
11722         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11723
11724 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11725
11726         * backend/Makefile.am:
11727         * backend/ev-document-thumbnails.c:
11728         (ev_document_thumbnails_get_type),
11729         (ev_document_thumbnails_get_thumbnail):
11730         * backend/ev-document-thumbnails.h:
11731         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11732         (pixbuf_document_thumbnails_get_thumbnail),
11733         (pixbuf_document_document_thumbnails_iface_init):
11734         * shell/Makefile.am:
11735         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11736         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11737         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11738         * shell/ev-sidebar-thumbnails.h:
11739         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11740         (ev_sidebar_set_document):
11741         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11742         (create_shadow), (ev_pixbuf_add_shadow):
11743         * shell/ev-utils.h:
11744         Add thumbnail support.
11745         
11746 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11747
11748         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11749         (using_postscript_printer): Set up a print dialog for "PostScript
11750         injection" method.
11751
11752         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11753         EvPrintJob.
11754
11755         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11756
11757 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11760         (ps_document_set_target), (ps_document_get_page_size),
11761         (ps_document_render):
11762         * ps/gtkgs.h:
11763
11764         Fix a few bugs
11765
11766 2004-12-22  Christian Rose  <menthos@menthos.com>
11767
11768         * configure.ac: Added "sv" to ALL_LINGUAS.
11769
11770 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11771
11772         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11773         document supports bookmarks.
11774
11775 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         * ps/ggvutils.c: (ggv_file_readable):
11778         * ps/ggvutils.h:
11779         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11780         (gtk_gs_get_postscript):
11781
11782         Remove unused utils
11783
11784 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11787         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11788         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11789         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11790         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11791         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11792         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11793         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11794         (gtk_gs_set_antialiasing), (ps_document_load),
11795         (ps_document_render):
11796         * ps/gtkgs.h:
11797
11798         Another check point for the ps backend. Now I can get it to show
11799         pages!
11800
11801 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11802
11803         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11804         document setting code.
11805
11806 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11807
11808         * shell/eggfindbar.c: (entry_activate_callback):
11809         Animate the next button when activate is pressed.
11810         
11811 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11812
11813         * shell/ev-window.c: (ev_window_cmd_edit_find),
11814         (update_fullscreen_popup), (ev_window_fullscreen),
11815         (ev_window_unfullscreen), (ev_window_state_event_cb),
11816         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11817         Fix bugs in fullscreen code.
11818         
11819 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11820
11821         * Makefile.am:
11822         * configure.ac:
11823         * pixbuf/Makefile.am:
11824         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11825         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11826         (pixbuf_document_set_page), (pixbuf_document_get_page),
11827         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11828         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11829         (pixbuf_document_render), (pixbuf_document_begin_find),
11830         (pixbuf_document_end_find), (pixbuf_document_finalize),
11831         (pixbuf_document_class_init),
11832         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11833         * pixbuf/pixbuf-document.h:
11834         * shell/Makefile.am:
11835         * shell/ev-application.c: (ev_application_open):
11836         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11837         (ev_window_open):
11838         Add pixbuf backend.
11839         
11840 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11841
11842         * Makefile.am: 
11843         * dvi/dvilib/Makefile.am:
11844         * dvi/Makefile.am:
11845         * configure.ac: Auto*ify dvi and dvi/dvilib
11846
11847         * dvi/Makefile: Remove from CVS
11848         
11849         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11850         confusion.
11851
11852         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11853         
11854         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11855         
11856 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11857
11858         * ps/Makefile.am:
11859         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11860         (gtk_gs_value_adjustment_changed), (compute_size),
11861         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11862         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11863         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11864         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11865         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11866         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11867         (ps_document_load), (ps_document_get_n_pages),
11868         (ps_document_set_page), (ps_document_get_page),
11869         (ps_document_set_target), (ps_document_set_scale),
11870         (ps_document_set_page_offset), (ps_document_get_page_size),
11871         (ps_document_render), (ps_document_begin_find),
11872         (ps_document_end_find), (ps_document_document_iface_init):
11873         * ps/gtkgs.h:
11874         * shell/Makefile.am:
11875         * shell/ev-window.c: (ev_window_open):
11876
11877         Some work to integrate gtkgs with EvDocument
11878
11879 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11880
11881         * shell/ev-window.c: (update_fullscreen_popup),
11882         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11883         (exit_fullscreen_button_clicked_cb),
11884         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11885         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11886         (ev_window_state_event_cb), (ev_window_init):
11887         Add fullscreen support from Epiphany.
11888         
11889 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11890
11891         * data/ev-stock-zoom-fit-width.png: fit-width
11892         stock icon from gpdf.
11893         
11894         * shell/ev-stock-icons.[ch]: copied from gpdf.
11895         
11896         * shell/main.c: (main): init stock icons.
11897         
11898         * shell/ev-window.c: use the fit-width icon.
11899         
11900         * data/evince-ui.xml: add zooming toolbar items.
11901
11902 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11903
11904         * shell/ev-view.c: 
11905         (ev_view_best_fit), (ev_view_fit_width): because
11906         get_page_size() returns the scaled page size, we
11907         need to calculate the scale factor relative to
11908         the previous scale factor. Should really just
11909         add get_real_page_size().
11910
11911 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11912
11913         * shell/ev-view.[ch]:
11914         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11915         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11916         add zooming.
11917         
11918         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11919         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11920         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11921         hook it up.
11922         
11923         * pdf/xpdf/pdf-document.cc:
11924         (pdf_document_begin_find),
11925         (pdf_document_end_find): make static.
11926
11927 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11928
11929         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11930
11931         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11932         names to fontconfig patterns.
11933         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11934
11935         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11936         setupBaseFontsFc.
11937
11938 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11939
11940         * Makefile.am:
11941         * configure.ac:
11942         * ps/Makefile.am:
11943         * ps/ggvutils.c:
11944         * ps/ggvutils.h:
11945         * ps/gsdefaults.c:
11946         * ps/gsdefaults.h:
11947         * ps/gsio.c:
11948         * ps/gsio.h:
11949         * ps/gtkgs.c:
11950         * ps/gtkgs.h:
11951         * ps/ps.c:
11952         * ps/ps.h:
11953
11954         Import ggv backend. Not hooked up yet.
11955
11956 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11957
11958         * shell/main.c: (load_files), (main): load files
11959         from the command line.
11960
11961 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11962
11963         * configure.ac: don't require bonobo.
11964         
11965         * cut-n-paste/recent-files/*: kill bonobo recent
11966         view.
11967
11968         * shell/ev-window.c:
11969         (ev_window_is_empty): upd.
11970         (unable_to_load), (ev_window_open): load backend
11971         based on the mime type.
11972
11973 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11974
11975         * backend/.cvsignore: ignore generated marshalers source.
11976
11977         * shell/main.c (main): this is not epiphany.
11978
11979 2004-12-22  Havoc Pennington  <hp@redhat.com>
11980
11981         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11982         (expose_bin_window): draw find highlights
11983
11984         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11985         
11986         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11987         (pdf_document_end_find): implement this interface
11988
11989         * backend/ev-document.c (ev_document_found): add this to emit
11990         signal
11991
11992 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11993
11994         * data/evince-ui.xml: Add a few more toolbar items.
11995
11996         * shell/ev-window.c: Hook up page navigation toolbar 
11997         items.
11998
11999         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12000         a page-changed signal.
12001
12002         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12003         Add ev_document_get_page().
12004
12005         * shell/ev-window.c: Sensitize/desensitize navigation
12006         actions.
12007
12008 2004-12-21  Havoc Pennington  <hp@redhat.com>
12009
12010         * backend/ev-backend-marshal.c,
12011         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12012         marshaler-generator thingy. I'm sure there's a better way to do
12013         this in the modern world.
12014
12015         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12016         end_find methods and "found" signal.
12017
12018         * configure.ac: find glib-genmarshal
12019
12020 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12021
12022         * shell/ev-sidebar.c: Construct an actual sidebar.
12023         * shell/ev-sidebar-bookmarks.[ch]:
12024         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12025
12026 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12027
12028         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12029         Redo size handling.
12030         
12031         * shell/ev-view.c: Track the size from the document.
12032
12033 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12034
12035         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12036         constructor assumes ownership of the string passed in.
12037         
12038         * shell/ev-window.c (ev_window_open): Destroy the error
12039         dialog once we've displayed it.
12040
12041 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12042
12043         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12044         a bit, it works! (sort of)
12045
12046         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12047         Move to .cc since we need to use C++ in the implementation.
12048
12049         * shell/dummy.cc: Add a CC file to force evince
12050         to be linked as a C++ program.
12051
12052 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12053
12054         * shell/ev-view.[ch]: Start of content-area widget.
12055
12056         * shell/ev-window.c: Create a EvView, update it
12057         as we change documents.
12058
12059         * shell/Makefile.am shell/ev-marshal.list: Add
12060         generated marshalers.
12061
12062 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12063
12064         * Makefile.am (SUBDIRS): move shell.
12065
12066 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12067
12068         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12069         .a to libtool convenience libraries.
12070
12071         * shell/ev-window.c (ev_window_open): Hard code loading
12072         a PDF document.
12073         
12074         * backend/ev-document.h: Add a boolean return to load(),
12075         fix GError * to GError **.
12076
12077         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12078         object for a PDF backend EvDocument.
12079
12080 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12081
12082         * dvi/*: New directory with the beginning of a .dvi backend.
12083
12084 2004-12-21  Havoc Pennington  <hp@redhat.com>
12085
12086         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12087         previous/next instead of back/forward
12088
12089 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12090
12091         * backend/ev-document.[ch]: Fix a couple of problems so
12092         it compile.
12093
12094 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12095
12096         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12097         to backend/ directory, rename EvViewer to EvDocument.
12098
12099 2004-12-21  Havoc Pennington  <hp@redhat.com>
12100
12101         * shell/ev-window.c: hook up the find bar widget; now we just need
12102         a document to find things in
12103
12104         * shell/eggfindbar.c: a find bar widget
12105
12106 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12107
12108         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12109
12110 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12111
12112         * pdf/**: Import of xpdf code from gpdf. 
12113
12114         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12115
12116         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12117         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12118         Fix FreeType includes.
12119
12120         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12121         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12122         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12123         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12124         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12125         Include xpdfconfig.h
12126         
12127 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12128
12129         * shell/ev-window.c (ev_window_dispose): dispose can be called
12130         multiple times.
12131
12132 2004-12-21  Havoc Pennington  <hp@redhat.com>
12133
12134         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12135         rather than Evince
12136
12137         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12138         items; really they should be synced with the strings, etc. from
12139         current gpdf, but just getting the boring typing out of the way 
12140
12141 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12142
12143         * po/POTFILES.in:
12144         * shell/ev-application.c: (window_destroy_cb):
12145         * shell/ev-window.c:
12146         * shell/main.c: (main):
12147
12148         Actually show the window...
12149
12150 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12151
12152         * Makefile.am:
12153         * shell/Makefile.am:
12154         * shell/ev-application.c: (ev_application_class_init):
12155         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12156
12157         Make it build again
12158
12159 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12160
12161         Import to gnome cvs.
12162         
12163         * Remove copies of gpdf and ggv trees.
12164         * Rip out all the recursive configure code.
12165         * Remove bonobo machinery.
12166         * viewer/*: GInterfaces that backends should/can implement.
12167
12168 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12169
12170         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12171         typo
12172
12173 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12174
12175         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12176         (ev_application_finalize, ev_application_class_init)
12177         (ev_application_init): use GType instance private data for priv.
12178
12179         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12180         (ev_window_finalize, ev_window_class_init)
12181         (ev_window_init): ditto.
12182
12183 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12184
12185         * shell/ev-application.c (ev_application_new_window): make public
12186         (ev_application_show_initial_window): kill.
12187
12188         * shell/ev-application.h: update prototypes.
12189
12190         * shell/main.cc (main): inline ev_application_show_initial_window.
12191
12192 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12193
12194         * shell/ev-application.c (ev_application_new_window): impl.
12195         (ev_application_show_initial_window): use it.
12196         (is_window_empty, ev_application_get_empty_window): returns an
12197         existing empty window or a new one.
12198         (ev_application_open): from ev_window_cmd_file_open.
12199
12200         * shell/ev-application.h: update prototypes
12201
12202         * shell/ev-window.c (ev_window_is_empty): impl.
12203         (ev_window_open): make public.
12204         (ev_window_cmd_file_open): use ev_application_open
12205
12206         * shell/ev-window.h: update prototypes, remove unused.
12207
12208 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12209
12210         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12211         move destroy handler out of here...
12212
12213         * shell/ev-application.c, shell/ev-application.h: ...into this new
12214         class. Also handles initial window creation.
12215
12216         * shell/main.cc (main): use EvApplication to create initial
12217         window.
12218
12219 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12220
12221         * Makefile.am (SUBDIRS): add cut-n-paste
12222
12223         * cut-n-paste/Makefile.am: add
12224
12225         * configure.ac: generate Makefiles in cut-n-paste
12226
12227 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12228
12229         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12230         (ev_window_class_init): install ev_window_dispose.
12231
12232 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12233
12234         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12235         char (gchar looks stupid).
12236
12237 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12238
12239         * po/de.po: updated German translation.
12240
12241 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12242
12243         * configure.ac: add more pkg-config library checks for gnome-vfs,
12244         bonobo etc.
12245
12246         * gpdf/configure.in: temporarily disable libpaper
12247         checks. Otherwise I'd have to add the checks for the shell, too.
12248
12249 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12250
12251         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12252         and * file filters to the file choose.
12253
12254 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12255
12256         * po/de.po: Updated German translation.
12257
12258 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12259
12260         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12261
12262 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12263
12264         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12265
12266         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12267         (ev_window_init): implement those menuitems.
12268
12269 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12270
12271         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12272
12273         * shell/ev-window.c (ev_window_init): use the toolbar.
12274
12275 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12276
12277         * shell/ev-window.c (ev_window_init): use menu translations
12278
12279 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12280
12281         * configure.ac: add "de" to ALL_LINGUAS.
12282
12283         * po/de.po: add German translation.
12284
12285 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12286
12287         * Makefile.am (SUBDIRS): add po
12288
12289         * configure.ac: check intltool, glib-gettext etc, generate
12290         po/Makefile.in
12291
12292         * po, po/POTFILES.in, po/POTFILES.skip: new.
12293
12294 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12295
12296         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12297         already use (#ifdef ENABLE_NLS)
12298
12299         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12300         pointer indirection thinko.
12301
12302         * shell/main.c: include gi18n.h for bindtextdomain etc.
12303
12304 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12305
12306         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12307         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12308         tooltips for menu items in the statusbar.
12309
12310 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12311
12312         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12313         pkgdatadir drop UIDIR
12314
12315 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12316
12317         * data/evince-ui.xml: Add File->Open menu item
12318
12319         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12320         chooser), hook it up in the ui manager.
12321
12322 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12323
12324         * shell/ev-window.c: fix Help->About tooltip.
12325
12326 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12327
12328         * configure.ac: set CFLAGS for libevprivate.
12329
12330         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12331         definitions, factory etc.
12332
12333         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12334
12335         * shell/Makefile.am: link against libevprivate.a.
12336
12337         * shell/ev-window.c (entries): add stock icon to Help->About.
12338
12339         * shell/main.c (main): init stock icon code.
12340
12341 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12342
12343         * lib/recent-files: egg recent files code
12344
12345         * lib/Makefile.am: add.
12346
12347         * Makefile.am: add lib subdir.
12348
12349         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12350         set CFLAGS for recent-files.
12351
12352 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12353
12354         * configure.ac: disable -ansi and -pedantic gcc flags. They
12355         disable POSIX stuff in stdio.h, but egg-recent uses them.
12356
12357 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12358
12359         * configure.ac: add --disable-deprecated flag (defaults to on in
12360         "cvs" builds).
12361
12362         * shell/Makefile.am (INCLUDES): use it.
12363
12364 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12365
12366         * shell/main.c: add missing #include.
12367
12368         * shell/ev-window.c: fix for pedantic gcc.
12369         (ev_window_cmd_help_about): split license into paragraphs for
12370         translators and pedantic compilers.
12371
12372 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12373
12374         * configure.ac: add more warning flags if compiling with gcc from
12375         cvs (or explicitly requested with --enable-more-warnings).
12376
12377 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12378
12379         * data/evince-ui.xml: add File and File->Close menu.
12380
12381         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12382         (ev_window_destroy): quit after destroy.
12383         (ev_window_class_init): override GtkObject::destroy.
12384         (entries): install close_window callback.
12385
12386 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12387
12388         * Makefile.am (SUBDIRS): add data subdir.
12389
12390         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12391         gtk+ 2.5.0 for GtkAboutDialog.
12392
12393         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12394         main window.
12395
12396         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12397
12398         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12399         manager.
12400         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12401
12402 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12403
12404         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12405
12406 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12407
12408         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12409
12410 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12411
12412         * shell/*: Added shell directory boilerplate, build it.
12413
12414 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12415
12416         * configure.ac, Makefile.am: Added top-level configure.ac and
12417         Makefile.am