]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add a command line option for search. Fixes bug #497710.
[evince.git] / ChangeLog
1 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-application.[ch]: (get_find_string_from_args),
4         (ev_application_open_uri_at_dest), (ev_application_open_uri),
5         (ev_application_open_uri_list):
6         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
7         * shell/ev-window.[ch]: (ev_window_load_job_cb),
8         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
9         (ev_window_cmd_recent_file_activate),
10         (ev_window_open_recent_action_item_activated),
11         (ev_window_print_send), (open_remote_link):
12         * shell/main.c: (arguments_parse):
13
14         Add a command line option for search. Fixes bug #497710.
15         
16 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
17
18         * shell/ev-jobs.c: (ev_job_print_new):
19
20         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
21         
22 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * data/evince-toolbar.xml:
25         * shell/Makefile.am:
26         * shell/ev-application.c: (ev_application_init):
27         * shell/ev-open-recent-action.[ch]:
28         * shell/ev-window.c:
29         (ev_window_open_recent_action_item_activated),
30         (register_custom_actions):
31
32         Add an expander to the open toolbar item which pops up a dropdown
33         menu with the recently used documents. Fixes bug #487215.
34         
35 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * shell/ev-window.c: (ev_window_open_uri),
38         (ev_window_cmd_view_reload):
39
40         Do not jump to the first page when reloading by running evince
41         from the command line. Fixes bug #490847.
42         
43 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
44
45         * shell/ev-window.c: (ev_window_cmd_help_contents):
46
47         Plugged memory leak when help file is not found. Fixes bug
48         #490762.
49         
50 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * configure.ac:
53
54         Enable djvu, dvi and comics backends by default. Fixes bug
55         #437121.
56         
57 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * configure.ac:
60         * cut-n-paste/Makefile.am:
61         * cut-n-paste/recent-files/*: Removed
62         * help/reference/Makefile.am:
63         * shell/Makefile.am:
64         * shell/ev-application.[ch]: (ev_application_shutdown),
65         (ev_application_init):
66         * shell/ev-window.c: (ev_window_add_recent),
67         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
68
69         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
70         
71 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
72
73         * shell/ev-window.c: (launch_external_uri):
74
75         Let GnomeVFS check the URL, this allow more URL (like mailto:),
76         and report error if the URL is not supported (#489910).
77
78 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
81         (pdf_document_file_exporter_begin_page),
82         (pdf_document_file_exporter_end_page):
83
84         Fix printing with poppler splash backend. Fixes bug #489774.
85         
86 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
89         * shell/ev-print-job.c: (ev_print_job_class_init):
90
91         Fix a crash when printing with the gnome-print dialog. Fixes bug
92         #488939.
93         
94 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
95
96         * backend/pixbuf/pixbuf-document.c:
97
98         Fix an implicit function definition warning (#487655)
99
100 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * shell/ev-window.c:
103
104         Fix conflicting shortcut for view sade pane and presentation.
105         
106 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * backend/pdf/ev-poppler.cc:
109         (pdf_document_file_exporter_begin_page),
110         (pdf_document_file_exporter_do_page),
111         (pdf_document_file_exporter_end_page),
112         (pdf_document_file_exporter_iface_init):
113         * libdocument/ev-file-exporter.[ch]:
114         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
115         * shell/ev-jobs.c: (ev_job_print_get_page_list),
116         (ev_job_print_run):
117
118         When printing multiple pages per sheet in reverse option, do not
119         invert the order of the pages in every sheet, but the order of the
120         sheets. Do not print blank pages when page range is invalid. Fixes
121         bugs #484857 and #485521.
122         
123 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-jobs.c: (ev_job_print_get_page_list),
126         (ev_job_print_run):
127         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
128
129         Respect ranges order when printing more than one range in random
130         order.
131         
132 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
133
134         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
135         (ev_window_setup_document), (ev_window_rotation_changed_cb):
136
137         Rotate also the window icon when document is rotated. Fixes bug
138         #474681.
139         
140 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
143         (pdf_document_forms_get_form_fields):
144
145         Silently ignore unknown form fields. Fixes bug #482654. Patch by
146         Matthias Drochner.
147         
148 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * configure.ac:
151         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
152
153         Use poppler_page_render_for_printing() instead of
154         poppler_page_render() if available when exporting to a ps or pdf
155         file. Fixes bug #476627.
156         
157 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-window.c: (ev_window_run_fullscreen):
160
161         Do not show the toolbar in fullscreen mode if the main toolbar is
162         not visible. Fixes bug #483048.
163         
164 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * shell/ev-view.c: (ev_view_button_press_event):
167
168         Give priority to form fields over images when deciding whether a
169         button press event is over an image or form field. It allows edit
170         form fields when they are over a background image. Fixes bug
171         #477841.
172         
173 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
174
175         * NEWS:
176         * configure.ac:
177         
178         Update for release 2.20.0
179
180 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * backend/pdf/ev-poppler.cc:
183
184         Remove #ifdef HAVE_FORMS, so that forms support works again.
185
186 2007-09-05  Götz Waschk  <waschk@mandriva.org>
187
188         * configure.ac:
189         * data/evince.desktop.in.in:
190         
191         Fixes desktop file issues. See bug #473471.
192
193 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
196         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
197         (ev_job_queue_remove_job):
198         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
199         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
200         * shell/ev-window.c: (ev_window_clear_save_job),
201         (ev_window_save_job_cb), (file_save_dialog_response_cb),
202         (ev_window_dispose):
203
204         Move save a copy task to its own job so that it's carried out in a
205         thread avoiding another lock in the main thread. Use
206         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
207         can be saved to a pathin another file system. Fixes bug #456891.
208         
209 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
210
211         * NEWS:
212         * configure.ac:
213         
214         Update for release 2.19.92
215
216 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * configure.ac:
219         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
220         (pdf_selection_get_selection_region),
221         (pdf_selection_get_selection_map),
222         (ev_form_field_from_poppler_field):
223
224         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
225         and triple click selections are enabled again now.
226
227 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (ev_window_add_history):
230
231         Make sure not to use the history with documents not supporting
232         links. Fixes bug #468954.
233
234 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * shell/ev-window.c: (ev_window_load_job_cb):
237
238         Restart the search when reloading a document with the find bar
239         visible. Fixes bug #461962.
240
241 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * shell/ev-window.c: (setup_document_from_metadata),
244         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
245
246         Do not jump to the first page when reloading a document from the
247         last page.
248
249 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * shell/ev-window.c: (update_chrome_flag),
252         (setup_sidebar_from_metadata),
253         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
254         (ev_window_cmd_edit_find_next),
255         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
256         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
257         (find_bar_close_cb), (view_actions_focus_in_cb):
258
259         Do not update visibility when changing a chrome flag so that it's
260         possible to update several flags and update visibility only once
261         for all of them.
262
263 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
266
267         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
268         supported by gtk+. Fixes bug #460907.
269
270 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-view.c: (view_update_range_and_current_page):
273
274         Make sure current-page <= end-page in continuous mode. Fixes bug
275         #454950.
276
277 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * backend/pdf/ev-poppler.cc: (build_tree):
280
281         Ignore outline items without a title. Fixes bug #453913.
282
283 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
286         (ev_view_button_release_event), (ev_view_leave_notify_event):
287
288         Use always drag mouse cursor during a drag operation. Fixes bug
289         #470564.
290
291 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
294         (pdf_selection_get_selection_region),
295         (pdf_selection_get_selection_map):
296
297         Temporarily disable double and triple selections since it depends on
298         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
299         released and the update of the external dependency minimal version
300         approved.
301
302 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
305         (pdf_document_file_exporter_do_page):
306         * libdocument/ev-file-exporter.h:
307         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
308         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
309
310         Actually fix printing regressions. Remove orientation from
311         EvPrintContext since it's redundant.
312
313 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
316         * backend/impress/impress-document.c:
317         (impress_document_document_iface_init):
318         * backend/ps/ps-document.c: (ps_document_document_iface_init):
319         * backend/djvu/djvu-document.c:
320         (djvu_document_document_iface_init),
321         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
322         * backend/tiff/tiff-document.c:
323         (tiff_document_document_iface_init):
324         * backend/pixbuf/pixbuf-document.c:
325         (pixbuf_document_document_iface_init):
326         * backend/comics/comics-document.c:
327         (comics_document_document_iface_init):
328         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
329         (pdf_selection_render_selection),
330         (pdf_selection_get_selected_text),
331         (pdf_selection_get_selection_region),
332         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
333         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
334         (ev_selection_get_selection_region),
335         (ev_selection_get_selection_map):
336         * libdocument/ev-document.[ch]:
337         * shell/ev-pixbuf-cache.[ch]: (add_job),
338         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
339         * shell/ev-view-private.h:
340         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
341         (ev_job_render_run):
342         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
343         * shell/ev-view.c: (start_selection_for_event),
344         (ev_view_button_press_event), (ev_view_drag_data_get),
345         (ev_view_drag_data_received), (ev_view_button_release_event),
346         (compute_new_selection_text), (compute_selections),
347         (ev_view_select_all), (get_selected_text), (ev_view_copy),
348         (ev_view_primary_get_cb):
349
350         Add support for double and triple click selections.
351
352 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
353
354         * NEWS:
355         * configure.ac:
356
357         Update for release 2.19.4
358
359 2007-08-28  Justin Blanchard  <justinb04@aim.com>
360
361         * shell/ev-view-private.h:
362         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
363         (ev_view_set_highlight_search):
364         * shell/ev-view.h:
365         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
366         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
367         (find_bar_visibility_changed_cb):
368         
369         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
370
371 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
374         (pdf_document_file_exporter_begin),
375         (pdf_document_file_exporter_do_page):
376         * shell/ev-jobs.c: (ev_job_print_run):
377         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
378
379         Create always a portrait cairo surface and rotate when needed for
380         landscape. It fixes printing problems in real printers.
381
382 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
385         * libdocument/ev-file-exporter.[ch]:
386         (ev_file_exporter_get_capabilities):
387         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
388         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
389
390         Adjust number of pages per row according to page orientation when
391         printing 2 or 6 pages per sheet.
392
393 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * shell/ev-window.c: (ev_window_print_send):
396
397         Reset also cups setting to 1 when printing multiple pages per
398         sheet. Fixes bug #468853.
399
400 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
401
402         * libdocument/ev-document-misc.c:
403         (ev_document_misc_surface_rotate_and_scale):
404
405         Use directly cairo_surface_get_content() when creating a similar
406         surface as suggested by Jeff Muizelaar. Thanks again.
407
408 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * backend/djvu/djvu-document.c: (djvu_document_render):
411         * backend/tiff/tiff-document.c: (tiff_document_render):
412         * backend/pdf/ev-poppler.cc: (pdf_document_render):
413         * libdocument/ev-document-misc.c:
414         (ev_document_misc_surface_from_pixbuf),
415         (ev_document_misc_surface_rotate_and_scale):
416
417         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
418         creating page surfaces. Fixes bug #453123. Thank you very much to
419         Jeff Muizelaar <jeff@infidigm.net>.
420
421 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-page-cache.c: (ev_page_cache_new),
424         (ev_page_cache_get_thumbnail_size):
425         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
426         (ev_sidebar_thumbnails_set_loading_icon):
427
428         Also store in page-cache the dimensions of the thumbnails so that
429         they can be used to create the correct loading icon in the side
430         pane. Fixes bug #466857.
431
432 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * backend/pdf/ev-poppler.cc:
435         (pdf_document_thumbnails_get_thumbnail):
436
437         Fix thumbnails rotation in pdf documents that include embedded 
438         thumbnails.
439
440 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
441
442         * backend/pdf/ev-poppler.cc:
443
444         Don't use #ifdef in macro expansion. Some compilers don't
445         like that. Closes bug #467042.
446
447 2007-08-15  Justin Blanchard  <justinb04@aim.com>
448
449         * backend/djvu/djvu-document.c: (djvu_document_finalize):
450         
451         Fixes memory leak in djvu backend.
452
453 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
454
455         * data/icons/32x32/Makefile.am:
456         * data/icons/32x32/actions/Makefile.am:
457         * data/icons/32x32/actions/view-page-cont.svg:
458         * data/icons/32x32/actions/view-page-facing.svg:
459         * data/icons/48x48/Makefile.am:
460         * data/icons/48x48/actions/Makefile.am:
461         * data/icons/48x48/actions/view-page-cont.svg:
462         * data/icons/48x48/actions/view-page-facing.svg:
463         
464         Icons for a new sizes.
465
466 2007-08-14  Justin Blanchard  <justinb04@aim.com>
467
468         * shell/ev-page-cache.c: (build_height_to_page),
469         (ev_page_cache_get_height_to_page):
470         
471         Fixes invalid read, see bug #466401.
472
473 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
476         (set_drag_cursor):
477         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
478         (configure_item_cursor), (new_pixbuf_from_widget):
479
480         Fix multihead problems in toolbar editor. Fixes bug #382055.
481
482 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-window.c: (ev_window_cmd_file_open),
485         (ev_window_cmd_save_as):
486
487         Use g_get_user_special_dir when available instead of
488         xdg_user_dir_lookup.
489
490 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
491
492         * MAINTAINERS:
493         
494         Updated according to request on desktop-devel.
495
496 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
499
500         Do not use cairo_rectangle and cairo_clip since we are
501         not using cairo_fill but cairo_paint. Use the same cairo context
502         for every page in the same expose event.
503
504 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
505
506         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
507         leak.
508
509 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * configure.ac:
512         * NEWS:
513
514         Release 0.9.3
515
516 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * libdocument/ev-document-info.h:
519         * libdocument/ev-document.h:
520         * shell/ev-page-action.h:
521         * shell/ev-sidebar-links.h:
522
523         Fix a headers problem with ev-link
524         
525         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
526         * shell/ev-view-private.h:
527         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
528         (get_link_area), (ev_view_query_tooltip),
529         (ev_view_leave_notify_event), (ev_view_destroy),
530         (ev_view_class_init):
531
532         Use new gtk tooltips when available instead of ev-tooltip.
533         
534 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * shell/ev-window.c: (update_chrome_visibility),
537         (ev_window_sidebar_visibility_changed_cb):
538
539         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
540         
541 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-navigation-action.c:
544         (ev_navigation_action_history_changed),
545         (ev_navigation_action_set_history):
546         * shell/ev-navigation-action-widget.c:
547         (ev_navigation_action_widget_init):
548         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
549
550         Fix compile warnings.
551         
552 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
555         (egg_editable_toolbar_dispose):
556
557         Fix memory leak.
558         
559 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
562         (screensaver_disable_x11):
563         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
564         * shell/ev-window.c: (presentation_set_timeout):
565         * shell/ev-view.c: (ev_view_presentation_transition_start):
566
567         Use g_timeout_add_seconds instead of g_timeout_add when
568         available.
569         
570 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
573
574         Set horizontal scrollbar policy to AUTOMATIC instead of
575         NEVER. Workaround for bug #449462.
576         
577 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-jobs.c: (ev_job_render_page_ready):
580
581         Add page_ready callback to main loop with high priority and hold
582         a reference to job during idle.
583         
584 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * configure.ac:
587         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
588         (pdf_document_file_exporter_begin),
589         (pdf_document_file_exporter_do_page),
590         (pdf_document_file_exporter_get_capabilities):
591         * libdocument/ev-file-exporter.h:
592         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
593         * shell/ev-window.c: (ev_window_print_send),
594         (ev_window_print_dialog_response_cb):
595
596         Allow printing multiple pages per sheet. Fixes bug #395573.
597         
598 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
599
600         * shell/ev-view.c: (tip_from_link):
601         
602         Check for NULL, fixes bug #460862.
603
604 2007-07-29  Christian Persch  <chpe@gnome.org>
605
606         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
607         (ev_window_preview_print_finished), (ev_window_do_preview_print),
608         (ev_window_cmd_preview_print):
609         
610         Fixes bug #437681 - blocks while enumerating printers.
611
612 2007-07-29  Christian Persch  <chpe@gnome.org>
613
614         * shell/ev-window.c: (ev_window_screen_changed):
615         
616         Don't use deprecated gtk+ function. See bug #460909.
617
618 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-utils.c: (get_num_monitors):
621         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
622
623         Do not use display before initializing it. Remove compile
624         warnings.
625
626 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
627
628         * shell/ev-view.c: (ev_view_class_init):
629         
630         Unix-like hjkl bindings added. See bug #458111.
631
632 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
633
634         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
635         * shell/ev-utils.h:
636         * shell/ev-view.c: (ev_view_set_zoom_for_size),
637         (ev_view_update_view_size):
638         * shell/ev-view.h:
639         * shell/ev-window.c: (ev_window_update_actions),
640         (setup_view_from_metadata), (ev_window_screen_changed),
641         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
642         (zoom_control_changed_cb):
643         * shell/ev-window.h:
644         
645         Reorganizes utility functions.
646
647 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
650         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
651         (add_job), (ev_pixbuf_cache_get_surface),
652         (ev_pixbuf_cache_get_link_mapping),
653         (ev_pixbuf_cache_get_image_mapping),
654         (ev_pixbuf_cache_get_form_field_mapping),
655         (ev_pixbuf_cache_get_text_mapping):
656         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
657         (notify_page_ready), (ev_job_render_page_ready),
658         (ev_job_render_run):
659
660         Add page_ready signal to notify that page is ready as soon as
661         possible even if other page elements like links, forms, images or
662         text mapping are not ready yet.
663
664 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
667         (dvi_document_file_exporter_do_page),
668         (dvi_document_file_exporter_get_capabilities),
669         (dvi_document_file_exporter_iface_init):
670         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
671         (ps_document_file_exporter_do_page),
672         (ps_document_file_exporter_get_capabilities),
673         (ps_document_file_exporter_iface_init):
674         * backend/djvu/djvu-document.c:
675         (djvu_document_file_exporter_begin),
676         (djvu_document_file_exporter_end),
677         (djvu_document_file_exporter_get_capabilities),
678         (djvu_document_file_exporter_iface_init):
679         * backend/tiff/tiff-document.c:
680         (tiff_document_file_exporter_begin),
681         (tiff_document_file_exporter_get_capabilities),
682         (tiff_document_document_file_exporter_iface_init):
683         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
684         (pdf_document_file_exporter_do_page),
685         (pdf_document_file_exporter_get_capabilities),
686         (pdf_document_file_exporter_iface_init):
687         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
688         (ev_file_exporter_get_capabilities):
689         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
690         (idle_print_handler), (ev_print_job_print):
691         * shell/ev-jobs.c: (ev_job_print_run):
692         * shell/ev-window.c: (ev_window_print_send),
693         (ev_window_print_range):
694
695         Use capabilities to know which options should be offered by the
696         print dialog depending on the document backend.
697
698 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
701
702         Give priority to forms over text to set the cursor.
703
704 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-view-private.h:
707         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
708         (ev_view_leave_notify_event), (ev_view_finalize),
709         (ev_view_get_property), (ev_view_class_init):
710
711         Use IBEAM cursor for text form fields and NORMAL cursor for read
712         only fields. Remove unused status attribute.
713
714 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
717
718         Update region for current selected items also for checkbox
719         buttons, since they can behave as radio buttons when they are in a
720         set.
721
722 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * configure.ac:
725         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
726
727         Get max length of text form fields.
728
729 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
732         * libdocument/ev-form-field.h:
733         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
734
735         Fix build with current poppler cvs head.
736
737 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * cut-n-paste/zoom-control/ephy-zoom-control.c:
740         * shell/eggfindbar.c: (egg_find_bar_init):
741
742         Fix build with gtk+ >= 2.11.5 due to gtktooltips
743         deprecation. Fixes bug #455667
744
745 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
746
747         * NEWS:
748         * configure.ac:
749         
750         Update for release 0.9.2
751
752 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-view.c: (ev_view_form_field_text_save),
755         (ev_view_form_field_choice_save):
756
757         Fix a crash when closing whith a form widget visible.
758
759 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
762
763         Update also the region of the current selected button when
764         clicking on another button if they are radio buttons.
765
766 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
769         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
770         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
771         (ev_pixbuf_cache_get_link_mapping),
772         (ev_pixbuf_cache_get_image_mapping),
773         (ev_pixbuf_cache_get_form_field_mapping),
774         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
775         * shell/ev-view.c: (ev_view_form_field_get_region),
776         (ev_view_form_field_button_create_widget),
777         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
778         (job_finished_cb):
779
780         Redraw only form field region instead of the whole page when
781         reloading a page to show changes on the form field.
782
783 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-view.c: (ev_view_form_field_choice_save):
786
787         Fix selection of first item in list form fields.
788
789 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
792         (ev_pixbuf_cache_reload_page),
793         (ev_pixbuf_cache_get_form_field_mapping):
794
795         Some refactoring to avoid duplicated code.
796
797 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * configure.ac:
800         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
801         (ev_form_field_from_poppler_field),
802         (pdf_document_forms_get_form_fields),
803         (pdf_document_forms_form_field_text_get_text),
804         (pdf_document_forms_form_field_text_set_text),
805         (pdf_document_forms_form_field_button_set_state),
806         (pdf_document_forms_form_field_button_get_state),
807         (pdf_document_forms_form_field_choice_get_item),
808         (pdf_document_forms_form_field_choice_get_n_items),
809         (pdf_document_forms_form_field_choice_is_item_selected),
810         (pdf_document_forms_form_field_choice_select_item),
811         (pdf_document_forms_form_field_choice_toggle_item),
812         (pdf_document_forms_form_field_choice_unselect_all),
813         (pdf_document_forms_form_field_choice_set_text),
814         (pdf_document_forms_form_field_choice_get_text),
815         (pdf_document_document_forms_iface_init):
816         * libdocument/Makefile.am:
817         * libdocument/ev-form-field.[ch]:
818         * libdocument/ev-document-forms.[ch]:
819         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
820         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
821         (add_job), (ev_pixbuf_cache_reload_page),
822         (ev_pixbuf_cache_get_form_field_mapping):
823         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
824         * shell/ev-view-private.h:
825         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
826         (ev_view_handle_cursor_over_xy),
827         (ev_view_get_form_field_at_location),
828         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
829         (ev_view_form_field_button_create_widget),
830         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
831         (ev_view_form_field_text_create_widget),
832         (ev_view_form_field_choice_save),
833         (ev_view_form_field_choice_changed),
834         (ev_view_form_field_choice_create_widget),
835         (ev_view_handle_form_field), (ev_view_size_allocate),
836         (ev_view_realize), (draw_end_presentation_page),
837         (ev_view_button_press_event), (ev_view_remove_all),
838         (ev_view_motion_notify_event), (ev_view_key_press_event),
839         (ev_view_enter_notify_event), (highlight_find_results),
840         (draw_loading_text), (draw_one_page), (ev_view_destroy),
841         (ev_view_class_init), (page_changed_cb),
842         (on_adjustment_value_changed), (ev_view_set_presentation),
843         (merge_selection_region), (ev_view_set_cursor),
844         (ev_view_reset_presentation_state):
845         
846         Merge evince-forms branch.
847
848 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
849
850         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
851
852         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
853         This script also updates itself from libegg
854
855         * cut-n-paste/toolbar-editor/egg*:
856         Run update-toolbareditor-from-libegg.sh so we are in sync again with
857         libegg
858
859 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
860
861         * shell/ev-window.c:
862         
863         Adds a nice icon to page action during toolbar editing.
864         See bug #452872.
865
866 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
867
868         * data/evince-toolbar.xml:
869         * shell/ev-window.c:
870         
871         Let user add a presentation and fullscreen icons on toolbar.
872         See bug #449734.
873
874 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
875
876         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
877
878         new script to keep in sync with toolbareditor in libegg
879
880         * cut-n-paste/toolbar-editor/*: 
881
882         Run update-toolbareditor-from-libegg so we are in sync again. 
883         Fixes bug #452850.
884         
885
886 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * shell/ev-sidebar-links.c: (job_finished_callback):
889
890         Do not connect selection changed signal more than once. Fixes bug
891         #349433.
892
893 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * shell/ev-window.c: (ev_window_view_sidebar_cb):
896
897         Do not change sidebar chrome flag when pressing F9 key in
898         presentation mode.
899
900 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * backend/pdf/ev-poppler.cc:
903         (pdf_document_thumbnails_get_dimensions):
904
905         Make sure thumbnails width and height is not <= 0. Fixes a crash
906         with some pdf documents which have really small pages.
907
908 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
909
910         * shell/main.c: (main):
911
912         Fixes program description translation issue.
913         Bug #450148.
914
915 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
916
917         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
918
919         Do not change current page when returning from black/white mode
920         in presentation. Fixes bug #415032.
921
922 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
923
924         * NEWS:
925         * configure.ac:
926         
927         Update for release 0.9.1
928
929 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
930
931         * backend/dvi/dvi-document.c:
932         (dvi_document_finalize),
933         (dvi_document_file_exporter_format_supported),
934         (dvi_document_file_exporter_begin),
935         (dvi_document_file_exporter_do_page),
936         (dvi_document_file_exporter_end),
937         (dvi_document_file_exporter_iface_init), (dvi_document_init):
938         
939         PDF exporter for dvi documents. Fixes bug #441319.
940
941 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-window.c: (ev_window_clear_print_job):
944
945         Clear gtk print job when job has finished. Fixes bug #447612.
946
947 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * shell/ev-window.c: (ev_window_print_send),
950         (ev_window_print_dialog_response_cb), (ev_window_print_range):
951
952         Add preview button to print dialog. Fixes bug #445419.
953
954 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * backend/dvi/Makefile.am:
957         * backend/dvi/pixbuf-device.[ch]: Removed
958         * backend/dvi/cairo-device.[ch]: Added
959         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
960         * backend/dvi/dvi-document.c: (dvi_document_load),
961         (dvi_document_render), (dvi_document_finalize),
962         (dvi_document_thumbnails_get_thumbnail), (parse_color),
963         (dvi_document_do_color_special):
964         * libdocument/ev-document-misc.[ch]:
965         (ev_document_misc_pixbuf_from_surface):
966
967         Port dvi backend to cairo and fix a problem with colors. 
968
969 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-view.c: (draw_one_page):
972
973         Draw only visible region.
974
975 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * backend/djvu/djvu-document.c: (djvu_document_render):
978
979         Fix rotation in djvu backend.
980
981 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * shell/ev-pixbuf-cache.c: (job_finished_cb),
984         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
985         (ev_pixbuf_cache_get_image_mapping),
986         (ev_pixbuf_cache_get_text_mapping):
987
988         Redraw view every time we have a new surface. Fixes bug #443587.
989
990 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * libdocument/ev-document.c: (ev_document_info_free):
993
994         Fix memory leaks.
995
996 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * backend/dvi/dvi-document.c: (dvi_document_render),
999         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1000         * backend/impress/impress-document.c:
1001         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1002         (impress_document_render), (impress_document_document_iface_init),
1003         (impress_document_thumbnails_get_thumbnail):
1004         * backend/djvu/djvu-document-private.h:
1005         * backend/djvu/djvu-document.c: (djvu_document_render),
1006         (djvu_document_finalize), (djvu_document_document_iface_init),
1007         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1008         * backend/tiff/tiff-document.c: (tiff_document_render),
1009         (tiff_document_render_pixbuf),
1010         (tiff_document_document_iface_init):
1011         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1012         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1013         (pdf_selection_render_selection):
1014         * backend/comics/comics-document.c:
1015         (comics_document_render_pixbuf), (comics_document_render),
1016         (comics_document_document_iface_init):
1017         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1018         (pixbuf_document_document_iface_init):
1019         * libdocument/ev-document-misc.[ch]:
1020         (ev_document_misc_surface_from_pixbuf),
1021         (ev_document_misc_surface_rotate_and_scale):
1022         * libdocument/ev-document.[ch]: (ev_document_render):
1023         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1024         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1025         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1026         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1027         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1028         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1029         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1030         (render_finished_cb), (ev_job_render_run):
1031         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1032         (merge_selection_region):
1033
1034         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1035         and selections.
1036
1037 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * shell/ev-window-title.c: (ev_window_title_update):
1040
1041         Fix memory leak.
1042
1043 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * shell/ev-view.c: (draw_loading_text):
1046
1047         Show loading text centered. Fixes bug #433061
1048
1049 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-sidebar-thumbnails.c:
1052         (ev_sidebar_thumbnails_set_loading_icon):
1053
1054         Remove a mutex in the main thread that blocks the UI in heavy
1055         documents.
1056
1057 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1060
1061         Set points_set to TRUE so that selections don't disappear after a
1062         zoom change.
1063
1064 2007-06-07  Michael Monreal  <infernux@web.de>
1065
1066         * data/icons/16x16/actions/Makefile.am:
1067         * data/icons/16x16/actions/zoom.svg:
1068         * data/icons/22x22/actions/Makefile.am:
1069         * data/icons/22x22/actions/zoom.svg:
1070         * data/icons/24x24/actions/Makefile.am:
1071         * shell/ev-stock-icons.c:
1072         * shell/ev-stock-icons.h:
1073         * shell/ev-window.c:
1074         
1075         Zoom icon artwork. See bug #444795.
1076
1077 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1078
1079         * shell/ev-metadata-manager.c: Remove extraneous function
1080         (Closes: #444386)
1081
1082 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1083
1084         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1085         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1086         (ev_metadata_manager_set), (ev_metadata_manager_save):
1087         Simplify the timeout, no need for modified anymore
1088
1089 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1090
1091         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1092         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1093         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1094         (ev_metadata_manager_save): Adapted patch from Arjan van de
1095         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1096         time, saves on power (Closes: #443851)
1097
1098 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * configure.ac:
1101         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1102         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1103
1104         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1105
1106 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * shell/ev-window.c: (ev_window_add_history):
1109
1110         Check if history is NULL
1111
1112 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * libdocument/ev-image.c: (ev_image_finalize):
1115         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1116         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1117         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1118         (ev_tmp_uri_unlink):
1119
1120         Add functions to delete temporary files created by evince in a safe
1121         way.
1122
1123         * shell/ev-window.c: (ev_window_clear_local_uri),
1124         (open_xfer_update_progress_callback),
1125         (save_xfer_update_progress_callback), (ev_window_save_remote),
1126         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1127         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1128         (attachment_save_dialog_response_cb),
1129         (ev_attachment_popup_cmd_save_attachment_as):
1130
1131         Allow saving a copy of a document, image or attachment to a remote
1132         location. Fixes bug #440754. 
1133
1134 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * configure.ac:
1137         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1138
1139         Fix build with current poppler from cvs head. 
1140
1141 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1142
1143         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1144
1145         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1146         directory exists.
1147
1148 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1149
1150         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1151         * shell/ev-window.c:
1152
1153         Change sidebar ordering. Fixes bug #439939.
1154
1155 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1156
1157         * backend/comics/Makefile.am:
1158         
1159         Fixes build with --without-libgnome.
1160
1161 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1162         
1163         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1164
1165         Update cursor and tooltip on page change and view scroll. Fixes bug
1166         #439217.
1167
1168 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1169
1170         * NEWS:
1171         * configure.ac:
1172         
1173         Update for release 0.9.0
1174
1175 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1176
1177         * backend/djvu/djvu-document-private.h:
1178         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1179         (djvu_document_finalize),
1180         (djvu_document_file_exporter_format_supported),
1181         (djvu_document_file_exporter_begin),
1182         (djvu_document_file_exporter_do_page),
1183         (djvu_document_file_exporter_end),
1184         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1185         
1186         Implemented printing with djvu. Bug #437998.
1187
1188 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * backend/impress/zip.c:
1191         Add missing ulong definition.
1192
1193         * backend/ps/ps-interpreter.c:
1194         Add missing headers.
1195
1196         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1197
1198 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1201
1202         Add missing call to parent class dispose method. 
1203
1204 2007-05-12  Ross Burton  <ross@openedhand.com>
1205
1206         * shell/main.c:
1207         Sync keybindings manually when building without libgnome
1208         (#437925).
1209
1210 2007-05-12  Ross Burton  <ross@openedhand.com>
1211
1212         * shell/ev-window.c:
1213         Respect the screen when opening help (#437866).
1214
1215 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * data/evince-ui.xml:
1218         * shell/ev-application.[ch]: (get_print_settings_from_args),
1219         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1220         (ev_application_open_uri_list):
1221         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1222         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1223         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1224         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1225         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1226         (ev_window_dispose):
1227         * shell/main.c: (arguments_parse):
1228
1229         Add print button in preview mode. Fixes bug #396475. 
1230
1231 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1232
1233         * cut-n-paste/zoom-control/ephy-zoom.h:
1234         
1235         Fixes zoom level factors. See bug #408119 for details.
1236
1237 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1238
1239         * backend/comics/comics-document.c: (comics_regex_quote),
1240         (extract_argv):
1241         
1242         Correctly quote symbols. Fixes crash in the bug
1243         #415370.
1244
1245 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1246
1247         * shell/ev-navigation-action-widget.c:
1248         (ev_navigation_action_widget_init),
1249         (ev_navigation_action_widget_class_init),
1250         (ev_navigation_action_widget_button_press_event):
1251         
1252         Connect to button-press event on correct widget. Fixes
1253         bug #431988
1254
1255 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1256
1257         * shell/ev-application.c: (ev_application_open_window),
1258         (ev_application_add_icon_path_for_screen),
1259         (ev_application_open_uri_at_dest):
1260         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1261         * shell/ev-navigation-action.c: (build_menu):
1262         
1263         Add app-specific icons to our icon theme. Fixes bug
1264         #425508.
1265
1266 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1267
1268         * shell/ev-history.c: (ev_history_class_init),
1269         (ev_history_add_link):
1270         * shell/ev-history.h:
1271         * shell/ev-navigation-action.c:
1272         (ev_navigation_action_history_changed),
1273         (ev_navigation_action_set_history), (build_menu),
1274         (ev_navigation_action_finalize):
1275         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1276         
1277         Make navigation action unsensitive instead of showing
1278         menu with unsensitive word. Fixes bug #417392.
1279
1280 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * shell/ev-application.[ch]: (ev_application_shutdown),
1283         (ev_application_get_print_settings),
1284         (ev_application_set_print_settings):
1285         * shell/ev-window.c:
1286
1287         Remember print settings. Fixes bug #349102. 
1288
1289 2007-05-08  Christian Persch  <chpe@gnome.org>
1290
1291         * configure.ac:
1292         * properties/ev-properties-view.c:
1293
1294         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1295         Bug #382438.
1296
1297 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * configure.ac:
1300         * properties/ev-properties-view.c: (ev_regular_paper_size):
1301
1302         Use gtk+ builtin paper list to identify the document's paper size.
1303         Fixes bug #382438. 
1304
1305 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * configure.ac:
1308
1309         Fix build when compiling with thumbnailer and libgnome support. 
1310
1311 2007-05-04  Ross Burton  <ross@openedhand.com>
1312
1313         * configure.ac:
1314         Add --without-libgnome, check for libgnome and libgnomeui
1315         separately, and add them to the symbols as required.
1316
1317         * libdocument/ev-file-helpers.c:
1318         When building without libgnome, use g_get_user_config_dir instead
1319         of gnome_user_dir_get.
1320
1321         * shell/ev-application.c:
1322         When building without libgnome, don't use session management.
1323
1324         * shell/main.c:
1325         When building without libgnome, don't use GnomeProgram or
1326         initialise the authentication manager.
1327
1328         This fixes #328842.
1329
1330 2007-05-04  Ross Burton  <ross@openedhand.com>
1331
1332         * shell/ev-window.c:
1333         Don't use libgnome to open help, instead call Yelp directly.
1334
1335 2007-05-04  Ross Burton  <ross@openedhand.com>
1336
1337         * shell/ev-sidebar-attachments.c:
1338         Don't use libgnome to lookup icons for MIME types, instead copy
1339         code from GTK+ to do it manually.
1340
1341 2007-05-04  Ross Burton  <ross@openedhand.com>
1342
1343         * configure.ac:
1344         Add libxml to the dependencies for SHELL_CORE (#435818).
1345
1346 2007-05-02  Ross Burton  <ross@openedhand.com>
1347
1348         * configure.ac:
1349         * Makefile.am:
1350         Add --disable-thumbnailer (#434825)
1351
1352 2007-05-02  Ross Burton  <ross@openedhand.com>
1353
1354         * shell/ev-window.c:
1355         Add missing includes, fix indentation.
1356
1357         * shell/main.c:
1358         Fix indentation.
1359
1360 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1361
1362         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1363         ev_application_open_uri_at_dest instead of ev_application_open_uri
1364         preventing new document always being opened in a new window even if there
1365         is an empty window.
1366
1367 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1368
1369         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1370         (egg_recent_view_uimanager_finalize):
1371         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1372         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1373         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1374         (ev_pixbuf_cache_dispose):
1375         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1376         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1377         
1378         Add missing chain to parent class methods. Fixes
1379         bug #433128.
1380
1381 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1382
1383         * data/Makefile.am (update-icon-cache): Updates
1384         gtk-update-icon-cache in uninstall-hook.
1385
1386 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * shell/ev-window.c: (ev_window_setup_document),
1389         (ev_window_set_document), (ev_window_load_job_cb):
1390         * shell/ev-view.c: (setup_caches):
1391         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1392
1393         Start rendering pages before any other jobs. 
1394
1395 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-window.c: (ev_window_stop_fullscreen),
1398         (ev_window_stop_presentation):
1399
1400         Update chrome visibility before window unfullscreen. 
1401
1402 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * data/Makefile.am:
1405         * data/evince-ui.xml:
1406         * shell/ev-stock-icons.[ch]:
1407         * shell/ev-application.[ch]: (ev_application_shutdown),
1408         (ev_application_init), (ev_application_get_toolbars_model):
1409         * shell/ev-window.c: (update_chrome_visibility),
1410         (fullscreen_toolbar_setup_item_properties),
1411         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1412         (ev_window_run_presentation), (ev_window_stop_presentation),
1413         (ev_window_run_preview), (ev_window_screen_changed),
1414         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1415         (ev_window_dispose), (ev_window_init):
1416
1417         Make fullscreen toolbar always visible. Do not use egg toolbars for
1418         fullscreen and preview modes since such toolbars are not editables.
1419         Fixes bugs #300278, #338910 and #316188.  
1420
1421 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1422
1423         * shell/ev-application.c:
1424         * shell/ev-job-queue.c:
1425         * shell/ev-metadata-manager.c:
1426         * shell/ev-stock-icons.c:
1427         * shell/ev-window.c:
1428         * shell/main.c:
1429         
1430         Developers documentation updated.
1431
1432 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1435
1436         Check whether uri is valid before launching it. Fixes bug #427664.
1437
1438 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * shell/ev-window.c:
1441
1442         Change key accelerator for Open a Copy menu entry which is in conflict
1443         with Close. Fixes bug #427321.
1444
1445 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1446
1447         * NEWS:
1448         * configure.ac:
1449         
1450         Update for release 0.8.1
1451
1452 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1453
1454         * shell/ev-window.c: (setup_size_from_metadata):
1455         
1456         Do not make window bigger than screen. Fixes bug 
1457         #388985.
1458
1459 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1462         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1463
1464         Use default resolution when it's not provided by document. Fixes bug
1465         #408762.
1466
1467 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * configure.ac:
1470         * thumbnailer/Makefile.am:
1471         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1472         * thumbnailer/evince-thumbnailer.schemas.in:
1473         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1474
1475         Add support for ps, eps and compressed documents thumbnails. Do not
1476         ignore size parameter. 
1477
1478 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1479
1480         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1481         (dvi_document_do_color_special):
1482         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1483
1484         Implement font color specials in the DVI backend. Fixes bug #303651.
1485
1486 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1487
1488         Fixup the previous commit:
1489
1490         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1491         * shell/xdg-user-dir-lookup.c: Make the function non-static
1492         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1493
1494 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1495
1496         * shell/ev-window.c (file_open_dialog_response_cb): Use
1497         the xdg-user-dirs DOCUMENTS folder as default folder when
1498         opening a file chooser.  (#424858)
1499
1500         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1501         xdg-user-dirs.
1502
1503 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1504
1505         * shell/ev-window.c: (ev_window_load_job_cb):
1506
1507         Do not setup view from metadata on preview mode. 
1508
1509 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * shell/main.c:
1512
1513         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1514
1515 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * shell/ev-view.c: (ev_view_primary_get_cb):
1518
1519         Check pointer != NULL before using it. Fixes bug #416841. 
1520
1521 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1522
1523         * NEWS:
1524         * configure.ac:
1525         
1526         Release 0.8.0
1527
1528 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1531
1532         Do not render thumbnails when sidebar thumbnail page is not visible
1533         at startup. Fixes bug #416447. 
1534
1535 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1536
1537         * data/evince.desktop.in.in:
1538
1539         "Application" is not a valid category in the freedesktop specification.
1540
1541 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * libdocument/ev-file-helpers.[ch]: (compression_run),
1544         (ev_file_uncompress), (ev_file_compress):
1545         * shell/ev-window.c: (file_save_dialog_response_cb):
1546
1547         Save document compressed when saving a copy of a compressed document.
1548         Fixes bug #334542.
1549
1550 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1553
1554         Allow deleting in goto window entry in presentation mode. 
1555
1556 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1557
1558         * Makefile.am: Dist MAINTAINERS.
1559
1560 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/ev-window.c: (ev_window_update_actions):
1563
1564         Fix zoom shortcut keys when searching. Fixes bug #409828.
1565
1566 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-window.c: (ev_window_setup_document):
1569
1570         Fix crash when loading documents with only one page. 
1571
1572 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * backend/dvi/dvi-document.c:
1575         (dvi_document_thumbnails_get_dimensions),
1576         (dvi_document_thumbnails_get_thumbnail):
1577         * backend/impress/impress-document.c:
1578         (impress_document_thumbnails_get_thumbnail),
1579         (impress_document_thumbnails_get_dimensions):
1580         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1581         (ps_document_thumbnails_get_dimensions):
1582         * backend/djvu/djvu-document.c:
1583         (djvu_document_thumbnails_get_dimensions),
1584         (djvu_document_thumbnails_get_thumbnail):
1585         * backend/tiff/tiff-document.c:
1586         (tiff_document_thumbnails_get_thumbnail),
1587         (tiff_document_thumbnails_get_dimensions):
1588         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1589         (pdf_document_thumbnails_get_thumbnail),
1590         (pdf_document_thumbnails_get_dimensions):
1591         * backend/comics/comics-document.c:
1592         (comics_document_thumbnails_get_thumbnail),
1593         (comics_document_thumbnails_get_dimensions):
1594         * backend/pixbuf/pixbuf-document.c:
1595         (pixbuf_document_thumbnails_get_thumbnail),
1596         (pixbuf_document_thumbnails_get_dimensions):
1597         * libdocument/ev-document-thumbnails.[ch]:
1598         (ev_document_thumbnails_get_thumbnail),
1599         (ev_document_thumbnails_get_dimensions):
1600         * libdocument/ev-document-misc.[ch]:
1601         (ev_document_misc_get_thumbnail_frame):
1602         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1603         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1604         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1605         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1606         (ev_sidebar_thumbnails_refresh):
1607         * shell/ev-window.c: (ev_window_setup_document):
1608         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1609
1610         Use an EvRenderContext for rendering thumbnails instead of a suggested
1611         width, so that different sized pages get sized proportionally.
1612
1613 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-view.c: (ev_view_button_press_event),
1616         (ev_view_key_press_event):
1617
1618         Fix critical warnings when there is no document loaded. 
1619
1620 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * shell/ev-page-action-widget.c:
1623         * shell/ev-navigation-action.c:
1624         * shell/ev-window.c:
1625
1626         Fix compile warnings. 
1627
1628 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * backend/djvu/djvu-text.h:
1631         * backend/djvu/djvu-document.c:
1632         * backend/djvu/djvu-text-page.c:
1633         * backend/djvu/djvu-links.c:
1634         * backend/djvu/djvu-text-page.h:
1635         * backend/djvu/djvu-text.c:
1636         
1637         Fix build on Mac. Fixes bug #392186. Patch by
1638         <ephraim_owns@hotmail.com>
1639
1640 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1643
1644         Restore cairo context before rendering every page when printing a PDF
1645         document into a PDF file. 
1646
1647 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * backend/ps/gstypes.h:
1650         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1651         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1652         (ps_document_thumbnails_get_thumbnail):
1653
1654         Handle PostScript page orientation. Fixes bug #318568.
1655
1656 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * backend/ps/Makefile.am:
1659         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1660         (document_load), (ps_document_load), (save_document),
1661         (save_page_list), (ps_document_get_n_pages),
1662         (ps_document_get_page_size), (ps_document_get_info),
1663         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1664         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1665         (ps_document_thumbnails_get_thumbnail),
1666         (ps_document_thumbnails_get_dimensions),
1667         (ps_document_document_thumbnails_iface_init):
1668         * backend/ps/ps.[ch]: (psgetpagebox):
1669         * backend/ps/ps-interpreter.[ch]:
1670
1671         Add support for thumbnails in ps backend. Fixes bug #164755. 
1672
1673 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1674
1675         * NEWS:
1676         * configure.ac:
1677         
1678         Release 0.7.2
1679
1680 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1683         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1684         (ev_window_dispose):
1685
1686         Use document thumbnail as window icon. Fixes bug #384442.
1687
1688 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1689
1690         * configure.ac:
1691
1692         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1693         duplicated adding application/x-bzpostscript instead. 
1694
1695 2007-02-11  Tom Parker  <palfrey@tevp.net>
1696
1697         * backend/ps/ps-document.c: (document_load):
1698
1699         Check return value of psscan before trying
1700         to use it. Fixes bug #372414.
1701
1702 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1705
1706         Fix invalid free in ev-page-cache. Fixes bug #404745.
1707
1708 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1709
1710         * test/Makefile.am:
1711         * test/test3.py:
1712         
1713         Added reload test case.
1714
1715 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * po/POTFILES.in:
1718         * backend/djvu/djvu-document.c: (djvu_document_load):
1719
1720         Check whether there are missing files in indirect multipage djvu
1721         documents. Fixes bug #361683. 
1722
1723 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1724
1725         * test/Makefile.am:
1726         * test/test-mime.bin:
1727         * test/test3.py:
1728         
1729         Added test for slow mime type
1730
1731 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1734
1735         Add some checks and call parent_class->finalize. Fixes bug #404745.
1736
1737 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1738
1739         * shell/ev-navigation-action.c: (connect_proxy):
1740         
1741         Fixes dropdown history menu. Thanks a lot Carlos!
1742
1743 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1746
1747         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1748         bug #373715.
1749
1750 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * backend/ps/ps.c: (psscan):
1753
1754         Fix memory leak. 
1755
1756 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * configure.ac:
1759         * libdocument/ev-file-helpers.c: 
1760
1761         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1762
1763 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * configure.ac:
1766         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1767         (ps_interpreter_start), (document_load), (save_document),
1768         (save_page_list):
1769         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1770         * libdocument/ev-document-factory.c:
1771         (ev_document_factory_get_from_mime), (get_document_from_uri),
1772         (free_uncompressed_uri), (ev_document_factory_get_document):
1773         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1774
1775         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1776
1777 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * libdocument/ev-document.h:
1780
1781         Fix typo in function name. 
1782
1783 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * backend/ps/ps-document.c: (ps_interpreter_finished),
1786         (ps_interpreter_start), (ps_interpreter_failed):
1787
1788         Handle ghostscript interpreter crashes. 
1789
1790 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * shell/ev-window.c: (ev_window_open_uri),
1793         (window_configure_event_cb):
1794
1795         Setup window size and position before showing it. Fixes bug #401711.
1796
1797 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * backend/ps/Makefile.am:
1800         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1801         (ps_document_dispose), (ps_document_class_init),
1802         (ps_interpreter_input), (ps_interpreter_output),
1803         (ps_interpreter_error), (setup_interpreter_env),
1804         (ps_interpreter_start), (ps_interpreter_stop),
1805         (ps_interpreter_failed), (ps_interpreter_is_ready),
1806         (check_filecompressed), (document_load), (ps_document_load),
1807         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1808         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1809         (render_page):
1810
1811         Rework ps-document. Code cleanups, remove deprecated code. 
1812
1813 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-view.c: (ev_view_button_press_event):
1816
1817         Do not start an image drag and drop operation when pointer is on 
1818         text, so that we can select text when the whole background is an
1819         image. 
1820
1821 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-window.c: (ev_window_update_actions): 
1824
1825         Disable all zoom related actions during presentation mode. 
1826
1827 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1828
1829         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1830
1831         Do not zoom in or out on presentation mode. Fixes bug #401305.
1832
1833 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1834
1835         * shell/ev-navigation-action.c: (connect_proxy),
1836         (create_menu_item), (ev_navigation_action_class_init):
1837         
1838         Correctly show menu and fix crash when navigaton 
1839         action is out of toolbar visible area.
1840
1841 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1842
1843         * data/Makefile.am:
1844         * data/evince.1:
1845         
1846         Added man file
1847
1848 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1849
1850         * help/reference/* :
1851         * configure.ac:
1852         
1853         Added gtk-doc based documentation for Evince.
1854         Still in initial state but I hope it will
1855         grow.
1856         
1857         * configure.ac:
1858         
1859         Lower dbus requirement to 0.70
1860
1861 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-window.c: (ev_window_add_history):
1864
1865         Fix memory leak. 
1866
1867 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1868
1869         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1870         * shell/ev-view.h:
1871         * shell/ev-window.c: (ev_window_add_history):
1872         
1873         Correctly handle named destination links
1874
1875 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1876
1877         * NOTES:
1878         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1879         * backend/pdf/ev-poppler.cc:
1880         * libdocument/ev-document-links.h:
1881         * libdocument/ev-link.c: (ev_link_get_page):
1882         * libdocument/ev-link.h:
1883         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1884         (ev_history_add_link):
1885         * shell/ev-history.h:
1886         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1887         (new_history_menu_item), (build_menu):
1888         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1889         * shell/ev-sidebar-links.c: (create_loading_model),
1890         (print_section_cb), (ev_sidebar_links_construct),
1891         (fill_page_labels), (update_page_callback_foreach),
1892         (update_page_callback), (job_finished_callback):
1893         * shell/ev-view.c: (ev_view_handle_link):
1894         * shell/ev-window.c: (ev_window_find_chapter),
1895         (ev_window_add_history), (view_handle_link_cb),
1896         (history_changed_cb):
1897         
1898         Implements another history variant
1899
1900 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-window.c: (view_external_link_cb):
1903         * shell/ev-view.c: (ev_view_button_release_event):
1904
1905         Open links in new window when clicking with middle button. 
1906
1907 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1908
1909         * shell/ev-navigation-action.c: (new_history_menu_item):
1910         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1911         * shell/ev-view.c: (ev_view_handle_link):
1912         * shell/ev-window.c:
1913         
1914         Store link before jump, not the destination. For me it 
1915         seems like more natural history behavior.
1916
1917 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1920         (ev_navigation_action_class_init):
1921         * shell/ev-navigation-action.h:
1922         * shell/ev-page-action.c: (activate_cb):
1923         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1924         (ev_page_cache_set_current_page_history):
1925         * shell/ev-page-cache.h:
1926         * shell/ev-sidebar-thumbnails.c:
1927         (ev_sidebar_tree_selection_changed),
1928         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1929         * shell/ev-view-private.h:
1930         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1931         * shell/ev-view.h:
1932         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1933         (ev_window_setup_document), (ev_window_load_job_cb):
1934         * shell/ev-window.h:
1935         
1936         History finally works as expected.
1937
1938 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1941
1942         Do not update links treeview if it doesn't have a model assigned yet. 
1943
1944 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1947         (ev_sidebar_links_class_init), (update_page_callback):
1948
1949         Do not update links treeview when sidepane is not visible. 
1950
1951 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1952
1953         * shell/ev-marshal.list:
1954         * shell/ev-page-action.c: (activate_cb),
1955         (ev_page_action_class_init):
1956         * shell/ev-page-action.h:
1957         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1958         * shell/ev-window.c:
1959         
1960         Remove activate_link signal, not required.
1961
1962 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1963
1964         * shell/ev-navigation-action.c: (build_menu):
1965         
1966         Reorder menu items and build menu with fixed length.
1967
1968 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1969
1970         * shell/ev-view.c: (get_selected_text):
1971         
1972         Normalize text to fix ligatures problem. See bug
1973         #341947 for details.
1974
1975 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1978
1979         Fix memory leak in ev-page-cache. 
1980
1981 2007-01-25  Tom Parker <palfrey@tevp.net>
1982
1983         * backend/impress/impress-document.c: (impress_document_load),
1984         (impress_document_finalize), (impress_document_init):
1985         * properties/ev-properties-main.c: (ev_properties_get_pages):
1986         
1987         Correctly handle impress document errors. Fixes nautilus
1988         crash in property page #370491.
1989
1990 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1993         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1994         (ev_job_queue_remove_job):
1995         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1996         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1997         (ev_job_load_run):
1998         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1999         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2000         (ev_window_load_job_cb), (xfer_update_progress_callback),
2001         (ev_window_open_uri), (ev_window_dispose):
2002         * shell/main.c: (main):
2003
2004         Do file transfer asynchronously in the main thread instead of
2005         synchronously in the load thread. Fixes bugs #399694, #398307 and
2006         #343542.
2007
2008 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * shell/ev-jobs.c: (ev_job_xfer_run):
2011
2012         Load the document with the font-config lock held. 
2013
2014 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * backend/ps/ps-document.c: (start_interpreter):
2017
2018         Fix memory leaks in ps backend. 
2019
2020 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * backend/impress/impress-document.c:
2023         (impress_document_render_pixbuf):
2024
2025         Do not acquire fontconfig lock in impress backend, since it is using
2026         the main loop for rendering. 
2027
2028 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * po/POTFILES.in: 
2031
2032         Remove mdvi files that shouldn't be translated. 
2033
2034 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * shell/ev-view-private.h:
2037         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2038         (ev_view_set_zoom):
2039
2040         Render "loading..." text into a cairo surface instead of directly into
2041         the window so that fontconfig lock is only needed once and UI is not
2042         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2043
2044 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2047         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2048
2049         Use icon theme associated with the window screen rather than default. 
2050
2051 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2052
2053         * configure.ac:
2054
2055         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2056
2057 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2058
2059         * data/icons/*/apps/evince.*:
2060
2061         Move Evince icons under new apps directory.
2062
2063         * data/icons/*/actions/*:
2064
2065         Add new custom themeable Evince icons: view-page-continuous, 
2066         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2067         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2068
2069         * configure.ac:
2070
2071         Add new directories to AC_CONFIG_FILES.
2072
2073         * shell/ev-stock-icons.c:
2074         * shell/ev-stock-icons.h:
2075
2076         Use new custom themeable icons.
2077
2078 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2081
2082         Do not draw white background page in presentation mode. 
2083
2084 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2085
2086         * shell/ev-view.c: Remove unused gnome-vfs include.
2087
2088 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2089
2090         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2091         
2092         Format string is corrected, fixes bug #397129.
2093
2094 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * shell/ev-window.c: (ev_window_setup_recent):
2097
2098         Do not include in recent menu inexistent documents. Fixes
2099         bug #339171.
2100
2101 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * po/POTFILES.skip: 
2104
2105         Update POTFILES.skip file according to current source tree. 
2106
2107 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * shell/ev-window.c: (file_save_dialog_response_cb):
2110
2111         Do Save a copy in atomic way. Fixes bug #328266. 
2112
2113 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2116
2117         Keep selected cell always visible in index treeview.
2118
2119 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2120         
2121         * shell/ev-view.c: (ev_view_size_allocate):
2122
2123         Restore horizontal scrollbar after switching to/from fullscreen
2124         or presentation mode. Fixes bug #331728.
2125
2126 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * shell/ev-view-private.h:
2129         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2130         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2131         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2132         (ev_view_can_zoom_out):
2133
2134         Use max and min scale values in the view iby taking dpi into account. 
2135
2136 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * configure.ac:
2139         * NEWS:
2140
2141         Release 0.7.1
2142
2143 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-window.c: (ev_window_print_send):
2146
2147         Send print job to printer with some settings set to default values,
2148         since we have already exported to a file according to such settings
2149         and they could be taken twice by some printers. 
2150
2151 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * shell/ev-jobs.c: (ev_job_xfer_run):
2154         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2155
2156         Show main window and load document with the font-config lock held. 
2157
2158 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * configure.ac:
2161         * shell/ev-application.c: (ev_application_register_service):
2162         * shell/main.c: (load_files_remote):
2163
2164         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2165
2166 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2167
2168         * doc/debugging.txt:
2169         
2170         Remove obsolete documentation.
2171
2172 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2173
2174         * Makefile.am:
2175         * backend/Makefile.am:
2176         * backend/comics/Makefile.am:
2177         * backend/djvu/Makefile.am:
2178         * backend/dvi/Makefile.am:
2179         * backend/ev-async-renderer.c:
2180         * backend/ev-async-renderer.h:
2181         * backend/ev-attachment.c:
2182         * backend/ev-attachment.h:
2183         * backend/ev-backend-marshal.c:
2184         * backend/ev-document-factory.c:
2185         * backend/ev-document-factory.h:
2186         * backend/ev-document-find.c:
2187         * backend/ev-document-find.h:
2188         * backend/ev-document-fonts.c:
2189         * backend/ev-document-fonts.h:
2190         * backend/ev-document-images.c:
2191         * backend/ev-document-images.h:
2192         * backend/ev-document-info.h:
2193         * backend/ev-document-links.c:
2194         * backend/ev-document-links.h:
2195         * backend/ev-document-misc.c:
2196         * backend/ev-document-misc.h:
2197         * backend/ev-document-security.c:
2198         * backend/ev-document-security.h:
2199         * backend/ev-document-thumbnails.c:
2200         * backend/ev-document-thumbnails.h:
2201         * backend/ev-document-transition.c:
2202         * backend/ev-document-transition.h:
2203         * backend/ev-document.c:
2204         * backend/ev-document.h:
2205         * backend/ev-file-exporter.c:
2206         * backend/ev-file-exporter.h:
2207         * backend/ev-image.c:
2208         * backend/ev-image.h:
2209         * backend/ev-link-action.c:
2210         * backend/ev-link-action.h:
2211         * backend/ev-link-dest.c:
2212         * backend/ev-link-dest.h:
2213         * backend/ev-link.c:
2214         * backend/ev-link.h:
2215         * backend/ev-render-context.c:
2216         * backend/ev-render-context.h:
2217         * backend/ev-selection.c:
2218         * backend/ev-selection.h:
2219         * backend/impress/Makefile.am:
2220         * backend/pdf/Makefile.am:
2221         * backend/pixbuf/Makefile.am:
2222         * backend/ps/Makefile.am:
2223         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2224         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2225         (start_interpreter), (stop_interpreter), (document_load),
2226         (ps_document_next_page), (render_page):
2227         * backend/tiff/Makefile.am:
2228         * comics/Makefile.am:
2229         * comics/comics-document.c:
2230         * comics/comics-document.h:
2231         * configure.ac:
2232         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2233         * djvu/Makefile.am:
2234         * djvu/djvu-document-private.h:
2235         * djvu/djvu-document.c:
2236         * djvu/djvu-document.h:
2237         * djvu/djvu-links.c:
2238         * djvu/djvu-links.h:
2239         * djvu/djvu-text-page.c:
2240         * djvu/djvu-text-page.h:
2241         * djvu/djvu-text.c:
2242         * djvu/djvu-text.h:
2243         * dvi/Makefile.am:
2244         * dvi/dvi-document.c:
2245         * dvi/dvi-document.h:
2246         * dvi/fonts.c:
2247         * dvi/fonts.h:
2248         * dvi/mdvi-lib/Makefile.am:
2249         * dvi/mdvi-lib/afmparse.c:
2250         * dvi/mdvi-lib/afmparse.h:
2251         * dvi/mdvi-lib/bitmap.c:
2252         * dvi/mdvi-lib/bitmap.h:
2253         * dvi/mdvi-lib/color.c:
2254         * dvi/mdvi-lib/color.h:
2255         * dvi/mdvi-lib/common.c:
2256         * dvi/mdvi-lib/common.h:
2257         * dvi/mdvi-lib/defaults.h:
2258         * dvi/mdvi-lib/dvimisc.c:
2259         * dvi/mdvi-lib/dviopcodes.h:
2260         * dvi/mdvi-lib/dviread.c:
2261         * dvi/mdvi-lib/files.c:
2262         * dvi/mdvi-lib/font.c:
2263         * dvi/mdvi-lib/fontmap.c:
2264         * dvi/mdvi-lib/fontmap.h:
2265         * dvi/mdvi-lib/fontsrch.c:
2266         * dvi/mdvi-lib/gf.c:
2267         * dvi/mdvi-lib/hash.c:
2268         * dvi/mdvi-lib/hash.h:
2269         * dvi/mdvi-lib/list.c:
2270         * dvi/mdvi-lib/mdvi.h:
2271         * dvi/mdvi-lib/pagesel.c:
2272         * dvi/mdvi-lib/paper.c:
2273         * dvi/mdvi-lib/paper.h:
2274         * dvi/mdvi-lib/pk.c:
2275         * dvi/mdvi-lib/private.h:
2276         * dvi/mdvi-lib/setup.c:
2277         * dvi/mdvi-lib/sp-epsf.c:
2278         * dvi/mdvi-lib/special.c:
2279         * dvi/mdvi-lib/sysdeps.h:
2280         * dvi/mdvi-lib/t1.c:
2281         * dvi/mdvi-lib/tfm.c:
2282         * dvi/mdvi-lib/tfmfile.c:
2283         * dvi/mdvi-lib/tt.c:
2284         * dvi/mdvi-lib/util.c:
2285         * dvi/mdvi-lib/vf.c:
2286         * dvi/pixbuf-device.c:
2287         * dvi/pixbuf-device.h:
2288         * impress/Makefile.am:
2289         * impress/common.h:
2290         * impress/document.c:
2291         * impress/f_oasis.c:
2292         * impress/f_oo13.c:
2293         * impress/iksemel.c:
2294         * impress/iksemel.h:
2295         * impress/imposter.h:
2296         * impress/impress-document.c:
2297         * impress/impress-document.h:
2298         * impress/internal.h:
2299         * impress/r_back.c:
2300         * impress/r_draw.c:
2301         * impress/r_geometry.c:
2302         * impress/r_gradient.c:
2303         * impress/r_style.c:
2304         * impress/r_text.c:
2305         * impress/render.c:
2306         * impress/render.h:
2307         * impress/zip.c:
2308         * impress/zip.h:
2309         * lib/Makefile.am:
2310         * lib/ev-debug.c:
2311         * lib/ev-debug.h:
2312         * lib/ev-file-helpers.c:
2313         * lib/ev-file-helpers.h:
2314         * lib/ev-gui.c:
2315         * lib/ev-gui.h:
2316         * lib/ev-tooltip.c:
2317         * lib/ev-tooltip.h:
2318         * libdocument/Makefile.am:
2319         * libdocument/ev-file-helpers.c:
2320         * pdf/Makefile.am:
2321         * pdf/ev-poppler.cc:
2322         * pdf/ev-poppler.h:
2323         * pixbuf/Makefile.am:
2324         * pixbuf/pixbuf-document.c:
2325         * pixbuf/pixbuf-document.h:
2326         * properties/Makefile.am:
2327         * ps/Makefile.am:
2328         * ps/gsdefaults.c:
2329         * ps/gsdefaults.h:
2330         * ps/gsio.c:
2331         * ps/gsio.h:
2332         * ps/gstypes.h:
2333         * ps/ps-document.c:
2334         * ps/ps-document.h:
2335         * ps/ps.c:
2336         * ps/ps.h:
2337         * shell/Makefile.am:
2338         * shell/ev-application.h:
2339         * shell/ev-sidebar-links.c:
2340         * shell/ev-sidebar-links.h:
2341         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2342         (ev_gui_menu_position_tree_selection):
2343         * shell/ev-utils.h:
2344         * shell/ev-view.c: (ev_view_finalize):
2345         * shell/ev-window.c:
2346         * shell/main.c: (main):
2347         * thumbnailer/Makefile.am:
2348         * tiff/Makefile.am:
2349         * tiff/tiff-document.c:
2350         * tiff/tiff-document.h:
2351         * tiff/tiff2ps.c:
2352         * tiff/tiff2ps.h:
2353         
2354         Reorganize source tree.
2355
2356 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * backend/ev-document-factory.c:
2359
2360         Do not include ev-poppler.h when pdf is disabled. 
2361
2362 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * configure.ac:
2365         * data/evince-ui.xml:
2366         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2367         (pdf_document_document_images_iface_init):
2368         * backend/Makefile.am:
2369         * backend/ev-document-images.[ch]:
2370         * backend/ev-image.[ch]:
2371         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2372         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2373         (ev_job_xfer_run):
2374         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2375         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2376         (ev_pixbuf_cache_get_image_mapping):
2377         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2378         (view_menu_popup_cb), (ev_window_dispose),
2379         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2380         (ev_view_popup_cmd_copy_image):
2381         * shell/ev-view-private.h:
2382         * shell/ev-view.c: (ev_view_get_image_at_location),
2383         (ev_view_do_popup_menu), (ev_view_popup_menu),
2384         (ev_view_button_press_event), (ev_view_drag_data_get),
2385         (ev_view_drag_motion), (ev_view_drag_data_received),
2386         (ev_view_motion_notify_event), (ev_view_button_release_event),
2387         (ev_view_finalize), (ev_view_class_init):
2388
2389         Add image handling support. Fixes bugs #310008 and #325047. Images
2390         selection is not supported yet. 
2391
2392 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2395         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2396         (ev_view_init):
2397
2398         Move view drag and drop stuff to ev-view.
2399
2400 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2403         * shell/ev-view.c: (clear_selection): 
2404
2405         Clear selection also in pixbuf cache.
2406
2407 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2408
2409         * data/evince.desktop.in.in:
2410         
2411         Change icon name in desktop file. See bug #390734
2412         for details.
2413
2414 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2415
2416         * thumbnailer/Makefile.am:
2417
2418         Use top_builddir instead top_srcdir for generated schema
2419         file installation. Fixes bug #390161.
2420
2421 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * configure.ac:
2424         * backend/Makefile.am:
2425         * backend/ev-document-transition.[ch]:
2426         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2427         (pdf_document_page_transition_iface_init):
2428         * shell/ev-view-private.h:
2429         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2430         (ev_view_set_presentation), (transition_next_page),
2431         (ev_view_presentation_transition_stop),
2432         (ev_view_presentation_transition_start), (ev_view_next_page):
2433
2434         Add page transition support in presentation mode. At the moment only
2435         page duration is supported, but not transition effects. Fixes bug
2436         #309815.
2437
2438 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2441
2442         Run find_link_dest with document lock held, since it's called by links
2443         thread and main thread at the same time. 
2444
2445 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-view.c: (goto_dest):
2448
2449         Update page-cache when page is changed by the view, so that
2450         page-changed signal is emitted. 
2451
2452 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * test/test1.py:
2455         * test/test2.py:
2456
2457         Use C locale in tests. 
2458
2459 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-window.c: (ev_window_run_presentation):
2462         * shell/ev-view-private.h:
2463         * shell/ev-view.c: (ev_view_set_presentation):
2464
2465         Restore zoom settings when back from presentation mode. 
2466
2467 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2468
2469         * shell/ev-window.c: (ev_window_run_presentation):
2470
2471         Always use "best fit" zoom in presentation mode.
2472         Fixes bug #389195.
2473
2474 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2475
2476         * shell/ev-view.c: (ev_view_goto_window_create):
2477
2478         Show "Jump to page" label in the page jumping popup in
2479         presentation mode instead of just a GtkEntry.
2480
2481 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-window.c: (launch_external_uri):
2484
2485         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2486         #378085.
2487
2488 2006-12-22  Elijah Newren  <newren gmail com>
2489
2490         * configure.ac: explicitly check for libxml2.  Fixes #388795
2491
2492 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-view-private.h:
2495         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2496         (ev_view_goto_window_delete_event), (key_is_numeric),
2497         (ev_view_goto_window_key_press_event),
2498         (ev_view_goto_window_button_press_event),
2499         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2500         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2501         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2502
2503         Allow jumping to another page by typing a page number in presentation
2504         mode. It uses a popup window with an entry. Fixes bug #353625.
2505
2506 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2507
2508         * configure.ac:
2509         * properties/ev-properties-view.c: (ev_get_default_user_units),
2510         (ev_regular_paper_size):
2511         
2512         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2513         to Damien Carbery <damien.carbery@sun.com> and
2514         Yevgen Muntyan <muntyan@tamu.edu>.
2515
2516 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2517
2518         * shell/ev-window.c: (setup_document_from_metadata):
2519
2520         Make sure Evince doesn't restore the view on the last
2521         page when a document is reopened. Fixes bug #383381.
2522
2523 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2524
2525         * shell/ev-view.c: (draw_loading_text):
2526
2527         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2528
2529 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * configure.ac:
2532         * NEWS:
2533
2534         Release 0.7.0
2535
2536 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * configure.ac:
2539         * pdf/ev-poppler.cc: (pdf_print_context_free),
2540         (pdf_document_file_exporter_begin),
2541         (pdf_document_file_exporter_do_page):
2542
2543         Make cairo-pdf depedency optional. 
2544
2545 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2548
2549         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2550
2551 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2552
2553         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2554         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2555         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2556         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2557         * shell/ev-view.c: (draw_loading_text):
2558         * shell/ev-window.c: (ev_window_cmd_file_properties):
2559
2560         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2561         related to using FontConfig from different threads.
2562         
2563 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * shell/ev-view.c: (draw_loading_text):
2566
2567         Acquire lock document when drawing "Loading..." text so that only one
2568         thread will use FontConfig at the same time. Fixes bug #374750.
2569
2570 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * shell/ev-page-action.[ch]: (activate_cb):
2573         * shell/ev-window.c: (activate_label_cb):
2574
2575         Check if text inserted in page entry is a valid page number when it
2576         doesn't match to any document page label. Fixes bug #383165.
2577
2578 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2579         * shell/ev-window.c:
2580
2581         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2582         available with GTK < 2.10. Added an ifdef to avoid compilation
2583         error.
2584
2585 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * configure.ac:
2588         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2589
2590         Fix ps backend in multihead systems.
2591
2592 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2595         * shell/ev-window.c: (ev_window_get_screen_dpi),
2596         (ev_window_update_actions), (setup_view_from_metadata),
2597         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2598
2599         Take screen DPI into account when zooming. Fixes bug #318285.
2600
2601 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2602
2603         * data/Makefile.am:
2604
2605         Cleaned up/slightly refactored Makefile.am. Added GConf
2606         schemas uninstallation as well.
2607
2608 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2609
2610         * Makefile.am:
2611         * test/Makefile.am:
2612
2613         Fight with autotools to fix make check. Make distcheck
2614         works fine as well now!
2615
2616 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2617
2618         * shell/ev-view.c: (draw_end_presentation_page):
2619
2620         Corrected "end of presentation" string.
2621
2622 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2623
2624         * shell/ev-view.c: (ev_view_key_press_event):
2625
2626         Correctly propagate key press event so that up/down keys
2627         work as expected (correct behaviour was broken by
2628         black/white screen key bindings for presentations).
2629
2630 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2633         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2634         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2635         (pdf_selection_get_selection_region),
2636         (pdf_selection_get_selection_map):
2637
2638         Add "static" to some private functions. 
2639
2640 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2641
2642         * lib/ev-tooltip.h:
2643         * properties/ev-properties-view.h:
2644         * shell/ev-jobs.h:
2645         * shell/ev-properties-dialog.h:
2646         * shell/ev-properties-fonts.h:
2647         * shell/ev-sidebar-links.h:
2648         * shell/ev-sidebar-thumbnails.h:
2649         * shell/ev-sidebar.h:
2650         * shell/ev-window.h:
2651         
2652         Fixes CHACK type in class casts. See bug #385343
2653         for details.
2654
2655 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-view-private.h:
2658         * shell/ev-view.c: (draw_end_presentation_page),
2659         (ev_view_expose_event), (ev_view_key_press_event),
2660         (ev_view_class_init), (ev_view_init):
2661
2662         Blank screen in presentation mode when pressing 'b' (filling with
2663         black) or 'w' (filling with white) keys. Fixes bug #358132.
2664
2665 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2666
2667         * data/evince-toolbar.xml:
2668         * shell/ev-window.c:
2669         
2670         Use stock icon for Select All action. Fixes
2671         bug #382652.
2672
2673 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2674
2675         * shell/ev-view.c: (get_doc_point_from_offset),
2676         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2677
2678         Add links support in rotated documents. Fixes bug #343733.
2679
2680 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * shell/ev-view-private.h:
2683         * shell/ev-view.c: (draw_end_presentation_page),
2684         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2685
2686         Show a blank page after the last page in presentation mode with a
2687         message indicating that presentation has finished and how to exit. 
2688
2689 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-window.c: (fullscreen_timeout_cb):
2692
2693         Hide cursor after a while in presentation mode. 
2694
2695 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2696
2697         * backend/ev-document-info.h:
2698         * data/evince-properties.glade:
2699         * pdf/ev-poppler.cc:
2700         * properties/ev-properties-view.c: (ev_regular_paper_size),
2701         (ev_properties_view_set_info):
2702         * ps/ps-document.c: (ps_document_get_info):
2703
2704         Adds a paper size field to the properties dialog. Fixes
2705         bug #307315. Patch by Kasper Svendsen (with some i18n
2706         changes done by me).
2707
2708 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2709
2710         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2711         (screensaver_init_dbus), (totem_scrsaver_new),
2712         (totem_scrsaver_init):
2713         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2714         * shell/ev-application.c: (ev_application_register_service),
2715         (ev_application_screensaver_enable),
2716         (ev_application_screensaver_disable):
2717         * shell/ev-application.h:
2718         * shell/ev-window.c: (ev_window_run_presentation),
2719         (ev_window_stop_presentation), (build_comments_string),
2720         (ev_window_init):
2721         
2722         Move screensaver handling to application. No more
2723         message on startup.
2724
2725 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * configure.ac:
2728         * backend/Makefile.am:
2729         * backend/ev-file-exporter.[ch]:
2730         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2731         * ps/ps-document.c: (ps_document_file_exporter_*):
2732         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2733         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2734         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2735         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2736
2737         Allow printing to PDF when suppoted by the backend.
2738         
2739 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * shell/ev-window.c: (build_comments_string):
2742
2743         Use always "Document Viewer" in about dialog. 
2744
2745 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * djvu/djvu-document.c: (djvu_document_get_page_size):
2748
2749         Display a warning message when get_pageinfo fails. 
2750
2751 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2752
2753         * Makefile.am:
2754         * backend/Makefile.am:
2755         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2756         * configure.ac:
2757         * shell/ev-window.c: (build_comments_string):
2758         
2759         Make pdf compilation optional. See bug #38007.
2760
2761 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * ps/ps.c: (get_next_text):
2764
2765         Fix CVE-2006-5864.
2766
2767 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2770         * shell/ev-navigation-action.c: (connect_proxy),
2771         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2772         
2773         Do not call g_type_class_peek_parent twice.
2774
2775 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2776
2777         * configure.ac:
2778         * data/icons/24x24/.cvsignore:
2779         * data/icons/24x24/Makefile.am:
2780         * data/icons/24x24/evince.png:
2781         * data/icons/Makefile.am:
2782         
2783         Add 24x24 icon. Thanks to 
2784         Michael Monreal <infernux@web.de>.
2785
2786 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2787
2788         * configure.ac: Fix typo in configure.ac. Thanks
2789         to dmacks@netspace.org for notification.
2790
2791 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2792
2793         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2794         
2795         Drop dbus include, fixes compilation with older dbus.
2796
2797 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2798
2799         * configure.ac:
2800         * cut-n-paste/Makefile.am:
2801         * cut-n-paste/totem-screensaver/.cvsignore
2802         * cut-n-paste/totem-screensaver/Makefile.am:
2803         * cut-n-paste/totem-screensaver/README:
2804         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2805         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2806         * shell/Makefile.am:
2807         * shell/ev-window.c: (ev_window_run_presentation),
2808         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2809         (ev_window_init):
2810
2811         Implemented screensaver enabling/disabling for
2812         presentation mode (not fullscreen mode). Code stolen
2813         from Totem (with some minor tweaks). Fixes bug #338889.
2814
2815 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2816
2817         * configure.ac:
2818
2819         Bump gnome-icon-theme requirements. We use the rotation
2820         icons that appeared recently.
2821
2822 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2823
2824         * shell/ev-history.c: (ev_history_add_page):
2825         * shell/ev-history.h:
2826         * shell/ev-window.c: (page_changed_cb):
2827         
2828         Use page labels instead of numbers.
2829
2830 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2831
2832         * data/evince-toolbar.xml:
2833         * po/POTFILES.in:
2834         * shell/Makefile.am:
2835         * shell/ev-navigation-action-widget.c:
2836         (ev_navigation_action_widget_init),
2837         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2838         (menu_detacher), (ev_navigation_action_widget_set_menu),
2839         (menu_position_func), (popup_menu_under_arrow),
2840         (ev_navigation_action_widget_toggled),
2841         (ev_navigation_action_widget_button_press_event):
2842         * shell/ev-navigation-action-widget.h:
2843         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2844         (ev_navigation_action_set_window), (activate_menu_item_cb),
2845         (new_history_menu_item), (new_empty_history_menu_item),
2846         (build_menu), (menu_activated_cb), (connect_proxy),
2847         (create_tool_item), (ev_navigation_action_init),
2848         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2849         * shell/ev-navigation-action.h:
2850         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2851         (ev_page_action_widget_set_page_cache),
2852         (ev_page_action_widget_finalize),
2853         (ev_page_action_widget_class_init), (match_selected_cb),
2854         (display_completion_text), (match_completion), (build_new_tree_cb),
2855         (get_filter_model_from_model),
2856         (ev_page_action_widget_update_model):
2857         * shell/ev-page-action-widget.h:
2858         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2859         (connect_proxy):
2860         * shell/ev-page-action.h:
2861         * shell/ev-stock-icons.c:
2862         * shell/ev-stock-icons.h:
2863         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2864         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2865         (register_custom_actions):
2866         * shell/main.c:
2867         
2868         Preliminary history implementation
2869
2870 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2871
2872         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2873         (dvi_document_class_init), (dvi_document_init_params):
2874         * dvi/mdvi-lib/font.c: (font_reference):
2875         
2876         Add reference to subfont. Fixes bug #374277.
2877
2878 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2881         (ev_window_cmd_file_open_copy_at_dest):
2882
2883         Fix a race condition when creating symlink. Increase the counter
2884         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2885         Mathias Hasselmann).
2886
2887 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * backend/Makefile.am:
2890         * backend/ev-attachment.c: (ev_attachment_open):
2891         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2892         (ev_tmp_dir), (ev_tmp_filename):
2893         * shell/ev-sidebar-attachments.c:
2894         (ev_sidebar_attachments_drag_data_get):
2895         * shell/ev-window.c: (ev_window_clear_temp_file):
2896
2897         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2898         in ensure_dir_exists. Abort without crashing when we can't create
2899         user's directory.
2900
2901 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * data/evince-ui.xml:
2904         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2905         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2906         (ev_window_cmd_file_open_copy_at_dest),
2907         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2908         (ev_view_popup_cmd_open_link_new_window):
2909
2910         Allow opening a copy of the current document in a new window. Fixes bug
2911         #357472
2912
2913 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2914
2915         * data/evince-toolbar.xml:
2916         
2917         Add rotate right and rotate left to available items for toolbar.
2918         
2919         * data/evince-ui.xml:
2920         * shell/ev-window.c: (ev_window_init):
2921         
2922         Customize toolbar with right click. Fixes bug #372451.
2923
2924 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2925
2926         * shell/ev-window.c: 
2927         
2928         Use "object-rotate-{left,right}" stock icons. Fixes 
2929         bug #373863.
2930
2931 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2934         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2935         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2936         (ev_window_open_uri):
2937         * shell/main.c: (arguments_parse):
2938
2939         Remove temp file created when evince is used by GTK+ in
2940         preview mode. Fixes bug #365282. 
2941
2942 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2943
2944         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2945         
2946         Fixes bug #372474 - Side pane disabled when entering 
2947         and leaving fullscreen mode.
2948
2949 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2950
2951         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2952         * data/Makefile.am:
2953         * data/evince-preview-toolbar.xml:
2954         * data/evince-toolbar.xml:
2955         * shell/ev-application.c: (ev_application_shutdown),
2956         (ev_application_init), (ev_application_get_toolbars_model):
2957         * shell/ev-application.h:
2958         * shell/ev-window.c: (update_chrome_visibility),
2959         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2960         (ev_window_cmd_edit_toolbar), (ev_window_init):
2961         
2962         Fixes bug #364364 - toolbar editor shows zoom actions again.
2963
2964 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2967
2968         Do not take margins into consideration for paper size when printing.
2969         Really fixes bug #350491.
2970
2971 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * data/evince-ui.xml:
2974         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2975         (ev_window_cmd_file_print_setup),
2976         (ev_window_print_dialog_response_cb),
2977         (ev_window_setup_action_sensitivity):
2978
2979         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2980
2981 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * shell/ev-window.c: (ev_window_print_range):
2984
2985         Revert my previuos commit, since printing to PDF is not supported by
2986         evince yet. 
2987
2988 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-window.c: (ev_window_print_range):
2991
2992         Enable print to a PDF. Fixes bug #332121.
2993
2994 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * shell/ev-application-service.xml:
2997         * shell/ev-application.[ch]: (ev_application_open_window),
2998         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2999         (ev_application_open_uri), (ev_application_open_uri_list):
3000         * shell/ev-window.c: (file_open_dialog_response_cb),
3001         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3002         (drag_data_received_cb), (open_remote_link):
3003         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3004
3005         Add support for multiscreen systems. Fixes bug #316206.
3006
3007 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-jobs.[ch]: (ev_job_print_new),
3010         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3011         (ev_job_print_do_page):
3012         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3013
3014         Allow printing only odd/even pages. Fixes bug #367289.
3015
3016 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3017
3018         * test/test1.py:
3019         * test/test2.py:
3020
3021         Re-add locale settings to test files.
3022
3023 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * data/evince-ui.xml:
3026         * shell/ev-window.c: (set_action_properties):
3027         
3028         Removed garbage from code and ui.
3029
3030 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3031
3032         * shell/ev-window.c: (ev_window_cmd_help_about):
3033
3034         Shamelessly add my name to the list of contributors.
3035
3036 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3037
3038         * test/test1.py:
3039         * test/test2.py:
3040
3041         Cleaned up the dogtail scripts.
3042
3043 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3044
3045         * shell/ev-view.c: (draw_loading_text): Don't render
3046         "loading..." text in presentation mode. Temporary
3047         workaround for bug #320352.
3048
3049 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3052         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3053
3054         Use print settings scale, copies, collate and reverse which were
3055         ignored. Fixes bug #359032.
3056
3057 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * configure.ac:
3060         * data/evince-password.glade:
3061         * test/Makefile.am:
3062         * test/test-encrypt.pdf:
3063         * test/test-links.pdf:
3064         * test/test1.py:
3065         * test/test2.py:
3066
3067         Add automated UI tests for evince with dogtail. See
3068         bug #300948.    
3069
3070 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3073
3074         Hide fullscreen toolbar when switching to another desktop workspace.
3075         Fixes bug #338871
3076
3077 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3078
3079         * shell/ev-window-title.c: 
3080         
3081         Test for .dvi in title of pdf documents.
3082
3083 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3084
3085         * shell/ev-view.c: (ev_view_scroll):
3086
3087         Page Up/Down should do page jumps in "Best fit" mode.
3088         If a user has explicitly chosen to view exactly one page
3089         at a time, scrolling just a part of the page when
3090         pressing Page Up/Down is not right. Fixes bug #323107.
3091
3092 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3093
3094         * NEWS:
3095         * configure.ac:
3096         
3097         Update for 0.6.1
3098
3099 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3102         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3103         
3104         Correctly disconnect from job signals on destroy.
3105
3106 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3107
3108         * shell/ev-view-private.h:
3109         * shell/ev-view.c: (view_set_adjustment_values),
3110         (view_update_range_and_current_page),
3111         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3112         
3113         Fixes bug #343199, current page now follows find page.
3114
3115 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3116
3117         * backend/ev-document-factory.c:
3118         * configure.ac:
3119         Assigned OpenDocument presenation MIME type to the
3120         Impress backend. Added some missing (but harmless)
3121         #ifdefs in the document factory as well to make things
3122         consistent again. Fixes bug #360658.
3123
3124 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3125
3126         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3127         * backend/ev-document-find.c: (ev_document_find_get_type):
3128         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3129         * backend/ev-document-links.c: (ev_document_links_get_type):
3130         * backend/ev-document-security.c: (ev_document_security_get_type):
3131         * backend/ev-document-thumbnails.c:
3132         (ev_document_thumbnails_get_type):
3133         * backend/ev-document.c: (ev_document_get_type):
3134         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3135         * backend/ev-selection.c: (ev_selection_get_type):
3136         * cut-n-paste/recent-files/egg-recent-model.c:
3137         (egg_recent_model_get_type):
3138         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3139         (egg_recent_view_uimanager_get_type):
3140         * cut-n-paste/recent-files/egg-recent-view.c:
3141         (egg_recent_view_get_type):
3142         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3143         (egg_editable_toolbar_get_type):
3144         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3145         (egg_toolbar_editor_get_type):
3146         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3147         (egg_toolbars_model_get_type):
3148         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3149         (egg_tree_multi_drag_source_get_type):
3150         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3151         (ephy_zoom_action_get_type):
3152         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3153         (ephy_zoom_control_get_type):
3154         * impress/r_back.c: (_imp_fill_back):
3155         * properties/ev-properties-main.c:
3156         (ev_properties_plugin_register_type):
3157         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3158         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3159         (ev_view_accessible_factory_get_type):
3160
3161         Reduce relocations. Bug #360616.
3162
3163 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3164
3165         * backend/ev-document-factory.c:
3166         (ev_document_factory_get_document):
3167         
3168         Load document even if extension is wrong.
3169
3170 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * shell/ev-metadata-manager.c: (save_values):
3173         * shell/ev-window.c: (setup_size_from_metadata),
3174         (setup_view_from_metadata), (ev_window_setup_document),
3175         (ev_window_xfer_job_cb), (window_configure_event_cb):
3176         
3177         Set size according to the document size/page size ratio.
3178         That should correct rather wierd behaviour of the previous
3179         commit.
3180
3181 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3182
3183         * shell/ev-window.c: (setup_view_from_metadata):
3184         
3185         Set size for new windows from previous window size.
3186         See bugs #354968 and #168450 for details. Thanks
3187         to Meik Hellmund.
3188
3189 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * djvu/djvu-links.c: (build_tree):
3192
3193         Fix memory leak.
3194
3195 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3198         
3199         Don't make sidebar close button insensitive. Fixes
3200         bug #357871.
3201
3202 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3203
3204         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3205         (ev_window_set_view_accels_sensitivity):
3206         
3207         Don't enable Slash on documents which don't support
3208         find. Fixes bug #358648.
3209
3210 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3211
3212         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3213         open dialog fall back to the current document uri if the
3214         filechooser hasn't been used before. Fixes bug #356980.
3215
3216 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3217
3218         * shell/ev-window.c: (ev_window_setup_recent), 
3219         (ev_window_get_recent_file_label):
3220
3221         Escape underscores in filenames of recent file items.
3222
3223 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3224
3225         * configure.ac:
3226         
3227         Bumped poppler requirements, really 0.5.3 is very 
3228         buggy, now we require 0.5.4.
3229
3230 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3231
3232         * djvu/Makefile.am:
3233         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3234         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3235         (djvu_document_document_links_iface_init):
3236         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3237         (number_from_string_10), (get_djvu_link_dest),
3238         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3239         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3240         (djvu_links_get_links), (djvu_links_find_link_dest),
3241         (djvu_links_get_links_model):
3242         * djvu/djvu-links.h:
3243         
3244         Add support for links and bookmarks in djvu documents. Thanks
3245         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3246         patch.
3247
3248 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3249
3250         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3251         
3252         Reopen should reload document. Fixes 
3253         bug 327951.
3254
3255 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * configure.ac:
3258         * data/Makefile.am:
3259         * data/evince-16.png:
3260         * data/evince-22.png:
3261         * data/evince.png:
3262         * data/evince.svg:
3263         * data/icons/16x16/Makefile.am:
3264         * data/icons/16x16/evince.png:
3265         * data/icons/22x22/Makefile.am:
3266         * data/icons/22x22/evince.png:
3267         * data/icons/48x48/Makefile.am:
3268         * data/icons/48x48/evince.png:
3269         * data/icons/Makefile.am:
3270         * data/icons/scalable/Makefile.am:
3271         * data/icons/scalable/evince.svg:
3272         
3273         Install icons with correct names. Fixes
3274         bug #354429.
3275
3276 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-view.c: (ev_view_button_release_event):
3279
3280         Don't open links with middle mouse button. Fixes bug #353649
3281
3282 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3283
3284         * NEWS:
3285         * configure.ac:
3286         
3287         Update for release 0.6.0
3288
3289 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3290
3291         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3292         Implement Close named action. Patch by Carlos Garcia Campos.
3293
3294 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3295
3296         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3297         
3298         Don't clear link mapping on copy_job_to_job_info. Fixes
3299         bug 346168.
3300
3301 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * shell/main.c: (main):
3304
3305         Revert my previous commit, gnome_program_init owns the option context.
3306         Fix another memory leak in main. Both caught by Christian Persch. 
3307
3308 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/main.c: (main):
3311
3312         Fix memory leak.
3313
3314 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3317
3318         Fix crash when opening a pdf with password protection. 
3319
3320 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * pdf/ev-poppler.cc: (pdf_document_search_free):
3323
3324         Fix memory leak. 
3325
3326 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3327
3328         * backend/ev-document-factory.c:
3329         (ev_document_factory_get_document):
3330         * tiff/tiff-document.c: (tiff_document_finalize):
3331         
3332         More correct handling of document loading. Fixes
3333         bug #349043.
3334
3335 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * backend/ev-attachment.c: (ev_attachment_save):
3338
3339         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3340         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3341
3342 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3343         
3344         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3345         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3346
3347 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/ev-sidebar-thumbnails.c:
3350
3351         Do not render thumbnails unless thumbnails page is active in the
3352         sidebar.
3353
3354 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3355
3356         * shell/ev-properties-dialog.c:
3357
3358         Fix dialogue spacing. Bug #351370.
3359
3360 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3361
3362         * configure.ac:
3363
3364         Use lowercase gettext catalog file names (evince.mo
3365         instead of Evince.mo)
3366
3367 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-sidebar-attachments.c:
3370
3371         GtkIconTheme is now screen safe too. Fixes bug #350878
3372
3373 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * shell/ev-window.c:
3376
3377         GtkRecent manager is now screen safe. Fixes bug #350145
3378
3379 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * shell/ev-sidebar.c: (ev_sidebar_init):
3382         
3383         Make sidebar close icon smaller. Fix for bug 350177.
3384         See also bugs 350176 and 165770.
3385
3386 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3389
3390         Ignore zoom for xyz destinations when it's <= 1, keeping user
3391         preferences instead. Set correct sizing-mode for fith and fitv
3392         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3393
3394 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3395
3396         * NEWS:
3397         * configure.ac:
3398         
3399         Update for release 0.5.5
3400
3401 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3402         
3403         * shell/ev-window.c: (ev_window_cmd_escape)
3404
3405         Escape unfocus page entry. Fixes bug #345809.
3406
3407 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3410         (build_tree), (pdf_document_links_get_links),
3411         (pdf_document_links_find_link_dest):
3412         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3413         (goto_xyz_dest):
3414
3415         Convert from PDF style coordinates to X style coordinates in the
3416         backend rather than in the view. Fixes bug #338440
3417
3418 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3419
3420         * shell/ev-window.c:
3421         
3422         Remove Ctrl+Shift+T shortcut for toolbars. See
3423         the bug #350098.
3424
3425 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * configure.ac:
3428
3429         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3430         of this. 
3431
3432 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * configure.ac:
3435         * cut-n-paste/Makefile.am:
3436         * data/evince-ui.xml:
3437         * shell/Makefile.am:
3438         * shell/ev-application.[ch]:
3439         * shell/ev-window.c:
3440
3441         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3442         #349273
3443
3444 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3445
3446         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3447         findbar code: s/help/search/
3448
3449 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3450
3451         * shell/ev-window.c: (setup_document_from_metadata),
3452         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3453         (setup_view_from_metadata):
3454         
3455         Fix memory leaks.
3456
3457 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3458
3459         * autogen.sh, configure.ac: 
3460         
3461         Update automake usage. See bug 349292.
3462
3463 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3464
3465         * shell/eggfindbar.c: (egg_find_bar_class_init),
3466         (entry_activate_callback), (egg_find_bar_init),
3467         (egg_find_bar_set_status_text):
3468         * shell/eggfindbar.h:
3469         
3470         Unify Evince findbar with Epiphany. Nice patch
3471         from Fabricio Silva <silva@crans.org> and
3472         Frederic Peters <fpeters@entrouvert.com>. See
3473         bug #339966 for details.
3474
3475 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3476
3477         * data/evince.desktop.in.in:
3478         
3479         Correct information for bugzilla. Thanks to
3480         Olaf Vitters, see bug #348855.
3481
3482 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-jobs.[ch]:
3485         * shell/ev-sidebar-links.c:
3486         * shell/ev-window.[ch]:
3487
3488         GtkPrintJob doesn't support print ranges or current page, so we export
3489         to a ps file now when printing ranges or current page.
3490
3491 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * pdf/ev-poppler.cc:
3494         * shell/ev-window.c: (do_action_named):
3495
3496         We should be more clear about bugzilla. See the
3497         poppler bug #7623.
3498
3499 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * configure.ac:
3502         * shell/Makefile.am:
3503         * shell/ev-job-queue.c:
3504         * shell/ev-jobs.[ch]:
3505         * shell/ev-sidebar-links.c:
3506         * shell/ev-window.[ch]:
3507         
3508         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3509         #348422
3510
3511 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3514         * shell/ev-application-service.xml:
3515         * shell/ev-application.[ch]:
3516         * shell/ev-jobs.[ch]:
3517         * shell/ev-window.[ch]: (ev_window_run_preview):
3518         * shell/main.c: 
3519
3520         Add preview mode to use evince as a printing previewer. It also adds
3521         other command line options for fullscreen and presentation modes.
3522         Fixes bugs #347822, #317031
3523
3524 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3525
3526         * NEWS:
3527         * configure.ac:
3528         
3529         Update for release 0.5.4
3530
3531 2006-07-11  Bastien Nocera <hadess@hadess.net>
3532
3533         * Makefile.am:
3534         * backend/Makefile.am:
3535         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3536         * backend/ev-document-factory.h:
3537         * configure.ac:
3538         * impress/.cvsignore:
3539         * impress/Makefile.am:
3540         * impress/common.h:
3541         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3542         (imp_get_page), (imp_next_page), (imp_prev_page),
3543         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3544         * impress/f_oasis.c: (render_object), (render_page),
3545         (get_geometry), (_imp_oasis_load):
3546         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3547         (_imp_oo13_load):
3548         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3549         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3550         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3551         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3552         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3553         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3554         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3555         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3556         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3557         (iks_new_within), (iks_insert), (iks_insert_cdata),
3558         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3559         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3560         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3561         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3562         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3563         (iks_cdata), (iks_cdata_size), (iks_has_children),
3564         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3565         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3566         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3567         (iks_tree), (iks_load), (iks_save):
3568         * impress/iksemel.h:
3569         * impress/imposter.h:
3570         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3571         (imp_render_draw_bezier_real), (imp_render_get_size),
3572         (imp_render_set_fg_color), (imp_render_draw_line),
3573         (imp_render_draw_rect), (imp_render_draw_polygon),
3574         (imp_render_draw_arc), (imp_render_draw_bezier),
3575         (imp_render_open_image), (imp_render_get_image_size),
3576         (imp_render_scale_image), (imp_render_draw_image),
3577         (imp_render_close_image), (imp_render_markup),
3578         (imp_render_get_text_size), (imp_render_draw_text),
3579         (impress_document_load), (impress_document_save),
3580         (impress_document_get_n_pages), (impress_document_get_page_size),
3581         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3582         (impress_document_finalize), (impress_document_class_init),
3583         (impress_document_can_get_text), (impress_document_get_info),
3584         (impress_document_document_iface_init),
3585         (impress_document_thumbnails_get_thumbnail),
3586         (impress_document_thumbnails_get_dimensions),
3587         (impress_document_document_thumbnails_iface_init),
3588         (impress_document_init):
3589         * impress/impress-document.h:
3590         * impress/internal.h:
3591         * impress/r_back.c: (_imp_fill_back):
3592         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3593         (_imp_draw_image), (_imp_tile_image):
3594         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3595         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3596         (r_polyline):
3597         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3598         (r_draw_gradient_complex), (r_draw_gradient):
3599         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3600         (r_get_bullet):
3601         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3602         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3603         (r_text):
3604         * impress/render.c: (imp_create_context), (imp_context_set_page),
3605         (imp_context_set_step), (imp_render), (imp_delete_context):
3606         * impress/render.h:
3607         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3608         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3609         (zip_load_xml), (zip_get_size), (zip_load):
3610         * impress/zip.h:
3611         * shell/ev-utils.c:
3612         
3613         New backend to support impress slides. Fixes bug #30867.
3614
3615 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3616
3617         * shell/ev-utils.c: (using_postscript_printer):
3618         
3619         Fixes crash when print using PAPI backend,
3620         bug #345012.
3621
3622 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3623
3624         * shell/ev-jobs.c: (ev_job_xfer_run):
3625         * shell/ev-window.c: (password_dialog_response),
3626         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3627         (ev_window_dispose):
3628         Fixes bug #344160: if the xfer job doesn't complete
3629         because a password is required, reload the existing
3630         instance instead of creating a new one.
3631
3632 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * shell/main.c: (main): Call gdk_threads_init. Thus
3635         we'll avoid errors in auth dialog. Fix for the bug
3636         #343347.
3637
3638 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3639
3640         * configure.ac: Advertise pixbuf support, fix
3641         for the bug 343317.
3642
3643 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3646         (ev_sidebar_thumbnails_set_document):
3647         
3648         Update sidebar thumbnails after reloading.
3649
3650 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3651
3652         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3653         * shell/ev-jobs.h:
3654         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3655         (ev_window_cmd_view_reload), (ev_window_init):
3656         
3657         Don't crash on reload. Fix for the bug #343167.
3658
3659 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3660
3661         * shell/ev-jobs.c: (ev_job_render_run):
3662         
3663         Check for document links.
3664
3665 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3666
3667         * backend/ev-attachment.c: (ev_attachment_save),
3668         (ev_attachment_launch_app), (ev_attachment_open):
3669         * backend/ev-document-factory.c: (get_document_from_uri):
3670         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3671         (egg_recent_view_uimanager_set_list):
3672         * ps/ps-document.c: (check_filecompressed), (document_load),
3673         (ps_document_load):
3674         * shell/ev-metadata-manager.c: (load_values):
3675         * shell/ev-password.c: (ev_password_dialog_set_property):
3676         * shell/ev-view.c: (tip_from_link):
3677         * shell/ev-window.c: (file_save_dialog_response_cb),
3678         (ev_window_print_dialog_response_cb):
3679         
3680         Use consistent quoting style. Fix for the bug #320285.
3681
3682 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * shell/ev-jobs.c: (ev_job_xfer_run):
3685         * shell/main.c: (load_files):
3686                 
3687         Open links with anchors. Fix for the bug #339836.
3688
3689 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3692         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3693         (ev_link_dest_set_property), (ev_link_dest_finalize),
3694         (ev_link_dest_class_init), (ev_link_dest_new_named),
3695         (ev_link_dest_new_page_label):
3696         * backend/ev-link-dest.h:
3697         * shell/ev-application.c: (ev_application_open_uri):
3698         * shell/ev-view.c: (goto_dest):
3699         * shell/ev-window.c:
3700         * shell/ev-window.h:
3701         
3702         Fix page-label command line option. Bug #342070.
3703
3704 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3705
3706         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3707         
3708         Don't show highlight rects if page can't be showed. Fix for 
3709         the bug #342076
3710
3711 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * shell/ev-window.c: (setup_sidebar_from_metadata),
3714         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3715         
3716         Setup sidebar from metadata even if there is no document
3717         loaded. Fix for the bug #342807.
3718
3719 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3720
3721         * cut-n-paste/toolbar-editor/Makefile.am:
3722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3723         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3724         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3725         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3726         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3727         (popup_context_menu_cb), (button_press_event_cb),
3728         (configure_item_sensitivity), (configure_item_cursor),
3729         (configure_item_tooltip), (connect_widget_signals),
3730         (action_sensitive_cb), (create_item_from_action),
3731         (create_item_from_position), (toolbar_drag_data_received_cb),
3732         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3733         (toolbar_drag_leave_cb), (configure_drag_dest),
3734         (toggled_visibility_cb), (toolbar_visibility_refresh),
3735         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3736         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3737         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3738         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3739         (egg_editable_toolbar_dispose),
3740         (egg_editable_toolbar_set_ui_manager),
3741         (egg_editable_toolbar_get_selected),
3742         (egg_editable_toolbar_set_selected), (set_edit_mode),
3743         (egg_editable_toolbar_set_property),
3744         (egg_editable_toolbar_get_property),
3745         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3746         (egg_editable_toolbar_new_with_model),
3747         (egg_editable_toolbar_get_edit_mode),
3748         (egg_editable_toolbar_set_edit_mode),
3749         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3750         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3751         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3752         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3753         (item_added_or_removed_cb), (toolbar_removed_cb),
3754         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3755         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3756         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3757         (editor_create_item_from_name), (append_table),
3758         (update_editor_sheet), (egg_toolbar_editor_init):
3759         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3760         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3761         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3762         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3763         (toolbar_node_free), (egg_toolbars_model_get_flags),
3764         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3765         (egg_toolbars_model_get_name), (impl_add_item),
3766         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3767         (parse_data_list), (parse_item_list), (parse_toolbars),
3768         (egg_toolbars_model_load_toolbars), (parse_available_list),
3769         (parse_names), (egg_toolbars_model_load_names),
3770         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3771         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3772         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3773         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3774         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3775         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3776         (egg_toolbars_model_set_types), (fill_avail_array),
3777         (egg_toolbars_model_get_name_avail),
3778         (egg_toolbars_model_get_name_flags),
3779         (egg_toolbars_model_set_name_flags):
3780         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3781         * cut-n-paste/toolbar-editor/eggintl.h:
3782         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3783         (egg_tree_multi_drag_source_get_type),
3784         (egg_tree_multi_drag_source_row_draggable),
3785         (egg_tree_multi_drag_source_drag_data_delete),
3786         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3787         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3788         (path_list_free), (set_context_data), (get_context_data),
3789         (get_info), (egg_tree_multi_drag_drag_data_get),
3790         (egg_tree_multi_drag_motion_event),
3791         (egg_tree_multi_drag_button_press_event),
3792         (egg_tree_multi_drag_add_drag_support):
3793         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3794         * shell/ev-application.c: (ev_application_init),
3795         (ev_application_save_toolbars_model):
3796         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3797         (ev_window_cmd_edit_toolbar), (ev_window_init):
3798         
3799         Sync toolbareditor with epiphany and libegg
3800
3801 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * configure.ac: 
3804
3805         Depend on poppler 0.5.2
3806
3807 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-jobs.c: (ev_job_render_run):
3810         
3811         Check if document supports links iterface.
3812
3813 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3814
3815         * NEWS:
3816         * configure.ac:
3817         
3818         Update for release 0.5.3
3819
3820 2006-05-13  Michael Plump  <plumpy@skylab.org>
3821
3822         * configure.ac:
3823         * shell/Makefile.am:
3824         * shell/main.c: (main):
3825         
3826         Port to GOption command line parsing. Fix for the 
3827         bug #327518
3828
3829 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * shell/ev-window.c: (ev_window_cmd_help_about):
3832         
3833         Do not wrap license. Fix for the bug #309460.
3834
3835 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3836
3837         * configure.ac:
3838         * properties/ev-properties-main.c: (ev_properties_get_pages):
3839         * shell/ev-application.c: (ev_application_open_window),
3840         (ev_application_open_uri_at_dest):
3841         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3842         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3843         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3844         * shell/ev-utils.c: (save_print_config_to_file):
3845         * shell/ev-window.c: (ev_window_cmd_save_as),
3846         (ev_attachment_popup_cmd_save_attachment_as):
3847         * shell/main.c: (load_files_remote):
3848         
3849         Bump requirements to gtk 2.8 and drop all ifdefs used.
3850
3851 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3854         * shell/ev-window.c: (ev_window_init):
3855         
3856         Show attachments page.
3857
3858 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3859
3860         * po/POTFILES.in:
3861         * shell/ev-attachment-bar.c:
3862         * shell/ev-attachment-bar.h:
3863         * shell/ev-sidebar-attachments.c:
3864         (ev_sidebar_attachments_icon_cache_add),
3865         (icon_theme_get_pixbuf_from_mime_type),
3866         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3867         (ev_sidebar_attachments_icon_cache_refresh),
3868         (ev_sidebar_attachments_get_attachment_at_pos),
3869         (ev_sidebar_attachments_popup_menu_show),
3870         (ev_sidebar_attachments_popup_menu),
3871         (ev_sidebar_attachments_button_press),
3872         (ev_sidebar_attachments_update_icons),
3873         (ev_sidebar_attachments_drag_data_get),
3874         (ev_sidebar_attachments_get_property),
3875         (ev_sidebar_attachments_destroy),
3876         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3877         (ev_sidebar_attachments_new),
3878         (ev_sidebar_attachments_set_document),
3879         (ev_sidebar_attachments_support_document),
3880         (ev_sidebar_attachments_get_label),
3881         (ev_sidebar_attachments_page_iface_init):
3882         * shell/ev-sidebar-attachments.h:
3883         * shell/ev-window.c: (update_chrome_visibility),
3884         (setup_sidebar_from_metadata), (ev_window_setup_document),
3885         (ev_window_sidebar_current_page_changed_cb),
3886         (attachment_bar_menu_popup_cb), (ev_window_init):
3887         
3888         Move attachments bar to sidebar.
3889
3890 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3891
3892         * pdf/ev-poppler.cc:
3893         * shell/ev-application.[ch]:
3894         * shell/main.c:
3895
3896         Fix some memory leaks.
3897
3898 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3899
3900         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3901
3902         Change the properties dialog response to
3903         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3904         will make the dialog go away when the user presses
3905         enter. With gtk+ >= 2.9 this will happen anyway, but for
3906         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3907         escape by default. Fixes bug #340539. See also bug
3908         #101293 for the gtk+ part.
3909
3910 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3911
3912         * shell/ev-view.c (tip_from_action_named): Replace some strings
3913         that were wrong. Closes #340970.
3914
3915 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3918
3919         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3920         #341049
3921
3922 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * djvu/Makefile.am:
3925         * dvi/Makefile.am:
3926         * dvi/mdvi-lib/Makefile.am:
3927         * properties/Makefile.am:
3928         * ps/Makefile.am:
3929         * shell/Makefile.am:
3930         * thumbnailer/Makefile.am:
3931         
3932         Due to broken libtool that is unable to track dependencies
3933         of noinst libraries we are forced to explicitely point
3934         libraries for binary. Fix for the bug #333334.
3935
3936 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * data/evince.desktop.in.in:
3939         * shell/ev-view.c: (view_update_range_and_current_page),
3940         (ev_view_next_page), (ev_view_previous_page):
3941         * shell/ev-window.c: (update_chrome_visibility),
3942         (setup_sidebar_from_metadata), (ev_window_setup_document),
3943         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3944         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3945         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3946         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3947         (ev_window_stop_presentation), (ev_window_focus_in_event),
3948         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3949         (ev_window_init):
3950         * thumbnailer/Makefile.am:
3951         
3952         Update fullscreen and presentation timeout handling. Hide
3953         cursor in presentation after timeout. Fix for the bugs
3954         #136359 and #336981.
3955
3956 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * backend/ev-link-action.[ch]:
3959         * pdf/ev-poppler.cc: (ev_link_from_action):
3960         * shell/ev-view-private.h:
3961         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3962         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3963
3964         Add support for Named Action links
3965
3966 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * backend/Makefile.am:
3969         * backend/ev-document-links.[ch]:
3970         * backend/ev-document.[ch]:
3971         * backend/ev-link-action.[ch]:
3972         * backend/ev-link-dest.[ch]:
3973         * backend/ev-link.[ch]:
3974         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3975         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3976         * shell/ev-page-action.c: (build_new_tree_cb):
3977         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3978         (links_page_num_func), (update_page_callback):
3979         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3980         (tip_from_link):
3981         * shell/ev-jobs.c:
3982         * shell/ev-window.[ch]: (ev_window_open_uri),
3983         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3984         * shell/ev-application.[ch]: (ev_application_open_window),
3985         (ev_application_open_uri):
3986
3987         Rework links system, it adds support for remote links now and it makes
3988         easier to add new kinds of actions and destinations. Fixes bug #317292
3989
3990 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * data/Makefile.am:
3993         * data/evince.png:
3994         * data/evince-16.png:
3995         * data/evince-22.png:
3996         * data/evince.svg:
3997         * shell/main.c: (main):
3998         
3999         Evince use it's own icon. Fix for the bug #313392.
4000
4001         * shell/ev-window.c: (fullscreen_timeout_cb),
4002         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4003         (ev_window_cmd_help_about), (ev_window_dispose):
4004         
4005         Simplify fullscreen timeout code.
4006
4007 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4008
4009         * backend/ev-attachment.c: 
4010         * shell/ev-attachment-bar.c:
4011         * shell/ev-window.c:
4012
4013         Allow multiple selection of attachments
4014
4015 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * shell/ev-view.c: (view_update_range_and_current_page),
4018         (ev_view_scroll):
4019         
4020         Fix for the bug #312573 – Optimal selection of current 
4021         page among visible pages.
4022
4023 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4024
4025         * configure.ac:
4026         * djvu/Makefile.am:
4027         * djvu/djvu-text.h:
4028         
4029         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4030         for the bug 339868.
4031
4032 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4033
4034         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4035
4036 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4037
4038         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4039         dictated by the GNOME HIG. Fixes bug #339235.
4040
4041 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4042
4043         * data/evince-ui.xml:
4044         * shell/ev-view.c: (ev_view_can_find_previous):
4045         * shell/ev-view.h:
4046         * shell/ev-window.c: (ev_window_update_actions),
4047         (ev_window_cmd_edit_find_previous):
4048
4049         Add support for "Find Previous" as dictated by the GNOME HIG. A
4050         menu item is added and some glue code to make it all work is added
4051         to various files.
4052
4053 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4054
4055         * configure.ac: Award myself the "useless use of cat" award.
4056
4057 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4058
4059         * po/LINGUAS: New file listing all supported languages.
4060
4061         * configure.in: Use po/LINGUAS instead of including all languages
4062         directly in this file. See the wiki for more information:
4063         http://live.gnome.org/GnomeGoals/PoLinguas
4064
4065 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * backend/ev-document-factory.c:
4068
4069         Do not load the document twice when there isn't errors
4070
4071 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * backend/ev-attachment.c: 
4074
4075         Fix a crash when there isn't a default application to open an
4076         attachment
4077
4078 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * backend/ev-attachment.[ch]:
4081         * shell/ev-attachment-bar.[ch]:
4082
4083         Added missing files. 
4084
4085 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * backend/Makefile.am:
4088         * data/evince-ui.xml:
4089         * backend/ev-attachment.[ch]:
4090         * backend/ev-document.[ch]: (ev_document_has_attachments),
4091         (ev_document_get_attachments):
4092         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4093         (attachment_save_to_buffer), (pdf_document_get_attachments),
4094         (pdf_document_document_iface_init):
4095         * shell/Makefile.am:
4096         * shell/ev-attachment-bar.[ch]:
4097         * shell/ev-window.c:
4098
4099         Add support for PDF attachments. Fixes bug #325143
4100
4101 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4102
4103         * backend/ev-document-factory.c: (get_document_from_uri),
4104         (ev_document_factory_get_document):
4105         * backend/ev-document-factory.h:
4106         * properties/ev-properties-main.c: (ev_properties_get_pages):
4107         * shell/Makefile.am:
4108         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4109         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4110         (ev_job_queue_remove_job):
4111         * shell/ev-job-queue.h:
4112         * shell/ev-job-xfer.c:
4113         * shell/ev-job-xfer.h:
4114         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4115         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4116         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4117         (ev_job_xfer_run):
4118         * shell/ev-jobs.h:
4119         * shell/ev-window.c: (ev_window_is_empty),
4120         (password_dialog_response), (ev_window_clear_xfer_job),
4121         (ev_window_xfer_job_cb), (ev_window_open_uri),
4122         (ev_window_cmd_focus_page_selector),
4123         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4124         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4125         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4126         (ev_window_dispose):
4127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4128         
4129         * Cleanup mime type detection on document load. Fix for the
4130         bug #336448.
4131
4132 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4133
4134         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4135         
4136         Fix crash on exit, described in the bug #336825.
4137
4138 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * backend/ev-document-factory.c:
4141         (ev_document_factory_get_from_mime),
4142         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4143         (ev_document_factory_get_document),
4144         (file_filter_add_mime_list_and_free),
4145         (ev_document_factory_add_filters):
4146         * backend/ev-document-factory.h:
4147         * properties/ev-properties-main.c: (ev_properties_get_pages):
4148         * shell/Makefile.am:
4149         * shell/ev-application.c:
4150         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4151         * shell/ev-window.c: (ev_window_cmd_file_open),
4152         (ev_window_cmd_save_as):
4153         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4154         
4155         Rework factory functions so they are placed now in a single 
4156         file ev-document-factory.c
4157
4158 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * shell/ev-window.c: (update_chrome_visibility):
4161         
4162         Fix for the bug 166566 - don't show menubar in fullscreen
4163         mode.
4164
4165 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4166
4167         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4168
4169 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4170
4171         * shell/ev-view.c: (ev_view_expose_event):
4172         
4173         More correctly draw loading text when document
4174         is empty.
4175
4176 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4177
4178         * shell/ev-view.c: (ev_view_scroll):
4179         
4180         Fix for the bug #334854, page down and page up switch
4181         pages in presentation mode.
4182
4183 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4184
4185         * shell/ev-window.c: (ev_window_set_action_sensitive),
4186         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4187         (ev_window_set_view_accels_sensitivity),
4188         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4189         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4190         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4191         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4192         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4193         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4194         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4195         (view_actions_focus_in_cb), (ev_window_init):
4196         
4197         Fix for the bug #333902, now it's possible to search
4198         words with slash.
4199
4200 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4201
4202         * configure.ac: Added Breton translation.
4203         * po/br.po: Added Breton translation.
4204
4205 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-window-title (ev_window_title_update):
4208
4209         Fix memory leak in window title. Fixes bug #333944
4210
4211 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-metadata-manager.c (parseItem):
4214
4215         Fix memory leaks. Fixes bug #333945
4216
4217 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4218         
4219         * NEWS, configure.ac, TODO:
4220         
4221         Update for release 0.5.2.
4222
4223 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * shell/ev-view.c: (view_update_range_and_current_page),
4226         (page_changed_cb):
4227         
4228         Don't jump on scrolling, fix for the bug #333127.
4229
4230 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4231
4232         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4233         
4234         Scroll by one page in presentation mode. Fix for the bug
4235         #332993.
4236
4237 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4238
4239         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4240
4241 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4242
4243         * configure.ac  Added lv in ALL_LINGUAS line.
4244
4245 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4246         
4247         * NEWS, configure.ac:
4248         
4249         Update for release 0.5.1
4250
4251 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4252
4253         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4254         * backend/ev-document-misc.h:
4255         * shell/ev-view.c: (draw_one_page):
4256         
4257          Clairfy what page the toolbar page number applies to. Fix
4258          for the bug #328102.
4259
4260 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4261
4262         * shell/ev-view-private.h:
4263         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4264         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4265         (ev_view_search_changed):
4266         * shell/ev-view.h:
4267         * shell/ev-window.c: (find_bar_search_changed_cb):
4268         
4269         Dont't jump to find result if window was scrolled during search.
4270         Fix for the bug #313266.
4271
4272 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4273
4274         * shell/eggfindbar.c: (egg_find_bar_class_init):
4275         * shell/eggfindbar.h:
4276         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4277         * shell/ev-view-private.h:
4278         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4279         (ev_view_class_init), (ev_sizing_mode_get_type),
4280         (ev_scroll_type_get_type):
4281         * shell/ev-view.h:
4282         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4283         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4284         (ev_window_init):
4285         
4286         Fix for the bug 319133 - Find entry should allow text scroll.
4287
4288 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4289
4290         * shell/ev-view-private.h:
4291         * shell/ev-view.c: (view_update_range_and_current_page),
4292         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4293         (ev_view_set_document), (update_find_status_message),
4294         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4295         (ev_view_find_previous):
4296         
4297         Fix for the bug #319137. Search now takes account for scrolling.
4298
4299 2006-02-19  Michael Hofmann <mh21@piware.de>
4300
4301         * configure.ac:
4302         * djvu/Makefile.am:
4303         * djvu/djvu-document-private.h:
4304         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4305         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4306         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4307         (djvu_document_can_get_text), (djvu_document_get_text),
4308         (djvu_document_document_iface_init),
4309         (djvu_document_thumbnails_get_thumbnail),
4310         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4311         (djvu_document_find_get_result),
4312         (djvu_document_find_page_has_results),
4313         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4314         (djvu_document_find_iface_init):
4315         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4316         (djvu_text_page_selection), (djvu_text_page_limits_process),
4317         (djvu_text_page_limits), (djvu_text_page_copy),
4318         (djvu_text_page_position), (djvu_text_page_union),
4319         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4320         (djvu_text_page_box), (djvu_text_page_append_text),
4321         (djvu_text_page_search), (djvu_text_page_prepare_search),
4322         (djvu_text_page_new), (djvu_text_page_free):
4323         * djvu/djvu-text-page.h:
4324         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4325         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4326         (djvu_text_n_results), (djvu_text_has_results),
4327         (djvu_text_get_result), (djvu_text_get_progress):
4328         * djvu/djvu-text.h:
4329         
4330         Text search in djvu. Fix for the bug #303415.
4331
4332 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * configure.ac:
4335         * shell/ev-window.c: (ev_window_cmd_save_as):
4336         
4337         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4338         Thanks to Gary Coady <gary@lyranthe.org>
4339
4340 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4341
4342         * shell/ev-print-job.c: (idle_print_handler):
4343         
4344         Inverse order printing, bug #320919.
4345
4346 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * data/evince-toolbar.xml:
4349         * shell/ev-window.c:
4350         
4351         Allow to add sidebar checkbutton on toolbar. Fix
4352         for the bug #144577.
4353
4354 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4357         
4358         Add checks that have sense for empty ps document.
4359
4360 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4361
4362         * configure.ac: Include PS in mime types list. 
4363
4364 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * configure.ac:
4367         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4368         * ps/gsdefaults.h:
4369         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4370         
4371         Runtime check for gs interpreter. Fix for the bug #320868.
4372         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4373
4374 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * shell/ev-application.c: 
4377
4378         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4379         dbus>=0.60, so that the request is not queued. 
4380
4381 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4382
4383         * configure.ac:
4384         * shell/Makefile.am:
4385         * shell/ev-sidebar-links.c: (print_section_cb):
4386         * shell/ev-utils.c:
4387         * shell/ev-utils.h:
4388         * shell/ev-window.c: (update_action_sensitivity),
4389         (ev_window_close_dialogs), (ev_window_print):
4390         * shell/ev-window.h:
4391         
4392         Make printing support optional. Patch from Eduardo de Barros Lima
4393         <eduardo.lima@indt.org.br> for the bug #330546.
4394
4395 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * shell/ev-view-private.h:
4398         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4399         (ev_view_set_document):
4400         * shell/ev-view.h:
4401         * shell/ev-window.c: (ev_window_load_job_cb),
4402         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4403         (ev_window_init):
4404
4405         Draw Loading message during xfer job. Fix for the bug #329495.
4406
4407 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4408
4409         * comics/comics-document.c: (comics_regex_quote),
4410         (comics_document_load), (extract_argv):
4411         
4412         Correcly quote regexp before passing it to unzip.
4413
4414 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * shell/ev-page-cache.c: (build_height_to_page),
4417         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4418         (ev_page_cache_get_dual_even_left):
4419         * shell/ev-page-cache.h:
4420         * shell/ev-view.c: (view_update_range_and_current_page),
4421         (get_page_y_offset), (get_page_extents):
4422         
4423         Place even pages to the left if document has less then
4424         two pages. Fix for the bug #328856.
4425
4426 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4427
4428         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4429         
4430         Correct comics scheme. This make evince create thumbnails
4431         for comic books. Fix for the bug 329088.
4432
4433 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4434
4435         * data/evince-password.glade: Don't explicitly set
4436         invisible_char to the current default value in case
4437         the default changes; let GTK+ do its magic.
4438
4439 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4442         real filename to tmp filename since often document
4443         type is determined by extension.
4444
4445 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4446
4447         * shell/ev-view.c: (add_scroll_binding_keypad),
4448         (ev_view_binding_activated), (ev_view_class_init):
4449         
4450         Add keybindings for percision-scrolling of display area. 
4451         Fix for the bug #314072.
4452
4453 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4454
4455         * data/evince.desktop.in.in:
4456         
4457         Add GTK to the list of categories. Fix for the bug #328034.
4458
4459 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/ev-application.c: (ev_application_shutdown),
4462         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4463         * shell/ev-application.h:
4464         * shell/ev-window.c: (file_open_dialog_response_cb),
4465         (ev_window_cmd_file_open):
4466         
4467         Save last uri in file chooser dialog. Fix for the bug #327950.
4468
4469 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * NEWS:
4472         * README:
4473         
4474         Final update for release 0.5.0
4475         
4476         * shell/Makefile.am:
4477         
4478         Remove disable deprecated until we'll require libgnome-2.13.7
4479         and port to GOption argument parsing. See bug 327518.
4480
4481 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4482
4483         * comics/comics-document.c: (comics_document_save):
4484         * djvu/djvu-document.c: (djvu_document_save):
4485         * dvi/dvi-document.c: (dvi_document_save):
4486         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4487         * lib/ev-file-helpers.h:
4488         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4489         * tiff/tiff-document.c: (tiff_document_save):
4490         
4491         Use common save function for backends.
4492
4493 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4494
4495         * backend/ev-document-types.c:
4496         
4497         Fix crash on saving pixbuf.
4498
4499 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4500
4501         * cut-n-paste/recent-files/egg-recent-item.c:
4502         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4503         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4504         (parse_info_free), (valid_element), (start_element_handler),
4505         (end_element_handler), (text_handler), (egg_recent_model_filter),
4506         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4507         (egg_recent_model_monitor), (egg_recent_model_read),
4508         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4509         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4510         (egg_recent_model_set_property), (egg_recent_model_class_init),
4511         (egg_recent_model_init), (egg_recent_model_add_full),
4512         (egg_recent_model_delete), (egg_recent_model_get_list),
4513         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4514         (egg_recent_model_set_filter_mime_types),
4515         (egg_recent_model_clear_group_filter),
4516         (egg_recent_model_set_filter_groups),
4517         (egg_recent_model_clear_scheme_filter),
4518         (egg_recent_model_set_filter_uri_schemes),
4519         (egg_recent_model_remove_expired):
4520         * cut-n-paste/recent-files/egg-recent-util.c:
4521         (egg_recent_util_get_icon):
4522         * cut-n-paste/recent-files/egg-recent-util.h:
4523         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4524         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4525         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4526         (egg_recent_view_uimanager_set_property),
4527         (egg_recent_view_uimanager_get_property),
4528         (egg_recent_view_uimanager_class_init),
4529         (egg_recent_view_uimanager_init),
4530         (egg_recent_view_uimanager_set_label_width),
4531         (egg_recent_view_uimanager_get_label_width):
4532         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4533         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4534         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4535         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4536         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4537         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4538         
4539         Update from libegg.
4540
4541 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-page-cache.c: (build_height_to_page),
4544         (ev_page_cache_get_height_to_page):
4545         * shell/ev-page-cache.h:
4546         * shell/ev-view.c: (view_update_range_and_current_page),
4547         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4548         (ev_view_previous_page):
4549         
4550         Dual mode places even pages to the left. Fix for the bug #309393.
4551
4552         * shell/ev-view.h:
4553         * shell/ev-window.c: (update_action_sensitivity),
4554         (setup_view_from_metadata), (view_menu_popup_cb):
4555         
4556         Don't restore presentation in empty windows, more intelligent
4557         next page behaviour in dual mode.
4558
4559         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4560         (ev_pixbuf_cache_clear_job_sizes):
4561         
4562         Cleanup job callback on removal. Fix for the bug #325886.
4563
4564 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4565
4566         * ps/ps.c: (psscan):
4567         
4568         Commit workaround Mozilla problem. Fix for the bug #325919
4569         
4570         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4571         (save_item):
4572         
4573         Fix for year 2038 problem.
4574
4575 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4576
4577         * shell/ev-window.c: (setup_document_from_metadata),
4578         (ev_window_cmd_view_reload):
4579
4580         Clamp page recieved from metadata in valid values. Fix
4581         for the bug #325986.
4582
4583 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4584
4585         * MAINTAINERS: 
4586         Add MAINTAINERS as requested on desktop-devel-list.
4587
4588 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4591         (mime_type_supported_by_gdk_pixbuf),
4592         (ev_document_factory_get_mime_types),
4593         (ev_document_factory_get_all_mime_types):
4594         
4595         Don't add pixbuf mime types if pixbuf backend is disabled.
4596         
4597         * shell/ev-application.c: (ev_application_get_uri_window):
4598         
4599         Fix for the bug 325815 - unhandled MIME type message doesn't 
4600         appear a second time. 
4601         
4602         * shell/ev-document-types.c: (ev_document_types_add_filters):
4603         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4604         (password_dialog_response), (ev_window_popup_password_dialog),
4605         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4606         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4607         (ev_window_run_presentation), (ev_window_stop_presentation),
4608         (save_sizing_mode), (ev_window_zoom_changed_cb),
4609         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4610         (ev_window_dual_mode_changed_cb),
4611         (ev_window_sidebar_current_page_changed_cb),
4612         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4613         (window_state_event_cb), (window_configure_event_cb):
4614         
4615         Cleanup additional uris holded by EvWindow.
4616
4617 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4618
4619         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4620         (ev_view_can_previous_page), (ev_view_can_next_page):
4621         * shell/ev-view.h:
4622         * shell/ev-window.c: (update_action_sensitivity):
4623         
4624         Two page scrolling with Space and PageUp in dual mode. Second fix 
4625         for the bug #316608.
4626
4627 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * shell/ev-view.c: (scroll_to_current_page):
4630         
4631         Correctly clamp adjustment value. Fix for the bug
4632         #325808.
4633
4634 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * shell/ev-sidebar-links.c: (print_section_cb):
4637         * shell/ev-window.c: (ev_window_get_uri),
4638         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4639         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4640         (ev_window_dispose):
4641         
4642         Make print dialog non-modal. Fix for the bug #325622.
4643
4644 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4645
4646         * shell/ev-metadata-manager.c:
4647         * shell/ev-utils.c: (using_pdf_printer),
4648         (using_postscript_printer), (load_print_config_from_file),
4649         (save_print_config_to_file):
4650         * shell/ev-utils.h:
4651         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4652         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4653         (setup_view_from_metadata), (ev_window_setup_document),
4654         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4655         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4656         (ev_window_run_presentation), (ev_window_stop_presentation),
4657         (save_sizing_mode), (ev_window_zoom_changed_cb),
4658         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4659         (ev_window_dual_mode_changed_cb),
4660         (ev_window_sidebar_current_page_changed_cb),
4661         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4662         (window_state_event_cb), (window_configure_event_cb),
4663         (ev_window_init):
4664         
4665         Setting saving behaviour fixes.
4666
4667 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4668
4669         * configure.ac:
4670         
4671         Make antialiasing gs options better and allow
4672         to change them during configure. Fix for the 
4673         bug #319049.
4674
4675 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4676
4677         * shell/ev-window.c: (setup_view_from_metadata):
4678         
4679         Remember if last window was maximized. Fix for the
4680         bug #323797.
4681
4682 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4683
4684         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4685
4686 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4687
4688         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4689         * shell/ev-page-action.c: (build_new_tree_cb):
4690         * shell/ev-sidebar-links.c: (links_page_num_func),
4691         (update_page_callback_foreach), (update_page_callback):
4692         * shell/ev-view.c: (scroll_to_current_page):
4693         
4694         Fix for the bug #325067 with more intelligent selection
4695         of current link in sidebar. Make sidebar handle links
4696         of FITR-like type more correctly.
4697
4698         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4699         (dvi_pixbuf_put_pixel):
4700         
4701         Fix memory consumtion with disabled alpha channel.
4702
4703 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4704
4705         * data/evince-ui.xml:
4706         * shell/ev-window.c: (view_menu_popup_cb),
4707         (ev_popup_cmd_open_link), (ev_window_init):
4708         
4709         Update context menu for internal links. Fix for the bug
4710         #325066.
4711
4712 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4715         
4716         Bind context menu to keyboard also. Fix for the bug
4717         #325065.
4718
4719 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * shell/ev-view.c: (selection_scroll_timeout_cb):
4722         
4723         Horizontal scroll on selection also.
4724
4725 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * shell/ev-metadata-manager.c: (parse_value):
4728         * shell/ev-view.c: (goto_xyz_link):
4729         
4730         Correct zoom setup and metadata save broken in 
4731         some locales.
4732
4733 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * shell/ev-view-private.h:
4736         * shell/ev-view.c: (scroll_to_current_page),
4737         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4738         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4739         (page_changed_cb), (ev_view_set_continuous),
4740         (ev_view_set_dual_page), (ev_view_set_presentation):
4741         
4742         Delay scroll until allocation to correctly position page. Fix
4743         for the bug #317334.
4744
4745 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * NEWS:
4748         * configure.ac:
4749         
4750         Update NEWS and require poppler 0.5.0.
4751
4752 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4753         
4754         * data/evince-ui.xml:
4755         * shell/ev-view-private.h:
4756         * shell/ev-view.c: (ev_view_get_link_at_location),
4757         (handle_link_over_xy), (ev_view_button_press_event),
4758         (ev_view_button_release_event), (ev_view_class_init):
4759         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4760         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4761         (ev_window_init):
4762         
4763         Implement right-click context menu.
4764
4765 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4768         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4769         (mdvi_pixbuf_device_render):
4770         * pdf/ev-poppler.cc:
4771
4772         Don't generate thumbnails with alpha. See bug #324077.
4773         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4774
4775 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * shell/ev-window.c: (setup_chrome_from_metadata):
4778         
4779         Fix typo that was hiding toolbar.
4780
4781 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4782
4783         * shell/ev-view-private.h:
4784         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4785         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4786         (ev_view_button_release_event), (ev_view_destroy):
4787         
4788         Small cleanup and autoscrolling during selection. Thanks to 
4789         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4790
4791 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4792
4793         * configure.ac:
4794         
4795         Correctly check for comics option.
4796
4797 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4798         * Makefile.am:
4799         * configure.ac:
4800         * backend/Makefile.am:
4801         * backend/ev-document-factory.c:
4802         * shell/ev-document-types.c:
4803
4804         Included option in configure to make ps backend 
4805         compilation optional with --disable-ps.
4806
4807 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * backend/ev-document-factory.c:
4810         * comics/Makefile.am:
4811         * comics/comics-document.c: (comics_document_load):
4812         * comics/ev-cbr-mime.xml:
4813         * configure.ac:
4814         
4815         Comics mime types are added to shared-mime-info CVS. Now
4816         we don't need to install our own mime types.
4817
4818 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4819
4820         * shell/ev-window.c:
4821         
4822         Add shortcut for "save a copy" menu entry. Fix for
4823         the bug #324582.
4824
4825 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4826
4827         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4828         (job_finished_cb), (new_selection_pixbuf_needed),
4829         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4830         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4831         
4832         Rework selection job info logic and fix critical warning.
4833
4834 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4835
4836         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4837
4838 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4839
4840         * data/evince-ui.xml:
4841         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4842         
4843         Enter as shortcut key for next page. Fix for the bug
4844         #321394.
4845
4846 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4847
4848         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4849
4850 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4853         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4854         (new_selection_pixbuf_needed),
4855         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4856         (clear_job_selection):
4857         
4858         Too early for 0.5. Pixbuf cache code cleaned a bit.
4859
4860 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * NEWS:
4863         * configure.ac:
4864         
4865         Release 0.5.0 preparation
4866
4867 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * comics/Makefile.am:
4870         * configure.ac:
4871         * shell/ev-document-types.c: (ev_document_types_add_filters):
4872         
4873         More advanced handling of custom mime type installation.
4874
4875 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * data/evince.schemas.in:
4878         * shell/ev-metadata-manager.c: (value_free),
4879         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4880         (ev_metadata_manager_get), (ev_metadata_manager_set):
4881         * shell/ev-metadata-manager.h:
4882         * shell/ev-window.c: (update_chrome_flag),
4883         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4884         (setup_document_from_metadata), (setup_chrome_from_metadata),
4885         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4886         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4887         (ev_window_view_toolbar_cb),
4888         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4889         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4890         
4891         Save last document settings and reuse them for new documents.
4892
4893 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * Makefile.am:
4896         * backend/Makefile.am:
4897         * backend/ev-document-factory.c:
4898         * backend/ev-document-factory.h:
4899         * comics/Makefile.am:
4900         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4901         (comics_document_load), (comics_document_save),
4902         (comics_document_get_n_pages), (comics_document_get_page_size),
4903         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4904         (comics_document_class_init), (comics_document_can_get_text),
4905         (comics_document_get_info), (comics_document_document_iface_init),
4906         (comics_document_init), (get_supported_image_extensions),
4907         (comics_document_thumbnails_get_geometry),
4908         (comics_document_thumbnails_get_thumbnail),
4909         (comics_document_thumbnails_get_dimensions),
4910         (comics_document_document_thumbnails_iface_init), (extract_argv):
4911         * comics/comics-document.h:
4912         * comics/ev-cbr-mime.xml:
4913         * configure.ac:
4914         * po/POTFILES.in:
4915         * shell/ev-application.c: (ev_application_register_service):
4916         * shell/ev-document-types.c: (ev_document_types_add_filters):
4917         * thumbnailer/Makefile.am:
4918         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4919         
4920         New CBR/CBZ backend for comic books.
4921
4922 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * shell/main.c: (load_files_remote):
4925
4926         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4927         warning on startup of second instance is fixed. It
4928         is bug #320353.
4929
4930 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * shell/ev-window.c: (ev_window_finalize):
4933         
4934         Fix double free that cause crash.
4935
4936 2005-10-29  Bastien Nocera <hadess@hadess.net>
4937
4938         * tiff/tiff-document.c: (tiff_document_load):
4939         
4940         Fix memory leak.
4941
4942 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * po/POTFILES.in:
4945         * shell/Makefile.am:
4946         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4947         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4948         (ev_view_accessible_get_text),
4949         (ev_view_accessible_get_character_at_offset),
4950         (ev_view_accessible_get_text_before_offset),
4951         (ev_view_accessible_get_text_at_offset),
4952         (ev_view_accessible_get_text_after_offset),
4953         (ev_view_accessible_get_character_count),
4954         (ev_view_accessible_get_caret_offset),
4955         (ev_view_accessible_set_caret_offset),
4956         (ev_view_accessible_get_run_attributes),
4957         (ev_view_accessible_get_default_attributes),
4958         (ev_view_accessible_get_character_extents),
4959         (ev_view_accessible_get_offset_at_point),
4960         (ev_view_accessible_get_n_selections),
4961         (ev_view_accessible_get_selection),
4962         (ev_view_accessible_add_selection),
4963         (ev_view_accessible_remove_selection),
4964         (ev_view_accessible_set_selection),
4965         (ev_view_accessible_text_iface_init),
4966         (ev_view_accessible_idle_do_action),
4967         (ev_view_accessible_action_do_action),
4968         (ev_view_accessible_action_get_n_actions),
4969         (ev_view_accessible_action_get_description),
4970         (ev_view_accessible_action_get_name),
4971         (ev_view_accessible_action_set_description),
4972         (ev_view_accessible_action_iface_init),
4973         (ev_view_accessible_get_type), (ev_view_accessible_new),
4974         (ev_view_accessible_factory_get_accessible_type),
4975         (ev_view_accessible_factory_create_accessible),
4976         (ev_view_accessible_factory_class_init),
4977         (ev_view_accessible_factory_get_type):
4978         * shell/ev-view-accessible.h:
4979         * shell/ev-view-private.h:
4980         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4981         * shell/ev-view.h:
4982         
4983         Initial accessibility support.
4984
4985 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4986
4987         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4988
4989 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4990
4991         * shell/ev-print-job.c: (idle_print_handler):
4992         
4993         Fix for bug Bug 318916: Printing multiple pages.
4994
4995 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4996
4997         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4998
4999 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * pdf/ev-poppler.cc:
5002         
5003         Thumnail dimensions unified with other backends.
5004         
5005         * shell/ev-window-title.c: (ev_window_title_update):
5006         
5007         Fix warning.
5008
5009 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * data/ev-stock-zoom-fit-width.png:
5012         
5013         Remove unused file.
5014
5015 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * configure.ac:
5018         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5019         (djvu_document_finalize):
5020         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5021         (dvi_document_finalize):
5022         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5023         (pixbuf_document_save), (pixbuf_document_finalize):
5024         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5025         (tiff_document_finalize):
5026         
5027         Save a copy implemented for various backends.
5028
5029 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5030
5031         * configure.ac:
5032         
5033         Don't link with ltiff if tiff is disabled.
5034
5035 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * pdf/GDKSplashOutputDev.cc:
5038         * pdf/GDKSplashOutputDev.h:
5039         * pdf/Thumb.cc:
5040         * pdf/Thumb.h:
5041         * pdf/pdf-document.cc:
5042         * pdf/pdf-document.h:
5043         * pdf/test-gdk-output-dev.cc:
5044         
5045         Remove old unused files.
5046
5047 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * shell/ev-window.c: (ev_window_setup_document):
5050         
5051         Fixed warnings on reload and probably crash reason.
5052
5053 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5054
5055         * properties/ev-properties-view.c:
5056         (ev_properties_view_format_date):
5057         
5058         Check if date is invalid. Fix for bug 318134.
5059
5060 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5061
5062         * shell/ev-window-title.c:
5063         
5064         Add .indd files (Adobe Indesign) to the list of "bad
5065         extensions".
5066
5067 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5068
5069         * data/evince-ui.xml:
5070         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5071         
5072         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5073
5074 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5075
5076         * shell/ev-window.c: (launch_link), (launch_external_uri),
5077         (view_external_link_cb):
5078
5079         URL-escape link before passing it to gnome_vfs_url_show.
5080
5081 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5082
5083         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5084         there isn't text selected.
5085
5086 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5087
5088         * shell/ev-view.c: (handle_link_over_xy):
5089
5090         Check tooltip is valid utf8 before showing it
5091
5092 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5095
5096 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5097
5098         * shell/ev-window-title.c: (ev_window_title_update):
5099
5100         Guard against using g_strstrip on NULL. Fixes bug #317291.
5101
5102 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5103
5104         * pdf/ev-poppler.cc:
5105
5106         Show title even for unknown links
5107
5108 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5109
5110         * shell/ev-window-title.c: (ev_window_title_update):
5111
5112         Strip the title string
5113
5114 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5115
5116         * shell/ev-window-title.c:
5117
5118         Add .rtf to the bad extensions list
5119
5120 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5121
5122         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5123         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5124
5125         Ignore link coordinates if they are outside page bounds
5126
5127 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5128
5129         * backend/ev-link.c: (ev_link_type_get_type),
5130         (ev_link_get_filename), (ev_link_get_params),
5131         (ev_link_get_property), (ev_link_set_property),
5132         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5133         * backend/ev-link.h:
5134         * pdf/ev-poppler.cc:
5135         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5136         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5137         (ev_window_init):
5138
5139         Implement launch links. Delegate external link opening to
5140         the window.
5141
5142 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5143
5144         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5145         (ev_link_get_right), (ev_link_get_property),
5146         (ev_link_set_property), (ev_link_class_init),
5147         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5148         * backend/ev-link.h:
5149         * pdf/ev-poppler.cc:
5150         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5151
5152         Implement fitr links
5153
5154 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5155
5156         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5157         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5158         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5159         (ev_view_size_request_continuous),
5160         (ev_view_size_request_dual_page),
5161         (ev_view_size_request_single_page), (ev_view_size_allocate),
5162         (ev_view_zoom_for_size_continuous_and_dual_page),
5163         (ev_view_zoom_for_size_continuous),
5164         (ev_view_zoom_for_size_dual_page),
5165         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5166         (ev_sizing_mode_get_type):
5167         * shell/ev-view.h:
5168         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5169
5170         Do not use modes for link, we need to calculate size ad hoc.
5171         Still not perfect because of the usual scrollbar issues grrr.
5172
5173 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5174
5175         * backend/ev-link.c: (ev_link_type_get_type),
5176         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5177         * backend/ev-link.h:
5178         * pdf/ev-poppler.cc:
5179         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5180         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5181         (ev_view_size_request_continuous),
5182         (ev_view_size_request_dual_page),
5183         (ev_view_size_request_single_page), (ev_view_size_allocate),
5184         (zoom_for_size_fit_height),
5185         (ev_view_zoom_for_size_continuous_and_dual_page),
5186         (ev_view_zoom_for_size_continuous),
5187         (ev_view_zoom_for_size_dual_page),
5188         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5189         (ev_sizing_mode_get_type):
5190         * shell/ev-view.h:
5191         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5192
5193         Implement FIT_HEIGHT mode (only for links).
5194         Implement FITH links
5195
5196 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5197
5198         * shell/ev-window-title.c: (get_filename_from_uri),
5199         (ev_window_title_sanitize_extension), (ev_window_title_update),
5200         (ev_window_title_set_document), (ev_window_title_set_uri),
5201         (ev_window_title_free):
5202         * shell/ev-window-title.h:
5203         * shell/ev-window.c: (ev_window_setup_document),
5204         (ev_window_popup_password_dialog):
5205
5206         Refactor window title building while fixing it for
5207         password documents.
5208
5209 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5210
5211         * pdf/ev-poppler.cc:
5212
5213         Escape link title before setting it in the model
5214
5215 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5216
5217         * shell/ev-application.c: (removed_from_session), (save_session),
5218         (init_session), (ev_application_get_empty_window),
5219         (ev_application_init), (ev_application_get_windows):
5220         * shell/ev-application.h:
5221         * shell/ev-window.c: (ev_window_finalize):
5222
5223         Add a function to retrieve window list and share it where
5224         necessary.
5225         Implement session handling, works pretty well thanks to the
5226         metadata system.
5227
5228 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * shell/ev-password.c: (ev_password_item_created_callback),
5231         (ev_password_dialog_save_password):
5232         
5233         Fix for bug 316972. Use async gnome-keyring API.
5234
5235 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5236
5237         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5238         Remove unused unrealize handler. Add scroll handling to
5239         ev_view_scroll_event for presentation mode (bug #316708),
5240         and fix the event state checks there.
5241
5242 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5243
5244         * shell/ev-page-action.c: (page_changed_cb):
5245
5246         "marco, maybe we should be crazy and jump right to 6! :)"
5247
5248         Bryan Clark, Sep 2005
5249
5250 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5251
5252         * ps/ps-document.c: (save_document), (ps_document_save),
5253         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5254         (ps_document_ps_export_end):
5255
5256         Fix unstructured documents save and print
5257
5258 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5259
5260         * shell/ev-application.c: (ev_application_open_uri):
5261
5262         Fix window size persistance
5263
5264 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5265
5266         * shell/ev-view.c: (ev_view_button_release_event):
5267
5268         Based on a patch from carlosgc@gnome.org. Mouse buttons
5269         switch pages in presentation mode.
5270
5271 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5272
5273         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5274
5275         Dont cast to int before scaling
5276
5277 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5278
5279         * backend/ev-link.c: (ev_link_type_get_type),
5280         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5281         (ev_link_new_page_fith):
5282         * backend/ev-link.h:
5283         * pdf/ev-poppler.cc:
5284         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5285
5286         Implement FIT and FITH links
5287
5288 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5289
5290         * pdf/ev-poppler.cc:
5291
5292         Return 0 results when search is not in progress.
5293
5294         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5295         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5296
5297         Update menu sensitivity when cancelling search
5298
5299 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5300
5301         * shell/ev-view.c: (ev_view_can_find_next):
5302
5303         Take all pages in consideration, not just current one
5304
5305 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5306
5307         * shell/ev-page-cache.c:
5308         * shell/ev-page-cache.h:
5309         * shell/ev-view.c: (ev_view_binding_activated),
5310         (ev_view_next_page), (ev_view_previous_page),
5311         (ev_sizing_mode_get_type):
5312         * shell/ev-view.h:
5313         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5314         (ev_window_cmd_go_next_page):
5315
5316         Move page next/previous functions from page chace to
5317         view and change it to move by 2 page steps in dual mode.
5318
5319 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5320
5321         * shell/ev-window.c: (update_sidebar_visibility),
5322         (setup_sidebar_from_metadata), (ev_window_setup_document),
5323         (setup_view_from_metadata):
5324
5325         Show the index by default when there is one     
5326
5327 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5328
5329         * shell/ev-window-title.c: (ev_window_title_set_document):
5330
5331         Missing null check
5332
5333 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * shell/ev-view.c: (view_update_range_and_current_page):
5336         
5337         Allow display of last odd page in dual view. Fix for 316347.
5338
5339 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5340
5341         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5342         
5343         Make close button default. Fix for 316383.
5344
5345 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5348         
5349         Mark close button as default. Fix for 316381.
5350
5351 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5352
5353         * backend/ev-link.c: (ev_link_class_init):
5354
5355         Allow negative doubles in left/top properties
5356
5357 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5358
5359         * shell/ev-window.c:
5360
5361         Remove a bunch of strings that was used only
5362         by the statusbar.
5363
5364 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5365
5366         * shell/ev-window-title.c: (get_filename_from_uri),
5367         (ev_window_title_set_document):
5368
5369         When title has a confusing extension, show also
5370         the document filename inside ()
5371
5372 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5373
5374         * shell/Makefile.am:
5375         * shell/ev-window-title.c: (ev_window_title_new),
5376         (ev_window_title_update), (ev_window_title_set_type),
5377         (ev_window_title_set_document), (ev_window_title_free):
5378         * shell/ev-window-title.h:
5379         * shell/ev-window.c: (ev_window_setup_document),
5380         (password_dialog_response), (ev_window_popup_password_dialog),
5381         (ev_window_dispose), (ev_window_init):
5382
5383         Factor out and cleanup window title code
5384
5385 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5386
5387         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5388         (unable_to_load):
5389
5390         Make dialog transient so it doesnt block other windows
5391
5392 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * pdf/ev-poppler.cc:
5395         
5396         Fix pdf thumbnails rendering.
5397
5398 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5399
5400         * shell/ev-window.c: (fullscreen_set_timeout):
5401         
5402         Increase timeout to hide full screen popup. Bug 
5403         316123. 
5404
5405 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * data/evince.schemas.in:
5408         * shell/ev-window.c: (update_action_sensitivity):
5409
5410         Allow the user to override document restrictions. Fix for bug
5411         305818.
5412
5413 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5414
5415         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5416         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5417         (ev_window_class_init): Fix multihead behaviour of fullscreen
5418         toolbar popup. Fixes bug #315451.
5419
5420 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * configure.ac:
5423         * data/evince-password.glade:
5424         * shell/ev-password.c: (ev_password_dialog_set_property),
5425         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5426         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5427         (ev_password_dialog_entry_changed_cb),
5428         (ev_password_dialog_entry_activated_cb),
5429         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5430         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5431         (ev_password_dialog_set_bad_pass):
5432         * shell/ev-password.h:
5433         * shell/ev-window.c: (password_dialog_response),
5434         (ev_window_popup_password_dialog):
5435         
5436         Support for gnome-keyring for encrypted PDF's.
5437
5438 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5439
5440         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5441         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5442         (ev_view_enter_notify_event), (ev_view_class_init):
5443         
5444         More precise handling of enter_notify/leave_notify events
5445         in EvView. Fix for bug 315470.
5446
5447 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5448
5449         * shell/ev-window.c: (fullscreen_timeout_cb),
5450         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5451         (ev_window_dispose):
5452
5453         leak fix: unref fullscreen_timeout_source before clearing it
5454
5455 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * configure.ac, dvi/mdvi/Makefile.am: 
5458         
5459         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5460
5461 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5462
5463         * backend/ev-link.c: (ev_link_new_page_xyz):
5464         * pdf/ev-poppler.cc:
5465         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5466
5467         Fix some bugs with xyz links, respect zoom
5468
5469 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5470
5471         * shell/ev-window.c: (page_changed_cb),
5472         (setup_document_from_metadata), (update_sidebar_visibility),
5473         (setup_view_from_metadata), (ev_window_run_fullscreen),
5474         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5475         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5476         (ev_window_dual_mode_changed_cb),
5477         (ev_window_sidebar_current_page_changed_cb):
5478
5479         null check uri before setting and getting metadata
5480
5481 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5482
5483         * dvi/Makefile.am:
5484         * properties/Makefile.am:
5485         * shell/Makefile.am:
5486         * thumbnailer/Makefile.am:
5487
5488         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5489
5490 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5491
5492         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5493         (selection_changed_callback):
5494         * shell/ev-sidebar-links.h:
5495
5496         Add a signal for link activation.
5497
5498         * shell/ev-view.c: (ev_view_goto_link),
5499         (ev_view_button_release_event):
5500         * shell/ev-view.h:
5501         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5502         (ev_window_init):
5503
5504         Implement the signal so that we can handle all link types.
5505
5506         * shell/ev-page-cache.c:
5507
5508         Remove unused set_link function
5509
5510 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5511
5512         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5513
5514         Add some space from the cursor, hardcoded but I couldnt
5515         find a better way.
5516
5517 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5518
5519         * lib/ev-tooltip.c:
5520
5521         Use mozilla style vs gtk style, way better for links.
5522
5523         * shell/ev-view.c: (ev_view_motion_notify_event),
5524         (ev_view_destroy), (ev_view_init):
5525
5526         Deactive tooltip when the link hovered is changed.
5527
5528 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5529
5530         * backend/ev-document.h:
5531         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5532         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5533         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5534         (ev_link_new_page), (ev_link_new_page_xyz):
5535         * backend/ev-link.h:
5536         * pdf/ev-poppler.cc:
5537         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5538         (go_to_link), (tip_from_link):
5539
5540         Implement xyz links, still not functional. Links are a total
5541         mess, will need to refactor and bugfix a lot :(
5542
5543 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5544
5545         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5546
5547 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5548
5549         * data/evince-ui.xml:
5550         * data/evince.schemas.in:
5551         * shell/Makefile.am:
5552         * shell/ev-window.c: (update_chrome_visibility),
5553         (password_dialog_response), (ev_window_load_job_cb),
5554         (ev_window_xfer_job_cb), (ev_window_open_uri),
5555         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5556         (ev_window_init):
5557
5558         Remove the statusbar. This regress loading feedback, need to
5559         check with Bryan what we want to do there...
5560
5561 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5562
5563         * lib/ev-tooltip.c: (ev_tooltip_init):
5564
5565         Fix tooltip border and size handling
5566
5567 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5568
5569         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5570         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5571         (ev_tooltip_timeout), (ev_tooltip_activate),
5572         (ev_tooltip_deactivate):
5573         * lib/ev-tooltip.h:
5574         * shell/ev-view.c: (ev_view_motion_notify_event):
5575
5576         Delay popup showing. Mirror gtk logic/times.
5577
5578 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5579
5580         * lib/Makefile.am:
5581         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5582         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5583         (ev_tooltip_set_text), (ev_tooltip_set_position):
5584         * lib/ev-tooltip.h:
5585
5586         Simple widget to show tooltips at a custom position
5587
5588         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5589         (ev_view_destroy):
5590
5591         Use it for links. First go, needs work
5592
5593 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5594
5595         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5596         HIG fixes.  Use title capitalization for window title. Use 12 
5597         pixels of space between the dialog's vbox and action area.
5598
5599 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5600
5601         * shell/ev-window.c: (file_open_dialog_response_cb),
5602         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5603         (ev_window_cmd_save_as):
5604
5605         Make file pickers not modal and refactor code some
5606
5607 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5608
5609         * shell/ev-sidebar.h:
5610         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5611         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5612         (ev_sidebar_class_init), (ev_sidebar_select_page),
5613         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5614         (ev_sidebar_set_page):
5615
5616         Add a current page property and allow to get/set it
5617
5618         * shell/ev-window.c: (setup_view_from_metadata),
5619         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5620
5621         Persist current sidebar page per document
5622
5623 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5624
5625         * data/evince.schemas.in:
5626         * shell/ev-window.c: (update_chrome_visibility),
5627         (setup_document_from_metadata), (update_sidebar_visibility),
5628         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5629         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5630         (ev_window_run_presentation), (ev_window_stop_presentation),
5631         (ev_window_view_sidebar_cb),
5632         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5633         (load_chrome), (ev_window_init):
5634
5635         Persist size/visibility of sidebar per document
5636
5637 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5638
5639         * shell/ev-view.c (draw_loading_text): Draw loading text.
5640
5641 2005-09-02  Dan Damian  <dand@gnome.ro>
5642
5643         * configure.in: Added "ro" to ALL_LINGUAS.
5644
5645 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5646
5647         * shell/ev-view.c: (clear_caches):
5648
5649         ev_page_cache_get doesnt return a reference,
5650         dont try to unref it.
5651
5652 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5653
5654         * shell/main.c: (load_files_remote):
5655
5656         Fix timestamp parameter with dbus <= 0.33
5657
5658 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5659
5660         * data/evince.schemas.in:
5661
5662         Add missing full stop
5663
5664 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5665
5666         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5667         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5668
5669         Plug some memory leaks
5670
5671 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5672
5673         * configure.ac:
5674         * lib/ev-debug.c: (trap_handler):
5675
5676         Check for execinfo.h and use it only if it exists.
5677         Ported from Epiphany (bug #314776).
5678
5679 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5680
5681         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5682
5683 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5684
5685         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5686         * po/id.po      : Added Indonesian translation
5687
5688 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5689
5690         * shell/main.c:
5691         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5692         * NEWS: Release 0.4.0
5693
5694 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5695
5696         * configure.ac: catch another gtk+-2.8ism
5697         * shell/main.c: Make work with gtk+-2.6
5698
5699 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5700
5701         * shell/ev-application-service.xml: Add 'timestamp' argument to
5702           ev_application_open_window and ev_application_open_uri methods.
5703
5704         * shell/ev-application.h: Add 'timestamp' argument to
5705           ev_application_open_window, ev_application_open_uri,
5706           and ev_application_open_uri_list functions.
5707
5708         * shell/ev-application.c (ev_application_open_window,
5709           ev_application_open_uri, ev_application_open_uri_list): Change
5710           functions that show/present windows to use a timestamp if one
5711           is passed in.
5712
5713         * shell/ev-window.c (ev_window_cmd_file_open,
5714           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5715         * shell/main.c (load_files): Modify calls to ev_application to
5716           include GDK_CURRENT_TIME as timestamp.
5717
5718         * shell/main.c (load_files_remote): Obtain timestamp for client
5719           instance from GDK and pass to server instance so new windows are
5720           focused properly.  Fix dbus_g_proxy_call() calls by including second
5721           G_TYPE_INVALID.
5722           
5723         Closes bug #314475.
5724
5725 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5726
5727         * shell/ev-window.c (ev_window_finalize): Check for
5728         avail. EvWindows when quiting to handle the finalize better,
5729         #314497
5730
5731 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732         
5733         * properties/ev-properties-view.c: 
5734         
5735         Set textdomain to libglade. Fixes translation problem in property page.
5736
5737 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5738
5739         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5740         * dvi/Makefile.am:
5741         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5742         * dvi/mdvi-lib/Makefile.am:
5743         
5744         Fix rotation of thumbnails, ported to new API. Moved library
5745         dependencies earlier, probably it will fix linkage problem.
5746
5747 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5748
5749         * backend/ev-document-misc.c:
5750         (ev_document_misc_get_thumbnail_frame):
5751         * backend/ev-document-misc.h:
5752         * configure.ac:
5753         * pdf/ev-poppler.cc:
5754         * shell/Makefile.am:
5755         * shell/ev-sidebar-thumbnails.c: (add_range),
5756         (ev_sidebar_thumbnails_set_loading_icon),
5757         (ev_sidebar_thumbnails_refresh),
5758         (ev_sidebar_thumbnails_set_document):
5759         * shell/ev-sidebar-thumbnails.h:
5760         * shell/ev-view.c: (ev_view_motion_notify_event),
5761         (ev_view_set_property), (ev_view_get_property),
5762         (ev_view_class_init), (ev_view_set_rotation):
5763         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5764         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5765         (ev_window_init):
5766         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5767         Redo rotation (again).  prepare for 0.4.0
5768
5769 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5770
5771         * configure.ac: Bump poppler requirement to 0.4.1.
5772
5773         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5774         argument to poppler_page_render_selection() call.
5775
5776 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5777
5778         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5779         (djvu_document_thumbnails_get_thumbnail):
5780         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5781         (dvi_document_thumbnails_get_thumbnail):
5782         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5783         (pixbuf_document_thumbnails_get_thumbnail):
5784         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5785         
5786         Update rotation direction of backends to fit with pdf and ps.
5787
5788 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5789
5790         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5791         * backend/ev-async-renderer.h:
5792         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5793         (setup_page), (ps_document_get_page_size),
5794         (ps_async_renderer_render_pixbuf):
5795         * ps/ps-document.h:
5796         * shell/ev-jobs.c: (ev_job_render_run):
5797
5798         Fix orientation in the postscript document
5799
5800 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5801
5802         * pdf/ev-poppler.cc:
5803         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5804         * shell/ev-view.c: (highlight_find_results):
5805
5806         Adapt to the new poppler rotation API. Fix text maps on landscape
5807         documents.
5808
5809 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5810
5811         * shell/ev-view.c (compute_new_selection_text): get the correct
5812         region when selecting in modes other than continuous.
5813
5814 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5815
5816         * shell/main.c (main): remove redundant g_warnings.
5817
5818 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5819
5820         * shell/Makefile.am: Don't include autogenerated
5821         file ev-application-service.h into distribution, since
5822         it causes dbus crash. Fix for bugs 313724 and 313443. 
5823
5824 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5825
5826         * configure.ac: Fix sed expression for FreeBSD. Thanks
5827         to Joe Marcus Clark <marcus@freebsd.org>
5828         
5829         * shell/eggfindbar.c: (entry_activate_callback),
5830         (entry_changed_callback), (egg_find_bar_init),
5831         (egg_find_bar_set_search_string):
5832         
5833         Made findbar buttons unsensitive if there is no text in
5834         entry. Fix for the bug 313285.
5835
5836 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5837
5838         * ps/ps-document.c: Use g_filename_display_name for displaying
5839         filenames and revert string freeze breackage
5840
5841 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5842
5843         * NEWS:
5844         * configure.ac:
5845
5846         Update for 0.3.4
5847
5848         * shell/Makefile.am:
5849
5850         Add ev-application-service.xml to extra dist
5851
5852         * shell/ev-view.c: (find_page_at_location):
5853
5854         Remove unused function (fix warning)
5855
5856 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5859         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5860         
5861         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5862         bug 313623.
5863
5864 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5867         * shell/ev-window.c:
5868         Fix build warnings
5869
5870 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * configure.ac: Update script to get dbus version.
5873         Fix for the bug #313443.
5874
5875 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * shell/ev-window.c: (ev_window_cmd_escape):
5878         
5879         Return focus back to view on escape. Fix for bug 313295.
5880
5881 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5882
5883         * shell/ev-window.c: (update_window_title),
5884         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5885         (ev_window_cmd_save_as):
5886         
5887         Correct conversion from uri to displayable string. Fix for
5888         bug 313296.
5889
5890 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * ps/ps-document.c: convert filename to utf8 when there is an error
5893         loading document. Fixes #309915
5894
5895 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5896
5897         * configure.ac:
5898
5899         We depend on poppler 0.4.0
5900
5901 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5902
5903         * configure.ac:
5904         * NEWS: Release 0.3.3.
5905         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5906
5907 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5908
5909         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5910         add a couple missing mnemonics to menu items, use title 
5911         capitalization for menu items and window titles, and add 
5912         ellipsis to open menu item.     
5913
5914 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5915
5916         * pdf/ev-poppler.cc:
5917         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5918         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5919         (ev_view_get_rotation):
5920         * shell/ev-view.h:
5921         * shell/ev-window.c: (setup_view_from_metadata),
5922         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5923         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5924         disk.
5925
5926 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5927
5928         * configure.ac: Added tr to ALL_LINGUAS
5929
5930 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5931
5932         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5933         requires several clicks to find word. Thanks to 
5934         Colin Slater <kiltedtaco@gmail.com>.
5935
5936 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5937
5938         * data/evince.desktop.in.in: Hide menu entry and
5939         rename it to "Document Viewer". Fix for bug 
5940         #312399.
5941
5942 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5943
5944         * shell/ev-page-action.c (ev_page_action_class_init): 
5945
5946         Point to the correct function in constructor of the
5947         activate_label signal
5948
5949 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5950
5951         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5952         * shell/ev-jobs.h: Make thread safe.
5953
5954 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5955
5956         * shell/ev-view.c: (view_update_range_and_current_page):
5957         Don't update page range if we are scrolling to some document
5958         point.
5959
5960 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5963         when getting max_page_width, fix drawing in dual mode.
5964
5965 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5966
5967         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5968         getting the area for select_all.
5969
5970 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5971
5972         * backend/ev-selection.c: (ev_selection_render_selection):
5973         * backend/ev-selection.h:
5974         * pdf/ev-poppler.cc:
5975         * shell/ev-jobs.c: (ev_job_render_new):
5976         * shell/ev-jobs.h:
5977         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5978         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5979         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5980         (ev_view_class_init):
5981
5982         Change selection color on focus in and focus out events.  Also,
5983         poppler now uses GdkColor for specifying the selection colors, so
5984         drop some awkward conversion code.
5985
5986 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5987
5988         * configure.ac: Added Hebrew translation
5989
5990 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5991
5992         * NOTES:
5993         * backend/ev-selection.c: (ev_selection_render_selection):
5994         * backend/ev-selection.h:
5995         * pdf/ev-poppler.cc:
5996         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5997         (ev_job_render_run):
5998         * shell/ev-jobs.h:
5999         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6000         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6001         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6002         (ev_pixbuf_cache_style_changed),
6003         (ev_pixbuf_cache_get_selection_pixbuf),
6004         (ev_pixbuf_cache_set_selection_list),
6005         (ev_pixbuf_cache_get_selection_list):
6006         * shell/ev-pixbuf-cache.h:
6007         * shell/ev-utils.c: (ev_print_region_contents):
6008         * shell/ev-utils.h:
6009         * shell/ev-view.c: (ev_view_queue_draw_page),
6010         (selection_update_idle_cb), (ev_view_motion_notify_event),
6011         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6012         (setup_caches), (ev_view_find_next), (merge_selection_region),
6013         (selection_free):
6014         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6015
6016         Clean up selection to be much smoother!
6017
6018 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6019
6020         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6021         to poppler_page_render_selection().
6022
6023 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * ps/ps-document.c: (save_page_list): Use
6026         unzipped document when printing. Thanks to 
6027         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6028         311016.
6029
6030 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * shell/ev-window.c: (update_action_sensitivity):
6033         
6034         Disable print and save respect to lockdown gconf keys. Fix
6035         for 312342.
6036
6037 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * configure.ac:
6040         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6041         (write_to_temp_file), (ev_file_set_contents):
6042         * shell/ev-utils.h:
6043         * shell/ev-window.c: (save_print_config_to_file):
6044         
6045         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6046         Fix for bug 312238
6047
6048 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6049
6050         * shell/ev-window.c: (load_print_config_from_file),
6051         (save_print_config_to_file), (ev_window_print_range):
6052
6053         Persist the print settings. Fixes bug #311578.
6054
6055 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * djvu/djvu-document.c: (djvu_document_get_page_size),
6058         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6059         (djvu_document_thumbnails_get_thumbnail):
6060         * dvi/dvi-document.c: (dvi_document_get_page_size),
6061         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6062         (dvi_document_thumbnails_get_dimensions),
6063         (dvi_document_thumbnails_get_thumbnail):
6064         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6065         (pixbuf_document_render_pixbuf),
6066         (pixbuf_document_document_iface_init),
6067         (pixbuf_document_thumbnails_get_thumbnail):
6068         
6069         Update backends to make them build with new rotation system.
6070
6071 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * help/C/figures/evince_start_window.png:
6074         
6075         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6076
6077 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6078
6079         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6080         * shell/ev-pixbuf-cache.h:
6081         * shell/ev-sidebar-thumbnails.c:
6082         (ev_sidebar_thumbnails_get_property), (add_range),
6083         (adjustment_changed_cb):
6084         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6085         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6086         we were thumbnailing the entire docment on startup, slowing us
6087         down hugely. 
6088
6089 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6090
6091         * shell/ev-page-cache.c: (ev_page_cache_new):
6092         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6093         == 0, fixes #310306.
6094
6095 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6096
6097         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6098         (ev_view_rotate_left):
6099
6100         Account rotation in doc_rect_to_view_rect.
6101         Ensure rotation doesnt go out of bounds.
6102
6103 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6104
6105         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6106
6107         Correct and cleanup w/h swapping
6108
6109 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6110
6111         * backend/ev-document-thumbnails.c:
6112         (ev_document_thumbnails_get_thumbnail):
6113         * backend/ev-document-thumbnails.h:
6114         * backend/ev-document.c:
6115         * backend/ev-document.h:
6116         * backend/ev-render-context.c: (ev_render_context_new),
6117         (ev_render_context_set_rotation):
6118         * backend/ev-render-context.h:
6119         * pdf/ev-poppler.cc:
6120         * ps/ps-document.c: (ps_document_document_iface_init):
6121         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6122         * shell/ev-jobs.h:
6123         * shell/ev-page-cache.c: (build_height_to_page),
6124         (ev_page_cache_new), (ev_page_cache_get_size),
6125         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6126         (ev_page_cache_get_height_to_page):
6127         * shell/ev-page-cache.h:
6128         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6129         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6130         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6131         (ev_pixbuf_cache_get_selection_pixbuf):
6132         * shell/ev-pixbuf-cache.h:
6133         * shell/ev-print-job.c: (idle_print_handler):
6134         * shell/ev-sidebar-thumbnails.c: (add_range):
6135         * shell/ev-view.c: (view_update_range_and_current_page),
6136         (get_page_y_offset), (get_page_extents),
6137         (ev_view_size_request_continuous_dual_page),
6138         (ev_view_size_request_continuous),
6139         (ev_view_size_request_dual_page),
6140         (ev_view_size_request_single_page), (draw_one_page),
6141         (ev_view_set_rotation), (ev_view_rotate_right),
6142         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6143         (ev_view_zoom_for_size_continuous_and_dual_page),
6144         (ev_view_zoom_for_size_continuous),
6145         (ev_view_zoom_for_size_dual_page),
6146         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6147         (ev_view_select_all):
6148         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6149         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6150         (tiff_document_document_iface_init),
6151         (tiff_document_thumbnails_get_thumbnail):
6152
6153         Use rotation rather than orientation. It's easier and enough
6154         for our needs.
6155
6156 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6157
6158         * shell/ev-page-cache.c: (build_height_to_page),
6159         (ev_page_cache_new), (ev_page_cache_get_size),
6160         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6161         (ev_page_cache_get_height_to_page):
6162         * shell/ev-page-cache.h:
6163         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6164         (ev_view_size_request_continuous_dual_page),
6165         (ev_view_size_request_continuous),
6166         (ev_view_zoom_for_size_continuous_and_dual_page),
6167         (ev_view_zoom_for_size_continuous):
6168
6169         Make the page cache aware of page orientation.
6170
6171 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6172
6173         * backend/ev-document-thumbnails.c:
6174         (ev_document_thumbnails_get_thumbnail):
6175         * backend/ev-document-thumbnails.h:
6176         * backend/ev-document.c:
6177         * backend/ev-document.h:
6178         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6179         * backend/ev-ps-exporter.h:
6180         * pdf/ev-poppler.cc:
6181         * ps/ps-document.c: (ps_document_document_iface_init),
6182         (ps_document_ps_export_do_page):
6183         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6184         * shell/ev-jobs.h:
6185         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6186         (ev_page_cache_get):
6187         * shell/ev-page-cache.h:
6188         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6189         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6190         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6191         * shell/ev-pixbuf-cache.h:
6192         * shell/ev-print-job.c: (idle_print_handler):
6193         * shell/ev-sidebar-thumbnails.c: (add_range):
6194         * shell/ev-view.c: (view_update_range_and_current_page),
6195         (get_page_extents), (ev_view_size_request_dual_page),
6196         (ev_view_size_request_single_page), (draw_one_page),
6197         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6198         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6199         (ev_view_zoom_for_size_dual_page),
6200         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6201         (ev_view_select_all):
6202         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6203         * tiff/tiff-document.c: (tiff_document_get_page_size),
6204         (tiff_document_get_orientation), (rotate_pixbuf),
6205         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6206         (tiff_document_thumbnails_get_thumbnail),
6207         (tiff_document_ps_export_do_page), (tiff_document_init):
6208
6209         Really make use of the orientation bit of the render context.
6210         Use the render context in a few more places in the backend API.
6211         This regress orientation, but now it's done right. Will try to
6212         fix it up asap...
6213
6214 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6215
6216         * shell/ev-view.c: (ensure_rectangle_is_visible):
6217
6218         Patch by Nickolay V. Shmyrev to fix find flickering
6219
6220 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6221
6222         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6223         duplex parameters to ::begin.
6224
6225         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6226         * shell/ev-print-job.c (idle_print_handler): 
6227         * ps/ps-document.c (ps_document_ps_export_begin): 
6228         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6229         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6230         implementations. Poppler backend needs poppler cvs. Rest has
6231         unchanged behavior.
6232
6233 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6234
6235         * shell/ev-window.c (using_pdf_printer): new function.
6236         (ev_window_print_range): print a less techy message if someone
6237         tries to print to PDF.
6238
6239 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6240
6241         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6242         from "unknown font" string. Bug #311431
6243
6244 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6245
6246         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6247
6248 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6249
6250         Bug #311280
6251         
6252         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6253         name for PopplerFontTypes
6254         (pdf_document_fonts_fill_model): add font type to the detail column
6255
6256         * backend/ev-document-fonts.h: added
6257         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6258
6259         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6260         font name and font details, add a little markup.
6261         (ev_properties_fonts_init): use the new cell data func, specify ypad
6262         property for the cell renderer.
6263         (ev_properties_fonts_set_document): add the details column.
6264
6265 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6266
6267         * configure.ac: Added "pl" to ALL_LINGUAS.
6268
6269 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6270
6271         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6272
6273 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6274
6275         * help/ChangeLog: Started this for translations of manual.
6276         * configure.ac, autogen.sh, .cvsignore: Migrated to
6277         gnome-doc-utils. Patch in bug #311222.
6278
6279 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6280
6281         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6282         #ifdef this away to fix an unused-function warning.
6283
6284 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6285
6286         * configure.ac: Added 'gl' to ALL_LINGUAS.
6287
6288 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6289
6290         * configure.ac: Added ne in ALL_LINGUAS
6291         
6292 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * shell/ev-view.c: (ev_view_leave_notify_event):
6295         
6296         Clear status message when pointer leaves view. Fix for bug
6297         #310818 
6298
6299 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6300
6301         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6302
6303 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * shell/ev-view.c: (ev_view_leave_notify_event),
6306         (ev_view_class_init):
6307         
6308         Set cursor to normal then leaving view.
6309
6310 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * configure.ac:
6313         
6314         Fix required djvulibre version.
6315
6316 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6317
6318         *configure.ac: Hindi (hi) language added
6319
6320 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6321
6322         *configure.ac: Punjabi (pa) Language added
6323
6324 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6325
6326         * data/evince-ui.xml, shell/ev-window.c:
6327         
6328         Add keypad accelerators for zooming. Fix for bug 308128.
6329
6330 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6331
6332         * Makefile.am:
6333         * backend/Makefile.am:
6334         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6335         * configure.ac:
6336         * shell/ev-document-types.c: (ev_document_types_add_filters):
6337
6338         Allow to enable/disable the pixbuf backend.
6339         Default to off for now. If we want it enabled we should
6340         really put mime types in the desktop, implement properties etc.
6341
6342         * properties/evince-properties.c:
6343
6344         Initialize error to NULL.
6345         Check error is not NULL before freeing.
6346
6347 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6348
6349         * shell/ev-window.c:
6350
6351         Use F5 as presentation accell
6352
6353 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6354
6355         * shell/ev-window.c: (update_chrome_visibility),
6356         (ev_window_create_fullscreen_popup), (ev_window_init):
6357
6358         Do not leak the fullscreen toolbar
6359
6360 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6361
6362         * shell/ev-window.c: (view_actions_focus_in_cb),
6363         (view_actions_focus_out_cb):
6364
6365         These has a return value! Fix totally random focus
6366         issues we was seeing.
6367
6368 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6369
6370         * shell/main.c: (load_files_remote):
6371
6372         Allow open more than one file
6373
6374 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6375
6376         * shell/main.c: (load_files_remote):
6377
6378         Fix for dbus 0.33. bug #309975
6379
6380 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6381
6382         * properties/ev-properties-main.c: (ev_properties_get_pages):
6383
6384         Actually return NULL for types we dont support
6385
6386 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6387
6388         * po/POTFILES.in:
6389
6390         Remove empty lines.
6391
6392 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6393
6394         * backend/ev-document-factory.c:
6395         (ev_document_factory_get_document):
6396
6397         Do not try to create the object if type
6398         is invalid.
6399
6400 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6401
6402         * ps/ps-document.c: (ps_document_dispose),
6403         (ps_async_renderer_render_pixbuf):
6404         * ps/ps-document.h:
6405
6406         Do not leak the target window
6407
6408 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6409
6410         * shell/ev-application.c: (ev_application_init):
6411
6412         Let tbe check file existence for us.
6413         Add a comment about eggrecent mime filter.
6414
6415 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6416
6417         * data/evince-ui.xml:
6418         * shell/ev-application.c: (ev_application_shutdown),
6419         (ev_application_init), (ev_application_get_toolbars_model),
6420         (ev_application_get_recent_model),
6421         (ev_application_save_toolbars_model):
6422         * shell/ev-application.h:
6423         * shell/ev-window.c: (ev_window_add_recent),
6424         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6425         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6426         (ev_window_init):
6427
6428         Use common toolbar and recent models for all windows.
6429         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6432
6433         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6434         successfully check for gtk_icon_view_get_visible_range.
6435
6436 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * djvu/Makefile.am:
6439         * dvi/Makefile.am:
6440         
6441         Fix djvu and dvi backend build.
6442
6443 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6444
6445         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6446         (new_separator_pixbuf):
6447
6448         Don't leak windows.
6449
6450 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6451
6452         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6453
6454         HIGification of toolbar editor dialogue.
6455
6456 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6457
6458         * configure.ac:
6459         * shell/Makefile.am:
6460
6461         Ever build metadata manager since it's just
6462         disabled at runtime now.
6463
6464 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6465
6466         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6467         (ev_metadata_manager_get), (ev_metadata_manager_set):
6468         * shell/ev-metadata-manager.h:
6469
6470         Add an _init functions that enabled metadata management
6471         at runtime.
6472
6473         * shell/ev-window.c: (page_changed_cb),
6474         (setup_document_from_metadata), (ev_window_setup_document),
6475         (setup_view_from_metadata), (ev_window_open_uri),
6476         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6477         (ev_window_run_presentation), (ev_window_stop_presentation),
6478         (save_sizing_mode), (ev_window_zoom_changed_cb),
6479         (ev_window_continuous_changed_cb),
6480         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6481         (window_configure_event_cb):
6482
6483         Remove all ugly metadata define since we deal with it
6484         at runtime now.
6485
6486         * shell/main.c: (load_files_remote), (main):
6487
6488         Add support for dbus cvs head. Hopefully didnt break one
6489         of the other versions now!
6490
6491         If we dont get a response from the dbus server just
6492         give up with it and not enable metadata.
6493
6494 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6495
6496         * Makefile.am:
6497         * backend/Makefile.am:
6498         * configure.ac:
6499         * cut-n-paste/recent-files/Makefile.am:
6500         * cut-n-paste/toolbar-editor/Makefile.am:
6501         * cut-n-paste/zoom-control/Makefile.am:
6502         * lib/Makefile.am:
6503         * pdf/Makefile.am:
6504         * pixbuf/Makefile.am:
6505         * properties/Makefile.am:
6506         * ps/Makefile.am:
6507         * shell/Makefile.am:
6508         * thumbnailer/Makefile.am:
6509         * tiff/Makefile.am:
6510
6511         Make frontends depend on just libev.
6512         Rework and group CFLAGS/LIBS definitions.
6513         Cleanups.
6514
6515 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6516
6517         * shell/ev-window:
6518
6519         do not unnecessarily save zoom
6520
6521         * configure.ac:
6522         * lib/ev-file-helpers.c: (ev_dot_dir):
6523         * shell/Makefile.am:
6524         * shell/dummy.cc:
6525
6526         Some cleanups
6527
6528 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6529
6530         * configure.ac:
6531         
6532         Remove unnecessary dependencies
6533
6534 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6535
6536         * properties/Makefile.am:
6537         * thumbnailer/Makefile.am:
6538         * tiff/Makefile.am:
6539
6540         Some more cleanups. Was really necessary
6541         but I probably introduced bugs, feel free
6542         to flame :)
6543
6544 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6545
6546         * backend/Makefile.am:
6547         * configure.ac:
6548         * cut-n-paste/recent-files/Makefile.am:
6549         * cut-n-paste/toolbar-editor/Makefile.am:
6550         * cut-n-paste/zoom-control/Makefile.am:
6551         * lib/Makefile.am:
6552         * pdf/Makefile.am:
6553         * pixbuf/Makefile.am:
6554         * properties/Makefile.am:
6555         * ps/Makefile.am:
6556         * shell/Makefile.am:
6557         * thumbnailer/Makefile.am:
6558         * tiff/Makefile.am:
6559
6560         Use gnome-common macros when possible.
6561         Cleanup dependencies.
6562         Actually disable deprecated where possible.
6563
6564 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6565
6566         * Makefile.am:
6567         * backend/Makefile.am:
6568         * properties/Makefile.am:
6569         * shell/Makefile.am:
6570         * thumbnailer/Makefile.am:
6571
6572         This should solve the circular dep without
6573         requiring dir reorg!
6574
6575         * shell/ev-window.c: (setup_view_from_metadata):
6576
6577         Never restore window size/position when the
6578         window is already visible.
6579
6580 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6581
6582         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6583
6584         Return a boolean from timeout func. Fix ported from gedit.
6585
6586 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6587
6588         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6589
6590 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6591
6592         * shell/ev-document-types.c: set "All Documents" as default filter in
6593         open dialog
6594
6595 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6596
6597         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6598         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6599         (ev_metadata_manager_set_boolean): fix value/val thinko.
6600
6601 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * shell/ev-window.c: (setup_view_from_metadata),
6604         (window_state_event_cb), (window_configure_event_cb),
6605         (ev_window_init):
6606
6607         Remember window position and maximized state
6608
6609 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6610
6611         * configure.ac:
6612
6613         Fix DBUS configure checks.
6614
6615         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6616         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6617         (ev_metadata_manager_set_boolean):
6618
6619         Plug mem leaks.
6620
6621         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6622         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6623         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6624         (ev_window_continuous_changed_cb),
6625         (ev_window_dual_mode_changed_cb), (ev_window_new):
6626
6627         Fix the build without DBUS.
6628
6629 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6630
6631         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6632         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6633         (ev_metadata_manager_set_string),
6634         (ev_metadata_manager_set_boolean):
6635         * shell/ev-metadata-manager.h:
6636
6637         Add support for some more types
6638
6639         * shell/ev-view.c: (scroll_to_current_page),
6640         (ev_view_get_continuous), (ev_view_set_continuous),
6641         (ev_view_get_dual_page):
6642         * shell/ev-view.h:
6643         * shell/ev-window.c: (page_changed_cb),
6644         (setup_document_from_metadata), (ev_window_setup_document),
6645         (setup_view_from_metadata), (ev_window_open_uri),
6646         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6647         (ev_window_run_presentation), (ev_window_stop_presentation),
6648         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6649         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6650         (ev_window_update_dual_page_action),
6651         (ev_window_continuous_changed_cb),
6652         (ev_window_dual_mode_changed_cb), (ev_window_init):
6653
6654         Remember a bunch of view/document properties. Prolly some
6655         are still missing but it's getting interesting.
6656
6657 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6658
6659         * configure.ac: check if dbus-binding-tool is installed. Not the
6660         case on current Ubuntu breezy, it seems.
6661
6662 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6663
6664         * data/evince.desktop.in.in:
6665         
6666         Allow open uri lists and add TryExec field.
6667
6668 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * configure.ac:
6671
6672         Enable dbus when available, do not require a configure
6673         option.
6674
6675 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6676
6677         * configure.ac:
6678
6679         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6680         disabled.
6681
6682 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6683         Marco Pesenti Gritti  <mpg@redhat.com>
6684
6685         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6686         
6687         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6688         functions to the format required by dbus
6689
6690         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6691         errors. Use the RPC parameters in the expected way
6692
6693 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6694
6695         * Makefile.am:
6696         * properties/Makefile.am:
6697         * properties/ev-properties-main.c: (ev_properties_get_pages):
6698
6699         Support all mime types
6700
6701         * shell/Makefile.am:
6702         * thumbnailer/Makefile.am:
6703         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6704         (evince_thumbnail_pngenc_get):
6705
6706         Use the document factory
6707
6708 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * backend/Makefile.am:
6711         * backend/ev-document-factory.c:
6712         (mime_type_supported_by_gdk_pixbuf),
6713         (ev_document_type_get_from_mime),
6714         (ev_document_factory_get_document),
6715         (ev_document_factory_get_backend),
6716         (ev_document_factory_get_mime_types),
6717         (ev_document_factory_get_all_mime_types):
6718         * backend/ev-document-factory.h:
6719         * shell/Makefile.am:
6720         * shell/ev-document-types.c: (get_document_from_uri),
6721         (ev_document_types_get_document),
6722         (file_filter_add_mime_list_and_free),
6723         (ev_document_types_add_filters):
6724         * shell/ev-document-types.h:
6725         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6726         * shell/ev-properties-dialog.c:
6727         (ev_properties_dialog_set_document):
6728         * shell/ev-window.c: (ev_window_cmd_file_open),
6729         (ev_window_cmd_save_as):
6730         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6731
6732         Rework document types managing to avoid code duplication
6733         and actually abstract from backend implementations.
6734         Also provide a minimal factory api that can be used by
6735         thumbnailer/properties.
6736
6737 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6738
6739         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6740         Plug a mem leak.
6741         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6742         HIG spacings.
6743
6744 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6745
6746         * shell/ev-properties-dialog.c
6747         (ev_properties_dialog_set_document): only call
6748         ev_properties_fonts_set_document() if the document implements the
6749         fonts interface
6750
6751 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6752
6753         * configure.ac:
6754         * properties/Makefile.am:
6755         * properties/ev-properties-view.c:
6756         (ev_properties_view_register_type):
6757         * properties/ev-properties-view.h:
6758         * properties/ev-properties-main.h:
6759
6760         Implement nautilus plugin for properties.
6761         Works only for pdf atm, I need to rework the
6762         document types stuff to get this to work
6763         for all backends...
6764
6765 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6766
6767         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6768         (ev_properties_fonts_set_document): use
6769         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6770
6771 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6772
6773         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6774         them
6775         (PlaceImage, tiff2ps_process_page): use
6776         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6777
6778
6779 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6780
6781         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6782         (main): to call gnome_authentication_manager_init. Should fix
6783         Bug #308510
6784
6785         * configure.ac: that requires libgnomeui 2.6.0.
6786
6787 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6788
6789         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6790         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6791         use the new tiff2ps interfaces
6792
6793         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6794         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6795
6796         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6797         structure instead of global variables.  Remove use of static
6798         variables in functions.
6799
6800 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6801
6802         * shell/ev-page-action.c: unref the completion after setting it to the
6803         entry
6804
6805 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6806
6807         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6808         postscript files
6809
6810 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6811
6812         * shell/ev-window.c (update_action_sensitivity): disable
6813         File->Print if the document does not implement the ps exporter
6814         interface
6815
6816 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6817
6818         * Makefile.am:
6819         * configure.ac:
6820         * data/evince-properties.glade:
6821         * properties/.cvsignore:
6822         * properties/Makefile.am:
6823         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6824         (ev_properties_view_class_init), (ev_properties_view_format_date),
6825         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6826         (ev_properties_view_init), (ev_properties_view_new):
6827         * properties/ev-properties-view.h:
6828         * shell/Makefile.am:
6829         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6830         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6831         (ev_properties_dialog_new):
6832         * shell/ev-properties-dialog.h:
6833         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6834         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6835         (update_progress_label), (job_fonts_finished_cb),
6836         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6837         * shell/ev-properties-fonts.h:
6838         * shell/ev-properties.c:
6839         * shell/ev-properties.h:
6840         * shell/ev-window.c: (ev_window_setup_document),
6841         (ev_window_cmd_file_properties):
6842
6843         Split the properties pages in two different objects, depend
6844         only on the backend where possible, use widgets instead
6845         of gobject for the glade part, reimplement the dialog
6846         itself with gtk.
6847         I need this to implement nautilus properties page.
6848
6849 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6850
6851         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6852         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6853         (tiff_document_document_ps_exporter_iface_init): implement the ps
6854         exporter interface for tiff documents
6855
6856         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6857         libtiff to implement TIFF postscript export
6858
6859         * tiff/tiff2ps.h: added a header file for external tiff2ps
6860         functions.
6861
6862         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6863         tiff2ps.h
6864
6865 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6866
6867         * shell/ev-view.c: (scroll_to_current_page),
6868         (ev_view_set_fullscreen), (ev_view_set_presentation):
6869         
6870         Scroll to current page when exit from presentation
6871
6872 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * shell/ev-window.c: (update_document_mode),
6875         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6876         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6877         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6878         
6879         Exit from fullscreen mode when switch to presentation. Fix for
6880         bug 309365
6881
6882 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6883
6884         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6885         return NULL if the document does not implement the selection
6886         interface.
6887
6888 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6889
6890         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6891         reported height by using the resolution aspect ratio
6892         (tiff_document_render_pixbuf): scale the pixbuf using the
6893         resolution aspect ratio
6894
6895 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6896
6897         * configure.ac:
6898         
6899         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6900         <kiltedaco@gmail.com>
6901         
6902         * djvu/djvu-document.c: (djvu_document_get_orientation),
6903         (djvu_document_set_orientation), (djvu_document_get_page_size),
6904         (rotate_pixbuf), (djvu_document_render_pixbuf),
6905         (djvu_document_document_iface_init):
6906         * dvi/dvi-document.c: (dvi_document_get_orientation),
6907         (dvi_document_set_orientation), (dvi_document_get_page_size),
6908         (rotate_pixbuf), (dvi_document_render_pixbuf),
6909         (dvi_document_document_iface_init):
6910         
6911         Dvi and djvu backends are ported to new API
6912
6913 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6914
6915         * backend/ev-selection.c: (ev_selection_get_selection_region),
6916         (ev_selection_get_selection_map):
6917         * backend/ev-selection.h:
6918         * pdf/ev-poppler.cc:
6919         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6920         * shell/ev-jobs.h:
6921         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6922         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6923         (ev_pixbuf_cache_get_text_mapping):
6924         * shell/ev-pixbuf-cache.h:
6925         * shell/ev-view.c: (location_in_text),
6926         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6927         support to EvView.  Now we can see where we can select!  Sweet!
6928
6929 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6930
6931         * shell/ev-view.c (ev_view_button_press_event): Fix
6932         event->y + view->scroll_x typo.
6933
6934 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6935
6936         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6937         sub-GdkPixbuf instead of passing dest_x and dest_y.
6938         
6939         * shell/ev-view.c: (view_point_to_doc_point),
6940         (view_rect_to_doc_rect), (ev_view_button_press_event),
6941         (ev_view_motion_notify_event), (compute_new_selection_rect),
6942         (gdk_rectangle_point_in), (compute_new_selection_text),
6943         (compute_selections): Update selection code to keep the selection
6944         around as two points and not as a normalized rectangle, and fix
6945         page level selection in two-column mode.
6946
6947 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6948
6949         * shell/ev-window.c: (window_configure_event_cb): 
6950         
6951         Fix compilation
6952         
6953 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6954
6955         * pdf/ev-poppler.cc:
6956
6957         Fix compilation
6958
6959 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6960
6961         * shell/Makefile.am:
6962         * shell/ev-metadata-manager.c: (item_free),
6963         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6964         (parse_value), (parseItem), (load_values),
6965         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6966         (save_values), (save_item), (get_oldest), (resize_items),
6967         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6968         * shell/ev-metadata-manager.h:
6969
6970         Metadata manager from gedit but modified to use GValue, so that
6971         we dont need to keep converting from strings.
6972
6973         * configure.ac:
6974
6975         ENABLE_METADATA conditional, on when dbus is on
6976
6977         * shell/ev-application.c: (ev_application_open_uri):
6978
6979         Show the window after load so that we can initialize
6980         window size before it's showed.
6981
6982         * shell/ev-window.c: (ev_window_setup_from_metadata),
6983         (ev_window_open_uri), (window_configure_event_cb),
6984         (ev_window_init):
6985
6986         Save and load metadata information about window size.
6987         Not yet keeping states in account.
6988
6989         * shell/main.c: (main):
6990
6991         Shutdown metadata manager.
6992
6993 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6994
6995         * shell/ev-application-service.xml:
6996         * configure.ac:
6997         * shell/Makefile.am:
6998         * shell/ev-application.c:
6999         * shell/ev-application.h:
7000         * shell/ev-window.c:
7001         * shell/ev-window.h:
7002         * shell/main.c:
7003
7004         Add an optional dbus interface (--enable-dbus).
7005         Rework application code, mainly to be easier to
7006         use "remotely".
7007         Do not open multiple windows with the same document,
7008         spatial evince!
7009
7010 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7011
7012         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7013         pixbuf iff it exists.
7014
7015 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7016
7017         * shell/*:
7018         * backend/ev-render-context.[ch]:
7019         * backend/ev-selection.[ch]:
7020
7021         Massive changes.  We now support text selection of pdfs, and not
7022         just rectangular selection.  This is pretty broken still, but I
7023         want to get something into CVS.
7024
7025 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * pdf/ev-poppler.cc:
7028         
7029         Fix for Bug 309080: crash on window close.
7030         
7031         * shell/ev-page-action.c: (page_changed_cb):
7032         
7033         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7034         jensgr@gmx.net (Jens Granseuer).
7035
7036 2005-06-25  Marcel Telka  <marcel@telka.sk>
7037
7038         * configure.in (ALL_LINGUAS): Added sk.
7039
7040 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7041
7042         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7043         not a document open
7044
7045 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7046
7047         * NEWS:
7048         * configure.ac:
7049
7050         Release 0.3.2
7051
7052         * cut-n-paste/recent-files/Makefile.am:
7053
7054         Fix make distcheck
7055
7056 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7057
7058         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7059         (pixbuf_document_set_orientation), (rotate_pixbuf),
7060         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7061         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7062
7063         Implement rotation and cleanup the code a bit.
7064
7065         * tiff/tiff-document.c: (tiff_document_get_page_size),
7066         (tiff_document_get_orientation), (tiff_document_set_orientation),
7067         (rotate_pixbuf), (tiff_document_render_pixbuf),
7068         (tiff_document_document_iface_init), (tiff_document_init):
7069
7070         Implement rotation. Was the quicker solution for the release
7071         but we really need to share this code in the shell.
7072
7073 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7074
7075         * pdf/ev-poppler.cc:
7076
7077         Enable rotation, require poppler cvs. Fix a leak.
7078
7079 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * shell/ev-window.c: (update_action_sensitivity):
7082         
7083         Make properties unsensitive if document backend doesn't provide
7084         any info
7085
7086 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7089         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7090         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7091         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7092         (bitmap_flip_rotate_counter_clockwise):
7093         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7094         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7095         (buff_gets):
7096         * dvi/mdvi-lib/common.h:
7097         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7098         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7099         (opendvi), (mdvi_reload), (mdvi_init_context),
7100         (mdvi_destroy_context), (mdvi_dopage), (special):
7101         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7102         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7103         (file_hash_free), (register_encoding), (parse_spec),
7104         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7105         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7106         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7107         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7108         (mdvi_register_font_type), (mdvi_unregister_font_type),
7109         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7110         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7111         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7112         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7113         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7114         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7115         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7116         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7117         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7118         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7119         (mdvi_unregister_special), (mdvi_flush_specials):
7120         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7121         (t1_font_remove):
7122         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7123         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7124         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7125         (free_font_metrics), (flush_font_metrics):
7126         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7127         (tt_font_remove):
7128         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7129         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7130         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7131         (dstring_insert), (dstring_new), (dstring_reset):
7132         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7133         
7134         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7135         avoid conflict with libtool on FC4
7136         
7137         * shell/ev-window.c: (ev_window_cmd_help_about):
7138         
7139         Update copyright year. Fix for bug 308828.
7140
7141 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-view.c: (add_scroll_binding_keypad),
7144         (ev_view_binding_activated), (ev_view_class_init),
7145         (on_adjustment_value_changed):
7146         
7147         Bug 170874: Arrow keys switch pages in presentation mode
7148
7149 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7152         
7153         Fix for Bug 308265: Sidebar dissappears coming out of 
7154         Presentation mode
7155
7156 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * shell/ev-application.c: (ev_application_open):
7159         * shell/ev-document-types.c: (ev_document_types_add_filters),
7160         (ev_document_types_add_filters_for_type):
7161         * shell/ev-document-types.h:
7162         * shell/ev-window.c: (ev_window_cmd_save_as):
7163         
7164         Suggest basename as template when saving, provide filters
7165         for save dialog. It's bug 308402
7166
7167 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7168
7169         * pdf/ev-poppler.cc:
7170         * shell/ev-sidebar-links.c: (job_finished_callback):
7171         * shell/ev-view.c: (update_find_status_message):
7172         
7173         Some leaks fixed
7174
7175 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7176
7177         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7178         (egg_recent_view_uimanager_set_list):
7179
7180         Fix buglet in !show_numbers case.
7181
7182 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7183
7184         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7185         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7186
7187         Use pango ellipsisation.
7188
7189         * pdf/ev-poppler.cc:
7190
7191         Fix refcount leak, from nsh.
7192
7193 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7194
7195         * cut-n-paste/recent-files/Makefile.am:
7196         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7197         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7198         
7199         Removed EggRecentViewGtk
7200         
7201         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7202         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7203         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7204         (ev_window_setup_recent):
7205         
7206         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7207         with other projects
7208
7209 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7212         (egg_recent_view_gtk_finalize):
7213
7214         Fix memory leak
7215
7216         * cut-n-paste/toolbar-editor/Makefile.am:
7217         
7218         Fix location of cursor icon.
7219         
7220         * pdf/ev-poppler.cc:
7221         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7222         (display_completion_text), (match_completion):
7223         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7224         (selection_changed_callback), (create_loading_model),
7225         (print_section_cb), (links_page_num_func),
7226         (update_page_callback_foreach):
7227         * shell/ev-window.c: (ev_window_dispose):
7228         
7229         Small memory fixes. Links model now store objects instead
7230         of pointers to improve memory management. 
7231
7232 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * shell/ev-window.c: (zoom_control_changed_cb):
7235         
7236         Fix update of zoom control (bug 308268).
7237
7238 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7239
7240         * shell/ev-properties.c (set_property): escape the text correctly.
7241         Handles non-UTF-8 properties and escaped properties.  Also, sets
7242         the text to "<i>None</i>" if the property isn't set.
7243
7244         * data/evince-properties.glade: Change the label to be ellipsized,
7245         and give it a minimum size.
7246
7247 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7250         * shell/ev-sidebar-links.c: (create_loading_model):
7251         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7252         * shell/ev-view.c: (ev_view_set_document):
7253         * shell/ev-window.c: (ev_window_dispose):
7254         
7255         Various small fixes, mostly memory leaks. Thanks to valgrind.
7256
7257 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7258
7259         * ps/ps-document.c: remove the locale.h include again ;-). And
7260         kill the (bogus) setlocale/savelocale business.
7261
7262 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7263
7264         * ps/ps-document.c:
7265         
7266         Include locale.h to fix build
7267         
7268         * shell/ev-sidebar.c:
7269         
7270         Remove unnecessary includes
7271
7272 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * dvi/dvi-document.c: (dvi_document_load):
7275         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7276         * po/POTFILES.in:
7277         
7278         Check for incorrect dvi files. Fix parsing dvi on AMD64
7279         platform. Thanks to tester@tester.ca (Olivier Crete).
7280
7281 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * shell/ev-page-action.c: (match_selected_cb),
7284         (display_completion_text), (match_completion), (update_model):
7285         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7286         (expand_open_links):
7287         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7288         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7289         (ev_sidebar_set_document):
7290         * shell/ev-window.c: (ev_window_xfer_job_cb),
7291         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7292         
7293         Fixed lot's of memory leaks, for example, memory leak on reload, 
7294         described in bug 307793.
7295
7296 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7297
7298         * pdf/ev-poppler.cc:
7299         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7300         (update_visible_range), (adjustment_changed_cb),
7301         (ev_sidebar_thumbnails_fill_model),
7302         (ev_sidebar_thumbnails_refresh),
7303         (ev_sidebar_tree_selection_changed),
7304         (ev_sidebar_icon_selection_changed),
7305         (ev_sidebar_thumbnails_use_icon_view),
7306         (ev_sidebar_thumbnails_set_document):
7307         * shell/ev-sidebar-thumbnails.h:
7308         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7309         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7310
7311         Refresh thumbnails when changing orientation. Not fully
7312         working yet becuase of a sidebar bug.
7313
7314         Set page orientation to poppler page everywhere. This sucks
7315         really need to fix poppler.
7316
7317 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7318
7319         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7320         (egg_recent_view_gtk_new_menu_item),
7321         (egg_recent_view_gtk_set_property),
7322         (egg_recent_view_gtk_get_property),
7323         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7324         (egg_recent_view_gtk_set_tooltip_func),
7325         (egg_recent_view_gtk_set_label_width),
7326         (egg_recent_view_gtk_get_label_width):
7327         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7328
7329         Sync with libegg (ellipsize labels)
7330
7331 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * data/evince-ui.xml:
7334         * shell/ev-window.c: (ev_window_cmd_go_forward),
7335         (ev_window_cmd_go_backward):
7336         
7337         Shift + PageUp moves 10 Pages. Fix for 306125
7338
7339 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7340
7341         * pdf/ev-poppler.cc:
7342
7343         Add a flag to check if orientation has been overriden
7344
7345 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7346
7347         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7348         field if necessary.
7349
7350         * ps/ps.h: add creator field to document.
7351
7352         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7353         set creator field.
7354
7355 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7356
7357         * data/evince-properties.glade:
7358         * shell/ev-properties.c: (ev_properties_set_document):
7359
7360         s/PDF Version/Format
7361
7362 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7363
7364         * shell/ev-properties.c: (ev_properties_set_document):
7365
7366         Remove unnecessary translations
7367
7368 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7369
7370         * cut-n-paste/toolbar-editor/Makefile.am:
7371
7372         Correct library name    
7373
7374 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7375
7376         * configure.ac:
7377         * cut-n-paste/recent-files/egg-recent-model.c:
7378         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7379         (egg_recent_model_unlock_file):
7380         * cut-n-paste/recent-files/egg-recent-util.c:
7381         (egg_recent_util_get_unique_id):
7382         * cut-n-paste/recent-files/update-from-egg.sh:
7383         * cut-n-paste/toolbar-editor/Makefile.am:
7384         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7386         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7387         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7388         (egg_toolbars_model_get_type):
7389         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7390
7391         Better makefile for toolbar editor and update everything
7392         to latest libegg.
7393
7394 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7395
7396         * shell/ev-window.c: (update_document_mode):
7397
7398         Prefer presentation mode when the document
7399         require fullscreen.
7400
7401 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * data/evince-ui.xml:
7404         * shell/ev-window.c:
7405
7406         Add control-equal for zooming
7407
7408 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7409
7410         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7411
7412 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * backend/ev-document.c: (ev_document_get_orientation):
7415         * backend/ev-document.h:
7416         * pdf/ev-poppler.cc:
7417         * ps/ps-document.c: (ps_document_get_orientation),
7418         (ps_document_set_orientation), (ps_document_document_iface_init):
7419
7420         Add a get_orientation api. Improve set_orientation.
7421
7422         * data/evince-ui.xml:
7423         * shell/ev-view.c: (ev_view_set_orientation),
7424         (ev_view_rotate_right), (ev_view_rotate_left):
7425         * shell/ev-view.h:
7426         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7427         (ev_window_cmd_edit_rotate_right):
7428
7429         Better ui for changing document orientation
7430
7431 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7432
7433         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7434         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7435         * shell/ev-sidebar-links.h:
7436         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7437         (ev_sidebar_page_iface_init):
7438         * shell/ev-sidebar-page.h:
7439         * shell/ev-sidebar-thumbnails.c:
7440         (ev_sidebar_thumbnails_get_property),
7441         (ev_sidebar_thumbnails_class_init),
7442         (ev_sidebar_thumbnails_set_document):
7443         * shell/ev-sidebar-thumbnails.h:
7444         * shell/ev-view.c: (ev_view_motion_notify_event):
7445         * shell/ev-window.c: (update_chrome_visibility),
7446         (ev_window_cmd_focus_page_selector),
7447         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7448         (sidebar_page_main_widget_update_cb), (ev_window_init):
7449         
7450         Autoraise toolbar on GoToPage binding and fix bindings in
7451         EvSidebarThumbnails page.
7452
7453 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7454
7455         * shell/ev-properties.c: (update_progress_label):
7456
7457         Hide the progress label when finished; bug #307697.
7458
7459 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7460
7461         * pdf/ev-poppler.cc:
7462
7463         Enable is_open for links, you will need poppler cvs
7464
7465         * shell/ev-properties.c: (job_fonts_finished_cb):
7466
7467         Get a lock on the document when filling the tree view
7468
7469 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7470
7471         * backend/ev-document-links.h:
7472         * pdf/ev-poppler.cc:
7473         * shell/ev-sidebar-links.c: (create_loading_model),
7474         (expand_open_links), (job_finished_callback):
7475
7476         Expand links when specified by the document.
7477         Depend on a poppler api (defined out for now)
7478
7479 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7480
7481         * shell/ev-properties.c: (ev_properties_dispose),
7482         (ev_properties_class_init), (dialog_destroy_cb),
7483         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7484         (ev_properties_set_document), (ev_properties_new),
7485         (ev_properties_show):
7486         * shell/ev-properties.h:
7487
7488         Make it an object, cleanup the code, api to show it as transient
7489         and to set the document.
7490
7491         * shell/ev-window.c: (ev_window_setup_document),
7492         (ev_window_cmd_file_properties):
7493
7494         Adapt to EvProperties changes, do not show multiple
7495         times, update it when document changes.
7496
7497 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7498
7499         * ps/gstypes.h:
7500         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7501         (ps_document_set_orientation), (ps_document_document_iface_init):
7502         * ps/ps-document.h:
7503
7504         Implement orientation here too
7505
7506         * shell/ev-properties.c: (ev_properties_new):
7507         * data/evince-properties.glade:
7508
7509         Hide the fonts page for backends that doesnt
7510         support it.     
7511
7512 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7513
7514         * backend/ev-document.c: (ev_document_set_orientation):
7515         * backend/ev-document.h:
7516         * pdf/ev-poppler.cc:
7517
7518         Add orientation api. Currently poppler api is not optimal,
7519         we need to set orientation every time we _get a page.
7520         I will try to fix that at some point.
7521
7522         * data/evince-ui.xml:
7523         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7524         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7525
7526         Add orientation menu items
7527
7528         * shell/ev-page-cache.c: (ev_page_cache_clear):
7529         * shell/ev-page-cache.h:
7530
7531         Add api to clear the cache
7532
7533         * shell/ev-view.c: (setup_caches), (clear_caches),
7534         (ev_view_set_document), (ev_view_zoom_out),
7535         (ev_view_set_orientation):
7536         * shell/ev-view.h:
7537
7538         Implement orientation changing
7539
7540 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7541
7542         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7543         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7544         * backend/ev-document-fonts.h:
7545
7546         Separate scan and fill so that we can incrementally fill from
7547         the main thread. Add a progress api.
7548
7549         * data/evince-properties.glade:
7550         * pdf/ev-poppler.cc:
7551         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7552         * shell/ev-jobs.h:
7553         * shell/ev-properties.c: (update_progress_label),
7554         (job_fonts_finished_cb), (setup_fonts_view):
7555
7556         Incrementally feel the list and show the progress
7557         percentage in a label like acrobat does.
7558
7559         You are going to need poppler cvs
7560
7561 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7562
7563         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7564         * backend/ev-document-fonts.h:
7565         * pdf/ev-poppler.cc:
7566
7567         Make fonts model fill incrementally.
7568
7569         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7570         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7571         (ev_job_queue_remove_job):
7572         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7573         (ev_job_fonts_new), (ev_job_fonts_run):
7574         * shell/ev-jobs.h:
7575
7576         New job for fonts scanning
7577
7578         * shell/ev-properties.c: (job_fonts_finished_cb),
7579         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7580         * shell/ev-properties.h:
7581         * shell/ev-window.c: (ev_window_cmd_file_properties):
7582
7583         Incrementally feel the treeview using the new job. Show Loading...
7584         message until scanning is completed.
7585
7586         Hopefully I didnt break the build without the poppler patch.
7587
7588 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7589
7590         * shell/ev-application.c: (ev_application_open):
7591         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7592         (ev_document_type_get_type), (ev_document_type_lookup):
7593         * shell/ev-document-types.h:
7594         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7595         * shell/ev-job-xfer.h:
7596         * shell/ev-window.c: (ev_window_clear_local_uri),
7597         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7598         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7599         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7600         
7601         Transfer remote documents to tmp directory to display them later.
7602
7603 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7604
7605         * backend/ev-document-info.h:
7606         * shell/ev-properties.c: (ev_properties_new):
7607
7608         s/GTime*/GTime. Not sure why we was using a pointer
7609         at all there!
7610
7611 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7612
7613         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7614         situations.  That situation is that you're using GTK+-HEAD with
7615         the patch at #306726 is applied, and you have a document with <
7616         1500 pages in it.  It's not quite as uniformly nice as the
7617         TreeView, but should be better in the long run.
7618
7619         I'm pretty sure I guarded against breaking compilation with
7620         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7621         I missed some.
7622
7623         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7624         widget yet, so I commented that code out
7625         enable_view_actions_for_widget() for now.  Need to figure this
7626         out.
7627
7628         * shell/ev-page-action.c (match_selected_cb): emit the right
7629         signals.  Our cool C-l completion now works.
7630
7631 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7632
7633         * backend/Makefile.am:
7634         * backend/ev-document-fonts.c:
7635         * backend/ev-document-links.c:
7636         * backend/ev-document.c: (ev_document_load):
7637         * backend/ev-document.h:
7638         * backend/ev-job-queue.c:
7639         * backend/ev-job-queue.h:
7640         * backend/ev-jobs.c:
7641         * backend/ev-jobs.h:
7642         * backend/ev-page-cache.c:
7643         * backend/ev-page-cache.h:
7644
7645         EvPageCache and EvJobs are moved to shell.
7646
7647         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7648         (ev_tmp_filename):
7649         * lib/ev-file-helpers.h:
7650         
7651         New helper to work with temporary files
7652         
7653         * shell/Makefile.am:
7654         * shell/ev-application.c: (ev_application_open):
7655         * shell/ev-application.h:
7656         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7657         (remove_job_from_async_queue), (add_job_to_async_queue),
7658         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7659         (handle_job), (search_for_jobs_unlocked),
7660         (no_jobs_available_unlocked), (ev_render_thread),
7661         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7662         (ev_job_queue_add_job), (move_job_async), (move_job),
7663         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7664         * shell/ev-job-queue.h:
7665         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7666         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7667         * shell/ev-job-xfer.h:
7668         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7669         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7670         (ev_job_links_class_init), (ev_job_render_init),
7671         (ev_job_render_dispose), (ev_job_render_class_init),
7672         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7673         (ev_job_thumbnail_class_init), (ev_job_load_init),
7674         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7675         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7676         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7677         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7678         * shell/ev-jobs.h:
7679         * shell/ev-page-action.c: (ev_page_action_set_document):
7680         * shell/ev-page-cache.c: (ev_page_cache_init),
7681         (ev_page_cache_class_init), (ev_page_cache_finalize),
7682         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7683         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7684         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7685         (ev_page_cache_get_title), (ev_page_cache_get_size),
7686         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7687         (ev_page_cache_get_height_to_page),
7688         (ev_page_cache_get_max_label_chars),
7689         (ev_page_cache_get_page_label),
7690         (ev_page_cache_has_nonnumeric_page_labels),
7691         (ev_page_cache_get_info), (ev_page_cache_next_page),
7692         (ev_page_cache_prev_page), (ev_page_cache_get):
7693         * shell/ev-page-cache.h:
7694         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7695         (ev_pixbuf_cache_clear_job_sizes),
7696         (ev_pixbuf_cache_add_jobs_if_needed),
7697         (ev_pixbuf_cache_set_page_range):
7698         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7699         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7700         * shell/ev-sidebar-thumbnails.c:
7701         (ev_sidebar_tree_selection_changed),
7702         (ev_sidebar_thumbnails_set_document):
7703         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7704         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7705         (ev_statusbar_get_context_id), (ev_statusbar_push),
7706         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7707         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7708         (ev_statusbar_set_progress):
7709         * shell/ev-statusbar.h:
7710         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7711         (ev_view_find_previous):
7712         * shell/ev-window.c: (ev_window_is_empty),
7713         (ev_window_setup_document), (password_dialog_response),
7714         (ev_window_clear_jobs), (ev_window_load_job_cb),
7715         (ev_window_xfer_job_cb), (ev_window_open_uri),
7716         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7717         (ev_window_print), (ev_window_print_range),
7718         (ev_window_state_event), (ev_window_cmd_view_reload),
7719         (menu_item_select_cb), (menu_item_deselect_cb),
7720         (view_status_changed_cb), (ev_window_dispose),
7721         (drag_data_received_cb), (ev_window_init):
7722         * shell/ev-window.h:
7723         * shell/main.c: (load_files):
7724         
7725         New statusbar to show progress on idle. Two new jobs - 
7726         xfer job and load job to load document in background. And update
7727         of page_cache clients to new location of code.
7728
7729 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7730   
7731         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7732         selection in open dialog. It also remembers the last visited directory 
7733         in the current session.
7734
7735 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7736
7737         * shell/ev-properties.c: (ev_properties_new):
7738         * shell/ev-properties.h:
7739         * shell/ev-window.c: (ev_window_cmd_file_properties):
7740         
7741         Get document info from page cache instead of document itself.
7742         This should fix crash related to race conditions described in
7743         bug 306545.
7744
7745 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7746
7747         * ps/ps-document.c: (ps_document_init),
7748         (send_ps), (get_page_box), (output), (catchPipe), (input),
7749         (stop_interpreter), (file_length), (file_readable),
7750         (check_filecompressedb), (ps_document_enable_interpreter),
7751         (document_load), (ps_async_renderer_render_pixbuf):
7752         * ps/ps-document.h:
7753
7754         Big cleanup of the ps code
7755
7756 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7757
7758         * backend/Makefile.am:
7759         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7760         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7761         * backend/ev-async-renderer.h:
7762
7763         Add an async renderer interface (method + callback) which
7764         is useful for backends like ps.
7765
7766         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7767         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7768         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7769         (ev_job_queue_add_job), (move_job_async), (move_job),
7770         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7771
7772         Add queues for async renderer, these are executed on the
7773         main thread.
7774
7775         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7776         (ev_job_render_run):
7777         * backend/ev-jobs.h:
7778
7779         If the backend support async renderer interface use it.
7780
7781         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7782         (setup_pixmap), (ps_document_get_type),
7783         (ps_async_renderer_render_pixbuf),
7784         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7785
7786         Implement async renderer interface.
7787
7788 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7789
7790         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7791
7792         Cleanup links job on exit.
7793
7794 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7795
7796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7797         (drag_data_get_cb), (drag_data_received_cb):
7798         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7799         (drag_data_get_cb), (parse_item_list),
7800         (egg_toolbar_editor_load_actions):
7801         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7802         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7803         (parse_item_list), (parse_toolbars):
7804         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7805         (dvi_pixbuf_put_pixel):
7806         
7807         Fix gcc 4.0 warnings
7808
7809 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7810
7811         * ps/ps-document.c: (start_interpreter):
7812
7813         Fix warning when loading ps
7814
7815 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7816
7817         * ps/ps-document.c: (output):
7818
7819         Fix crash when priting gs error messages.
7820
7821 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7822
7823         * backend/ev-page-cache.c: (_ev_page_cache_new):
7824         * backend/ev-page-cache.h:
7825
7826         Use a const to return title so that we dont double
7827         free it. Small cleanup and fix a leak.
7828
7829         * shell/ev-window.c: (update_window_title):
7830
7831         strdup value from get_title.
7832
7833 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7834
7835         * shell/ev-sidebar-links.c: (job_finished_callback),
7836         (ev_sidebar_links_set_document):
7837
7838         Cleanup the old job when changing document
7839
7840 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * shell/ev-stock-icons.c:
7843         * shell/ev-stock-icons.h:
7844         * shell/ev-window.c:
7845         
7846         Add stock icons for actions that can appear in toolbar. Fix for
7847         bug 306566.
7848
7849 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7852         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7853         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7854         * backend/ev-page-cache.h:
7855         * shell/ev-view.c: (scroll_to_current_page),
7856         (view_update_range_and_current_page), (get_page_y_offset),
7857         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7858         (ev_view_size_request_continuous),
7859         (ev_view_zoom_for_size_continuous_and_dual_page),
7860         (ev_view_zoom_for_size_continuous):
7861         
7862         More compact EvView layout in document with pages of different size.
7863
7864 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7865
7866         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7867         compilation.
7868
7869 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * shell/ev-view.c: (view_set_adjustment_values):
7872         * shell/ev-window.c: (ev_window_cmd_file_properties):
7873         
7874         A bit different fix for rounding problem but it has no
7875         problems on startup. Make properties window transient to parent.
7876
7877 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7878
7879         * pdf/ev-poppler.cc:
7880         
7881         More commenting of font stuff.
7882
7883 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7884
7885         * pdf/ev-poppler.cc:
7886
7887         Comment out some more fonts stuff. Should really
7888         work without the poppler patch now.
7889
7890 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7891
7892         * pdf/ev-poppler.cc:
7893
7894         Adapt to api change
7895
7896 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7897
7898         * data/evince-properties.glade:
7899         * pdf/ev-poppler.cc:
7900         * shell/ev-properties.c: (setup_fonts_view):
7901
7902         Set the column title. Show the dialog only
7903         once everything is setup.
7904         Getting font info can be very slow... will
7905         prolly need to make this threaded too.
7906
7907 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7908
7909         * backend/Makefile.am:
7910         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7911         (ev_document_fonts_get_fonts_model):
7912         * backend/ev-document-fonts.h:
7913         * data/evince-properties.glade:
7914         * pdf/ev-poppler.cc:
7915         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7916         * shell/ev-properties.h:
7917         * shell/ev-window.c: (ev_window_cmd_file_properties):
7918
7919         Implement fonts list. Defined out for now, since it depends
7920         on a not yet committed poppler patch.
7921
7922 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7923
7924         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7925         page + 1.
7926
7927         * shell/ev-window.c: Make sure we add the timeout when we get a
7928         focus-in event.
7929
7930         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7931         adjustment->value before calculating the zoom factor to average
7932         out all of our rounding errors.  The page no longer 'drifts' when
7933         resizing.
7934
7935 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7936
7937         * data/evince-properties.glade:
7938         * shell/ev-properties.c: (ev_properties_format_date),
7939         (set_property):
7940         
7941         Labels don't expand when the dialogue is resized.
7942         strftime result needs to be converted to UTF-8. Thanks
7943         to Christian Persch <chpe@gnome.org>.
7944
7945 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7946
7947         * data/evince-properties.glade:
7948
7949         Hide the fonts tab
7950
7951 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7952
7953         * backend/ev-document-info.h:
7954         * backend/ev-document.c: (ev_document_info_free):
7955         * data/evince-properties.glade:
7956         * pdf/ev-poppler.cc:
7957         * ps/ps-document.c: (ps_document_get_info):
7958         * shell/ev-properties.c: (ev_properties_format_date),
7959         (set_property), (ev_properties_new):
7960         * shell/ev-properties.h:
7961         * shell/ev-window.c: (ev_window_cmd_file_properties):
7962
7963         Rework properties code to take only EvPropertyInfo
7964         in the constructor so that it can be useful for
7965         nautilus plugin too.
7966
7967         Deal with backends that doesnt support some properties.
7968         Make set property code generic.
7969
7970 2005-06-04  Christian Persch <chpe@gnome.org>
7971
7972         * data/evince-properties.glade:
7973
7974         fix spacings, make resizeable, and make data labels
7975         selectable + ellipsised
7976
7977 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7978
7979         * backend/ev-document-info.h:
7980         * data/Makefile.am:
7981         * data/evince-ui.xml:
7982         * pdf/ev-poppler.cc:
7983         * shell/Makefile.am:
7984         * shell/ev-window.c: (update_action_sensitivity),
7985         (ev_window_cmd_file_properties):
7986
7987         Initial go at file properties. Patch by
7988         Emil Soleyman-Zomalan <emil@soleyman.com>.
7989         Needs love see #169583
7990
7991 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7992
7993         * ps/ps-document.c: (output):
7994         * ps/ps.c: (psscan):
7995
7996         Try to render even if psscan fails.
7997
7998 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7999
8000         * ps/ps.c: (psscan), (pscopydoc):
8001
8002         Port buffered reading code from gv
8003
8004 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8005
8006         * ps/ps-document.c: (interpreter_message), (output):
8007
8008         Do not fail on interpreter messages
8009
8010 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8011
8012         * backend/ev-document-misc.c:
8013         (ev_document_misc_get_thumbnail_frame):
8014
8015         Pages can be 0 x 0, dont assert on this case
8016
8017 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8018
8019         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8020         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8021
8022         Correctly manage our reference on document. Finally the reload
8023         huge leak is gone...
8024
8025 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8026
8027         * ps/ps-document.c: (ps_document_dispose):
8028
8029         Forgot to chain it to the parent. Thanks chpe.
8030
8031 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8032
8033         * ps/ps-document.c: (ps_document_dispose),
8034         (ps_document_class_init), (stop_interpreter), (document_load):
8035
8036         Cleanup dispose a bit. Dont leak the whole pixmap.
8037
8038 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8039
8040         * pdf/ev-poppler.cc:
8041
8042         Release the poppler document on dispose
8043
8044 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8045
8046         * shell/ev-view.c: (ev_view_set_document):
8047
8048         Release ref on the pixbuf cache when changing
8049         document.
8050
8051 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8052
8053         * ps/ps-document.c: (ps_document_get_info):
8054
8055         Fix a double free
8056
8057 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * backend/ev-page-cache.c: (ev_page_cache_init),
8060         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8061         * backend/ev-page-cache.h:
8062         * shell/ev-page-action.c: (page_changed_cb):
8063         
8064         Set page action entry width depending on labels width. Fix
8065         for bug 305202.
8066
8067 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * backend/ev-link.c: (ev_link_class_init):
8070
8071         Allow -1 as page value (error)
8072
8073 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8074
8075         * shell/ev-sidebar-thumbnails.c:
8076         (ev_sidebar_thumbnails_set_document):
8077         * shell/ev-view.c: (scroll_to_current_page),
8078         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8079         (page_changed_cb), (on_adjustment_value_changed),
8080         (ev_view_set_document):
8081
8082         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8083         Fix bug 305377
8084
8085 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8086
8087         * configure.ac:
8088         * djvu/djvu-document.c: (djvu_document_get_page_size):
8089
8090         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8091         bug 301993.
8092
8093 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8094
8095         * shell/ev-view.c (draw_one_page): modify the expose handling to
8096         get the shadows.
8097
8098         * shell/ev-window.c (update_action_sensitivity): Respect
8099         permissions field.  Kowtow to the man.
8100
8101         * pdf/ev-poppler.cc: Get the permissions field.
8102
8103         * tiff/*c: Make a tiny bit more robust.
8104
8105 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8106
8107         * djvu/djvu-document.c:
8108         
8109         Pop messages from djvu context message queue.
8110
8111 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8112
8113         * configure.ac, Makefile.am, shell/Makefile.am:
8114         * tiff/Makefile.am, shell/ev-document-types.c:
8115         
8116         Cleanup tiff configure checks. Fix for bug 305218.
8117
8118 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8119
8120         * configure.ac: Added "uk" to ALL_LINGUAS.
8121
8122 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * cut-n-paste/zoom-control/ephy-zoom.c:
8125         (ephy_zoom_get_changed_zoom_level):
8126         * cut-n-paste/zoom-control/ephy-zoom.h:
8127         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8128         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8129         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8130         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8131         (zoom_control_changed_cb), (ev_window_init):
8132         
8133         Fix minor points related to moving best fit up. Introduce
8134         "zoom" property and make zoom control change it's value on
8135         notify::zoom signals. Fix for 305080.
8136
8137 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8138
8139         * data/evince-ui.xml:
8140         * shell/ev-window.c: (set_view_actions_sensitivity):
8141         
8142         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8143
8144 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * configure.ac:
8147
8148         Depends on poppler 0.3.2
8149
8150 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * cut-n-paste/recent-files/egg-recent-item.c:
8153         (egg_recent_item_get_short_name):
8154         * cut-n-paste/toolbar-editor/Makefile.am:
8155         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8156         (new_pixbuf_from_widget):
8157         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8158         * cut-n-paste/toolbar-editor/egg-marshal.c:
8159         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8160         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8161
8162         Sync
8163
8164 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8165
8166         * tiff/tiff-document.c: Rough TIFF backend.
8167
8168 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * NEWS:
8171         * configure.ac:
8172         * cut-n-paste/toolbar-editor/Makefile.am:
8173
8174         Release 0.3.1
8175
8176 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8179         (ev_view_find_next), (ev_view_find_previous):
8180
8181         Remove the locks around get_n_results   
8182
8183 2005-05-21  Juerg Billeter  <j@bitron.ch>
8184
8185         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8186
8187         Pass correct number of pages to poppler.
8188
8189 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191         * configure.ac:
8192         * data/Makefile.am:
8193         * data/evince.desktop.in: 
8194         * data/evince.desktop.in.in:
8195         * po/POTFILES.in:
8196         
8197         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8198
8199 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8200
8201         * shell/ev-view.c: (view_update_adjustments),
8202         (view_set_adjustment_values): cast adjustmen->value to (int)
8203         before using it.  Otherwise, we get off by a pixel in some
8204         situations.
8205
8206         (draw_one_page): Draw the border on expose.
8207
8208 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8209
8210         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8211         adjustment when the mode changes, #304923
8212
8213 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8214
8215         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8216         flickering on resize but still use gdk_window_scroll on
8217         scrolling
8218
8219 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8220
8221         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8222         option, #170458
8223
8224 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8225
8226         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8227         second page on page_changed if possible, #304669
8228
8229 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8230
8231         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8232         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8233
8234 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8235
8236         * .cvsignore:
8237         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8238         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8239         (ev_view_zoom_for_size_presentation),
8240         (ev_view_zoom_for_size_continuous_and_dual_page),
8241         (ev_view_zoom_for_size_continuous),
8242         (ev_view_zoom_for_size_dual_page),
8243         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8244         * shell/ev-view.h:
8245         * shell/ev-window.c: (update_view_size),
8246         (ev_window_sizing_mode_changed_cb):
8247
8248         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8249         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8250         an infinite loop, #304769
8251
8252
8253 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8254
8255         * data/evince-ui.xml:
8256         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8257         * shell/ev-window.c: (set_view_actions_sensitivity):
8258
8259         Make PgUp/Down behave like Space
8260
8261 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8262
8263         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8264         * backend/ev-ps-exporter.h:
8265         * pdf/ev-poppler.cc:
8266         * ps/ps-document.c: (ps_document_ps_export_begin):
8267         * shell/ev-print-job.c: (idle_print_handler):
8268
8269         Adapt to new poppler api
8270
8271 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8272
8273         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8274         (ephy_zoom_control_init):
8275
8276         Translate zoom levels
8277
8278 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8279
8280         * cut-n-paste/zoom-control/ephy-zoom.c:
8281         (ephy_zoom_get_zoom_level_index):
8282
8283         Fix current zoom -> zoom control match
8284
8285 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8286
8287         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8288         rather than the scrolled_window that it's in. Fixes bug #304655.
8289
8290 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8291
8292         * shell/ev-view.c: (view_update_adjustments),
8293         (view_set_adjustment_values), (view_update_range_and_current_page),
8294         (view_scroll_to_page), (set_scroll_adjustment),
8295         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8296         (ev_view_scroll), (ev_view_scroll_view),
8297         (ensure_rectangle_is_visible), (find_page_at_location),
8298         (get_link_at_location), (go_to_link), (status_message_from_link),
8299         (ev_view_size_request_continuous_dual_page),
8300         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8301         (ev_view_unrealize), (ev_view_expose_event),
8302         (ev_view_button_press_event), (ev_view_motion_notify_event),
8303         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8304         (draw_rubberband), (highlight_find_results), (draw_one_page),
8305         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8306         (ev_view_init), (find_changed_cb), (page_changed_cb),
8307         (on_adjustment_value_changed), (ev_view_new),
8308         (ev_view_set_document), (ev_view_set_zoom),
8309         (ev_view_set_continuous), (ev_view_set_dual_page),
8310         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8311         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8312         (ev_view_zoom_for_size_presentation),
8313         (ev_view_zoom_for_size_continuous_dual_page),
8314         (ev_view_zoom_for_size_continuous),
8315         (ev_view_zoom_for_size_dual_page),
8316         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8317         (ev_view_get_status), (ev_view_set_status),
8318         (update_find_status_message), (ev_view_get_find_status),
8319         (ev_view_set_find_status), (jump_to_find_result),
8320         (jump_to_find_page), (compute_selections), (clear_selection),
8321         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8322         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8323         (ev_view_update_primary_selection),
8324         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8325         * shell/ev-view.h:
8326         * shell/ev-window.c: (ev_window_open_page_label),
8327         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8328         (ev_window_init):
8329         * shell/ev-window.h:
8330         * shell/main.c: (load_files):
8331
8332         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8333         when resizing.  Remove the bin_window().  Also, patch from James
8334         Bowes to fix command line page, #300641
8335         
8336 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8337
8338         * data/evince-ui.xml:
8339         * shell/ev-view.c:
8340         * shell/ev-view.h:
8341         * shell/ev-window.c: (update_action_sensitivity):
8342
8343         Get rid of View->Normal Size, it's just confusing
8344
8345 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8346
8347         * backend/ev-document-info.h:
8348         * backend/ev-document.c: (ev_document_info_free): Free the
8349         EvDocumentInfo.
8350
8351         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8352         (clear_range), (add_range), (update_visible_range),
8353         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8354         (ev_sidebar_thumbnails_set_document):
8355         * shell/ev-window.c: (ev_window_setup_document): Only render the
8356         visible thumbnails.  It takes an instant to render, but it uses
8357         much less memory.
8358
8359 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8360
8361         * shell/ev-sidebar-links.c: (popup_menu_cb):
8362
8363         Select first item
8364
8365 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * lib/Makefile.am:
8368         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8369         (button_press_cb), (ev_sidebar_links_construct):
8370
8371         Show the popup menu also on keybindings
8372
8373 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8376         * shell/ev-window.h:
8377
8378         Expose api to print a range (with dialog). Make private _print use
8379         it.
8380
8381         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8382         (ev_sidebar_links_construct):
8383
8384         Show a print context menu on linkx, it prints the selected
8385         section.
8386
8387 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8388
8389         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8390         button.
8391
8392 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8393
8394         * AUTHORS:
8395
8396         Update
8397
8398         * shell/ev-window.c: (build_comments_string),
8399         (ev_window_cmd_help_about):
8400
8401         Show poppler version/backend and authors
8402
8403 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * cut-n-paste/zoom-control/ephy-zoom.c:
8406         (ephy_zoom_get_zoom_level_index):
8407         * cut-n-paste/zoom-control/ephy-zoom.h:
8408
8409         Move the best fit items at the top of the list
8410
8411 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * shell/ev-marshal.list:
8414         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8415         (activate_cb), (match_selected_cb), (activate_link_cb),
8416         (connect_proxy), (ev_page_action_class_init):
8417         * shell/ev-page-action.h:
8418
8419         Use signals to notify action activation. Hopefully
8420         I did not break completion since I cant test...
8421
8422         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8423         (register_custom_actions):
8424
8425         Connect to page selector actions and also grab focus on
8426         the view when activated.
8427
8428 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8429
8430         * pdf/ev-poppler.cc:
8431         * backend/ev-page-cache.c: make page size calculation consistent
8432         and set it to (int)( width * scale + 0.5).  This makes the weird
8433         line going through the middle of the page go away.
8434
8435         * shell/ev-view.c: move painting the background page after
8436         checking the expose area covers us.
8437
8438 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8439
8440         * data/evince-password.glade:
8441         
8442         Mark labels as not translatable. Fix for bug 302842.
8443
8444 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8445
8446         * configure.ac: Added "es" to ALL_LINGUAS.
8447
8448 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * data/evince-toolbar.xml:
8451         * shell/ev-window.c: (update_action_sensitivity),
8452         (ev_window_setup_document), (ev_window_set_page_mode),
8453         (ev_window_init):
8454
8455         Remove some leftover code from jrb first continous
8456         attempt. Use the new actions, we still need good icons
8457         though...
8458
8459 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8462
8463         Update label when connecting proxy. Fix a warning with NULL
8464         page_cache.
8465
8466 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * data/evince-ui.xml:
8469         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8470         * shell/ev-page-action.h:
8471         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8472
8473         Add mnemonic for edit toolbar.
8474         ctrl+l focus the page entry.
8475
8476 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * lib/Makefile.am:
8479         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8480         (ev_window_init):
8481         * shell/main.c: (main):
8482
8483         Put the toolbar xml in evince own dot dir
8484
8485 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8486
8487         * shell/ev-window.c: (ev_window_init):
8488
8489         Make the toolbar not removable
8490
8491 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * data/evince-ui.xml:
8494         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8495         * shell/ev-sidebar-links.h:
8496         * shell/ev-sidebar-thumbnails.c:
8497         (ev_sidebar_thumbnails_get_treeview):
8498         * shell/ev-sidebar-thumbnails.h:
8499         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8500         (ev_view_class_init):
8501         * shell/ev-view.h:
8502         * shell/ev-window.c: (update_action_sensitivity),
8503         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8504         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8505         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8506         (ev_window_init):
8507
8508         This is evil... Make space/backspace global accelerators but
8509         enable them only for some widgets (sidebars and view).
8510         I dont like it, but I dont know a better way... :/
8511
8512 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8515         (ev_page_action_widget_finalize),
8516         (ev_page_action_widget_class_init), (update_page_cache):
8517
8518         Keep a weak reference on proxy->page_cache so that we
8519         dont try to disconnect the signal if the object is already
8520         gone. Maybe there is a better way to cleanup reference handling
8521         in page action though...
8522
8523 2005-05-10  Juerg Billeter  <j@bitron.ch>
8524
8525         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8526         * backend/ev-ps-exporter.h:
8527         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8528         * ps/ps-document.c: (ps_document_ps_export_begin):
8529         
8530         Change api to pass print range to ps_exporter_begin. The pdf backend
8531         requires this information.
8532         
8533         * shell/ev-print-job.c: (idle_print_handler):
8534         
8535         Adapt to api change
8536
8537 2005-05-10  Juerg Billeter  <j@bitron.ch>
8538
8539         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8540         (idle_print_handler)
8541         * shell/ev-window.c: (ev_window_print):
8542
8543         Support printing page range, based on patch by Amaury Jacquot
8544
8545 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * data/evince-toolbar.xml:
8548
8549         Add zoom control to available items
8550
8551 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8552
8553         * shell/ev-window.c: (update_action_sensitivity):
8554
8555         Set slash action insensitive when appropriate
8556
8557 2005-05-10  Christian Persch <chpe@gnome.org>
8558
8559         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8560
8561         Fix warning on the overflow menu
8562
8563 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8566
8567         Check for uri correctness/existence
8568
8569 2005-05-09  Juerg Billeter  <j@bitron.ch>
8570
8571         * shell/ev-window.c: (using_postscript_printer):
8572
8573         LPD printers use postscript, too
8574
8575 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8576
8577         * shell/ev-window.c: (register_custom_actions):
8578
8579         The zoom one is actually sort of useful,
8580         put it back
8581
8582 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8583
8584         * shell/ev-window.c: (register_custom_actions):
8585
8586         Hide page/zoom controls from overflow, they
8587         are useless.
8588
8589 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * cut-n-paste/update-from-egg.sh:
8592         
8593         Share it between all cut-n-paste subdirs
8594
8595         * cut-n-paste/recent-files/Makefile.am:
8596
8597         Fix to use "global" update-from-egg.sh
8598
8599         * cut-n-paste/recent-files/egg-recent-model.c:
8600         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8601         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8602         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8603         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8604
8605         Update from libegg
8606
8607         * cut-n-paste/toolbar-editor/Makefile.am:
8608
8609         Fix to use "global" update-from-egg.sh
8610
8611         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8612
8613         Update from libegg
8614
8615 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8616
8617         * configure.ac:
8618         * cut-n-paste/Makefile.am:
8619         * cut-n-paste/recent-files/Makefile.am:
8620         * cut-n-paste/toolbar-editor/.cvsignore:
8621         * cut-n-paste/toolbar-editor/Makefile.am:
8622         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8623         (egg_editable_toolbar_get_type), (get_toolbar_position),
8624         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8625         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8626         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8627         (set_item_drag_source), (create_item_from_action), (create_item),
8628         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8629         (popup_toolbar_context_menu_cb), (free_dragged_item),
8630         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8631         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8632         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8633         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8634         (item_added_cb), (item_removed_cb),
8635         (egg_editable_toolbar_construct),
8636         (egg_editable_toolbar_disconnect_model),
8637         (egg_editable_toolbar_deconstruct),
8638         (egg_editable_toolbar_set_model),
8639         (egg_editable_toolbar_set_ui_manager),
8640         (egg_editable_toolbar_set_property),
8641         (egg_editable_toolbar_get_property),
8642         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8643         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8644         (egg_editable_toolbar_new_with_model),
8645         (egg_editable_toolbar_get_edit_mode),
8646         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8647         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8648         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8649         (new_pixbuf_from_widget), (new_separator_pixbuf),
8650         (update_separator_image), (style_set_cb),
8651         (_egg_editable_toolbar_new_separator_image),
8652         (egg_editable_toolbar_get_model):
8653         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8654         * cut-n-paste/toolbar-editor/egg-marshal.c:
8655         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8656         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8657         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8658         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8659         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8660         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8661         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8662         (editor_drag_data_delete_cb), (drag_data_get_cb),
8663         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8664         (editor_create_item), (update_editor_sheet), (setup_editor),
8665         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8666         (parse_item_list), (model_has_action), (update_actions_list),
8667         (egg_toolbar_editor_load_actions):
8668         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8669         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8670         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8671         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8672         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8673         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8674         (egg_toolbars_model_add_separator), (impl_add_item),
8675         (parse_item_list), (egg_toolbars_model_add_toolbar),
8676         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8677         (impl_get_item_data), (impl_get_item_type),
8678         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8679         (egg_toolbars_model_init), (free_toolbar),
8680         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8681         (egg_toolbars_model_remove_toolbar),
8682         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8683         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8684         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8685         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8686         (egg_toolbars_model_get_item_data),
8687         (egg_toolbars_model_get_item_type):
8688         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8689         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8690         * data/Makefile.am:
8691         * data/evince-toolbar.xml:
8692         * data/evince-ui.xml:
8693         * data/hand-open.png:
8694         * po/POTFILES.in:
8695         * shell/Makefile.am:
8696         * shell/ev-window.c: (update_chrome_visibility),
8697         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8698         (ev_window_dispose), (ev_window_init):
8699
8700         Implement epiphany like toolbar editor. Based on patch by
8701         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8702
8703 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8706
8707         Use set_cursor instead of set_selection, so that
8708         the keyboard focus moves too.
8709
8710 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8711
8712         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8713
8714         Fix infinite loop when loading Type1 fonts
8715
8716 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * data/evince-ui.xml:
8719         * shell/ev-window.c:
8720
8721         Slash -> Find
8722
8723 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8724
8725         * configure.ac:
8726
8727         Make --disable really disable
8728
8729 2005-05-07  Juerg Billeter  <j@bitron.ch>
8730
8731         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8732
8733         Compare page labels even without has_labels set, fixes setting page
8734         with entry
8735
8736 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8739         (ev_view_set_cursor), (ev_view_button_press_event),
8740         (ev_view_motion_notify_event), (ev_view_button_release_event),
8741         (ev_view_init):
8742
8743         Implement middle button scrolling. Based on a patch
8744         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8745
8746 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * shell/ev-document-types.c: (get_slow_mime_type),
8749         (get_document_type_from_mime), (ev_document_type_lookup):
8750         * shell/ev-document-types.h:
8751
8752         Change api to lookup from uri. Do fast lookup first, if the
8753         type is unknown try with data sniffing.
8754
8755         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8756         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8757
8758         Adapt to api change
8759
8760 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * thumbnailer/Makefile.am:
8763
8764         Fix distcheck
8765
8766 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * NEWS:
8769         * configure.ac:
8770
8771         Release 0.3.0
8772
8773         * data/evince-ui.xml:
8774
8775         Hide presentation mode for now
8776
8777         * shell/ev-view.c: (highlight_find_results):
8778
8779         Show current find selection only on current page
8780
8781 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * shell/ev-view.c: (ev_view_select_all):
8784
8785         Compute size of the actual page, not of
8786         the current one.
8787
8788 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8791         (view_rect_to_doc_rect), (compute_selections),
8792         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8793         (ev_view_copy), (ev_view_primary_get_cb),
8794         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8795         (ev_view_button_press_event), (ev_view_motion_notify_event),
8796         (ev_view_button_release_event), (page_changed_cb):
8797
8798         Fix text selection
8799
8800 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8801
8802         * shell/ev-view.c: (compute_border), (get_page_extents),
8803         (doc_rect_to_view_rect), (highlight_find_results),
8804         (ev_view_bin_expose), (ev_view_select_all),
8805         (ev_view_motion_notify_event), (update_find_status_message),
8806         (jump_to_find_result), (jump_to_find_page):
8807
8808         First go at fixing search, still buggy
8809
8810 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8811
8812         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8813         dropdown box and button at the top of the sidebar.
8814
8815 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8816
8817         * configure.ac: Output zoom-control Makefile.
8818         * cut-n-paste/Makefile.am: build zoom-control subdir.
8819         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8820         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8821         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8822         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8823         * cut-n-paste/zoom-control/ephy-zoom.c:
8824         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8825         from epiphany, and modified to add a separator into the menu.
8826         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8827         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8828         zoom-control action.
8829         * shell/Makefile.am: Include zoom-control flags.
8830         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8831         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8832         (ev_view_zoom_for_size_presentation),
8833         (ev_view_zoom_for_size_continuous_and_dual_page),
8834         (ev_view_zoom_for_size_continuous),
8835         (ev_view_zoom_for_size_dual_page),
8836         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8837         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8838         ev_view_get_zoom and ev_view_get_sizing_mode.
8839         * shell/ev-view.h:
8840         * shell/ev-window.c: (update_action_sensitivity),
8841         (update_sizing_buttons), (zoom_control_changed_cb),
8842         (register_custom_actions): Initialize and use the zoom-control 
8843         widget.
8844
8845 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8846
8847         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8848         preview cache back to 1.  Don't know when it got set to 0.
8849         
8850         * shell/ev-view.c: (compute_border), (ev_view_realize),
8851         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8852         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8853         (ev_view_get_fullscreen), (ev_view_set_presentation),
8854         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8855         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8856         * shell/ev-view.h:
8857         * shell/ev-window.c:
8858         (update_chrome_visibility),
8859         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8860         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8861         (update_document_mode), (ev_window_update_fullscreen_action),
8862         (ev_window_fullscreen), (ev_window_unfullscreen),
8863         (ev_window_cmd_view_fullscreen),
8864         (ev_window_update_presentation_action),
8865         (ev_window_run_presentation), (ev_window_stop_presentation),
8866         (ev_window_cmd_view_presentation), (ev_window_state_event),
8867         (ev_window_focus_in_event), (ev_window_focus_out_event),
8868         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8869         * data/evince-ui.xml: Initial presentation mode.  We should
8870         probably hide this until it's done, as it's quite rough.  Also,
8871         change full-screen to fullscreen and add two getters to EvView.
8872
8873 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * shell/ev-page-action.c: (update_page_cache),
8876         (ev_page_action_dispose):
8877         * shell/ev-window.c: (destroy_fullscreen_popup),
8878         (ev_window_create_fullscreen_popup):
8879
8880         Use connect_object rather than explicitly
8881         disconnect on dispose.
8882
8883 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * shell/ev-page-action.c: (update_page_cache),
8886         (ev_page_action_dispose):
8887
8888 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8889
8890         * backend/ev-page-cache.c: (_ev_page_cache_new),
8891         (ev_page_cache_set_page_label),
8892         (ev_page_cache_has_nonnumeric_page_labels):
8893         * backend/ev-page-cache.h:
8894         * shell/ev-page-action.c: (update_pages_label):
8895         
8896         If all page labels are numeric, fallback to default
8897         way to display number of pages. See bug 173185.
8898
8899 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8900
8901         * shell/ev-page-action.c: (ev_page_action_dispose):
8902         * shell/ev-view.c: (view_update_range_and_current_page):
8903         * shell/ev-window.c: (ev_window_dispose):
8904         
8905         Set page on scroll in continuous mode. Fixes bug 301986.
8906         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8907
8908 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8909
8910         * configure.ac:
8911
8912         Require poppler 0.3.0
8913
8914 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8915         
8916         * shell/Makefile.am, configure.ac: Fix build problems
8917         with t1lib. Bug 301996.
8918
8919 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8920
8921         * shell/ev-view.c: (ev_view_scroll_event):
8922         
8923         Scroll up increase zoom
8924
8925 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8926
8927         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8928         (ev_view_set_sizing_mode),
8929         (ev_view_zoom_for_size_continuous_and_dual_page),
8930         (ev_view_zoom_for_size_continuous):
8931         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8932         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8933         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8934         (ev_window_init):
8935
8936         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8937         Fix for 165473 and 165472.
8938
8939 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8940
8941         * po/POTFILES.in:
8942         * thumbnailer/Makefile.am:
8943         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8944         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8945         * thumbnailer/evince-thumbnailer.schemas.in:
8946         
8947         Make thumbnailer schemas translatable. Fix for bug 301773
8948         
8949         * thumbnailer/evince-thumbnailer-djvu.schemas:
8950         * thumbnailer/evince-thumbnailer-dvi.schemas:
8951         * thumbnailer/evince-thumbnailer.schemas:
8952
8953         Removed files
8954
8955 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8956
8957         * shell/ev-view.c (ev_view_init): forgot to set this.
8958
8959 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8960
8961         * shell/ev-view.c: (find_page_at_location),
8962         (get_link_at_location),
8963         (ev_view_set_show_border), (ev_view_set_spacing),
8964         (ev_view_zoom_for_size_continuous_and_dual_page),
8965         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8966         Also, add a quick fix measuring of widths.  Also, removed
8967         ev_view_set_spacing and ev_view_set_show_border.
8968         
8969         * shell/ev-window.c: (ev_window_unfullscreen),
8970         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8971
8972 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8973
8974         * shell/ev-view.c: (view_update_range_and_current_page),
8975         (page_changed_cb):
8976         
8977         Fix crash on exit and scrolling to page in continuous view.
8978
8979 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8980
8981         * TODO:
8982         * backend/ev-page-cache.c: (_ev_page_cache_new),
8983         (ev_page_cache_get_max_width_size),
8984         (ev_page_cache_get_max_height_size):
8985         * backend/ev-page-cache.h:
8986         * data/evince-ui.xml:
8987         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8988         * shell/ev-view.c: (view_update_adjustments),
8989         (view_update_range_and_current_page), (get_bounding_box_size),
8990         (ev_view_size_request_continuous_and_dual_page),
8991         (ev_view_size_request_continuous),
8992         (ev_view_size_request_dual_page),
8993         (ev_view_size_request_single_page), (ev_view_size_request),
8994         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8995         (ev_view_bin_expose), (ev_view_expose_event),
8996         (ev_view_set_property), (ev_view_get_property),
8997         (ev_view_class_init), (ev_view_init), (ev_view_new),
8998         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8999         (ev_view_set_dual_page), (ev_view_set_full_screen),
9000         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9001         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9002         (ev_view_zoom_out), (zoom_for_size_fit_width),
9003         (zoom_for_size_best_fit),
9004         (ev_view_zoom_for_size_continuous_and_dual_page),
9005         (ev_view_zoom_for_size_continuous),
9006         (ev_view_zoom_for_size_dual_page),
9007         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9008         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9009         * shell/ev-view.h:
9010         * shell/ev-window.c: (update_action_sensitivity),
9011         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9012         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9013         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9014         (ev_window_cmd_view_zoom_out), (update_view_size),
9015         (ev_window_set_sizing_mode), (ev_window_init):
9016
9017         Add Continuous and Dual page modes.
9018
9019 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9020
9021         * dvi/dvi-document.c: (dvi_document_load),
9022         (dvi_document_thumbnails_get_thumbnail),
9023         (dvi_document_init_params): Fix up some mixups between
9024         width and height to correct thumbnail rendering.
9025
9026 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9027
9028         * dvi/mdvi-lib/private.h:
9029         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9030         
9031         Suppess output for kpathsea during font generation. Thanks to
9032         James Bowes
9033
9034 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9035
9036         * NEWS:
9037         * configure.ac:
9038
9039         Release 0.2.1
9040
9041         * Makefile.am: fix distcheck.
9042
9043 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9044
9045         * shell/ev-sidebar-links.c: (selection_changed_callback),
9046         (update_page_callback), (row_activated_callback),
9047         (job_finished_callback), (ev_sidebar_links_set_document):
9048         
9049         Fix for bug #169901. Double click on links expands tree.
9050
9051 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9052
9053         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9054         hard-coded style. Fix for bug 170111
9055
9056 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9057
9058         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9059         locking.
9060
9061 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9062
9063         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9064
9065 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9066
9067         * pdf/ev-poppler.cc:
9068         * shell/ev-view.c: (highlight_find_results):
9069
9070         Fix find on single page documents
9071
9072 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9073
9074         * data/evince.schemas.in: fix for bug 301390
9075
9076 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9077
9078         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9079         (ev_view_zoom_out), (ev_view_zoom_normal):
9080         * shell/ev-view.h:
9081         * shell/ev-window.c: (update_action_sensitivity),
9082         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9083         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9084         (ev_window_cmd_view_normal_size):
9085
9086         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9087         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9088         better than oom. 
9089
9090 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9091
9092         * configure.ac:
9093
9094         Depend on 2.57, 2.59 doesnt seem to be necessary
9095
9096 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9097
9098         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9099         (create_tool_item):
9100
9101         Put back total number of pages as (1 of 1234)
9102
9103 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9104
9105         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9106         remove the job.
9107
9108         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9109         function.  This helps debugging.
9110
9111 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9112
9113         * djvu/djvu-document.c: (djvu_document_class_init),
9114         (djvu_document_get_info), (djvu_document_document_iface_init):
9115         * dvi/dvi-document.c: (dvi_document_class_init),
9116         (dvi_document_get_info), (dvi_document_document_iface_init):
9117
9118         Dummy implementation of get_info method for dvi and
9119         djvu. Fix crashes with those backends
9120
9121 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9122
9123         * data/evince.desktop.in:
9124
9125         Add application/x-gzpostscript
9126
9127 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9128
9129         * data/evince.schemas.in: Added real long descriptions, 
9130         closes bug 172496 
9131
9132         * README: Added actual text, closes bug 171869
9133
9134 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9135
9136         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9137
9138         Thumbnail page 0
9139
9140 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9141
9142         * backend/ev-document-info.h:
9143
9144         s/GDate */GDate so we can just use g_free
9145
9146 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9147
9148         * shell/ev-window.c: (update_document_mode),
9149         (ev_window_setup_document):
9150
9151         Show the window in fullscreen when specified by
9152         the document
9153
9154 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9155
9156         * backend/ev-document.c: (ev_document_class_init),
9157         (ev_document_get_info), (ev_document_render_pixbuf):
9158         * backend/ev-document.h:
9159         * backend/ev-page-cache.c: (_ev_page_cache_new):
9160         * pdf/ev-poppler.cc:
9161         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9162         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9163         * ps/ps-document.c: (ps_document_class_init), (document_load),
9164         (ps_document_get_info), (ps_document_document_iface_init):
9165
9166         Remove get_title from the interface, we can just use document info
9167
9168 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * backend/Makefile.am:
9171         * backend/ev-document.c: (ev_document_render_get_info):
9172         * backend/ev-document.h:
9173         * pdf/ev-poppler.cc:
9174
9175         Initial support for document info. Based on jrb patch.
9176
9177 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9178
9179         * shell/ev-window.c: (ev_window_state_event),
9180         (ev_window_class_init), (ev_window_init):
9181         
9182         Doesn't show resize grip when maximized. See bug #301053
9183
9184 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9185
9186         * po/POTFILES.in:
9187         
9188         ev-sidebar-thumbnails now has translatable labels
9189         
9190         * shell/Makefile.am:
9191         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9192         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9193         (ev_sidebar_links_page_iface_init):
9194         * shell/ev-sidebar-links.h:
9195         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9196         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9197         (ev_sidebar_page_get_label):
9198         * shell/ev-sidebar-page.h:
9199         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9200         (ev_sidebar_thumbnails_set_document),
9201         (ev_sidebar_thumbnails_support_document),
9202         (ev_sidebar_thumbnails_get_label),
9203         (ev_sidebar_thumbnails_page_iface_init):
9204         * shell/ev-sidebar-thumbnails.h:
9205         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9206         (ev_sidebar_set_document):
9207         * shell/ev-sidebar.h:
9208         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9209         
9210         Small rework of sidebar code. Now sidebar pages should implement
9211         EvSidebarPage interface. That makes page management in EvSidebar
9212         easier. See bug #164811 for details
9213
9214 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9215
9216         * shell/ev-application.c: (ev_application_open):
9217         * shell/ev-document-types.c:
9218         
9219         Fix build error and small problem with application exit
9220
9221 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9222
9223         * thumbnailer/Makefile.am:
9224         * thumbnailer/evince-thumbnailer-djvu.schemas:
9225         * thumbnailer/evince-thumbnailer-dvi.schemas:
9226         
9227         Conditionally install schemas for djvu/dvi thumbnailer
9228
9229 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9230
9231         * shell/ev-document-types.h: 
9232         * shell/ev-document-types.c: 
9233         New files, handling the mapping from mimetypes to backends
9234         
9235         * shell/ev-window.c: 
9236         * thumbnailer/evince-thumbnailer.c:     
9237         Use the ev-document-types code
9238         
9239         * shell/Makefile.am: 
9240         Added new convenience library libevbackendfactory_la, containing
9241         the new mimetype->backend logic; moved the backends into it.
9242
9243         * thumbnailer/Makefile.am:
9244         Make the thumbnailer link with the libevbackend.la convenience
9245         library, rather than having a duplicate of the backend logic here.
9246
9247 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9248
9249         * shell/ev-stock-icons.c: constify some vars.
9250         * shell/ev-window.c: ditto.
9251
9252 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9253
9254         * ps/ps-document.c (get_page_orientation):
9255
9256         Respect document orientation 
9257
9258 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * djvu/Makefile.am:
9261         * dvi/Makefile.am:
9262         * shell/Makefile.am:
9263         
9264         Move library dependencies to components.
9265         
9266         * shell/ev-window.c: (update_window_title),
9267         (start_loading_document):
9268         
9269         Fix display of uris with spaces. Bug 168358.
9270
9271 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9272
9273         * shell/ev-sidebar-links.c: (selection_changed_cb):
9274         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9275         (ev_view_button_release_event), (ev_view_set_document):
9276         * shell/ev-view.h:
9277         * shell/ev-window.c: (find_bar_search_changed_cb):
9278         * shell/ev-window.h: Minor cleanups removing some dead code.
9279
9280 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9281
9282         * backend/ev-page-cache.c: (_ev_page_cache_new):
9283         
9284         Set current page to 0 if document has pages.
9285
9286 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9287
9288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9289
9290         Initialize GError to NULL, fix a crash when loading fails.
9291
9292 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9293
9294         * shell/ev-window.c: (update_view_size):
9295
9296         Calculate shadow size only when there is actually
9297         a shadow.
9298
9299 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9300
9301         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9302         * shell/ev-view.h:
9303
9304         Allow setting view spacing, default to 0
9305
9306         * shell/ev-window.c: (ev_window_unfullscreen),
9307         (ev_window_cmd_view_fullscreen), (ev_window_init):
9308
9309         Remove spacing in fullscreen mode
9310
9311 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9312
9313         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9314         (ev_view_size_request), (expose_bin_window),
9315         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9316         * shell/ev-view.h:
9317         * shell/ev-window.c: (ev_window_unfullscreen),
9318         (ev_window_cmd_view_fullscreen):
9319
9320         Do not draw the border in fulscreen
9321
9322 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9323
9324         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9325         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9326         (find_page_at_location), (page_changed_cb):
9327
9328         Rework border calculation, so that I can more easily disable it.
9329         Code somewhat cleaner too.
9330
9331 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * backend/ev-page-cache.c: (ev_page_cache_init),
9334         (_ev_page_cache_new):
9335
9336         Remove some assertions, documents can have 0 pages.
9337         Make initial current page -1.
9338
9339         * shell/ev-page-action.c: (page_changed_cb):
9340
9341         Show "" if current page is -1
9342
9343         * shell/ev-window.c: (update_action_sensitivity),
9344         (ev_window_setup_document):
9345
9346         When document has 0 pages do not set the view
9347         and make nearly everything insensitive.
9348
9349 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9350
9351         * shell/ev-page-view.c:
9352         * shell/ev-page-view.h:
9353
9354         Remove unused files.
9355         
9356         * shell/ev-sidebar-thumbnails.c:
9357         (ev_sidebar_thumbnails_set_document):
9358         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9359         (ev_sidebar_supports_document):
9360         * shell/ev-sidebar.h:
9361         * shell/ev-window.c: (ev_window_setup_document):
9362         
9363         Doesn't show thumbnails if document has 1 page. Make
9364         sidebar menu entries sensitive only if if they have 
9365         sense. Fix bug 164811. 
9366
9367 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9368
9369         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9370         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9371         (ev_view_zoom_out), (ev_view_set_size):
9372
9373         Rework sizing to deal with documents with not uniform page
9374         size.
9375
9376 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9377
9378         * backend/ev-page-cache.c: (_ev_page_cache_new):
9379
9380         Fix several page size caching bugs
9381
9382 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9383
9384         * shell/ev-window.c: (set_action_properties):
9385
9386         Make all toolbar items translatable
9387
9388 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9389
9390         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9391         (save_page_list), (ps_document_save),
9392         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9393         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9394         (ps_document_ps_exporter_iface_init):
9395         * ps/ps-document.h:
9396
9397         Based on a patch by J�rg Billeter <j@bitron.ch>
9398         
9399         Implement print and save a copy for the ps backend.
9400
9401 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * backend/ev-document.h:
9404         * djvu/djvu-document.c: (djvu_document_can_get_text),
9405         (djvu_document_document_iface_init):
9406         * dvi/dvi-document.c: (dvi_document_can_get_text),
9407         (dvi_document_document_iface_init):
9408         * pdf/ev-poppler.cc:
9409         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9410         (pixbuf_document_document_iface_init):
9411         * ps/ps-document.c: (ps_document_can_get_text),
9412         (ps_document_document_iface_init):
9413         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9414         * shell/ev-window.c: (update_action_sensitivity):
9415
9416         Fix the crash when trying to copy in backends that doesnt
9417         support it. We can implement a better solution once we
9418         do real text selection.
9419
9420 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9421
9422         * data/evince-ui.xml:
9423         * shell/ev-window.c: (ev_window_cmd_escape):
9424         
9425         Work around the Escape conflict (find bar and unfullscreen)
9426
9427 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9428
9429         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9430         
9431         Fix for #300233. Next page correctly handles document end.
9432         
9433         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9434         (ev_sidebar_thumbnails_class_init),
9435         (ev_sidebar_thumbnails_set_document),
9436         (ev_sidebar_thumbnails_clear_job),
9437         (ev_sidebar_thumbnails_clear_model):
9438         
9439         Cleanup thumbnail jobs on document changes.
9440         
9441         * shell/ev-view.c: (add_scroll_binding_keypad),
9442         (add_scroll_binding_shifted), (ev_view_class_init):
9443         
9444         Shift + Space scrolls up. Fix for #173184
9445         
9446         * shell/ev-window.c: (ev_window_open_page),
9447         (ev_window_cmd_view_reload):
9448         
9449         Fix reload (Bug #300094)
9450
9451 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453         
9454         * dvi/mdvi-lib/assoc.c:
9455         * dvi/mdvi-lib/assoc.h: Removed garbage files
9456         
9457         * dvi/mdvi-lib/bitmap.c:
9458         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9459         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9460         * dvi/mdvi-lib/color.h: Antialias of rules
9461         
9462         * dvi/mdvi-lib/common.h:
9463         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9464         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9465         * dvi/mdvi-lib/files.c:
9466         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9467         * dvi/mdvi-lib/mdvi.h:
9468         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9469         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9470         * dvi/mdvi-lib/util.c: Fix compile warnings
9471         
9472         * dvi/dvi-document.c:
9473         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9474         (dvi_document_thumbnails_get_thumbnail),
9475         (dvi_document_document_thumbnails_iface_init):
9476         * dvi/mdvi-lib/Makefile.am:
9477         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9478         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9479         
9480         Dvi backend now renders thumbnails
9481
9482 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9483
9484         * shell/main.c: (main): 
9485         
9486         Save accelerators on exit. Fixes bug #172095.
9487
9488 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9489
9490         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9491         update priority" comment.
9492
9493         * backend/ev-job-queue.c: Give a way to change priority.
9494
9495 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9496
9497         * shell/ev-page-action.c: Fix logic.
9498
9499 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9500
9501         * shell/ev-view.c: (ev_view_can_find_next):
9502         * shell/ev-window.c: (ev_window_setup_document):
9503
9504         Check that the document supports find
9505
9506 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9507
9508         * data/evince-ui.xml:
9509         * shell/ev-view.c: (ev_view_can_find_next):
9510         * shell/ev-view.h:
9511         * shell/ev-window.c: (update_action_sensitivity),
9512         (find_changed_cb), (ev_window_setup_document),
9513         (ev_window_cmd_edit_find_next):
9514
9515         Add Edit->Find Next
9516
9517 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9518
9519         * pdf/ev-poppler.cc:
9520         * shell/ev-print-job.c: (idle_print_handler):
9521
9522         Make printing work again
9523
9524 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9525
9526         * shell/ev-page-action.h:
9527         * shell/ev-page-action.c: (ev_page_action_widget_init),
9528         (ev_page_action_widget_class_init), (page_changed_cb),
9529         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9530         (get_filter_model_from_model), (match_selected_cb),
9531         (display_completion_text), (match_completion), (update_model),
9532         (connect_proxy), (ev_page_action_set_property),
9533         (ev_page_action_get_property), (ev_page_action_set_document),
9534         (ev_page_action_set_model), (ev_page_action_class_init): Big
9535         reworking to make completions work iff we have >= GTK-2.7.0
9536                 
9537         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9538         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9539         (job_finished_cb): We now have a 'model' property that is set when
9540         the links are loaded.  This can be caught with "notify::model"
9541
9542         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9543         listen for the model to be set, and propagate it to the action.
9544
9545 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9546
9547         * cut-n-paste/recent-files/egg-recent-item.c:
9548         (egg_recent_item_set_uri), (make_valid_utf8),
9549         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9550         * cut-n-paste/recent-files/egg-recent-item.h:
9551         
9552         Update egg-recent from libegg. This should fix long
9553         startup problem. For details see
9554         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9555
9556 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9557
9558         * cut-n-paste/recent-files/Makefile.am:
9559         * data/evince-ui.xml, shell/Makefile.am:
9560         * shell/ev-application.c, shell/ev-application.h:
9561         * shell/ev-window.c: Recent files support.
9562         
9563         * configure.ac: Added "ru" to ALL_LINGUAS.
9564         
9565         * dvju: new backend to support DJVU files.
9566         * dvi: new backend to support DVI.
9567
9568         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9569         * ev-application.c: Support for new backends.
9570         
9571         * help, ev-window.c, main.c shell/Makefile.am: 
9572         Evince user documentation.
9573
9574 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9575
9576         * po/POTFILES.in:
9577         * shell/ev-window.c:
9578         * thumbnailer/evince-thumbnailer.c:
9579
9580         s/pdf-document/ev-poppler
9581
9582 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9583
9584         * NEWS:
9585         * configure.ac:
9586
9587         Release 0.2.0
9588
9589         * ps/ps-document.c: (setup_pixmap):
9590
9591         Remove debug code
9592
9593 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9594
9595         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9596         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9597         (ev_window_cmd_go_first_page): Fix of by one errors.
9598
9599 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9600
9601         * ps/ps-document.c: (get_page_box):
9602
9603         Fix page size calculation
9604
9605 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9606
9607         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9608         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9609         (get_page_orientation), (setup_page), (document_load),
9610         (ps_document_get_page_size), (render_pixbuf_idle):
9611         * ps/ps-document.h:
9612
9613         More refactoring to adapt to EvDocument changes
9614
9615 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9616
9617         * ps/ps-document.c: (start_interpreter):
9618
9619         Actually add alpha args
9620
9621 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9622
9623         * pdf/ev-poppler.cc:
9624
9625         Make clipboard work again
9626
9627 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9628
9629         Make searching work again.
9630         
9631         * backend/ev-document.c:
9632         * backend/ev-document.h:
9633         * backend/ev-document-find.c:
9634         * backend/ev-document-find.h: Change EvDocumentIface so we no
9635         longer store the current page or zoom level in the document.  The
9636         consequence is that all calls that operate on the current page now
9637         instead take the page number as an extra argument, and all
9638         coordinates are now doubles in document coordinate system.
9639
9640         * pdf/ev-poppler.cc:
9641         * pixbuf/pixbuf-document.c:
9642         * ps/ps-document.c: Update backends accordingly.
9643
9644 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9645
9646         * autogen.sh:
9647
9648         Add required gettext version
9649
9650 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9651
9652         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9653         make F1 bring up non-existent help.
9654
9655         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9656         epiphany's find bar, #167477
9657
9658         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9659         <emil@nishra.com> to add space-bar scrolling, 
9660
9661         * shell/ev-window.c (static GtkActionEntry entries): add default
9662         keybinding for Help (F1)
9663         Fixes #171068
9664
9665         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9666         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9667         170110
9668
9669 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9670
9671         * Makefile.am: 
9672         * pixbuf/pixbuf-document.c: 
9673
9674         Got pixbuf backend working again
9675
9676 2005-04-01  Steve Murphy  <murf@e-tools.com>
9677
9678         * configure.in: Added "rw" to ALL_LINGUAS.
9679
9680 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9681
9682         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9683         model types, noticed by Martin Kretzschmar.
9684
9685 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9686
9687         * pdf/ev-poppler.cc: Implement search based on
9688         poppler_page_find_text().  Currently a bit crude since we remember
9689         all matches from all pages.  Also, we grab the big document lock
9690         when we search since searching changes the underlying stream and
9691         thus conflicts with the rendering thread.
9692         
9693         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9694         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9695         (ev_view_find_previous): Fix some page indexes to be 0 based,
9696         offset rubber band by view offset,
9697
9698 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9699
9700         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9701
9702 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9703
9704         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9705         completely because I didn't understand GtkActions.  I should
9706         read Marco's code more carefully in the future.
9707
9708         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9709         function
9710
9711 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9712
9713         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9714         PopplerRectangle change from poppler CVS.
9715
9716 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9717
9718         * backend/ev-document.c: (ev_document_get_page_label):
9719         * backend/ev-document.h:
9720         * backend/ev-page-cache.c: (_ev_page_cache_new),
9721         (ev_page_cache_get_page_label):
9722         * backend/ev-page-cache.h:
9723         * pdf/ev-poppler.cc:
9724         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9725         (links_page_num_func):
9726         * shell/ev-sidebar-thumbnails.c:
9727         (ev_sidebar_thumbnails_set_document):
9728         * shell/ev-view.c: (status_message_from_link),
9729         (ev_view_motion_notify_event):
9730         * shell/ev-window.c: (document_supports_sidebar): Add in page
9731         label support.  It's not perfect yet, but it's the first 'feature'
9732         in a while.
9733         Also, fix a bogus comment noticed by crispin. 
9734
9735 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9736
9737         * Makefile.am: Remove pixbuf backend for now
9738
9739         * configure.ac: Require poppler-glib instead of just poppler.
9740
9741         * backend/ev-document-thumbnails.h: Add a comment
9742
9743         * backend/ev-document.h:
9744         * backend/ev-document.c: (ev_document_class_init),
9745         (ev_document_load), (ev_document_get_link),
9746         (ev_document_get_links): Remove 3 methods and add get_links.
9747         Also, made 0 based.
9748
9749         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9750         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9751
9752         * backend/ev-link.c: (ev_link_set_title),
9753         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9754         (ev_link_mapping_find):
9755         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9756         
9757         * backend/ev-page-cache.c: (ev_page_cache_init),
9758         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9759         (ev_page_cache_get_size), (ev_page_cache_next_page),
9760         (ev_page_cache_prev_page): Fix to be 0 based.
9761
9762         * pdf/Makefile.am: 
9763         * pdf/ev-poppler.h:
9764         * pdf/ev-poppler.cc: New backend.
9765         
9766         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9767         (ps_document_get_page), (ps_document_document_iface_init):
9768
9769         * shell/ev-pixbuf-cache.h:
9770         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9771         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9772         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9773         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9774         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9775         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9776         based.
9777         
9778         * shell/ev-sidebar-thumbnails.c:
9779         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9780         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9781
9782         * shell/ev-view.c: (status_message_from_link),
9783         (find_page_at_location), (get_link_at_location),
9784         (ev_view_motion_notify_event), (ev_view_button_release_event),
9785         (ev_view_init): Use the new link code.  Fix to be 0 based.
9786
9787         * shell/ev-window.c: (update_action_sensitivity),
9788         (document_supports_sidebar): 0 based.
9789
9790 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9791
9792         * pdf/pdf-document.cc: Patch from Fernando Herrera
9793         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9794         *blush*
9795
9796 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9797
9798         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9799         1 to the page, as this seems to be 1 based.  I thought we has this
9800         fixed.  grump.
9801
9802 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9803
9804         * TODO:
9805         * backend/Makefile.am:
9806         * backend/ev-document-links.c:
9807         (ev_document_links_has_document_links),
9808         (ev_document_links_get_links_model):
9809         * backend/ev-document-links.h:
9810         * backend/ev-document.c: (ev_document_get_page_cache),
9811         (ev_document_get_doc_mutex), (ev_document_load),
9812         (ev_document_save), (ev_document_get_title),
9813         (ev_document_get_n_pages), (ev_document_set_page),
9814         (ev_document_get_page), (ev_document_set_target),
9815         (ev_document_set_scale), (ev_document_set_page_offset),
9816         (ev_document_get_page_size), (ev_document_get_text),
9817         (ev_document_get_link), (ev_document_render),
9818         (ev_document_render_pixbuf), (ev_document_scale_changed):
9819         * backend/ev-document.h:
9820         * backend/ev-job-queue.c: (remove_object_from_queue),
9821         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9822         (no_jobs_available_unlocked), (ev_render_thread),
9823         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9824         (ev_job_queue_remove_job):
9825         * backend/ev-job-queue.h:
9826         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9827         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9828         (ev_job_links_class_init), (ev_job_render_init),
9829         (ev_job_render_dispose), (ev_job_render_class_init),
9830         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9831         (ev_job_thumbnail_class_init), (ev_job_finished),
9832         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9833         (ev_job_render_run), (ev_job_thumbnail_new),
9834         (ev_job_thumbnail_run):
9835         * backend/ev-jobs.h:
9836         * backend/ev-link.c:
9837         * backend/ev-link.h:
9838         * backend/ev-page-cache.c: (ev_page_cache_init),
9839         (ev_page_cache_class_init), (ev_page_cache_finalize),
9840         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9841         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9842         (ev_page_cache_set_link), (ev_page_cache_get_title),
9843         (ev_page_cache_get_size), (ev_page_cache_next_page),
9844         (ev_page_cache_prev_page):
9845         * backend/ev-page-cache.h:
9846         * pdf/pdf-document.cc:
9847         * ps/gsdefaults.c:
9848         * ps/gsdefaults.h:
9849         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9850         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9851         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9852         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9853         (is_interpreter_ready), (output), (catchPipe), (input),
9854         (start_interpreter), (check_filecompressed), (compute_dimensions),
9855         (ps_document_enable_interpreter), (document_load),
9856         (ps_document_next_page), (render_page), (ps_document_set_page),
9857         (ps_document_set_scale), (render_pixbuf_idle),
9858         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9859         * ps/ps-document.h:
9860         * shell/Makefile.am:
9861         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9862         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9863         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9864         (ev_pixbuf_cache_new), (job_finished_cb),
9865         (check_job_size_and_unref), (move_one_job),
9866         (ev_pixbuf_cache_update_range), (find_job_cache),
9867         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9868         (ev_pixbuf_cache_add_jobs_if_needed),
9869         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9870         * shell/ev-pixbuf-cache.h:
9871         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9872         (idle_print_handler):
9873         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9874         (selection_changed_cb), (create_loading_model),
9875         (ev_sidebar_links_construct), (links_page_num_func),
9876         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9877         (update_page_callback), (job_finished_cb),
9878         (ev_sidebar_links_set_document):
9879         * shell/ev-sidebar-thumbnails.c:
9880         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9881         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9882         (page_changed_cb), (thumbnail_job_completed_callback),
9883         (ev_sidebar_thumbnails_set_document):
9884         * shell/ev-sidebar-thumbnails.h:
9885         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9886         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9887         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9888         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9889         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9890         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9891         (ev_view_button_release_event), (ev_view_scroll_view),
9892         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9893         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9894         (ev_view_new), (job_finished_cb), (page_changed_cb),
9895         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9896         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9897         (ev_view_find_previous):
9898         * shell/ev-view.h:
9899         * shell/ev-window.c: (update_action_sensitivity),
9900         (ev_window_open_page), (update_window_title), (update_total_pages),
9901         (page_changed_cb), (ev_window_setup_document),
9902         (password_dialog_response), (ev_window_cmd_save_as),
9903         (ev_window_print), (ev_window_cmd_go_previous_page),
9904         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9905         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9906         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9907         * shell/main.c: (main):
9908
9909         Merge evince-threads branch
9910
9911 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9912
9913         * configure.ac: Added "lt" to ALL_LINGUAS.
9914
9915 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9916
9917         * NEWS:
9918         * configure.ac:
9919
9920         Release 0.1.9
9921
9922 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9923
9924         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9925
9926         Fix here also the thumbnails 1-basedness :)
9927
9928 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9929
9930         * NEWS:
9931         * configure.ac:
9932
9933         Release 0.1.8
9934
9935 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9936
9937         * pdf/pdf-document.cc:
9938         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9939         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9940
9941         Fix the mess we did with thumbnails and 1-basedness
9942
9943 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9944
9945         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9946
9947 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9948
9949         * NEWS:
9950         * configure.ac:
9951
9952         Release 0.1.7
9953
9954 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9955
9956         * ps/Makefile.am:
9957         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9958         (gtk_gs_defaults_get_alpha_parameters),
9959         (gtk_gs_defaults_get_ungzip_cmd),
9960         (gtk_gs_defaults_get_unbzip2_cmd):
9961         * ps/gsdefaults.h:
9962         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9963         (ps_document_get_orientation), (document_load),
9964         (ps_document_goto_page), (ps_document_set_page_size):
9965         * ps/ps-document.h:
9966
9967         Some more sanitization of the ps backend. Remove a lot
9968         of unused code and do not base our defaults on ggv
9969         preferences (ugh!)
9970
9971 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9972
9973         * thumbnailer/evince-thumbnailer.schemas:
9974         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9975         (main): add -s option for thumbnail size.
9976
9977 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9978
9979         * configure.ac:
9980
9981         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9982         remove it.
9983
9984 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9985
9986         * pdf/pdf-document.cc:
9987
9988         Remove 4 pixels of useless border from the
9989         thumbnail.
9990
9991 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9992
9993         * backend/ev-document-thumbnails.c:
9994         (ev_document_thumbnails_get_thumbnail):
9995         * backend/ev-document-thumbnails.h:
9996
9997         Rework API a bit. Add a border flag and
9998         change sizing logic (now the size we specify
9999         applies to the bigger dimension).
10000
10001         * pdf/pdf-document.cc:
10002         * pixbuf/pixbuf-document.c:
10003         (pixbuf_document_thumbnails_get_thumbnail):
10004         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10005         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10006
10007         Adapt to the new API and do not draw a border for nautilus
10008         thumbnailer.
10009
10010 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10011
10012         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10013         take thumbnails from page "0" instead of "1". Added a copyright header.
10014
10015 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10016
10017         * ps/ps-document.c: (set_up_page), (start_interpreter):
10018
10019         Make it C89 compliant
10020
10021 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10022
10023         * Makefile.am:
10024         * configure.ac:
10025         * pdf/.cvsignore:
10026         * pdf/pdf-document.cc:
10027         * thumbnailer/Makefile.am:
10028         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10029         (main):
10030         * thumbnailer/evince-thumbnailer.schemas:
10031         * thumbnailer/pdf-icon.png:
10032
10033         Add a nautilus thumbnailer.
10034         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10035
10036 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10037
10038         * NEWS:
10039         * configure.ac:
10040         * po/POTFILES.in:
10041
10042         Release 0.1.6
10043
10044 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10045
10046         Use poppler instead of including xpdf source code.  Poppler is a
10047         fork of xpdf to build it as a shared library. See
10048         http://freedesktop.org/wiki/Software/poppler.
10049
10050         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10051         xpdf fork.
10052         
10053         * pdf/Makefile.am: Build libpdfdocument.a here.
10054         
10055         * pdf/GDKSplashOutputDev.cc:
10056         * pdf/GDKSplashOutputDev.h:
10057         * pdf/GnomeVFSStream.cc:
10058         * pdf/GnomeVFSStream.h:
10059         * pdf-document.cc:
10060         * pdf-document.h:
10061         * test-gdk-output-dev.cc
10062         * Thumb.cc:
10063         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10064         against poppler.
10065
10066 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10067
10068         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10069
10070         Clear idle stack before unsetting the document
10071
10072 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10073
10074         * ps/ps-document.c: (ps_document_widget_event),
10075         (ps_document_set_target), (ps_document_finalize),
10076         (ps_document_get_page):
10077
10078         Disconnect the widget event signal on finalize.
10079         Some code cleanups.
10080
10081 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10082
10083         * ps/ps-document.c: (set_up_page):
10084
10085         If there is no bpixmap create one, even if size
10086         is not changed.
10087
10088 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10089
10090         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10091         (set_up_page), (document_load), (ps_document_set_zoom):
10092
10093         Default page is 0. Calculate size even when we have no
10094         target yet.
10095
10096 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10097
10098         * shell/ev-sidebar.c: expand the selection widget to be always as
10099         wide as the sidebar
10100
10101 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10102
10103         * shell/ev-sidebar-thumbnails.c:
10104         (ev_sidebar_thumbnails_set_document):
10105
10106         Clear the list store when setting document
10107
10108 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10109
10110         * shell/ev-page-action.c: (update_entry), (sync_entry),
10111         (activate_cb), (entry_size_request_cb), (create_tool_item),
10112         (connect_proxy):
10113
10114         Use an entry for the page control instead of spinbuttons
10115
10116 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10117
10118         * data/evince.schemas.in:
10119
10120         Correct confusing string
10121
10122 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10123
10124         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10125         for real.  Gosh, how long has this been broken.
10126
10127         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10128         check for a NULL link.  We crash otherwise.
10129
10130 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10131
10132         * NEWS:
10133         * configure.ac:
10134
10135         Release 0.1.5
10136
10137 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10138
10139         * configure.ac: add the french translation.
10140
10141 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10142
10143         * shell/ev-window.c:
10144
10145         Remove unused header -> fix distcheck
10146
10147 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10148
10149         * shell/ev-window.c: (update_window_title),
10150         (ev_window_popup_password_dialog):
10151
10152         Unescape filename for display
10153
10154 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10155
10156         * pdf/xpdf/pdf-document.cc:
10157
10158         In get_page_size deal with rotation. Also
10159         cleanup the function a bit.
10160
10161 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10162
10163         * pdf/xpdf/pdf-document.cc:
10164
10165         Fix crash when opening in new window
10166
10167 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10168
10169         * configure.ac:
10170
10171         Check ghostscript >= 7
10172
10173 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10174
10175         * shell/ev-window.c:
10176
10177         Make page width the default sizing mode
10178
10179 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10180         Marco Pesenti Gritti <marco@gnome.org>
10181
10182         * shell/ev-window.c: Remember the sidebar size
10183
10184         * data/evince.schemas.in: Add a new gconf key to store the size of
10185         the sidebar
10186
10187 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10188
10189         * data/evince-ui.xml:
10190         * shell/ev-window.c: (update_action_sensitivity),
10191         (ev_window_cmd_view_reload):
10192         
10193         Add a "Reload" action and menu entry
10194
10195 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10196
10197         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10198         iff the type doesn't support thumbnailing and indexing.
10199
10200 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10201
10202         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10203
10204 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10205
10206         * pdf/splash/Splash.cc:
10207
10208         Port fix for a crasher from kde bug
10209         http://bugs.kde.org/show_bug.cgi?id=97131
10210
10211 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10212
10213         * pdf/xpdf/pdf-document.cc:
10214
10215         Return a link even if it's of an unrecognized
10216         type. Otherwise we go in an infinte cycle.
10217
10218 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10221         (size_allocate_cb), (ev_window_set_sizing_mode):
10222
10223         Update size when switching mode
10224
10225 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10226
10227         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10228         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10229         (ev_window_cmd_view_normal_size):
10230
10231         Fix size toggle buttons behavior
10232
10233 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10234
10235         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10236         (doc_rect_to_view_rect), (ev_view_size_allocate),
10237         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10238         (scale_changed_callback):
10239
10240         Do not cache offsets in size_allocate.
10241
10242 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10243
10244         * shell/ev-view.c: (ev_view_size_allocate):
10245
10246         Calculate offsets before calling the parent
10247         class (which does a redraw)
10248
10249 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10250
10251         * pdf/xpdf/pdf-document.cc:
10252
10253         Fix a crasher on exit. Unused code, put a TODO
10254
10255 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10256
10257         * backend/ev-document.c: (ev_document_class_init),
10258         (ev_document_page_changed), (ev_document_scale_changed):
10259         * backend/ev-document.h:
10260
10261         Separate page/scale notifications
10262
10263         * pdf/xpdf/pdf-document.cc:
10264
10265         Emit the new signals.
10266         Do not display the pdf page in _render, do it
10267         when scale/page are requested.
10268
10269         * ps/ps-document.c: (ps_document_set_zoom),
10270         (ps_document_widget_event):
10271         * ps/ps-document.h:
10272
10273         Emit the new signals.
10274
10275         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10276         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10277         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10278         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10279         * shell/ev-view.h:
10280         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10281         (ev_window_cmd_view_page_width), (size_allocate_cb),
10282         (ev_window_set_sizing_mode):
10283
10284         Rework sizing to be pixel based.
10285         There are bugs but should be already way better.
10286
10287 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10288
10289         * shell/ev-window.c: (ev_window_init):
10290
10291         Do not allow to shrink sidebar smaller then
10292         child requisition
10293
10294 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10295
10296         * shell/ev-sidebar.[ch]
10297         * shell/ev-window.c:
10298
10299         Improved sidebar widget. Fixes #166683
10300
10301 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10302
10303         * shell/ev-view.c (update_find_status_message): Give translators
10304         more flexibility with ngettext plural handling.
10305
10306 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10307
10308         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10309         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10310         page when we get the page size.
10311
10312 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10315
10316         ps pages are 0 based, convert 
10317
10318 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10319
10320         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10321
10322         Initialize correct parent class. Set GError on document load
10323
10324 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10325
10326         * pdf/xpdf/pdf-document.cc:
10327
10328         Fixup selection offset calculation
10329
10330         * shell/ev-view.c: (view_rect_to_doc_rect),
10331         (doc_rect_to_view_rect), (ev_view_size_allocate),
10332         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10333         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10334
10335         Store selection as document relative, so that zooming
10336         and offset changing doesnt break it.
10337
10338 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10339
10340         * shell/ev-view.c: (ev_view_best_fit):
10341
10342         Do not try to best fit if the view is not realized
10343
10344 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10345           
10346         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10347
10348 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10349
10350         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10351
10352 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10353
10354         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10355         the popup window.  That prevents it resizing when in full screen
10356         mode.
10357
10358         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10359         multiple rerenders.  This pretty much sucks.
10360
10361         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10362         rest of the toolbar.
10363
10364 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10365
10366         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10367
10368 2005-02-17  Alexander Shopov  <ash@contact.bg>
10369
10370         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10371
10372 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10373
10374         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10375
10376 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10377
10378         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10379         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10380         (set_document_page), (document_changed_callback),
10381         (ev_view_set_document), (ev_view_find_previous),
10382         (ev_view_hide_cursor), (ev_view_show_cursor):
10383         * shell/ev-view.h:
10384         * shell/ev-window.c: (update_chrome_visibility),
10385         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10386         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10387         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10388         (ev_window_unfullscreen):
10389         * shell/main.c: (main):
10390
10391         Automatically hide the fullscreen button.
10392         Patch by Kristian Høgsberg <krh@redhat.com>
10393
10394 2005-02-16  Vincent Noel  <vnoel@cox.net>
10395
10396         * shell/main.c (main): Specify an icon for the window. Patch by
10397         Jaap A. Haitsma. Fixes #166177.
10398
10399 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10400
10401         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10402
10403 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10404
10405         * backend/ev-document-misc.h:
10406         * backend/ev-document-misc.c:
10407         (ev_document_misc_get_page_border_size),
10408         (ev_document_misc_paint_one_page): New function to canonicalize
10409         sizing/painting a border.
10410
10411         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10412         used.
10413
10414         * pdf/xpdf/pdf-document.cc: use new function
10415
10416         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10417         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10418         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10419         shell/ev-window.c: (update_sizing_buttons),
10420         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10421         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10422         (ev_window_cmd_view_page_width), (size_allocate_cb),
10423         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10424         and "fit width" values act as toggle buttons so they stay
10425         toggled.  It's not 100% perfect, and it's a little slow, but it's
10426         good enough to commit I think.
10427
10428 2005-02-15  David Lodge  <dave@cirt.net>
10429
10430         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10431
10432 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10433
10434         * shell/ev-window.c (update_window_title): replace newlines in
10435         the title by spaces. Bug #166107.
10436
10437 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10438
10439         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10440         parameters providing allocation width and height without
10441         scrollbars and width of a possible vertical scrollbar. With this
10442         additional information the functions can work as
10443         intended. Unfortunately they're not idempotent. We should
10444         transform these commands to toggles. Fixes Bug #164976
10445         Initial patch by Stephane Loeuillet, then heavily modified.
10446
10447         * shell/ev-view.h: update prototypes.
10448
10449         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10450         (ev_window_cmd_view_page_width): provide EvView fit functions with
10451         all the information they need. Formulas to calculate this
10452         information taken from GtkScrolledWindow.
10453
10454 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10455
10456         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10457         created a thumbnail, the list store is updated to know
10458         that the thumbnail is set. Fixes bug #166792
10459
10460 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10461
10462         * shell/ev-window.c: fixed typo, closes bug 166897
10463
10464         * TODO: updated TODO with bug numbers that are relevant
10465
10466 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10467
10468         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10469
10470 2005-02-09  Vincent Noel  <vnoel@cox.net>
10471
10472         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10473         and "Next" toolbar buttons as important to make them stand out.
10474
10475 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10476
10477         * lib/ev-debug.c:
10478         * lib/ev-debug.h:
10479         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10480         (start_interpreter), (stop_interpreter), (document_load),
10481         (ps_document_next_page), (ps_document_goto_page),
10482         (ps_document_set_page_size), (ps_document_widget_event),
10483         (ps_document_render):
10484         * shell/ev-page-view.c: (ev_page_view_dispose):
10485         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10486
10487         Fix compilation on non-gcc platforms
10488
10489 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10490
10491         * NEWS:
10492         * configure.ac:
10493
10494         Release 0.1.4
10495
10496         * pdf/xpdf/Catalog.cc:
10497         * pdf/xpdf/XRef.cc:
10498
10499         Fix the fix for CAN-2004-0888
10500
10501 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10502
10503         * data/Makefile.am:
10504         * data/evince-ui.xml:
10505         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10506         * shell/ev-stock-icons.h:
10507         * shell/ev-window.c: (update_action_sensitivity),
10508         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10509         (set_action_properties):
10510
10511         Improve toolbar layout/icons
10512
10513 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10514
10515         * pdf/xpdf/pdf-document.cc:
10516
10517         Add warnings about unimplemented/unknown link
10518         types.
10519
10520 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10521
10522         * ps/ps-document.c: (set_up_page):
10523
10524         Log gs property
10525
10526 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10527
10528         * ps/ps-document.c: (start_interpreter):
10529
10530         Log gs env var
10531
10532 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * shell/ev-page-view.c: (ev_page_view_dispose):
10535         * shell/ev-view.c: (ev_view_finalize):
10536         * shell/ev-window.c: (ev_window_setup_document),
10537         (ev_window_dispose), (ev_window_init):
10538
10539         Solve more refs issues.
10540
10541         I commented out the page_view initialization for now:
10542         it was never destroyed (because it's never added
10543         to a container). Because of that we was leaking
10544         gs processes. Couldnt think to a clean fix.
10545         We need to figure this out, password view has the
10546         same issue probably.
10547
10548 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10549
10550         * ps/ps-document.c: (ps_document_finalize),
10551         (ps_document_get_n_pages), (ps_document_get_page):
10552
10553         Some cleanups, stop the interpreter on finalize
10554
10555         * shell/ev-page-view.c: (ev_page_view_dispose),
10556         (ev_page_view_class_init):
10557
10558         Release our reference on the document
10559
10560 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10561
10562         * Makefile.am:
10563         * configure.ac:
10564         * doc/debugging.txt:
10565         * lib/.cvsignore:
10566         * lib/Makefile.am:
10567         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10568         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10569         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10570         * lib/ev-debug.h:
10571
10572         Add debugging helpers
10573
10574         * ps/Makefile.am:
10575         * ps/ps-document.c: (set_up_page), (start_interpreter),
10576         (stop_interpreter), (document_load), (ps_document_next_page),
10577         (ps_document_goto_page), (ps_document_set_page_size),
10578         (ps_document_widget_event), (ps_document_render):
10579         * shell/Makefile.am:
10580         * shell/ev-view.c: (expose_bin_window):
10581         * shell/main.c: (main):
10582
10583         Add some logs
10584         
10585 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10586
10587         * ps/ps-document.c: (ps_document_widget_event):
10588
10589         Initialize message_window, this should make ps
10590         rendering really work! (Never noticed because I was
10591         testing with a ps that is causing gs to exit every time!)
10592
10593 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10594
10595         * data/evince.schemas.in: updated simple error in applyto closing tag
10596
10597 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10598
10599         * Makefile.am:
10600         * configure.ac:
10601         * data/.cvsignore:
10602         * data/Makefile.am:
10603         * data/evince-ui.xml:
10604         A data/evince.schemas.in:
10605         * po/POTFILES.in:
10606         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10607         * shell/ev-stock-icons.h:
10608         * shell/ev-window.c: (update_chrome_visibility),
10609         (update_chrome_flag), (ev_window_cmd_edit_find),
10610         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10611         (ev_window_unfullscreen), (ev_window_focus_in_event),
10612         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10613         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10614         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10615         (ev_window_dispose), (ev_window_class_init),
10616         (set_action_properties), (set_chrome_actions), (load_chrome),
10617         (ev_window_init):
10618
10619         Implement fullscreen mode changes from bug #164776.
10620         Also implement persistent chrome toggles.
10621
10622 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10623
10624         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10625
10626 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10627
10628         * NEWS:
10629         * configure.ac:
10630         * shell/ev-view.c:
10631
10632         Add another check for find interface
10633
10634         Release 0.1.3
10635
10636 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10637
10638         * shell/ev-application.c: (ev_application_open):
10639         * shell/ev-window.c: (ev_window_open):
10640
10641         Open gzipped ps documents
10642
10643 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10644
10645         * TODO:
10646         * shell/ev-view.c: (set_document_page):
10647
10648         Clamp page number, dont try to move to
10649         not existant pages.
10650
10651 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10652
10653         * backend/ev-document-find.c: (ev_document_find_changed):
10654         * backend/ev-document-find.h:
10655         * pdf/xpdf/pdf-document.cc:
10656         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10657         * shell/ev-window.c: (find_bar_search_changed_cb):
10658
10659         Fix several bugs with find
10660
10661 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10662
10663         * shell/ev-sidebar-thumbnails.c
10664         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10665         document. Prevents warning from scroll_to_cell.
10666
10667 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10668
10669         * configure.ac: Add «nb» to ALL_LINGUAS too.
10670
10671 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10672
10673         * NOTES: New file with some random thoughts.
10674
10675         * TODO: Update.
10676
10677         * backend/ev-document-misc.c:
10678         (ev_document_misc_get_page_border_size): New function to
10679         canonicalize shadow drawing sizes.  Possibly goofy.
10680
10681         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10682         (ev_view_best_fit), (ev_view_fit_width):
10683         * pdf/xpdf/pdf-document.cc:
10684         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10685         * ps/ps-document.c: (ps_document_get_page_size):
10686         * backend/ev-document-misc.h:
10687         * backend/ev-document.c: (ev_document_get_page_size):
10688         * backend/ev-document.h: get_page_size now takes a page number
10689         parameter.  Made all the backends/frontends honor it.
10690
10691         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10692         see.  Doesn't work yet.
10693
10694         * shell/Makefile.am:
10695         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10696         Doesn't do anything yet.
10697
10698         * shell/ev-sidebar-thumbnails.c:
10699         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10700         [0..n_pages-1]
10701
10702         * shell/ev-window.c: (update_action_sensitivity),
10703         (ev_window_setup_document), (ev_window_set_page_mode),
10704         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10705         view-swapping code a bit so we can have multiple views on a
10706         document.  Add the multi-page view, though it can't be turned on
10707         yet.
10708
10709 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10710
10711         * shell/ev-application.c: (ev_application_open):
10712         * shell/ev-view.c: (expose_bin_window):
10713         * shell/ev-window.c: (ev_window_open):
10714
10715         Support eps and check document supports find
10716         before drawing highlightings in expose.
10717
10718 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10719
10720         * pixbuf/pixbuf-document.c:
10721         (pixbuf_document_thumbnails_get_dimensions),
10722         (pixbuf_document_document_thumbnails_iface_init):
10723
10724         implement get_dimensions
10725
10726 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10727
10728         * NEWS:
10729         * configure.ac:
10730
10731         Release 0.1.2
10732
10733 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10734
10735         * shell/ev-view.c: (set_document_page):
10736
10737         Scroll at the top of the page when changing page
10738
10739 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10740
10741         * shell/ev-view.c: (ev_view_motion_notify_event):
10742
10743         Do not redraw unnecessarily
10744
10745 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10746
10747         * pdf/xpdf/pdf-document.cc:
10748         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10749         (expose_bin_window), (find_changed_cb):
10750
10751         Yay! find works now... Now to find bugs...
10752
10753 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10754
10755         * backend/ev-document-find.c: (ev_document_find_base_init),
10756         (ev_document_find_changed):
10757         * backend/ev-document-find.h:
10758         * pdf/xpdf/pdf-document.cc:
10759         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10760         (expose_bin_window), (ev_view_init), (set_document_page),
10761         (ensure_rectangle_is_visible), (jump_to_find_result),
10762         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10763         (ev_view_find_next), (ev_view_find_previous):
10764         * shell/ev-view.h:
10765         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10766
10767         More work on find implementation, mostly there now
10768
10769 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10770
10771         * backend/ev-backend-marshalers.list:
10772         * backend/ev-document-find.c: (ev_document_find_base_init),
10773         (ev_document_find_cancel), (ev_document_find_page_has_results),
10774         (ev_document_find_get_n_results), (ev_document_find_get_result),
10775         (ev_document_find_get_progress), (ev_document_find_changed):
10776         * backend/ev-document-find.h:
10777
10778         Enanche the find interface to be really able to do
10779         multi page find.
10780
10781         * pdf/xpdf/pdf-document.cc:
10782
10783         Implement
10784
10785         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10786         (expose_bin_window), (ev_view_init),
10787         (ev_view_get_find_status_message), (find_changed_cb),
10788         (ev_view_set_document), (set_document_page):
10789
10790         Adapt to the new interface. A few things are regressed sorry,
10791         I will finish it soon.
10792
10793 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10794
10795         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10796         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10797         ev_sidebar_thumbnails_parent_class variable, don't define another
10798         parent_class variable.
10799
10800         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10801         (ev_page_action_class_init): ditto.
10802
10803         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10804         (pixbuf_document_class_init): ditto.
10805
10806         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10807         ditto.
10808
10809         * .cvsignore: ignore various valgrind output files.
10810
10811 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10812
10813         * data/evince-ui.xml:
10814         * shell/Makefile.am:
10815         * shell/ev-history.c:
10816         * shell/ev-history.h:
10817         * shell/ev-navigation-action.c:
10818         * shell/ev-navigation-action.h:
10819         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10820         (ev_view_set_page), (ev_view_fit_width):
10821         * shell/ev-view.h:
10822         * shell/ev-window.c: (update_action_sensitivity),
10823         (ev_window_setup_document), (register_custom_actions):
10824
10825         Kill session history
10826
10827 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10828
10829         * shell/ev-window.c: (update_action_sensitivity):
10830
10831         Fix inverted up/down buttons
10832
10833 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10834
10835         * shell/ev-sidebar-thumbnails.c
10836         (ev_sidebar_thumbnails_select_page): make sure the selected
10837         thumbnail stays visible.
10838
10839 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10840
10841         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10842         scrolled window for Federico.
10843
10844 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10845
10846         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10847
10848 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10849
10850         * configure.ac:
10851         * pdf/splash/SplashFTFontEngine.cc:
10852
10853         Fix CID fonts with freetype 2.1.9
10854
10855 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10856
10857         * TODO: added item for desktop icon thumbnailer
10858
10859 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10860
10861         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10862         unloaded docs when the title is accessed.
10863
10864         * shell/ev-password-view.[hc]: New widget for displaying password
10865         state.
10866
10867         * shell/ev-window.[ch]: Refactor password handling code to handle
10868         the new view.
10869
10870 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10871
10872         * NEWS:
10873         * configure.ac:
10874         * data/Makefile.am:
10875
10876         Release 0.1.1
10877
10878 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10879
10880         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10881         ignore page offset here, to make search results independent of it,
10882
10883         * shell/ev-view.c (expose_bin_window): but take offsets into
10884         account here. Bug #164932
10885
10886         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10887         scale at the right time. Bug #164996
10888
10889 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10890
10891         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10892         fix the problem. Now I just removed the Adobe font names and hope
10893         that the URW fonts are always in outline format. Bug #164934
10894
10895         * shell/ev-window.c (update_window_title): empty titles are
10896         useless, use filename in that case too.
10897
10898         * NEWS: Add some content.
10899
10900 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10901
10902         * TODO: added one more TODO item and a TODONE section :)
10903
10904 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10905
10906         * ps/ps-document.h: add page_[xy]_offset fields.
10907
10908         * ps/ps-document.c (ps_document_set_page_offset)
10909         (ps_document_render): Keep offset in consideration in a few
10910         places. Bug #164752 "postscript documents are not centered in
10911         window"
10912
10913         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10914         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10915
10916         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10917         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10918         stub out missing methods for complete EvDocument implementation.
10919         Fixes segfaults with Save A Copy and Copy actions.
10920
10921         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10922         (ps_document_document_iface_init): ditto.
10923         
10924 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10925
10926         * data/.cvsignore:
10927         * data/Makefile.am:
10928         * data/evince.desktop.in:
10929
10930         Add desktop file
10931
10932 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10933
10934         * shell/ev-view.c: (ev_view_button_press_event),
10935         (ev_view_motion_notify_event):
10936
10937         Make selection work in any direction
10938
10939 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10940
10941         * TODO:
10942         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10943
10944         Use shorter labels for some of the toolbars items
10945
10946 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10947
10948         * pdf/xpdf/pdf-document.cc:
10949
10950         Check the links info is initialized before
10951         using it. Should fix a crash on startup.
10952
10953 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10954
10955         * pixbuf/pixbuf-document.c
10956         (pixbuf_document_thumbnails_get_dimensions): force floating point
10957         division to calculate page_ratio. Fixes crash with landscape
10958         format pixbufs.
10959
10960 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10961
10962         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10963
10964 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10965
10966         * shell/ev-view.c (set_document_page): unset has_selection when
10967         the page changes.
10968         (set_document_page): handle paper size changes when the page
10969         changes (test with Free Culture, page 2).
10970
10971 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10972
10973         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10974         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10975
10976         Use normal style color for the widget background and
10977         draw a black box around the page.
10978
10979 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10980
10981         * pdf/xpdf/pdf-document.cc:
10982
10983         Keep offset in consideration in a few places
10984
10985         * shell/ev-view.c: (expose_bin_window):
10986
10987         Set the offsets so that the document is ever centered
10988
10989 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10990
10991         * TODO: Added TODO items and finished off the first todo item
10992
10993         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10994         reflect current authors
10995
10996 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10997
10998         * pdf/xpdf/pdf-document.cc:
10999         * shell/ev-view.c: (ev_view_set_cursor),
11000         (ev_view_motion_notify_event), (document_changed_callback),
11001         (set_document_page):
11002
11003         Show a wait cursor while the page is rendering
11004
11005 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11006
11007         * shell/ev-sidebar-thumbnails.c:
11008         (ev_sidebar_tree_selection_changed),
11009         (ev_sidebar_thumbnails_select_page):
11010         * shell/ev-sidebar-thumbnails.h:
11011         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11012         (ev_view_can_go_forward):
11013         * shell/ev-window.c: (ev_window_open_page),
11014         (ev_window_setup_document), (update_current_page),
11015         (view_page_changed_cb), (ev_window_init):
11016         * shell/ev-window.h:
11017
11018         Ensure thumbnails selection, toolbar page control and
11019         current page are in sync.
11020
11021 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11022
11023         * pdf/xpdf/XRef.cc:
11024
11025         Fix CAN-2005-0064
11026
11027 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11028
11029         * backend/Makefile.am:
11030         * backend/ev-document-links.h:
11031         * backend/ev-document-security.c: (ev_document_security_get_type),
11032         (ev_document_security_has_document_security),
11033         (ev_document_security_set_password):
11034         * backend/ev-document-security.h:
11035         * backend/ev-document.c: (ev_document_error_quark):
11036         * backend/ev-document.h:
11037         * data/Makefile.am:
11038         * data/evince-password.glade:
11039         * pdf/xpdf/pdf-document.cc:
11040         * shell/Makefile.am:
11041         * shell/ev-password.c: (ev_password_set_bad_password_label),
11042         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11043         (ev_password_dialog_get_password),
11044         (ev_password_dialog_set_bad_pass):
11045         * shell/ev-password.h:
11046         * shell/ev-window.c: (ev_window_get_attribute),
11047         (ev_window_set_property), (update_action_sensitivity),
11048         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11049         (ev_window_setup_document), (ev_window_get_password),
11050         (ev_window_open), (ev_window_cmd_save_as),
11051         (using_postscript_printer), (ev_window_print),
11052         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11053         (update_fullscreen_popup), (ev_window_fullscreen),
11054         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11055         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11056         (menu_item_select_cb), (find_bar_search_changed_cb),
11057         (ev_window_dispose), (ev_window_init):
11058
11059         Add initial support for password-supported dialogs.  This could be
11060         a lot cooler, but it'll do for now.
11061
11062 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11063
11064         * pdf/xpdf/pdf-document.cc:
11065         * shell/ev-view.c: (status_message_from_link),
11066         (ev_view_set_status), (ev_view_set_cursor),
11067         (ev_view_motion_notify_event), (ev_view_init):
11068         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11069
11070         Fix bugs in the links implementation and change cursor
11071         when hovering a link.
11072
11073 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11074
11075         * viewer/.cvsignore: added cvsignore file for viewer directory
11076
11077         * TODO: created TODO document
11078
11079 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11080
11081         * shell/ev-view.h:
11082         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11083         new functions to help with implementation of sensitivity code
11084         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11085         of all actions that might require it.  Fixes a crash when you
11086         click on the Zoom actions in a window lacking a document.
11087
11088 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11089
11090         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11091         of the Find action
11092
11093 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11094
11095         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11096         (pixbuf_document_document_iface_init):
11097         * ps/ps-document.c: (ps_document_get_link),
11098         (ps_document_document_iface_init):
11099         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11100         (status_message_from_link), (ev_view_set_status),
11101         (ev_view_set_find_status), (ev_view_motion_notify_event),
11102         (ev_view_button_release_event), (ev_view_set_property),
11103         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11104         (ev_view_get_find_status_message), (update_find_results),
11105         (ev_view_get_status), (ev_view_get_find_status):
11106         * shell/ev-view.h:
11107         * shell/ev-window.c: (view_status_changed_cb),
11108         (view_find_status_changed_cb), (ev_window_init):
11109
11110         View status message support, use it to show the links.
11111         Needs work...
11112
11113 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11114
11115         * backend/ev-document.c: (ev_document_get_link):
11116         * backend/ev-document.h:
11117         * pdf/xpdf/pdf-document.cc:
11118         * shell/ev-application.c: (ev_application_open):
11119         * shell/ev-application.h:
11120         * shell/ev-sidebar-links.c: (selection_changed_cb):
11121         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11122         (ev_view_go_to_link):
11123
11124         Add support for document links
11125
11126 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11127
11128         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11129         (create_tool_item):
11130         Set the spin button limits correctly.
11131         
11132         * shell/ev-sidebar-thumbnails.c:
11133         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11134         Support changing pages by clicking on the thumbnails.
11135         
11136 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11137
11138         * pixbuf/pixbuf-document.c:
11139         (pixbuf_document_thumbnails_get_dimensions),
11140         (pixbuf_document_document_thumbnails_iface_init):
11141
11142         implement get_dimensions
11143
11144 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11145
11146         * ps/ps-document.c: (ps_document_goto_page):
11147
11148         Fix page switching on multipage documents
11149
11150 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11151
11152         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11153         
11154         check for NULL before assigning to width and height parameters
11155
11156 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11157
11158         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11159         (pixbuf_document_set_property), (pixbuf_document_get_property):
11160
11161         implement get/set properties
11162
11163 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11164
11165         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11166         
11167         return NULL instead of "Unknown", letting the title get set to
11168         the filename when the pdf has no title.
11169
11170 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11171
11172         * ps/ps-document.c: (ps_document_get_page_count),
11173         (ps_document_goto_page):
11174
11175 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11176
11177         * shell/ev-history.c: (ev_history_get_property),
11178         (ev_history_set_property), (ev_history_class_init),
11179         (ev_history_add_page), (ev_history_set_current_index):
11180         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11181         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11182         (ev_navigation_action_finalize):
11183         * shell/ev-navigation-action.h:
11184         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11185         (ev_view_go_forward), (ev_view_get_find_status_message),
11186         (history_index_changed_cb), (ev_view_set_history):
11187         * shell/ev-view.h:
11188         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11189         (update_current_page), (register_custom_actions):
11190
11191         Implement history dropdowns
11192
11193 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11194
11195         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11196         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11197         (ev_view_go_forward):
11198         * shell/ev-window.c: (register_custom_actions):
11199
11200         Fix several history bugs
11201
11202 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11203
11204         * configure.ac: Add «nb» to ALL_LINGUAS.
11205
11206 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11207
11208         * backend/Makefile.am:
11209         * backend/ev-bookmark.c:
11210         * backend/ev-bookmark.h:
11211         * backend/ev-document-bookmarks.c:
11212         * backend/ev-document-bookmarks.h:
11213         * backend/ev-document-links.c: (ev_document_links_get_type),
11214         (ev_document_links_has_document_links),
11215         (ev_document_links_begin_read), (ev_document_links_get_link),
11216         (ev_document_links_get_child), (ev_document_links_next),
11217         (ev_document_links_free_iter):
11218         * backend/ev-document-links.h:
11219         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11220         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11221         (ev_link_get_link_type), (ev_link_set_link_type),
11222         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11223         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11224         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11225         (ev_link_new_external):
11226         * backend/ev-link.h:
11227         * pdf/xpdf/pdf-document.cc:
11228         * shell/Makefile.am:
11229         * shell/ev-application.c: (ev_application_open_link):
11230         * shell/ev-application.h:
11231         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11232         (ev_history_get_link_nth):
11233         * shell/ev-history.h:
11234         * shell/ev-sidebar-bookmarks.c:
11235         * shell/ev-sidebar-bookmarks.h:
11236         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11237         (ev_sidebar_links_class_init), (selection_changed_cb),
11238         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11239         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11240         (do_one_iteration), (populate_links_idle),
11241         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11242         * shell/ev-sidebar-links.h:
11243         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11244         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11245         (go_to_index):
11246         * shell/ev-view.h:
11247         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11248         * shell/ev-window.h:
11249
11250         Rename bookmark to link, and use "Index" for the sidebar panel.
11251
11252 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11253
11254         * shell/Makefile.am:
11255         * shell/ev-application.c: (ev_application_open_bookmark):
11256         * shell/ev-application.h:
11257         * shell/ev-history.c: (ev_history_init), (free_links_list),
11258         (ev_history_finalize), (ev_history_class_init),
11259         (ev_history_add_link), (ev_history_add_page),
11260         (ev_history_get_link_nth), (ev_history_get_n_links),
11261         (ev_history_get_current_index), (ev_history_set_current_index),
11262         (ev_history_new):
11263         * shell/ev-history.h:
11264         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11265         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11266         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11267         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11268         (ev_view_set_page):
11269         * shell/ev-view.h:
11270         * shell/ev-window.c: (ev_window_open_bookmark),
11271         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11272         (goto_page_cb), (register_custom_actions):
11273         * shell/ev-window.h:
11274
11275         Initial history implementation. Needs work.
11276
11277 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11278
11279         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11280
11281 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11282
11283         * cut-n-paste/recent-files/egg-recent-item.c:
11284         * cut-n-paste/recent-files/egg-recent-item.h:
11285         * cut-n-paste/recent-files/egg-recent-model.c:
11286         * cut-n-paste/recent-files/egg-recent-util.c:
11287         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11288         * cut-n-paste/recent-files/egg-recent-view.c:
11289
11290         Update
11291
11292 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11293
11294         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11295         (fillGlyph, fillImageMask, drawImage):
11296         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11297         pdf/splash/SplashTypes.h:
11298         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11299         packed mode for Splash.
11300
11301         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11302         RGB8 packed mode, eliminates the pixbuf data creation loop.
11303
11304         * shell/ev-print-job.c (ev_print_job_finalize)
11305         (ev_print_job_set_property, ev_print_job_get_property)
11306         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11307         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11308         (print_closure_finalize, ev_print_job_print): implement
11309         printing (for backends with EvPsExporter)
11310
11311         * shell/ev_print_job.h: update prototypes.
11312
11313         * shell/ev-window.c (ev_window_print): unref print job after
11314         printing.
11315
11316         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11317         unless the document implements the EvDocumentFind interface.
11318
11319 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11320
11321         * configure.ac: Added ja to ALL_LINGUAS.
11322
11323 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11324
11325         * pdf/xpdf/pdf-document.cc:
11326
11327         add a FIXME. We should probably not allocate
11328         a bookmark object every time
11329
11330 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11331
11332         * shell/ev-application.c: (ev_application_open),
11333         (ev_application_open_bookmark):
11334         * shell/ev-application.h:
11335         
11336         Add a way to open bookmarks
11337
11338         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11339         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11340         (ev_bookmark_set_property), (ev_bookmark_class_init),
11341         (ev_bookmark_new_title), (ev_bookmark_new_link),
11342         (ev_bookmark_new_external):
11343
11344         Support for external uris, better constructors.
11345
11346         * backend/ev-bookmark.h:
11347         * pdf/xpdf/pdf-document.cc:
11348         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11349
11350         Handle external uris
11351
11352 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11353
11354         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11355         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11356
11357         Hook up bookmarks navigation
11358
11359 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11360
11361         * backend/Makefile.am:
11362         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11363         (ev_bookmark_get_title), (ev_bookmark_set_title),
11364         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11365         (ev_bookmark_get_page), (ev_bookmark_set_page),
11366         (ev_bookmark_get_property), (ev_bookmark_set_property),
11367         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11368         (ev_bookmark_new):
11369         * backend/ev-bookmark.h:
11370         * backend/ev-document-bookmarks.c:
11371         (ev_document_bookmarks_get_bookmark):
11372         * backend/ev-document-bookmarks.h:
11373         * pdf/xpdf/pdf-document.cc:
11374         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11375
11376         Add a bookmark object to the backend and use it instead of get_values
11377
11378 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11379
11380         * data/evince-ui.xml:
11381
11382         Cleanup and add select all.
11383
11384         * shell/ev-view.c: (ev_view_select_all),
11385         (ev_view_button_press_event):
11386         * shell/ev-view.h:
11387         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11388
11389         Add select all.
11390         Clear selection on click.
11391
11392 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11393
11394         * shell/ev-sidebar-thumbnails.c
11395         (ev_sidebar_thumbnails_set_document): forgot to unref the
11396         loading_icon.
11397
11398 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11401         at the visible page, not just linearly.  This makes it look fast.
11402
11403 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * backend/ev-document-misc.c
11406         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11407         white.
11408         * backend/ev-document-thumbnails.h: New interface to get the size
11409         of a page.
11410
11411 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11412
11413         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11414         make dist works
11415
11416 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11419         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11420         things up a bit.
11421
11422         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11423
11424 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11425
11426         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11427         fonts. Should fix font problems on systems that have the base
11428         fonts in bitmap format. Reported by James Henstridge
11429         <james@jamesh.id.au>.
11430
11431 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * pdf/xpdf/Gfx.cc:
11434         * pdf/xpdf/GfxState.cc:
11435
11436         Fix for CAN-2004-1125
11437
11438 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11439
11440         * shell/ev-view.c: (ev_view_copy):
11441         * shell/ev-view.h:
11442         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11443
11444         Implement Edit->Copy
11445
11446 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * backend/ev-document.c: (ev_document_get_text):
11449         * backend/ev-document.h:
11450         * pdf/xpdf/pdf-document.cc:
11451         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11452         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11453         (ev_view_update_primary_selection), (ev_view_button_press_event),
11454         (ev_view_motion_notify_event), (ev_view_button_release_event):
11455
11456         Beginnings of clipboard support. Incomplete but primary sort
11457         of work.
11458
11459 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11460
11461         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11462         (expose_bin_window):
11463
11464         Nicer rubberband drawing, from GtkIconView.
11465
11466 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11467
11468         * backend/ev-document.c: (ev_document_save):
11469         * backend/ev-document.h:
11470         * data/evince-ui.xml:
11471         * pdf/xpdf/pdf-document.cc:
11472         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11473
11474         Implement "Save a copy..." menu item
11475
11476 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11477
11478         * shell/ev-view.c: (ev_view_zoom):
11479
11480         Queue a resize when zoom changes
11481
11482 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11483
11484         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11485         shadows.
11486
11487         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11488         thumbnails..
11489
11490 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11491
11492         * pdf/xpdf/pdf-document.cc
11493         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11494
11495 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11496
11497         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11498         It's slow, but I'll speed it up next!
11499
11500 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11501
11502         * shell/main.c (load_files):
11503
11504         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11505         from the command line and because it seems more appropriate.
11506
11507 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11508
11509         * data/evince-ui.xml:
11510         * shell/ev-window.c: (update_action_sensitivity),
11511         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11512
11513         s/next page/page down
11514         s/previous page/page up
11515
11516 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11517
11518         * data/evince-ui.xml:
11519
11520         Change the layout to match clarkbw design.
11521
11522         * shell/Makefile.am:
11523         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11524         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11525         (ev_navigation_action_finalize),
11526         (ev_navigation_action_set_property),
11527         (ev_navigation_action_get_property),
11528         (ev_navigation_action_class_init):
11529         * shell/ev-navigation-action.h:
11530
11531         Implement clarkbw toolbar navigation controls (incomplete)
11532
11533         * shell/ev-page-action.c: (update_label), (update_spin),
11534         (value_changed_cb), (create_tool_item), (connect_proxy),
11535         (ev_page_action_init), (ev_page_action_finalize),
11536         (ev_page_action_set_property), (ev_page_action_get_property),
11537         (ev_page_action_set_current_page),
11538         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11539         * shell/ev-page-action.h:
11540
11541         Implement a page switcher in the toolbar
11542
11543         * shell/ev-view.c: (ev_view_scroll_view):
11544         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11545         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11546         (register_custom_actions), (ev_window_init):
11547
11548         Change page on PageUp/Down.
11549
11550 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11551
11552         * pdf/xpdf/pdf-document.cc
11553         (pdf_document_thumbnails_get_thumbnail): initial stab at
11554         implementing thumbnail support for pdfs.  It only does documents
11555         with precached pdfs now.
11556
11557 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11558
11559         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11560         thumbnail code into a time-based idle as well.  Also, turn off the
11561         shadow temporarily as it's really slow.
11562
11563 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11564
11565         * backend/ev-document.c: (ev_document_class_init):
11566         * pdf/xpdf/pdf-document.cc:
11567         * shell/ev-window.c: (ev_window_open):
11568
11569         Fix document title bugs and fallback to
11570         filename when not available.
11571
11572 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11573
11574         * backend/ev-document.c: (ev_document_get_type),
11575         (ev_document_class_init), (ev_document_load),
11576         (ev_document_get_title):
11577         * backend/ev-document.h:
11578         * pdf/xpdf/pdf-document.cc:
11579         * ps/ps-document.c: (ps_document_set_property),
11580         (ps_document_get_property), (ps_document_class_init),
11581         (document_load):
11582         * ps/ps-document.h:
11583         * ps/ps.h:
11584         * shell/ev-window.c: (update_window_title), (ev_window_open),
11585         (ev_window_init):
11586
11587         Initial support for document title. Not working yet.
11588
11589 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11592
11593         Grab focus on the view when clicking it
11594
11595 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11596
11597         * shell/ev-marshal.list:
11598         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11599         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11600
11601         Add key bindings to the view. Now if the focus would work
11602         right...
11603
11604 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * Makefile.am:
11607         * backend/Makefile.am:
11608         * data/Makefile.am:
11609         * dvi/Makefile.am:
11610         * dvi/dvilib/Makefile.am:
11611         * pdf/xpdf/Makefile.am:
11612         * po/POTFILES.in:
11613         * ps/Makefile.am:
11614
11615         Fix distcheck
11616
11617 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11618
11619         * shell/ev-view.c: (ev_view_realize):
11620
11621         Fix mouse wheel scrolling
11622
11623 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11624
11625         * ps/Makefile.am:
11626         * ps/gstypes.h:
11627         * ps/gtkgs.c:
11628         * ps/gtkgs.h:
11629         * ps/ps-document.c: (catchPipe), (ps_document_init),
11630         (ps_document_class_init), (ps_document_cleanup),
11631         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11632         (set_up_page), (close_pipe), (is_interpreter_ready),
11633         (interpreter_failed), (output), (input), (start_interpreter),
11634         (stop_interpreter), (file_length), (file_readable),
11635         (check_filecompressed), (check_pdf), (compute_xdpi),
11636         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11637         (ps_document_get_type), (ps_document_emit_error_msg),
11638         (document_load), (ps_document_next_page),
11639         (ps_document_get_current_page), (ps_document_get_page_count),
11640         (ps_document_goto_page), (ps_document_set_page_size),
11641         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11642         (ps_document_load), (ps_document_get_n_pages),
11643         (ps_document_set_page), (ps_document_get_page),
11644         (ps_document_widget_event), (ps_document_set_target),
11645         (ps_document_set_scale), (ps_document_set_page_offset),
11646         (ps_document_get_page_size), (ps_document_render),
11647         (ps_document_document_iface_init):
11648         * ps/ps-document.h:
11649         * ps/ps.c:
11650         * shell/ev-window.c: (ev_window_open):
11651
11652         Rename GtkGS to PSDocument
11653
11654 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11655
11656         * ps/gtkgs.c: (gtk_gs_class_init):
11657         * ps/gtkgs.h:
11658
11659         Some more leftover...
11660
11661 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11664         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11665         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11666         * ps/gtkgs.h:
11667
11668         Remove unused code and make a lot of stuff private
11669
11670 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11671
11672         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11673         (gtk_gs_defaults_changed):
11674         * ps/gsdefaults.h:
11675         * ps/gtkgs.c:
11676         * ps/gtkgs.h:
11677         * ps/ps.h:
11678
11679         Cleanup headers dependencies
11680
11681 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * ps/Makefile.am:
11684         * ps/ggvutils.c:
11685         * ps/ggvutils.h:
11686         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11687         * ps/gsdefaults.h:
11688         * ps/gtkgs.c: (file_length), (file_readable),
11689         (check_filecompressed), (check_pdf), (gtk_gs_load),
11690         (gtk_gs_get_postscript):
11691
11692         Get rid of ggvutils
11693
11694 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11695
11696         * ps/ggvutils.c:
11697         * ps/ggvutils.h:
11698         * ps/gsio.h:
11699         * ps/gtkgs.c: (gtk_gs_set_zoom):
11700
11701         Cleanups
11702
11703 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11704
11705         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11706
11707         Ensure the page is rerendered when changing zoom
11708
11709 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11710
11711         * backend/ev-document.c: (ev_document_base_init),
11712         (ev_document_changed):
11713         * backend/ev-document.h:
11714
11715         Add a changed event that is emitted when the page content
11716         changes. This is necessary to deal with the fact that
11717         in ps backend rendering happen asycrounously.
11718         This makes the ps backend mostly work.
11719
11720         * pdf/xpdf/pdf-document.cc:
11721
11722         Emit changed event
11723
11724         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11725         (ps_document_set_target):
11726
11727         Emit changed event
11728
11729         * shell/ev-view.c: (document_changed_callback),
11730         (ev_view_set_document), (ev_view_set_page):
11731
11732         Redraw on the changed signal
11733
11734 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11735
11736         * configure.ac: Added pt_BR to ALL_LINGUAS.
11737
11738 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11739
11740         * backend/ev-document-bookmarks.c:
11741         (ev_document_bookmarks_get_child): *
11742         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11743         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11744         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11745         (ev_sidebar_bookmarks_destroy),
11746         (ev_sidebar_bookmarks_class_init),
11747         (ev_sidebar_bookmarks_construct), (stack_data_free),
11748         (do_one_iteration), (populate_bookmarks_idle),
11749         (ev_sidebar_bookmarks_clear_document),
11750         (ev_sidebar_bookmarks_set_document): *
11751         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11752         (ev_sidebar_add_page),
11753         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11754         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11755         it displays both the topics and the page numbers.
11756
11757 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11758
11759         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11760         toggle.
11761         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11762         visible.
11763
11764 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11765
11766         * configure.ac: Added en_CA to ALL_LINGUAS.
11767
11768 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11769
11770         * ChangeLog: replace bottom of this ChangeLog (merged history of
11771         ggv and gpdf; where all paths were wrong and most of the files are
11772         not even in this tree) with ChangeLog (from arch) of the shell
11773         code.
11774
11775 2004-12-23  Havoc Pennington  <hp@redhat.com>
11776
11777         * shell/ev-window.c: hook up potentially-questionable "find
11778         results status text" feature - something involving the sidebar or
11779         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11780         might be better in the end.
11781
11782         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11783         with corresponding signal when it should be updated
11784
11785         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11786
11787 2004-12-22  Havoc Pennington  <hp@redhat.com>
11788
11789         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11790         find stuff on other pages, sort of (only returns one result on
11791         invisible pages, to show they have results; updates full results
11792         for a page when you view it). Currently repaints the current page
11793         every time a new result is found on any page, which isn't so nice.
11794
11795 2004-12-22  Havoc Pennington  <hp@redhat.com>
11796
11797         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11798         the document doesn't support find (better ideas?)
11799         (find_bar_search_changed_cb): handle missing document or document
11800         that doesn't support find
11801
11802         * pdf/xpdf/pdf-document.cc: port to implement the new
11803         EvDocumentFindIface
11804
11805         * backend/ev-document-find.c: create a new interface for searching
11806
11807         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11808
11809 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11810
11811         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11812         libevbackend.la.
11813
11814         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11815         EvPrintJob constructor arguments.
11816
11817         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11818         for documents that can export PostScript (page by page).
11819
11820         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11821         
11822         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11823         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11824         (pdf_document_ps_exporter_iface_init:
11825         Implement EvPSExporter.
11826
11827         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11828
11829 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11830
11831         * backend/Makefile.am:
11832         * backend/ev-document-thumbnails.c:
11833         (ev_document_thumbnails_get_type),
11834         (ev_document_thumbnails_get_thumbnail):
11835         * backend/ev-document-thumbnails.h:
11836         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11837         (pixbuf_document_thumbnails_get_thumbnail),
11838         (pixbuf_document_document_thumbnails_iface_init):
11839         * shell/Makefile.am:
11840         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11841         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11842         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11843         * shell/ev-sidebar-thumbnails.h:
11844         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11845         (ev_sidebar_set_document):
11846         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11847         (create_shadow), (ev_pixbuf_add_shadow):
11848         * shell/ev-utils.h:
11849         Add thumbnail support.
11850         
11851 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11852
11853         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11854         (using_postscript_printer): Set up a print dialog for "PostScript
11855         injection" method.
11856
11857         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11858         EvPrintJob.
11859
11860         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11861
11862 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11865         (ps_document_set_target), (ps_document_get_page_size),
11866         (ps_document_render):
11867         * ps/gtkgs.h:
11868
11869         Fix a few bugs
11870
11871 2004-12-22  Christian Rose  <menthos@menthos.com>
11872
11873         * configure.ac: Added "sv" to ALL_LINGUAS.
11874
11875 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11876
11877         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11878         document supports bookmarks.
11879
11880 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11881
11882         * ps/ggvutils.c: (ggv_file_readable):
11883         * ps/ggvutils.h:
11884         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11885         (gtk_gs_get_postscript):
11886
11887         Remove unused utils
11888
11889 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11892         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11893         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11894         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11895         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11896         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11897         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11898         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11899         (gtk_gs_set_antialiasing), (ps_document_load),
11900         (ps_document_render):
11901         * ps/gtkgs.h:
11902
11903         Another check point for the ps backend. Now I can get it to show
11904         pages!
11905
11906 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11907
11908         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11909         document setting code.
11910
11911 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11912
11913         * shell/eggfindbar.c: (entry_activate_callback):
11914         Animate the next button when activate is pressed.
11915         
11916 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11917
11918         * shell/ev-window.c: (ev_window_cmd_edit_find),
11919         (update_fullscreen_popup), (ev_window_fullscreen),
11920         (ev_window_unfullscreen), (ev_window_state_event_cb),
11921         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11922         Fix bugs in fullscreen code.
11923         
11924 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11925
11926         * Makefile.am:
11927         * configure.ac:
11928         * pixbuf/Makefile.am:
11929         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11930         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11931         (pixbuf_document_set_page), (pixbuf_document_get_page),
11932         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11933         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11934         (pixbuf_document_render), (pixbuf_document_begin_find),
11935         (pixbuf_document_end_find), (pixbuf_document_finalize),
11936         (pixbuf_document_class_init),
11937         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11938         * pixbuf/pixbuf-document.h:
11939         * shell/Makefile.am:
11940         * shell/ev-application.c: (ev_application_open):
11941         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11942         (ev_window_open):
11943         Add pixbuf backend.
11944         
11945 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11946
11947         * Makefile.am: 
11948         * dvi/dvilib/Makefile.am:
11949         * dvi/Makefile.am:
11950         * configure.ac: Auto*ify dvi and dvi/dvilib
11951
11952         * dvi/Makefile: Remove from CVS
11953         
11954         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11955         confusion.
11956
11957         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11958         
11959         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11960         
11961 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11962
11963         * ps/Makefile.am:
11964         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11965         (gtk_gs_value_adjustment_changed), (compute_size),
11966         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11967         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11968         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11969         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11970         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11971         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11972         (ps_document_load), (ps_document_get_n_pages),
11973         (ps_document_set_page), (ps_document_get_page),
11974         (ps_document_set_target), (ps_document_set_scale),
11975         (ps_document_set_page_offset), (ps_document_get_page_size),
11976         (ps_document_render), (ps_document_begin_find),
11977         (ps_document_end_find), (ps_document_document_iface_init):
11978         * ps/gtkgs.h:
11979         * shell/Makefile.am:
11980         * shell/ev-window.c: (ev_window_open):
11981
11982         Some work to integrate gtkgs with EvDocument
11983
11984 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11985
11986         * shell/ev-window.c: (update_fullscreen_popup),
11987         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11988         (exit_fullscreen_button_clicked_cb),
11989         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11990         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11991         (ev_window_state_event_cb), (ev_window_init):
11992         Add fullscreen support from Epiphany.
11993         
11994 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11995
11996         * data/ev-stock-zoom-fit-width.png: fit-width
11997         stock icon from gpdf.
11998         
11999         * shell/ev-stock-icons.[ch]: copied from gpdf.
12000         
12001         * shell/main.c: (main): init stock icons.
12002         
12003         * shell/ev-window.c: use the fit-width icon.
12004         
12005         * data/evince-ui.xml: add zooming toolbar items.
12006
12007 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12008
12009         * shell/ev-view.c: 
12010         (ev_view_best_fit), (ev_view_fit_width): because
12011         get_page_size() returns the scaled page size, we
12012         need to calculate the scale factor relative to
12013         the previous scale factor. Should really just
12014         add get_real_page_size().
12015
12016 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12017
12018         * shell/ev-view.[ch]:
12019         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12020         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12021         add zooming.
12022         
12023         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12024         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12025         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12026         hook it up.
12027         
12028         * pdf/xpdf/pdf-document.cc:
12029         (pdf_document_begin_find),
12030         (pdf_document_end_find): make static.
12031
12032 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12033
12034         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12035
12036         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12037         names to fontconfig patterns.
12038         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12039
12040         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12041         setupBaseFontsFc.
12042
12043 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12044
12045         * Makefile.am:
12046         * configure.ac:
12047         * ps/Makefile.am:
12048         * ps/ggvutils.c:
12049         * ps/ggvutils.h:
12050         * ps/gsdefaults.c:
12051         * ps/gsdefaults.h:
12052         * ps/gsio.c:
12053         * ps/gsio.h:
12054         * ps/gtkgs.c:
12055         * ps/gtkgs.h:
12056         * ps/ps.c:
12057         * ps/ps.h:
12058
12059         Import ggv backend. Not hooked up yet.
12060
12061 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12062
12063         * shell/main.c: (load_files), (main): load files
12064         from the command line.
12065
12066 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12067
12068         * configure.ac: don't require bonobo.
12069         
12070         * cut-n-paste/recent-files/*: kill bonobo recent
12071         view.
12072
12073         * shell/ev-window.c:
12074         (ev_window_is_empty): upd.
12075         (unable_to_load), (ev_window_open): load backend
12076         based on the mime type.
12077
12078 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12079
12080         * backend/.cvsignore: ignore generated marshalers source.
12081
12082         * shell/main.c (main): this is not epiphany.
12083
12084 2004-12-22  Havoc Pennington  <hp@redhat.com>
12085
12086         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12087         (expose_bin_window): draw find highlights
12088
12089         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12090         
12091         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12092         (pdf_document_end_find): implement this interface
12093
12094         * backend/ev-document.c (ev_document_found): add this to emit
12095         signal
12096
12097 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12098
12099         * data/evince-ui.xml: Add a few more toolbar items.
12100
12101         * shell/ev-window.c: Hook up page navigation toolbar 
12102         items.
12103
12104         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12105         a page-changed signal.
12106
12107         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12108         Add ev_document_get_page().
12109
12110         * shell/ev-window.c: Sensitize/desensitize navigation
12111         actions.
12112
12113 2004-12-21  Havoc Pennington  <hp@redhat.com>
12114
12115         * backend/ev-backend-marshal.c,
12116         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12117         marshaler-generator thingy. I'm sure there's a better way to do
12118         this in the modern world.
12119
12120         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12121         end_find methods and "found" signal.
12122
12123         * configure.ac: find glib-genmarshal
12124
12125 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12126
12127         * shell/ev-sidebar.c: Construct an actual sidebar.
12128         * shell/ev-sidebar-bookmarks.[ch]:
12129         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12130
12131 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12132
12133         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12134         Redo size handling.
12135         
12136         * shell/ev-view.c: Track the size from the document.
12137
12138 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12139
12140         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12141         constructor assumes ownership of the string passed in.
12142         
12143         * shell/ev-window.c (ev_window_open): Destroy the error
12144         dialog once we've displayed it.
12145
12146 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12147
12148         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12149         a bit, it works! (sort of)
12150
12151         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12152         Move to .cc since we need to use C++ in the implementation.
12153
12154         * shell/dummy.cc: Add a CC file to force evince
12155         to be linked as a C++ program.
12156
12157 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12158
12159         * shell/ev-view.[ch]: Start of content-area widget.
12160
12161         * shell/ev-window.c: Create a EvView, update it
12162         as we change documents.
12163
12164         * shell/Makefile.am shell/ev-marshal.list: Add
12165         generated marshalers.
12166
12167 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12168
12169         * Makefile.am (SUBDIRS): move shell.
12170
12171 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12172
12173         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12174         .a to libtool convenience libraries.
12175
12176         * shell/ev-window.c (ev_window_open): Hard code loading
12177         a PDF document.
12178         
12179         * backend/ev-document.h: Add a boolean return to load(),
12180         fix GError * to GError **.
12181
12182         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12183         object for a PDF backend EvDocument.
12184
12185 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12186
12187         * dvi/*: New directory with the beginning of a .dvi backend.
12188
12189 2004-12-21  Havoc Pennington  <hp@redhat.com>
12190
12191         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12192         previous/next instead of back/forward
12193
12194 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12195
12196         * backend/ev-document.[ch]: Fix a couple of problems so
12197         it compile.
12198
12199 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12200
12201         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12202         to backend/ directory, rename EvViewer to EvDocument.
12203
12204 2004-12-21  Havoc Pennington  <hp@redhat.com>
12205
12206         * shell/ev-window.c: hook up the find bar widget; now we just need
12207         a document to find things in
12208
12209         * shell/eggfindbar.c: a find bar widget
12210
12211 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12214
12215 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12216
12217         * pdf/**: Import of xpdf code from gpdf. 
12218
12219         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12220
12221         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12222         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12223         Fix FreeType includes.
12224
12225         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12226         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12227         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12228         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12229         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12230         Include xpdfconfig.h
12231         
12232 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12233
12234         * shell/ev-window.c (ev_window_dispose): dispose can be called
12235         multiple times.
12236
12237 2004-12-21  Havoc Pennington  <hp@redhat.com>
12238
12239         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12240         rather than Evince
12241
12242         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12243         items; really they should be synced with the strings, etc. from
12244         current gpdf, but just getting the boring typing out of the way 
12245
12246 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12247
12248         * po/POTFILES.in:
12249         * shell/ev-application.c: (window_destroy_cb):
12250         * shell/ev-window.c:
12251         * shell/main.c: (main):
12252
12253         Actually show the window...
12254
12255 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12256
12257         * Makefile.am:
12258         * shell/Makefile.am:
12259         * shell/ev-application.c: (ev_application_class_init):
12260         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12261
12262         Make it build again
12263
12264 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12265
12266         Import to gnome cvs.
12267         
12268         * Remove copies of gpdf and ggv trees.
12269         * Rip out all the recursive configure code.
12270         * Remove bonobo machinery.
12271         * viewer/*: GInterfaces that backends should/can implement.
12272
12273 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12274
12275         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12276         typo
12277
12278 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12279
12280         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12281         (ev_application_finalize, ev_application_class_init)
12282         (ev_application_init): use GType instance private data for priv.
12283
12284         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12285         (ev_window_finalize, ev_window_class_init)
12286         (ev_window_init): ditto.
12287
12288 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12289
12290         * shell/ev-application.c (ev_application_new_window): make public
12291         (ev_application_show_initial_window): kill.
12292
12293         * shell/ev-application.h: update prototypes.
12294
12295         * shell/main.cc (main): inline ev_application_show_initial_window.
12296
12297 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12298
12299         * shell/ev-application.c (ev_application_new_window): impl.
12300         (ev_application_show_initial_window): use it.
12301         (is_window_empty, ev_application_get_empty_window): returns an
12302         existing empty window or a new one.
12303         (ev_application_open): from ev_window_cmd_file_open.
12304
12305         * shell/ev-application.h: update prototypes
12306
12307         * shell/ev-window.c (ev_window_is_empty): impl.
12308         (ev_window_open): make public.
12309         (ev_window_cmd_file_open): use ev_application_open
12310
12311         * shell/ev-window.h: update prototypes, remove unused.
12312
12313 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12314
12315         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12316         move destroy handler out of here...
12317
12318         * shell/ev-application.c, shell/ev-application.h: ...into this new
12319         class. Also handles initial window creation.
12320
12321         * shell/main.cc (main): use EvApplication to create initial
12322         window.
12323
12324 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12325
12326         * Makefile.am (SUBDIRS): add cut-n-paste
12327
12328         * cut-n-paste/Makefile.am: add
12329
12330         * configure.ac: generate Makefiles in cut-n-paste
12331
12332 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12333
12334         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12335         (ev_window_class_init): install ev_window_dispose.
12336
12337 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12338
12339         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12340         char (gchar looks stupid).
12341
12342 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12343
12344         * po/de.po: updated German translation.
12345
12346 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12347
12348         * configure.ac: add more pkg-config library checks for gnome-vfs,
12349         bonobo etc.
12350
12351         * gpdf/configure.in: temporarily disable libpaper
12352         checks. Otherwise I'd have to add the checks for the shell, too.
12353
12354 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12355
12356         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12357         and * file filters to the file choose.
12358
12359 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12360
12361         * po/de.po: Updated German translation.
12362
12363 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12364
12365         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12366
12367 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12368
12369         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12370
12371         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12372         (ev_window_init): implement those menuitems.
12373
12374 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12375
12376         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12377
12378         * shell/ev-window.c (ev_window_init): use the toolbar.
12379
12380 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12381
12382         * shell/ev-window.c (ev_window_init): use menu translations
12383
12384 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * configure.ac: add "de" to ALL_LINGUAS.
12387
12388         * po/de.po: add German translation.
12389
12390 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12391
12392         * Makefile.am (SUBDIRS): add po
12393
12394         * configure.ac: check intltool, glib-gettext etc, generate
12395         po/Makefile.in
12396
12397         * po, po/POTFILES.in, po/POTFILES.skip: new.
12398
12399 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12400
12401         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12402         already use (#ifdef ENABLE_NLS)
12403
12404         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12405         pointer indirection thinko.
12406
12407         * shell/main.c: include gi18n.h for bindtextdomain etc.
12408
12409 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12410
12411         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12412         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12413         tooltips for menu items in the statusbar.
12414
12415 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12416
12417         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12418         pkgdatadir drop UIDIR
12419
12420 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12421
12422         * data/evince-ui.xml: Add File->Open menu item
12423
12424         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12425         chooser), hook it up in the ui manager.
12426
12427 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12428
12429         * shell/ev-window.c: fix Help->About tooltip.
12430
12431 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12432
12433         * configure.ac: set CFLAGS for libevprivate.
12434
12435         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12436         definitions, factory etc.
12437
12438         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12439
12440         * shell/Makefile.am: link against libevprivate.a.
12441
12442         * shell/ev-window.c (entries): add stock icon to Help->About.
12443
12444         * shell/main.c (main): init stock icon code.
12445
12446 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12447
12448         * lib/recent-files: egg recent files code
12449
12450         * lib/Makefile.am: add.
12451
12452         * Makefile.am: add lib subdir.
12453
12454         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12455         set CFLAGS for recent-files.
12456
12457 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12458
12459         * configure.ac: disable -ansi and -pedantic gcc flags. They
12460         disable POSIX stuff in stdio.h, but egg-recent uses them.
12461
12462 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12463
12464         * configure.ac: add --disable-deprecated flag (defaults to on in
12465         "cvs" builds).
12466
12467         * shell/Makefile.am (INCLUDES): use it.
12468
12469 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12470
12471         * shell/main.c: add missing #include.
12472
12473         * shell/ev-window.c: fix for pedantic gcc.
12474         (ev_window_cmd_help_about): split license into paragraphs for
12475         translators and pedantic compilers.
12476
12477 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12478
12479         * configure.ac: add more warning flags if compiling with gcc from
12480         cvs (or explicitly requested with --enable-more-warnings).
12481
12482 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12483
12484         * data/evince-ui.xml: add File and File->Close menu.
12485
12486         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12487         (ev_window_destroy): quit after destroy.
12488         (ev_window_class_init): override GtkObject::destroy.
12489         (entries): install close_window callback.
12490
12491 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12492
12493         * Makefile.am (SUBDIRS): add data subdir.
12494
12495         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12496         gtk+ 2.5.0 for GtkAboutDialog.
12497
12498         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12499         main window.
12500
12501         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12502
12503         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12504         manager.
12505         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12506
12507 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12508
12509         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12510
12511 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12512
12513         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12514
12515 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12516
12517         * shell/*: Added shell directory boilerplate, build it.
12518
12519 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12520
12521         * configure.ac, Makefile.am: Added top-level configure.ac and
12522         Makefile.am