]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement "dissolve" effect.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
4         (ev_transition_animation_paint): Implement "dissolve" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
9         (ev_transition_animation_paint): Implement "wipe" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-transition-animation.c (ev_transition_animation_box)
14         (ev_transition_animation_paint): Implement "box" effect.
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
19         (ev_transition_animation_paint): Implement "blinds" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-transition-animation.c (ev_transition_animation_split)
24         (ev_transition_animation_paint): Implement "split" effect.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
29         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
30         (ev_view_transition_animation_start) 
31         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
32         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
33         (ev_view_next_page) (ev_view_previous_page):
34         
35         Use EvTransitionAnimation to drive page changes in the presentation
36         mode, the animation will wait to start until both the origin and 
37         destination page surfaces are available. Fixes #458460.
38
39         (draw_loading_text):
40
41         Remove workaround for bug #320352, it's now fixed properly.
42
43
44 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
45
46         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
47         will contain the implementations for page transition animations, at
48         the moment it just has the "replace" effect.
49         * shell/Makefile.am: Added these files to build.
50
51 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
52
53         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
54         animations.
55         * shell/Makefile.am: Added these files to build.
56
57 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
58
59         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
60         implementation to get_effect() in EvDocumentTransitionIface.
61
62 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
63
64         * libdocument/ev-transition-effect.[ch]: New files, define a page
65         transition effect, at the moment it maps PopplerPageTransition to a
66         GObject.
67         * libdocument/Makefile.am: Added these files to build.
68         * libdocument/ev-document-transition.[ch]
69         (ev_document_transition_get_effect): New method, gets the
70         EvTransitionEffect returned by the interface implementation, with
71         fallback to the "replace" effect.
72
73 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
74
75         * configure.ac:
76         * cut-n-paste/Makefile.am:
77         * cut-n-paste/fileformatchooser/Makefile.am:
78         * cut-n-paste/fileformatchooser/egg-macros.h:
79         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
80         * shell/Makefile.am:
81         * shell/ev-window.c: (image_save_dialog_response_cb),
82         (ev_view_popup_cmd_save_image_as):
83
84         Allow exporting images in any format supported by
85         GdkPixbuf. Fixes bug #500209.
86         
87 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * backend/pixbuf/pixbuf-document.c:
90
91         More warnings fixed.
92         
93 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
96         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
97         * backend/djvu/djvu-text.h:
98         * backend/tiff/tiff-document.c: (tiff_document_render):
99
100         Fix compile warnings.
101         
102 2007-12-28  Christian Persch  <chpe@gnome.org>
103
104         * **/*.c: Include config.h. Bug #504721.
105
106 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * configure.ac:
109         * Makefile.am:
110         * po/POTFILES.in:
111         * backend/comics/Makefile.am:
112         * backend/comics/comics-document.[ch]:
113         * backend/comics/comicsdocument.evince-backend.in:
114         * backend/djvu/Makefile.am:
115         * backend/djvu/djvu-document.[ch]:
116         * backend/djvu/djvudocument.evince-backend.in:
117         * backend/dvi/Makefile.am:
118         * backend/dvi/dvi-document.[c]:
119         * backend/dvi/dvidocument.evince-backend.in:
120         * backend/impress/Makefile.am:
121         * backend/impress/impress-document.[ch]:
122         * backend/impress/impressdocument.evince-backend.in:
123         * backend/pdf/Makefile.am:
124         * backend/pdf/ev-poppler.cc:
125         * backend/pdf/ev-poppler.h:
126         * backend/pdf/pdfdocument.evince-backend.in:
127         * backend/pixbuf/Makefile.am:
128         * backend/pixbuf/pixbuf-document.[ch]:
129         * backend/pixbuf/pixbufdocument.evince-backend.in:
130         * backend/ps/Makefile.am:
131         * backend/ps/ev-spectre.[ch]:
132         * backend/ps/ps-document.[ch]:
133         * backend/ps/psdocument.evince-backend.in:
134         * backend/tiff/Makefile.am:
135         * backend/tiff/tiff-document.[ch]:
136         * backend/tiff/tiffdocument.evince-backend.in:
137         * libdocument/Makefile.am:
138         * libdocument/ev-backends-manager.[ch]:
139         * libdocument/ev-module.[ch]:
140         * libdocument/ev-document.h:
141         * libdocument/ev-document-factory.[ch]:
142         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
143         (get_compression_from_mime_type), (get_document_from_uri),
144         (ev_document_factory_get_document), (file_filter_add_mime_types),
145         (ev_document_factory_add_filters):
146         * shell/Makefile.am:
147         * shell/ev-window-title.c: (get_filename_from_uri):
148         * shell/main.c: (main):
149         * thumbnailer/Makefile.am:
150         * thumbnailer/evince-thumbnailer.c: (main):
151
152         Plugin system for backends. Fixes bug #351348.
153         
154 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
155
156         * shell/ev-view-private.h:
157         * shell/ev-view.c: (ev_view_drag_update_momentum),
158         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
159         (ev_view_button_release_event), (ev_view_destroy):
160         
161         Kinetic scrolling implemented as requested in
162         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
163
164 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
165
166         * data/evince-toolbar.xml:
167         * data/evince-ui.xml:
168         * shell/ev-view-private.h:
169         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
170         (ev_view_button_press_event), (ev_view_motion_notify_event),
171         (ev_view_button_release_event), (ev_view_init),
172         (ev_view_autoscroll_cb), (ev_view_autoscroll),
173         (ev_view_set_cursor):
174         * shell/ev-view.h:
175         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
176         (ev_window_cmd_view_autoscroll):
177         
178         Autoscroll feature with the context menu. Fixes bug 
179         #323670. Thanks to David Turner <cillian64@googlemail.com>.
180
181 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
184
185         Disconnect also page-ready signal when removing a job because the
186         page size has changed. Thanks to kripken
187         <kripkensteiner@gmail.com>.
188
189 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
190
191         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
192         
193         Scroll pages in page entry with mouse wheel. Fixes bug
194         #324122. Thanks to David Turner <cillian64@googlemail.com>.
195
196 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * backend/dvi/Makefile.am:
199         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
200         (mdvi_cairo_device_init):
201         * backend/dvi/mdvi-lib/common.h:
202         * backend/dvi/mdvi-lib/mdvi.h:
203         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
204         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
205         (mdvi_build_path_from_cwd):
206
207         Add ps specials support in dvi backend when libspectre is
208         present. Fixes bug #386005.
209         
210 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * configure.ac:
213         * backend/ps/Makefile.am:
214         * backend/ps/ev-spectre.[ch]:
215         
216         Use libspectre, if available, for the ps backend. Fixes bugs
217         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
218
219 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
220         
221         * backend/comics/comics-document.c: (comics_document_load):
222         
223         Cygwin build issue fix.
224
225 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/ev-view.c: (ev_view_set_zoom):
228
229         Do not limit the minimum zoom factor when sizing mode is best bit
230         or fit width. Fixes bug #503805.
231         
232 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
235         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
236         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
237         (ev_link_dest_get_property), (ev_link_dest_set_property),
238         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
239         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
240         (ev_link_dest_new_fitr):
241         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
242         (goto_fith_dest), (goto_xyz_dest):
243
244         Do not change left, top and zoom values when they are null in PDF
245         destinations. Fixes bug #460658.
246         
247 2007-12-10  Christian Persch  <chpe@gnome.org>
248
249         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
250         (ev_view_accessible_class_init),
251         (ev_view_accessible_idle_do_action),
252         (ev_view_accessible_action_do_action),
253         (ev_view_accessible_action_get_description),
254         (ev_view_accessible_action_set_description),
255         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
256         (ev_view_accessible_factory_init),
257         (ev_view_accessible_factory_get_accessible_type):
258         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
259         private data, and G_DEFINE_TYPE. Bug #502843.
260
261 2007-12-08  Christian Persch  <chpe@gnome.org>
262
263         * shell/ev-metadata-manager.c: (item_free),
264         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
265         (value_free), (parse_value), (parseItem),
266         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
267         (save_values): Use GSlice to allocate small amounts of memory. Bug
268         #475972.
269
270 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
273
274         Restore cursor to normal after a drag operation. Fixes bug
275         #501603.
276         
277 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
278
279         * NEWS:
280         * configure.ac:
281         
282         Update for release 2.21.1
283
284 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * configure.ac:
287         * cut-n-paste/gedit-message-area/Makefile.am:
288         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
289         * shell/Makefile.am:
290         * shell/ev-message-area.[ch]:
291         * shell/ev-window.c: (ev_window_set_message_area),
292         (ev_window_error_message_response_cb), (ev_window_error_message),
293         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
294         (ev_window_save_job_cb), (image_save_dialog_response_cb),
295         (ev_attachment_popup_cmd_open_attachment),
296         (attachment_save_dialog_response_cb), (ev_window_set_document),
297         (ev_window_init):
298
299         Use a message area instead of a popup dialog for error
300         notifications. Fixes bug #337495.
301         
302 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
305         (ev_window_run_fullscreen):
306
307         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
308         
309 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * ev-sidebar-thumbnails.c: (update_visible_range),
312         (ev_sidebar_thumbnails_refresh),
313         (ev_sidebar_thumbnails_set_document),
314         (ev_sidebar_thumbnails_support_document):
315
316         Show thumbnails for documents with one page. Fixes bug #358751.
317         
318 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/ev-window.c:
321         (ev_window_load_print_settings_from_metadata),
322         (ev_window_save_print_settings), (ev_window_print_finished),
323         (ev_window_print_range):
324
325         Print settings that are specific to the document are now saved per
326         document in the metadata file. Fixes bug #488806.
327         
328 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
329
330         * backend/tiff/tiff-document.c: (tiff_document_render):
331
332         Tiff documents were rendered with wrong colors. Fixes bug #497279.
333         
334 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * shell/ev-application.[ch]: (get_find_string_from_args),
337         (ev_application_open_uri_at_dest), (ev_application_open_uri),
338         (ev_application_open_uri_list):
339         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
340         * shell/ev-window.[ch]: (ev_window_load_job_cb),
341         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
342         (ev_window_cmd_recent_file_activate),
343         (ev_window_open_recent_action_item_activated),
344         (ev_window_print_send), (open_remote_link):
345         * shell/main.c: (arguments_parse):
346
347         Add a command line option for search. Fixes bug #497710.
348         
349 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
350
351         * shell/ev-jobs.c: (ev_job_print_new):
352
353         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
354         
355 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * data/evince-toolbar.xml:
358         * shell/Makefile.am:
359         * shell/ev-application.c: (ev_application_init):
360         * shell/ev-open-recent-action.[ch]:
361         * shell/ev-window.c:
362         (ev_window_open_recent_action_item_activated),
363         (register_custom_actions):
364
365         Add an expander to the open toolbar item which pops up a dropdown
366         menu with the recently used documents. Fixes bug #487215.
367         
368 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-window.c: (ev_window_open_uri),
371         (ev_window_cmd_view_reload):
372
373         Do not jump to the first page when reloading by running evince
374         from the command line. Fixes bug #490847.
375         
376 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
377
378         * shell/ev-window.c: (ev_window_cmd_help_contents):
379
380         Plugged memory leak when help file is not found. Fixes bug
381         #490762.
382         
383 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * configure.ac:
386
387         Enable djvu, dvi and comics backends by default. Fixes bug
388         #437121.
389         
390 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * configure.ac:
393         * cut-n-paste/Makefile.am:
394         * cut-n-paste/recent-files/*: Removed
395         * help/reference/Makefile.am:
396         * shell/Makefile.am:
397         * shell/ev-application.[ch]: (ev_application_shutdown),
398         (ev_application_init):
399         * shell/ev-window.c: (ev_window_add_recent),
400         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
401
402         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
403         
404 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
405
406         * shell/ev-window.c: (launch_external_uri):
407
408         Let GnomeVFS check the URL, this allow more URL (like mailto:),
409         and report error if the URL is not supported (#489910).
410
411 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
414         (pdf_document_file_exporter_begin_page),
415         (pdf_document_file_exporter_end_page):
416
417         Fix printing with poppler splash backend. Fixes bug #489774.
418         
419 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
422         * shell/ev-print-job.c: (ev_print_job_class_init):
423
424         Fix a crash when printing with the gnome-print dialog. Fixes bug
425         #488939.
426         
427 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
428
429         * backend/pixbuf/pixbuf-document.c:
430
431         Fix an implicit function definition warning (#487655)
432
433 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * shell/ev-window.c:
436
437         Fix conflicting shortcut for view sade pane and presentation.
438         
439 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * backend/pdf/ev-poppler.cc:
442         (pdf_document_file_exporter_begin_page),
443         (pdf_document_file_exporter_do_page),
444         (pdf_document_file_exporter_end_page),
445         (pdf_document_file_exporter_iface_init):
446         * libdocument/ev-file-exporter.[ch]:
447         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
448         * shell/ev-jobs.c: (ev_job_print_get_page_list),
449         (ev_job_print_run):
450
451         When printing multiple pages per sheet in reverse option, do not
452         invert the order of the pages in every sheet, but the order of the
453         sheets. Do not print blank pages when page range is invalid. Fixes
454         bugs #484857 and #485521.
455         
456 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * shell/ev-jobs.c: (ev_job_print_get_page_list),
459         (ev_job_print_run):
460         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
461
462         Respect ranges order when printing more than one range in random
463         order.
464         
465 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
466
467         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
468         (ev_window_setup_document), (ev_window_rotation_changed_cb):
469
470         Rotate also the window icon when document is rotated. Fixes bug
471         #474681.
472         
473 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
476         (pdf_document_forms_get_form_fields):
477
478         Silently ignore unknown form fields. Fixes bug #482654. Patch by
479         Matthias Drochner.
480         
481 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * configure.ac:
484         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
485
486         Use poppler_page_render_for_printing() instead of
487         poppler_page_render() if available when exporting to a ps or pdf
488         file. Fixes bug #476627.
489         
490 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-window.c: (ev_window_run_fullscreen):
493
494         Do not show the toolbar in fullscreen mode if the main toolbar is
495         not visible. Fixes bug #483048.
496         
497 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * shell/ev-view.c: (ev_view_button_press_event):
500
501         Give priority to form fields over images when deciding whether a
502         button press event is over an image or form field. It allows edit
503         form fields when they are over a background image. Fixes bug
504         #477841.
505         
506 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
507
508         * NEWS:
509         * configure.ac:
510         
511         Update for release 2.20.0
512
513 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * backend/pdf/ev-poppler.cc:
516
517         Remove #ifdef HAVE_FORMS, so that forms support works again.
518
519 2007-09-05  Götz Waschk  <waschk@mandriva.org>
520
521         * configure.ac:
522         * data/evince.desktop.in.in:
523         
524         Fixes desktop file issues. See bug #473471.
525
526 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
529         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
530         (ev_job_queue_remove_job):
531         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
532         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
533         * shell/ev-window.c: (ev_window_clear_save_job),
534         (ev_window_save_job_cb), (file_save_dialog_response_cb),
535         (ev_window_dispose):
536
537         Move save a copy task to its own job so that it's carried out in a
538         thread avoiding another lock in the main thread. Use
539         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
540         can be saved to a pathin another file system. Fixes bug #456891.
541         
542 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
543
544         * NEWS:
545         * configure.ac:
546         
547         Update for release 2.19.92
548
549 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * configure.ac:
552         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
553         (pdf_selection_get_selection_region),
554         (pdf_selection_get_selection_map),
555         (ev_form_field_from_poppler_field):
556
557         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
558         and triple click selections are enabled again now.
559
560 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-window.c: (ev_window_add_history):
563
564         Make sure not to use the history with documents not supporting
565         links. Fixes bug #468954.
566
567 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-window.c: (ev_window_load_job_cb):
570
571         Restart the search when reloading a document with the find bar
572         visible. Fixes bug #461962.
573
574 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-window.c: (setup_document_from_metadata),
577         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
578
579         Do not jump to the first page when reloading a document from the
580         last page.
581
582 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-window.c: (update_chrome_flag),
585         (setup_sidebar_from_metadata),
586         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
587         (ev_window_cmd_edit_find_next),
588         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
589         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
590         (find_bar_close_cb), (view_actions_focus_in_cb):
591
592         Do not update visibility when changing a chrome flag so that it's
593         possible to update several flags and update visibility only once
594         for all of them.
595
596 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
599
600         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
601         supported by gtk+. Fixes bug #460907.
602
603 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-view.c: (view_update_range_and_current_page):
606
607         Make sure current-page <= end-page in continuous mode. Fixes bug
608         #454950.
609
610 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * backend/pdf/ev-poppler.cc: (build_tree):
613
614         Ignore outline items without a title. Fixes bug #453913.
615
616 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
619         (ev_view_button_release_event), (ev_view_leave_notify_event):
620
621         Use always drag mouse cursor during a drag operation. Fixes bug
622         #470564.
623
624 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
627         (pdf_selection_get_selection_region),
628         (pdf_selection_get_selection_map):
629
630         Temporarily disable double and triple selections since it depends on
631         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
632         released and the update of the external dependency minimal version
633         approved.
634
635 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
638         (pdf_document_file_exporter_do_page):
639         * libdocument/ev-file-exporter.h:
640         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
641         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
642
643         Actually fix printing regressions. Remove orientation from
644         EvPrintContext since it's redundant.
645
646 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
649         * backend/impress/impress-document.c:
650         (impress_document_document_iface_init):
651         * backend/ps/ps-document.c: (ps_document_document_iface_init):
652         * backend/djvu/djvu-document.c:
653         (djvu_document_document_iface_init),
654         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
655         * backend/tiff/tiff-document.c:
656         (tiff_document_document_iface_init):
657         * backend/pixbuf/pixbuf-document.c:
658         (pixbuf_document_document_iface_init):
659         * backend/comics/comics-document.c:
660         (comics_document_document_iface_init):
661         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
662         (pdf_selection_render_selection),
663         (pdf_selection_get_selected_text),
664         (pdf_selection_get_selection_region),
665         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
666         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
667         (ev_selection_get_selection_region),
668         (ev_selection_get_selection_map):
669         * libdocument/ev-document.[ch]:
670         * shell/ev-pixbuf-cache.[ch]: (add_job),
671         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
672         * shell/ev-view-private.h:
673         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
674         (ev_job_render_run):
675         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
676         * shell/ev-view.c: (start_selection_for_event),
677         (ev_view_button_press_event), (ev_view_drag_data_get),
678         (ev_view_drag_data_received), (ev_view_button_release_event),
679         (compute_new_selection_text), (compute_selections),
680         (ev_view_select_all), (get_selected_text), (ev_view_copy),
681         (ev_view_primary_get_cb):
682
683         Add support for double and triple click selections.
684
685 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
686
687         * NEWS:
688         * configure.ac:
689
690         Update for release 2.19.4
691
692 2007-08-28  Justin Blanchard  <justinb04@aim.com>
693
694         * shell/ev-view-private.h:
695         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
696         (ev_view_set_highlight_search):
697         * shell/ev-view.h:
698         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
699         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
700         (find_bar_visibility_changed_cb):
701         
702         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
703
704 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
707         (pdf_document_file_exporter_begin),
708         (pdf_document_file_exporter_do_page):
709         * shell/ev-jobs.c: (ev_job_print_run):
710         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
711
712         Create always a portrait cairo surface and rotate when needed for
713         landscape. It fixes printing problems in real printers.
714
715 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
718         * libdocument/ev-file-exporter.[ch]:
719         (ev_file_exporter_get_capabilities):
720         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
721         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
722
723         Adjust number of pages per row according to page orientation when
724         printing 2 or 6 pages per sheet.
725
726 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-window.c: (ev_window_print_send):
729
730         Reset also cups setting to 1 when printing multiple pages per
731         sheet. Fixes bug #468853.
732
733 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * libdocument/ev-document-misc.c:
736         (ev_document_misc_surface_rotate_and_scale):
737
738         Use directly cairo_surface_get_content() when creating a similar
739         surface as suggested by Jeff Muizelaar. Thanks again.
740
741 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * backend/djvu/djvu-document.c: (djvu_document_render):
744         * backend/tiff/tiff-document.c: (tiff_document_render):
745         * backend/pdf/ev-poppler.cc: (pdf_document_render):
746         * libdocument/ev-document-misc.c:
747         (ev_document_misc_surface_from_pixbuf),
748         (ev_document_misc_surface_rotate_and_scale):
749
750         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
751         creating page surfaces. Fixes bug #453123. Thank you very much to
752         Jeff Muizelaar <jeff@infidigm.net>.
753
754 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * shell/ev-page-cache.c: (ev_page_cache_new),
757         (ev_page_cache_get_thumbnail_size):
758         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
759         (ev_sidebar_thumbnails_set_loading_icon):
760
761         Also store in page-cache the dimensions of the thumbnails so that
762         they can be used to create the correct loading icon in the side
763         pane. Fixes bug #466857.
764
765 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * backend/pdf/ev-poppler.cc:
768         (pdf_document_thumbnails_get_thumbnail):
769
770         Fix thumbnails rotation in pdf documents that include embedded 
771         thumbnails.
772
773 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
774
775         * backend/pdf/ev-poppler.cc:
776
777         Don't use #ifdef in macro expansion. Some compilers don't
778         like that. Closes bug #467042.
779
780 2007-08-15  Justin Blanchard  <justinb04@aim.com>
781
782         * backend/djvu/djvu-document.c: (djvu_document_finalize):
783         
784         Fixes memory leak in djvu backend.
785
786 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
787
788         * data/icons/32x32/Makefile.am:
789         * data/icons/32x32/actions/Makefile.am:
790         * data/icons/32x32/actions/view-page-cont.svg:
791         * data/icons/32x32/actions/view-page-facing.svg:
792         * data/icons/48x48/Makefile.am:
793         * data/icons/48x48/actions/Makefile.am:
794         * data/icons/48x48/actions/view-page-cont.svg:
795         * data/icons/48x48/actions/view-page-facing.svg:
796         
797         Icons for a new sizes.
798
799 2007-08-14  Justin Blanchard  <justinb04@aim.com>
800
801         * shell/ev-page-cache.c: (build_height_to_page),
802         (ev_page_cache_get_height_to_page):
803         
804         Fixes invalid read, see bug #466401.
805
806 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
809         (set_drag_cursor):
810         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
811         (configure_item_cursor), (new_pixbuf_from_widget):
812
813         Fix multihead problems in toolbar editor. Fixes bug #382055.
814
815 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-window.c: (ev_window_cmd_file_open),
818         (ev_window_cmd_save_as):
819
820         Use g_get_user_special_dir when available instead of
821         xdg_user_dir_lookup.
822
823 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
824
825         * MAINTAINERS:
826         
827         Updated according to request on desktop-devel.
828
829 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
832
833         Do not use cairo_rectangle and cairo_clip since we are
834         not using cairo_fill but cairo_paint. Use the same cairo context
835         for every page in the same expose event.
836
837 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
838
839         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
840         leak.
841
842 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * configure.ac:
845         * NEWS:
846
847         Release 0.9.3
848
849 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * libdocument/ev-document-info.h:
852         * libdocument/ev-document.h:
853         * shell/ev-page-action.h:
854         * shell/ev-sidebar-links.h:
855
856         Fix a headers problem with ev-link
857         
858         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
859         * shell/ev-view-private.h:
860         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
861         (get_link_area), (ev_view_query_tooltip),
862         (ev_view_leave_notify_event), (ev_view_destroy),
863         (ev_view_class_init):
864
865         Use new gtk tooltips when available instead of ev-tooltip.
866         
867 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-window.c: (update_chrome_visibility),
870         (ev_window_sidebar_visibility_changed_cb):
871
872         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
873         
874 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * shell/ev-navigation-action.c:
877         (ev_navigation_action_history_changed),
878         (ev_navigation_action_set_history):
879         * shell/ev-navigation-action-widget.c:
880         (ev_navigation_action_widget_init):
881         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
882
883         Fix compile warnings.
884         
885 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
888         (egg_editable_toolbar_dispose):
889
890         Fix memory leak.
891         
892 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
895         (screensaver_disable_x11):
896         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
897         * shell/ev-window.c: (presentation_set_timeout):
898         * shell/ev-view.c: (ev_view_presentation_transition_start):
899
900         Use g_timeout_add_seconds instead of g_timeout_add when
901         available.
902         
903 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
906
907         Set horizontal scrollbar policy to AUTOMATIC instead of
908         NEVER. Workaround for bug #449462.
909         
910 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * shell/ev-jobs.c: (ev_job_render_page_ready):
913
914         Add page_ready callback to main loop with high priority and hold
915         a reference to job during idle.
916         
917 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * configure.ac:
920         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
921         (pdf_document_file_exporter_begin),
922         (pdf_document_file_exporter_do_page),
923         (pdf_document_file_exporter_get_capabilities):
924         * libdocument/ev-file-exporter.h:
925         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
926         * shell/ev-window.c: (ev_window_print_send),
927         (ev_window_print_dialog_response_cb):
928
929         Allow printing multiple pages per sheet. Fixes bug #395573.
930         
931 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
932
933         * shell/ev-view.c: (tip_from_link):
934         
935         Check for NULL, fixes bug #460862.
936
937 2007-07-29  Christian Persch  <chpe@gnome.org>
938
939         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
940         (ev_window_preview_print_finished), (ev_window_do_preview_print),
941         (ev_window_cmd_preview_print):
942         
943         Fixes bug #437681 - blocks while enumerating printers.
944
945 2007-07-29  Christian Persch  <chpe@gnome.org>
946
947         * shell/ev-window.c: (ev_window_screen_changed):
948         
949         Don't use deprecated gtk+ function. See bug #460909.
950
951 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * shell/ev-utils.c: (get_num_monitors):
954         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
955
956         Do not use display before initializing it. Remove compile
957         warnings.
958
959 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
960
961         * shell/ev-view.c: (ev_view_class_init):
962         
963         Unix-like hjkl bindings added. See bug #458111.
964
965 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
966
967         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
968         * shell/ev-utils.h:
969         * shell/ev-view.c: (ev_view_set_zoom_for_size),
970         (ev_view_update_view_size):
971         * shell/ev-view.h:
972         * shell/ev-window.c: (ev_window_update_actions),
973         (setup_view_from_metadata), (ev_window_screen_changed),
974         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
975         (zoom_control_changed_cb):
976         * shell/ev-window.h:
977         
978         Reorganizes utility functions.
979
980 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
983         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
984         (add_job), (ev_pixbuf_cache_get_surface),
985         (ev_pixbuf_cache_get_link_mapping),
986         (ev_pixbuf_cache_get_image_mapping),
987         (ev_pixbuf_cache_get_form_field_mapping),
988         (ev_pixbuf_cache_get_text_mapping):
989         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
990         (notify_page_ready), (ev_job_render_page_ready),
991         (ev_job_render_run):
992
993         Add page_ready signal to notify that page is ready as soon as
994         possible even if other page elements like links, forms, images or
995         text mapping are not ready yet.
996
997 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1000         (dvi_document_file_exporter_do_page),
1001         (dvi_document_file_exporter_get_capabilities),
1002         (dvi_document_file_exporter_iface_init):
1003         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1004         (ps_document_file_exporter_do_page),
1005         (ps_document_file_exporter_get_capabilities),
1006         (ps_document_file_exporter_iface_init):
1007         * backend/djvu/djvu-document.c:
1008         (djvu_document_file_exporter_begin),
1009         (djvu_document_file_exporter_end),
1010         (djvu_document_file_exporter_get_capabilities),
1011         (djvu_document_file_exporter_iface_init):
1012         * backend/tiff/tiff-document.c:
1013         (tiff_document_file_exporter_begin),
1014         (tiff_document_file_exporter_get_capabilities),
1015         (tiff_document_document_file_exporter_iface_init):
1016         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1017         (pdf_document_file_exporter_do_page),
1018         (pdf_document_file_exporter_get_capabilities),
1019         (pdf_document_file_exporter_iface_init):
1020         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1021         (ev_file_exporter_get_capabilities):
1022         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1023         (idle_print_handler), (ev_print_job_print):
1024         * shell/ev-jobs.c: (ev_job_print_run):
1025         * shell/ev-window.c: (ev_window_print_send),
1026         (ev_window_print_range):
1027
1028         Use capabilities to know which options should be offered by the
1029         print dialog depending on the document backend.
1030
1031 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1034
1035         Give priority to forms over text to set the cursor.
1036
1037 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * shell/ev-view-private.h:
1040         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1041         (ev_view_leave_notify_event), (ev_view_finalize),
1042         (ev_view_get_property), (ev_view_class_init):
1043
1044         Use IBEAM cursor for text form fields and NORMAL cursor for read
1045         only fields. Remove unused status attribute.
1046
1047 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1050
1051         Update region for current selected items also for checkbox
1052         buttons, since they can behave as radio buttons when they are in a
1053         set.
1054
1055 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * configure.ac:
1058         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1059
1060         Get max length of text form fields.
1061
1062 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1065         * libdocument/ev-form-field.h:
1066         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1067
1068         Fix build with current poppler cvs head.
1069
1070 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1073         * shell/eggfindbar.c: (egg_find_bar_init):
1074
1075         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1076         deprecation. Fixes bug #455667
1077
1078 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1079
1080         * NEWS:
1081         * configure.ac:
1082         
1083         Update for release 0.9.2
1084
1085 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * shell/ev-view.c: (ev_view_form_field_text_save),
1088         (ev_view_form_field_choice_save):
1089
1090         Fix a crash when closing whith a form widget visible.
1091
1092 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1095
1096         Update also the region of the current selected button when
1097         clicking on another button if they are radio buttons.
1098
1099 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1102         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1103         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1104         (ev_pixbuf_cache_get_link_mapping),
1105         (ev_pixbuf_cache_get_image_mapping),
1106         (ev_pixbuf_cache_get_form_field_mapping),
1107         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1108         * shell/ev-view.c: (ev_view_form_field_get_region),
1109         (ev_view_form_field_button_create_widget),
1110         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1111         (job_finished_cb):
1112
1113         Redraw only form field region instead of the whole page when
1114         reloading a page to show changes on the form field.
1115
1116 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * shell/ev-view.c: (ev_view_form_field_choice_save):
1119
1120         Fix selection of first item in list form fields.
1121
1122 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1125         (ev_pixbuf_cache_reload_page),
1126         (ev_pixbuf_cache_get_form_field_mapping):
1127
1128         Some refactoring to avoid duplicated code.
1129
1130 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * configure.ac:
1133         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1134         (ev_form_field_from_poppler_field),
1135         (pdf_document_forms_get_form_fields),
1136         (pdf_document_forms_form_field_text_get_text),
1137         (pdf_document_forms_form_field_text_set_text),
1138         (pdf_document_forms_form_field_button_set_state),
1139         (pdf_document_forms_form_field_button_get_state),
1140         (pdf_document_forms_form_field_choice_get_item),
1141         (pdf_document_forms_form_field_choice_get_n_items),
1142         (pdf_document_forms_form_field_choice_is_item_selected),
1143         (pdf_document_forms_form_field_choice_select_item),
1144         (pdf_document_forms_form_field_choice_toggle_item),
1145         (pdf_document_forms_form_field_choice_unselect_all),
1146         (pdf_document_forms_form_field_choice_set_text),
1147         (pdf_document_forms_form_field_choice_get_text),
1148         (pdf_document_document_forms_iface_init):
1149         * libdocument/Makefile.am:
1150         * libdocument/ev-form-field.[ch]:
1151         * libdocument/ev-document-forms.[ch]:
1152         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1153         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1154         (add_job), (ev_pixbuf_cache_reload_page),
1155         (ev_pixbuf_cache_get_form_field_mapping):
1156         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1157         * shell/ev-view-private.h:
1158         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1159         (ev_view_handle_cursor_over_xy),
1160         (ev_view_get_form_field_at_location),
1161         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1162         (ev_view_form_field_button_create_widget),
1163         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1164         (ev_view_form_field_text_create_widget),
1165         (ev_view_form_field_choice_save),
1166         (ev_view_form_field_choice_changed),
1167         (ev_view_form_field_choice_create_widget),
1168         (ev_view_handle_form_field), (ev_view_size_allocate),
1169         (ev_view_realize), (draw_end_presentation_page),
1170         (ev_view_button_press_event), (ev_view_remove_all),
1171         (ev_view_motion_notify_event), (ev_view_key_press_event),
1172         (ev_view_enter_notify_event), (highlight_find_results),
1173         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1174         (ev_view_class_init), (page_changed_cb),
1175         (on_adjustment_value_changed), (ev_view_set_presentation),
1176         (merge_selection_region), (ev_view_set_cursor),
1177         (ev_view_reset_presentation_state):
1178         
1179         Merge evince-forms branch.
1180
1181 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1182
1183         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1184
1185         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1186         This script also updates itself from libegg
1187
1188         * cut-n-paste/toolbar-editor/egg*:
1189         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1190         libegg
1191
1192 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1193
1194         * shell/ev-window.c:
1195         
1196         Adds a nice icon to page action during toolbar editing.
1197         See bug #452872.
1198
1199 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1200
1201         * data/evince-toolbar.xml:
1202         * shell/ev-window.c:
1203         
1204         Let user add a presentation and fullscreen icons on toolbar.
1205         See bug #449734.
1206
1207 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1208
1209         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1210
1211         new script to keep in sync with toolbareditor in libegg
1212
1213         * cut-n-paste/toolbar-editor/*: 
1214
1215         Run update-toolbareditor-from-libegg so we are in sync again. 
1216         Fixes bug #452850.
1217         
1218
1219 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-sidebar-links.c: (job_finished_callback):
1222
1223         Do not connect selection changed signal more than once. Fixes bug
1224         #349433.
1225
1226 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1229
1230         Do not change sidebar chrome flag when pressing F9 key in
1231         presentation mode.
1232
1233 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * backend/pdf/ev-poppler.cc:
1236         (pdf_document_thumbnails_get_dimensions):
1237
1238         Make sure thumbnails width and height is not <= 0. Fixes a crash
1239         with some pdf documents which have really small pages.
1240
1241 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1242
1243         * shell/main.c: (main):
1244
1245         Fixes program description translation issue.
1246         Bug #450148.
1247
1248 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1249
1250         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1251
1252         Do not change current page when returning from black/white mode
1253         in presentation. Fixes bug #415032.
1254
1255 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1256
1257         * NEWS:
1258         * configure.ac:
1259         
1260         Update for release 0.9.1
1261
1262 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1263
1264         * backend/dvi/dvi-document.c:
1265         (dvi_document_finalize),
1266         (dvi_document_file_exporter_format_supported),
1267         (dvi_document_file_exporter_begin),
1268         (dvi_document_file_exporter_do_page),
1269         (dvi_document_file_exporter_end),
1270         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1271         
1272         PDF exporter for dvi documents. Fixes bug #441319.
1273
1274 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * shell/ev-window.c: (ev_window_clear_print_job):
1277
1278         Clear gtk print job when job has finished. Fixes bug #447612.
1279
1280 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * shell/ev-window.c: (ev_window_print_send),
1283         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1284
1285         Add preview button to print dialog. Fixes bug #445419.
1286
1287 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * backend/dvi/Makefile.am:
1290         * backend/dvi/pixbuf-device.[ch]: Removed
1291         * backend/dvi/cairo-device.[ch]: Added
1292         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1293         * backend/dvi/dvi-document.c: (dvi_document_load),
1294         (dvi_document_render), (dvi_document_finalize),
1295         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1296         (dvi_document_do_color_special):
1297         * libdocument/ev-document-misc.[ch]:
1298         (ev_document_misc_pixbuf_from_surface):
1299
1300         Port dvi backend to cairo and fix a problem with colors. 
1301
1302 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * shell/ev-view.c: (draw_one_page):
1305
1306         Draw only visible region.
1307
1308 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * backend/djvu/djvu-document.c: (djvu_document_render):
1311
1312         Fix rotation in djvu backend.
1313
1314 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1317         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1318         (ev_pixbuf_cache_get_image_mapping),
1319         (ev_pixbuf_cache_get_text_mapping):
1320
1321         Redraw view every time we have a new surface. Fixes bug #443587.
1322
1323 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * libdocument/ev-document.c: (ev_document_info_free):
1326
1327         Fix memory leaks.
1328
1329 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * backend/dvi/dvi-document.c: (dvi_document_render),
1332         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1333         * backend/impress/impress-document.c:
1334         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1335         (impress_document_render), (impress_document_document_iface_init),
1336         (impress_document_thumbnails_get_thumbnail):
1337         * backend/djvu/djvu-document-private.h:
1338         * backend/djvu/djvu-document.c: (djvu_document_render),
1339         (djvu_document_finalize), (djvu_document_document_iface_init),
1340         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1341         * backend/tiff/tiff-document.c: (tiff_document_render),
1342         (tiff_document_render_pixbuf),
1343         (tiff_document_document_iface_init):
1344         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1345         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1346         (pdf_selection_render_selection):
1347         * backend/comics/comics-document.c:
1348         (comics_document_render_pixbuf), (comics_document_render),
1349         (comics_document_document_iface_init):
1350         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1351         (pixbuf_document_document_iface_init):
1352         * libdocument/ev-document-misc.[ch]:
1353         (ev_document_misc_surface_from_pixbuf),
1354         (ev_document_misc_surface_rotate_and_scale):
1355         * libdocument/ev-document.[ch]: (ev_document_render):
1356         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1357         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1358         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1359         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1360         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1361         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1362         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1363         (render_finished_cb), (ev_job_render_run):
1364         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1365         (merge_selection_region):
1366
1367         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1368         and selections.
1369
1370 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-window-title.c: (ev_window_title_update):
1373
1374         Fix memory leak.
1375
1376 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-view.c: (draw_loading_text):
1379
1380         Show loading text centered. Fixes bug #433061
1381
1382 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-sidebar-thumbnails.c:
1385         (ev_sidebar_thumbnails_set_loading_icon):
1386
1387         Remove a mutex in the main thread that blocks the UI in heavy
1388         documents.
1389
1390 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1393
1394         Set points_set to TRUE so that selections don't disappear after a
1395         zoom change.
1396
1397 2007-06-07  Michael Monreal  <infernux@web.de>
1398
1399         * data/icons/16x16/actions/Makefile.am:
1400         * data/icons/16x16/actions/zoom.svg:
1401         * data/icons/22x22/actions/Makefile.am:
1402         * data/icons/22x22/actions/zoom.svg:
1403         * data/icons/24x24/actions/Makefile.am:
1404         * shell/ev-stock-icons.c:
1405         * shell/ev-stock-icons.h:
1406         * shell/ev-window.c:
1407         
1408         Zoom icon artwork. See bug #444795.
1409
1410 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1411
1412         * shell/ev-metadata-manager.c: Remove extraneous function
1413         (Closes: #444386)
1414
1415 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1416
1417         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1418         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1419         (ev_metadata_manager_set), (ev_metadata_manager_save):
1420         Simplify the timeout, no need for modified anymore
1421
1422 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1423
1424         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1425         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1426         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1427         (ev_metadata_manager_save): Adapted patch from Arjan van de
1428         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1429         time, saves on power (Closes: #443851)
1430
1431 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * configure.ac:
1434         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1435         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1436
1437         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1438
1439 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1440
1441         * shell/ev-window.c: (ev_window_add_history):
1442
1443         Check if history is NULL
1444
1445 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * libdocument/ev-image.c: (ev_image_finalize):
1448         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1449         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1450         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1451         (ev_tmp_uri_unlink):
1452
1453         Add functions to delete temporary files created by evince in a safe
1454         way.
1455
1456         * shell/ev-window.c: (ev_window_clear_local_uri),
1457         (open_xfer_update_progress_callback),
1458         (save_xfer_update_progress_callback), (ev_window_save_remote),
1459         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1460         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1461         (attachment_save_dialog_response_cb),
1462         (ev_attachment_popup_cmd_save_attachment_as):
1463
1464         Allow saving a copy of a document, image or attachment to a remote
1465         location. Fixes bug #440754. 
1466
1467 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * configure.ac:
1470         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1471
1472         Fix build with current poppler from cvs head. 
1473
1474 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1475
1476         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1477
1478         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1479         directory exists.
1480
1481 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1482
1483         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1484         * shell/ev-window.c:
1485
1486         Change sidebar ordering. Fixes bug #439939.
1487
1488 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1489
1490         * backend/comics/Makefile.am:
1491         
1492         Fixes build with --without-libgnome.
1493
1494 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1495         
1496         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1497
1498         Update cursor and tooltip on page change and view scroll. Fixes bug
1499         #439217.
1500
1501 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1502
1503         * NEWS:
1504         * configure.ac:
1505         
1506         Update for release 0.9.0
1507
1508 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1509
1510         * backend/djvu/djvu-document-private.h:
1511         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1512         (djvu_document_finalize),
1513         (djvu_document_file_exporter_format_supported),
1514         (djvu_document_file_exporter_begin),
1515         (djvu_document_file_exporter_do_page),
1516         (djvu_document_file_exporter_end),
1517         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1518         
1519         Implemented printing with djvu. Bug #437998.
1520
1521 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * backend/impress/zip.c:
1524         Add missing ulong definition.
1525
1526         * backend/ps/ps-interpreter.c:
1527         Add missing headers.
1528
1529         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1530
1531 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1534
1535         Add missing call to parent class dispose method. 
1536
1537 2007-05-12  Ross Burton  <ross@openedhand.com>
1538
1539         * shell/main.c:
1540         Sync keybindings manually when building without libgnome
1541         (#437925).
1542
1543 2007-05-12  Ross Burton  <ross@openedhand.com>
1544
1545         * shell/ev-window.c:
1546         Respect the screen when opening help (#437866).
1547
1548 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * data/evince-ui.xml:
1551         * shell/ev-application.[ch]: (get_print_settings_from_args),
1552         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1553         (ev_application_open_uri_list):
1554         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1555         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1556         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1557         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1558         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1559         (ev_window_dispose):
1560         * shell/main.c: (arguments_parse):
1561
1562         Add print button in preview mode. Fixes bug #396475. 
1563
1564 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1565
1566         * cut-n-paste/zoom-control/ephy-zoom.h:
1567         
1568         Fixes zoom level factors. See bug #408119 for details.
1569
1570 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1571
1572         * backend/comics/comics-document.c: (comics_regex_quote),
1573         (extract_argv):
1574         
1575         Correctly quote symbols. Fixes crash in the bug
1576         #415370.
1577
1578 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1579
1580         * shell/ev-navigation-action-widget.c:
1581         (ev_navigation_action_widget_init),
1582         (ev_navigation_action_widget_class_init),
1583         (ev_navigation_action_widget_button_press_event):
1584         
1585         Connect to button-press event on correct widget. Fixes
1586         bug #431988
1587
1588 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1589
1590         * shell/ev-application.c: (ev_application_open_window),
1591         (ev_application_add_icon_path_for_screen),
1592         (ev_application_open_uri_at_dest):
1593         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1594         * shell/ev-navigation-action.c: (build_menu):
1595         
1596         Add app-specific icons to our icon theme. Fixes bug
1597         #425508.
1598
1599 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1600
1601         * shell/ev-history.c: (ev_history_class_init),
1602         (ev_history_add_link):
1603         * shell/ev-history.h:
1604         * shell/ev-navigation-action.c:
1605         (ev_navigation_action_history_changed),
1606         (ev_navigation_action_set_history), (build_menu),
1607         (ev_navigation_action_finalize):
1608         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1609         
1610         Make navigation action unsensitive instead of showing
1611         menu with unsensitive word. Fixes bug #417392.
1612
1613 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-application.[ch]: (ev_application_shutdown),
1616         (ev_application_get_print_settings),
1617         (ev_application_set_print_settings):
1618         * shell/ev-window.c:
1619
1620         Remember print settings. Fixes bug #349102. 
1621
1622 2007-05-08  Christian Persch  <chpe@gnome.org>
1623
1624         * configure.ac:
1625         * properties/ev-properties-view.c:
1626
1627         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1628         Bug #382438.
1629
1630 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * configure.ac:
1633         * properties/ev-properties-view.c: (ev_regular_paper_size):
1634
1635         Use gtk+ builtin paper list to identify the document's paper size.
1636         Fixes bug #382438. 
1637
1638 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * configure.ac:
1641
1642         Fix build when compiling with thumbnailer and libgnome support. 
1643
1644 2007-05-04  Ross Burton  <ross@openedhand.com>
1645
1646         * configure.ac:
1647         Add --without-libgnome, check for libgnome and libgnomeui
1648         separately, and add them to the symbols as required.
1649
1650         * libdocument/ev-file-helpers.c:
1651         When building without libgnome, use g_get_user_config_dir instead
1652         of gnome_user_dir_get.
1653
1654         * shell/ev-application.c:
1655         When building without libgnome, don't use session management.
1656
1657         * shell/main.c:
1658         When building without libgnome, don't use GnomeProgram or
1659         initialise the authentication manager.
1660
1661         This fixes #328842.
1662
1663 2007-05-04  Ross Burton  <ross@openedhand.com>
1664
1665         * shell/ev-window.c:
1666         Don't use libgnome to open help, instead call Yelp directly.
1667
1668 2007-05-04  Ross Burton  <ross@openedhand.com>
1669
1670         * shell/ev-sidebar-attachments.c:
1671         Don't use libgnome to lookup icons for MIME types, instead copy
1672         code from GTK+ to do it manually.
1673
1674 2007-05-04  Ross Burton  <ross@openedhand.com>
1675
1676         * configure.ac:
1677         Add libxml to the dependencies for SHELL_CORE (#435818).
1678
1679 2007-05-02  Ross Burton  <ross@openedhand.com>
1680
1681         * configure.ac:
1682         * Makefile.am:
1683         Add --disable-thumbnailer (#434825)
1684
1685 2007-05-02  Ross Burton  <ross@openedhand.com>
1686
1687         * shell/ev-window.c:
1688         Add missing includes, fix indentation.
1689
1690         * shell/main.c:
1691         Fix indentation.
1692
1693 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1694
1695         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1696         ev_application_open_uri_at_dest instead of ev_application_open_uri
1697         preventing new document always being opened in a new window even if there
1698         is an empty window.
1699
1700 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1701
1702         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1703         (egg_recent_view_uimanager_finalize):
1704         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1705         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1706         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1707         (ev_pixbuf_cache_dispose):
1708         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1709         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1710         
1711         Add missing chain to parent class methods. Fixes
1712         bug #433128.
1713
1714 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1715
1716         * data/Makefile.am (update-icon-cache): Updates
1717         gtk-update-icon-cache in uninstall-hook.
1718
1719 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * shell/ev-window.c: (ev_window_setup_document),
1722         (ev_window_set_document), (ev_window_load_job_cb):
1723         * shell/ev-view.c: (setup_caches):
1724         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1725
1726         Start rendering pages before any other jobs. 
1727
1728 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c: (ev_window_stop_fullscreen),
1731         (ev_window_stop_presentation):
1732
1733         Update chrome visibility before window unfullscreen. 
1734
1735 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * data/Makefile.am:
1738         * data/evince-ui.xml:
1739         * shell/ev-stock-icons.[ch]:
1740         * shell/ev-application.[ch]: (ev_application_shutdown),
1741         (ev_application_init), (ev_application_get_toolbars_model):
1742         * shell/ev-window.c: (update_chrome_visibility),
1743         (fullscreen_toolbar_setup_item_properties),
1744         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1745         (ev_window_run_presentation), (ev_window_stop_presentation),
1746         (ev_window_run_preview), (ev_window_screen_changed),
1747         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1748         (ev_window_dispose), (ev_window_init):
1749
1750         Make fullscreen toolbar always visible. Do not use egg toolbars for
1751         fullscreen and preview modes since such toolbars are not editables.
1752         Fixes bugs #300278, #338910 and #316188.  
1753
1754 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1755
1756         * shell/ev-application.c:
1757         * shell/ev-job-queue.c:
1758         * shell/ev-metadata-manager.c:
1759         * shell/ev-stock-icons.c:
1760         * shell/ev-window.c:
1761         * shell/main.c:
1762         
1763         Developers documentation updated.
1764
1765 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1768
1769         Check whether uri is valid before launching it. Fixes bug #427664.
1770
1771 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * shell/ev-window.c:
1774
1775         Change key accelerator for Open a Copy menu entry which is in conflict
1776         with Close. Fixes bug #427321.
1777
1778 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1779
1780         * NEWS:
1781         * configure.ac:
1782         
1783         Update for release 0.8.1
1784
1785 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1786
1787         * shell/ev-window.c: (setup_size_from_metadata):
1788         
1789         Do not make window bigger than screen. Fixes bug 
1790         #388985.
1791
1792 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1795         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1796
1797         Use default resolution when it's not provided by document. Fixes bug
1798         #408762.
1799
1800 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * configure.ac:
1803         * thumbnailer/Makefile.am:
1804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1805         * thumbnailer/evince-thumbnailer.schemas.in:
1806         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1807
1808         Add support for ps, eps and compressed documents thumbnails. Do not
1809         ignore size parameter. 
1810
1811 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1812
1813         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1814         (dvi_document_do_color_special):
1815         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1816
1817         Implement font color specials in the DVI backend. Fixes bug #303651.
1818
1819 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1820
1821         Fixup the previous commit:
1822
1823         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1824         * shell/xdg-user-dir-lookup.c: Make the function non-static
1825         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1826
1827 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1828
1829         * shell/ev-window.c (file_open_dialog_response_cb): Use
1830         the xdg-user-dirs DOCUMENTS folder as default folder when
1831         opening a file chooser.  (#424858)
1832
1833         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1834         xdg-user-dirs.
1835
1836 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-window.c: (ev_window_load_job_cb):
1839
1840         Do not setup view from metadata on preview mode. 
1841
1842 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * shell/main.c:
1845
1846         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1847
1848 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-view.c: (ev_view_primary_get_cb):
1851
1852         Check pointer != NULL before using it. Fixes bug #416841. 
1853
1854 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1855
1856         * NEWS:
1857         * configure.ac:
1858         
1859         Release 0.8.0
1860
1861 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1864
1865         Do not render thumbnails when sidebar thumbnail page is not visible
1866         at startup. Fixes bug #416447. 
1867
1868 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1869
1870         * data/evince.desktop.in.in:
1871
1872         "Application" is not a valid category in the freedesktop specification.
1873
1874 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * libdocument/ev-file-helpers.[ch]: (compression_run),
1877         (ev_file_uncompress), (ev_file_compress):
1878         * shell/ev-window.c: (file_save_dialog_response_cb):
1879
1880         Save document compressed when saving a copy of a compressed document.
1881         Fixes bug #334542.
1882
1883 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1886
1887         Allow deleting in goto window entry in presentation mode. 
1888
1889 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1890
1891         * Makefile.am: Dist MAINTAINERS.
1892
1893 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (ev_window_update_actions):
1896
1897         Fix zoom shortcut keys when searching. Fixes bug #409828.
1898
1899 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-window.c: (ev_window_setup_document):
1902
1903         Fix crash when loading documents with only one page. 
1904
1905 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * backend/dvi/dvi-document.c:
1908         (dvi_document_thumbnails_get_dimensions),
1909         (dvi_document_thumbnails_get_thumbnail):
1910         * backend/impress/impress-document.c:
1911         (impress_document_thumbnails_get_thumbnail),
1912         (impress_document_thumbnails_get_dimensions):
1913         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1914         (ps_document_thumbnails_get_dimensions):
1915         * backend/djvu/djvu-document.c:
1916         (djvu_document_thumbnails_get_dimensions),
1917         (djvu_document_thumbnails_get_thumbnail):
1918         * backend/tiff/tiff-document.c:
1919         (tiff_document_thumbnails_get_thumbnail),
1920         (tiff_document_thumbnails_get_dimensions):
1921         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1922         (pdf_document_thumbnails_get_thumbnail),
1923         (pdf_document_thumbnails_get_dimensions):
1924         * backend/comics/comics-document.c:
1925         (comics_document_thumbnails_get_thumbnail),
1926         (comics_document_thumbnails_get_dimensions):
1927         * backend/pixbuf/pixbuf-document.c:
1928         (pixbuf_document_thumbnails_get_thumbnail),
1929         (pixbuf_document_thumbnails_get_dimensions):
1930         * libdocument/ev-document-thumbnails.[ch]:
1931         (ev_document_thumbnails_get_thumbnail),
1932         (ev_document_thumbnails_get_dimensions):
1933         * libdocument/ev-document-misc.[ch]:
1934         (ev_document_misc_get_thumbnail_frame):
1935         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1936         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1937         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1938         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1939         (ev_sidebar_thumbnails_refresh):
1940         * shell/ev-window.c: (ev_window_setup_document):
1941         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1942
1943         Use an EvRenderContext for rendering thumbnails instead of a suggested
1944         width, so that different sized pages get sized proportionally.
1945
1946 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * shell/ev-view.c: (ev_view_button_press_event),
1949         (ev_view_key_press_event):
1950
1951         Fix critical warnings when there is no document loaded. 
1952
1953 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * shell/ev-page-action-widget.c:
1956         * shell/ev-navigation-action.c:
1957         * shell/ev-window.c:
1958
1959         Fix compile warnings. 
1960
1961 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * backend/djvu/djvu-text.h:
1964         * backend/djvu/djvu-document.c:
1965         * backend/djvu/djvu-text-page.c:
1966         * backend/djvu/djvu-links.c:
1967         * backend/djvu/djvu-text-page.h:
1968         * backend/djvu/djvu-text.c:
1969         
1970         Fix build on Mac. Fixes bug #392186. Patch by
1971         <ephraim_owns@hotmail.com>
1972
1973 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1976
1977         Restore cairo context before rendering every page when printing a PDF
1978         document into a PDF file. 
1979
1980 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * backend/ps/gstypes.h:
1983         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1984         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1985         (ps_document_thumbnails_get_thumbnail):
1986
1987         Handle PostScript page orientation. Fixes bug #318568.
1988
1989 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * backend/ps/Makefile.am:
1992         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1993         (document_load), (ps_document_load), (save_document),
1994         (save_page_list), (ps_document_get_n_pages),
1995         (ps_document_get_page_size), (ps_document_get_info),
1996         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1997         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1998         (ps_document_thumbnails_get_thumbnail),
1999         (ps_document_thumbnails_get_dimensions),
2000         (ps_document_document_thumbnails_iface_init):
2001         * backend/ps/ps.[ch]: (psgetpagebox):
2002         * backend/ps/ps-interpreter.[ch]:
2003
2004         Add support for thumbnails in ps backend. Fixes bug #164755. 
2005
2006 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2007
2008         * NEWS:
2009         * configure.ac:
2010         
2011         Release 0.7.2
2012
2013 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2016         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2017         (ev_window_dispose):
2018
2019         Use document thumbnail as window icon. Fixes bug #384442.
2020
2021 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2022
2023         * configure.ac:
2024
2025         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2026         duplicated adding application/x-bzpostscript instead. 
2027
2028 2007-02-11  Tom Parker  <palfrey@tevp.net>
2029
2030         * backend/ps/ps-document.c: (document_load):
2031
2032         Check return value of psscan before trying
2033         to use it. Fixes bug #372414.
2034
2035 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2038
2039         Fix invalid free in ev-page-cache. Fixes bug #404745.
2040
2041 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2042
2043         * test/Makefile.am:
2044         * test/test3.py:
2045         
2046         Added reload test case.
2047
2048 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * po/POTFILES.in:
2051         * backend/djvu/djvu-document.c: (djvu_document_load):
2052
2053         Check whether there are missing files in indirect multipage djvu
2054         documents. Fixes bug #361683. 
2055
2056 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2057
2058         * test/Makefile.am:
2059         * test/test-mime.bin:
2060         * test/test3.py:
2061         
2062         Added test for slow mime type
2063
2064 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2067
2068         Add some checks and call parent_class->finalize. Fixes bug #404745.
2069
2070 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2071
2072         * shell/ev-navigation-action.c: (connect_proxy):
2073         
2074         Fixes dropdown history menu. Thanks a lot Carlos!
2075
2076 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2079
2080         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2081         bug #373715.
2082
2083 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * backend/ps/ps.c: (psscan):
2086
2087         Fix memory leak. 
2088
2089 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * configure.ac:
2092         * libdocument/ev-file-helpers.c: 
2093
2094         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2095
2096 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * configure.ac:
2099         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2100         (ps_interpreter_start), (document_load), (save_document),
2101         (save_page_list):
2102         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2103         * libdocument/ev-document-factory.c:
2104         (ev_document_factory_get_from_mime), (get_document_from_uri),
2105         (free_uncompressed_uri), (ev_document_factory_get_document):
2106         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2107
2108         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2109
2110 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * libdocument/ev-document.h:
2113
2114         Fix typo in function name. 
2115
2116 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * backend/ps/ps-document.c: (ps_interpreter_finished),
2119         (ps_interpreter_start), (ps_interpreter_failed):
2120
2121         Handle ghostscript interpreter crashes. 
2122
2123 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * shell/ev-window.c: (ev_window_open_uri),
2126         (window_configure_event_cb):
2127
2128         Setup window size and position before showing it. Fixes bug #401711.
2129
2130 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * backend/ps/Makefile.am:
2133         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2134         (ps_document_dispose), (ps_document_class_init),
2135         (ps_interpreter_input), (ps_interpreter_output),
2136         (ps_interpreter_error), (setup_interpreter_env),
2137         (ps_interpreter_start), (ps_interpreter_stop),
2138         (ps_interpreter_failed), (ps_interpreter_is_ready),
2139         (check_filecompressed), (document_load), (ps_document_load),
2140         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2141         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2142         (render_page):
2143
2144         Rework ps-document. Code cleanups, remove deprecated code. 
2145
2146 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-view.c: (ev_view_button_press_event):
2149
2150         Do not start an image drag and drop operation when pointer is on 
2151         text, so that we can select text when the whole background is an
2152         image. 
2153
2154 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * shell/ev-window.c: (ev_window_update_actions): 
2157
2158         Disable all zoom related actions during presentation mode. 
2159
2160 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2161
2162         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2163
2164         Do not zoom in or out on presentation mode. Fixes bug #401305.
2165
2166 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2167
2168         * shell/ev-navigation-action.c: (connect_proxy),
2169         (create_menu_item), (ev_navigation_action_class_init):
2170         
2171         Correctly show menu and fix crash when navigaton 
2172         action is out of toolbar visible area.
2173
2174 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2175
2176         * data/Makefile.am:
2177         * data/evince.1:
2178         
2179         Added man file
2180
2181 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2182
2183         * help/reference/* :
2184         * configure.ac:
2185         
2186         Added gtk-doc based documentation for Evince.
2187         Still in initial state but I hope it will
2188         grow.
2189         
2190         * configure.ac:
2191         
2192         Lower dbus requirement to 0.70
2193
2194 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-window.c: (ev_window_add_history):
2197
2198         Fix memory leak. 
2199
2200 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2201
2202         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2203         * shell/ev-view.h:
2204         * shell/ev-window.c: (ev_window_add_history):
2205         
2206         Correctly handle named destination links
2207
2208 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2209
2210         * NOTES:
2211         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2212         * backend/pdf/ev-poppler.cc:
2213         * libdocument/ev-document-links.h:
2214         * libdocument/ev-link.c: (ev_link_get_page):
2215         * libdocument/ev-link.h:
2216         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2217         (ev_history_add_link):
2218         * shell/ev-history.h:
2219         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2220         (new_history_menu_item), (build_menu):
2221         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2222         * shell/ev-sidebar-links.c: (create_loading_model),
2223         (print_section_cb), (ev_sidebar_links_construct),
2224         (fill_page_labels), (update_page_callback_foreach),
2225         (update_page_callback), (job_finished_callback):
2226         * shell/ev-view.c: (ev_view_handle_link):
2227         * shell/ev-window.c: (ev_window_find_chapter),
2228         (ev_window_add_history), (view_handle_link_cb),
2229         (history_changed_cb):
2230         
2231         Implements another history variant
2232
2233 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * shell/ev-window.c: (view_external_link_cb):
2236         * shell/ev-view.c: (ev_view_button_release_event):
2237
2238         Open links in new window when clicking with middle button. 
2239
2240 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2241
2242         * shell/ev-navigation-action.c: (new_history_menu_item):
2243         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2244         * shell/ev-view.c: (ev_view_handle_link):
2245         * shell/ev-window.c:
2246         
2247         Store link before jump, not the destination. For me it 
2248         seems like more natural history behavior.
2249
2250 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2251
2252         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2253         (ev_navigation_action_class_init):
2254         * shell/ev-navigation-action.h:
2255         * shell/ev-page-action.c: (activate_cb):
2256         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2257         (ev_page_cache_set_current_page_history):
2258         * shell/ev-page-cache.h:
2259         * shell/ev-sidebar-thumbnails.c:
2260         (ev_sidebar_tree_selection_changed),
2261         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2262         * shell/ev-view-private.h:
2263         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2264         * shell/ev-view.h:
2265         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2266         (ev_window_setup_document), (ev_window_load_job_cb):
2267         * shell/ev-window.h:
2268         
2269         History finally works as expected.
2270
2271 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2274
2275         Do not update links treeview if it doesn't have a model assigned yet. 
2276
2277 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2280         (ev_sidebar_links_class_init), (update_page_callback):
2281
2282         Do not update links treeview when sidepane is not visible. 
2283
2284 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2285
2286         * shell/ev-marshal.list:
2287         * shell/ev-page-action.c: (activate_cb),
2288         (ev_page_action_class_init):
2289         * shell/ev-page-action.h:
2290         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2291         * shell/ev-window.c:
2292         
2293         Remove activate_link signal, not required.
2294
2295 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2296
2297         * shell/ev-navigation-action.c: (build_menu):
2298         
2299         Reorder menu items and build menu with fixed length.
2300
2301 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2302
2303         * shell/ev-view.c: (get_selected_text):
2304         
2305         Normalize text to fix ligatures problem. See bug
2306         #341947 for details.
2307
2308 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2311
2312         Fix memory leak in ev-page-cache. 
2313
2314 2007-01-25  Tom Parker <palfrey@tevp.net>
2315
2316         * backend/impress/impress-document.c: (impress_document_load),
2317         (impress_document_finalize), (impress_document_init):
2318         * properties/ev-properties-main.c: (ev_properties_get_pages):
2319         
2320         Correctly handle impress document errors. Fixes nautilus
2321         crash in property page #370491.
2322
2323 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2326         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2327         (ev_job_queue_remove_job):
2328         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2329         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2330         (ev_job_load_run):
2331         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2332         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2333         (ev_window_load_job_cb), (xfer_update_progress_callback),
2334         (ev_window_open_uri), (ev_window_dispose):
2335         * shell/main.c: (main):
2336
2337         Do file transfer asynchronously in the main thread instead of
2338         synchronously in the load thread. Fixes bugs #399694, #398307 and
2339         #343542.
2340
2341 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-jobs.c: (ev_job_xfer_run):
2344
2345         Load the document with the font-config lock held. 
2346
2347 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * backend/ps/ps-document.c: (start_interpreter):
2350
2351         Fix memory leaks in ps backend. 
2352
2353 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * backend/impress/impress-document.c:
2356         (impress_document_render_pixbuf):
2357
2358         Do not acquire fontconfig lock in impress backend, since it is using
2359         the main loop for rendering. 
2360
2361 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * po/POTFILES.in: 
2364
2365         Remove mdvi files that shouldn't be translated. 
2366
2367 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * shell/ev-view-private.h:
2370         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2371         (ev_view_set_zoom):
2372
2373         Render "loading..." text into a cairo surface instead of directly into
2374         the window so that fontconfig lock is only needed once and UI is not
2375         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2376
2377 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2380         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2381
2382         Use icon theme associated with the window screen rather than default. 
2383
2384 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2385
2386         * configure.ac:
2387
2388         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2389
2390 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2391
2392         * data/icons/*/apps/evince.*:
2393
2394         Move Evince icons under new apps directory.
2395
2396         * data/icons/*/actions/*:
2397
2398         Add new custom themeable Evince icons: view-page-continuous, 
2399         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2400         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2401
2402         * configure.ac:
2403
2404         Add new directories to AC_CONFIG_FILES.
2405
2406         * shell/ev-stock-icons.c:
2407         * shell/ev-stock-icons.h:
2408
2409         Use new custom themeable icons.
2410
2411 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2414
2415         Do not draw white background page in presentation mode. 
2416
2417 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2418
2419         * shell/ev-view.c: Remove unused gnome-vfs include.
2420
2421 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2422
2423         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2424         
2425         Format string is corrected, fixes bug #397129.
2426
2427 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * shell/ev-window.c: (ev_window_setup_recent):
2430
2431         Do not include in recent menu inexistent documents. Fixes
2432         bug #339171.
2433
2434 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * po/POTFILES.skip: 
2437
2438         Update POTFILES.skip file according to current source tree. 
2439
2440 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * shell/ev-window.c: (file_save_dialog_response_cb):
2443
2444         Do Save a copy in atomic way. Fixes bug #328266. 
2445
2446 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2449
2450         Keep selected cell always visible in index treeview.
2451
2452 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2453         
2454         * shell/ev-view.c: (ev_view_size_allocate):
2455
2456         Restore horizontal scrollbar after switching to/from fullscreen
2457         or presentation mode. Fixes bug #331728.
2458
2459 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-view-private.h:
2462         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2463         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2464         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2465         (ev_view_can_zoom_out):
2466
2467         Use max and min scale values in the view iby taking dpi into account. 
2468
2469 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * configure.ac:
2472         * NEWS:
2473
2474         Release 0.7.1
2475
2476 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * shell/ev-window.c: (ev_window_print_send):
2479
2480         Send print job to printer with some settings set to default values,
2481         since we have already exported to a file according to such settings
2482         and they could be taken twice by some printers. 
2483
2484 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * shell/ev-jobs.c: (ev_job_xfer_run):
2487         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2488
2489         Show main window and load document with the font-config lock held. 
2490
2491 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * configure.ac:
2494         * shell/ev-application.c: (ev_application_register_service):
2495         * shell/main.c: (load_files_remote):
2496
2497         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2498
2499 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2500
2501         * doc/debugging.txt:
2502         
2503         Remove obsolete documentation.
2504
2505 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2506
2507         * Makefile.am:
2508         * backend/Makefile.am:
2509         * backend/comics/Makefile.am:
2510         * backend/djvu/Makefile.am:
2511         * backend/dvi/Makefile.am:
2512         * backend/ev-async-renderer.c:
2513         * backend/ev-async-renderer.h:
2514         * backend/ev-attachment.c:
2515         * backend/ev-attachment.h:
2516         * backend/ev-backend-marshal.c:
2517         * backend/ev-document-factory.c:
2518         * backend/ev-document-factory.h:
2519         * backend/ev-document-find.c:
2520         * backend/ev-document-find.h:
2521         * backend/ev-document-fonts.c:
2522         * backend/ev-document-fonts.h:
2523         * backend/ev-document-images.c:
2524         * backend/ev-document-images.h:
2525         * backend/ev-document-info.h:
2526         * backend/ev-document-links.c:
2527         * backend/ev-document-links.h:
2528         * backend/ev-document-misc.c:
2529         * backend/ev-document-misc.h:
2530         * backend/ev-document-security.c:
2531         * backend/ev-document-security.h:
2532         * backend/ev-document-thumbnails.c:
2533         * backend/ev-document-thumbnails.h:
2534         * backend/ev-document-transition.c:
2535         * backend/ev-document-transition.h:
2536         * backend/ev-document.c:
2537         * backend/ev-document.h:
2538         * backend/ev-file-exporter.c:
2539         * backend/ev-file-exporter.h:
2540         * backend/ev-image.c:
2541         * backend/ev-image.h:
2542         * backend/ev-link-action.c:
2543         * backend/ev-link-action.h:
2544         * backend/ev-link-dest.c:
2545         * backend/ev-link-dest.h:
2546         * backend/ev-link.c:
2547         * backend/ev-link.h:
2548         * backend/ev-render-context.c:
2549         * backend/ev-render-context.h:
2550         * backend/ev-selection.c:
2551         * backend/ev-selection.h:
2552         * backend/impress/Makefile.am:
2553         * backend/pdf/Makefile.am:
2554         * backend/pixbuf/Makefile.am:
2555         * backend/ps/Makefile.am:
2556         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2557         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2558         (start_interpreter), (stop_interpreter), (document_load),
2559         (ps_document_next_page), (render_page):
2560         * backend/tiff/Makefile.am:
2561         * comics/Makefile.am:
2562         * comics/comics-document.c:
2563         * comics/comics-document.h:
2564         * configure.ac:
2565         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2566         * djvu/Makefile.am:
2567         * djvu/djvu-document-private.h:
2568         * djvu/djvu-document.c:
2569         * djvu/djvu-document.h:
2570         * djvu/djvu-links.c:
2571         * djvu/djvu-links.h:
2572         * djvu/djvu-text-page.c:
2573         * djvu/djvu-text-page.h:
2574         * djvu/djvu-text.c:
2575         * djvu/djvu-text.h:
2576         * dvi/Makefile.am:
2577         * dvi/dvi-document.c:
2578         * dvi/dvi-document.h:
2579         * dvi/fonts.c:
2580         * dvi/fonts.h:
2581         * dvi/mdvi-lib/Makefile.am:
2582         * dvi/mdvi-lib/afmparse.c:
2583         * dvi/mdvi-lib/afmparse.h:
2584         * dvi/mdvi-lib/bitmap.c:
2585         * dvi/mdvi-lib/bitmap.h:
2586         * dvi/mdvi-lib/color.c:
2587         * dvi/mdvi-lib/color.h:
2588         * dvi/mdvi-lib/common.c:
2589         * dvi/mdvi-lib/common.h:
2590         * dvi/mdvi-lib/defaults.h:
2591         * dvi/mdvi-lib/dvimisc.c:
2592         * dvi/mdvi-lib/dviopcodes.h:
2593         * dvi/mdvi-lib/dviread.c:
2594         * dvi/mdvi-lib/files.c:
2595         * dvi/mdvi-lib/font.c:
2596         * dvi/mdvi-lib/fontmap.c:
2597         * dvi/mdvi-lib/fontmap.h:
2598         * dvi/mdvi-lib/fontsrch.c:
2599         * dvi/mdvi-lib/gf.c:
2600         * dvi/mdvi-lib/hash.c:
2601         * dvi/mdvi-lib/hash.h:
2602         * dvi/mdvi-lib/list.c:
2603         * dvi/mdvi-lib/mdvi.h:
2604         * dvi/mdvi-lib/pagesel.c:
2605         * dvi/mdvi-lib/paper.c:
2606         * dvi/mdvi-lib/paper.h:
2607         * dvi/mdvi-lib/pk.c:
2608         * dvi/mdvi-lib/private.h:
2609         * dvi/mdvi-lib/setup.c:
2610         * dvi/mdvi-lib/sp-epsf.c:
2611         * dvi/mdvi-lib/special.c:
2612         * dvi/mdvi-lib/sysdeps.h:
2613         * dvi/mdvi-lib/t1.c:
2614         * dvi/mdvi-lib/tfm.c:
2615         * dvi/mdvi-lib/tfmfile.c:
2616         * dvi/mdvi-lib/tt.c:
2617         * dvi/mdvi-lib/util.c:
2618         * dvi/mdvi-lib/vf.c:
2619         * dvi/pixbuf-device.c:
2620         * dvi/pixbuf-device.h:
2621         * impress/Makefile.am:
2622         * impress/common.h:
2623         * impress/document.c:
2624         * impress/f_oasis.c:
2625         * impress/f_oo13.c:
2626         * impress/iksemel.c:
2627         * impress/iksemel.h:
2628         * impress/imposter.h:
2629         * impress/impress-document.c:
2630         * impress/impress-document.h:
2631         * impress/internal.h:
2632         * impress/r_back.c:
2633         * impress/r_draw.c:
2634         * impress/r_geometry.c:
2635         * impress/r_gradient.c:
2636         * impress/r_style.c:
2637         * impress/r_text.c:
2638         * impress/render.c:
2639         * impress/render.h:
2640         * impress/zip.c:
2641         * impress/zip.h:
2642         * lib/Makefile.am:
2643         * lib/ev-debug.c:
2644         * lib/ev-debug.h:
2645         * lib/ev-file-helpers.c:
2646         * lib/ev-file-helpers.h:
2647         * lib/ev-gui.c:
2648         * lib/ev-gui.h:
2649         * lib/ev-tooltip.c:
2650         * lib/ev-tooltip.h:
2651         * libdocument/Makefile.am:
2652         * libdocument/ev-file-helpers.c:
2653         * pdf/Makefile.am:
2654         * pdf/ev-poppler.cc:
2655         * pdf/ev-poppler.h:
2656         * pixbuf/Makefile.am:
2657         * pixbuf/pixbuf-document.c:
2658         * pixbuf/pixbuf-document.h:
2659         * properties/Makefile.am:
2660         * ps/Makefile.am:
2661         * ps/gsdefaults.c:
2662         * ps/gsdefaults.h:
2663         * ps/gsio.c:
2664         * ps/gsio.h:
2665         * ps/gstypes.h:
2666         * ps/ps-document.c:
2667         * ps/ps-document.h:
2668         * ps/ps.c:
2669         * ps/ps.h:
2670         * shell/Makefile.am:
2671         * shell/ev-application.h:
2672         * shell/ev-sidebar-links.c:
2673         * shell/ev-sidebar-links.h:
2674         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2675         (ev_gui_menu_position_tree_selection):
2676         * shell/ev-utils.h:
2677         * shell/ev-view.c: (ev_view_finalize):
2678         * shell/ev-window.c:
2679         * shell/main.c: (main):
2680         * thumbnailer/Makefile.am:
2681         * tiff/Makefile.am:
2682         * tiff/tiff-document.c:
2683         * tiff/tiff-document.h:
2684         * tiff/tiff2ps.c:
2685         * tiff/tiff2ps.h:
2686         
2687         Reorganize source tree.
2688
2689 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * backend/ev-document-factory.c:
2692
2693         Do not include ev-poppler.h when pdf is disabled. 
2694
2695 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * configure.ac:
2698         * data/evince-ui.xml:
2699         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2700         (pdf_document_document_images_iface_init):
2701         * backend/Makefile.am:
2702         * backend/ev-document-images.[ch]:
2703         * backend/ev-image.[ch]:
2704         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2705         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2706         (ev_job_xfer_run):
2707         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2708         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2709         (ev_pixbuf_cache_get_image_mapping):
2710         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2711         (view_menu_popup_cb), (ev_window_dispose),
2712         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2713         (ev_view_popup_cmd_copy_image):
2714         * shell/ev-view-private.h:
2715         * shell/ev-view.c: (ev_view_get_image_at_location),
2716         (ev_view_do_popup_menu), (ev_view_popup_menu),
2717         (ev_view_button_press_event), (ev_view_drag_data_get),
2718         (ev_view_drag_motion), (ev_view_drag_data_received),
2719         (ev_view_motion_notify_event), (ev_view_button_release_event),
2720         (ev_view_finalize), (ev_view_class_init):
2721
2722         Add image handling support. Fixes bugs #310008 and #325047. Images
2723         selection is not supported yet. 
2724
2725 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2728         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2729         (ev_view_init):
2730
2731         Move view drag and drop stuff to ev-view.
2732
2733 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2736         * shell/ev-view.c: (clear_selection): 
2737
2738         Clear selection also in pixbuf cache.
2739
2740 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2741
2742         * data/evince.desktop.in.in:
2743         
2744         Change icon name in desktop file. See bug #390734
2745         for details.
2746
2747 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2748
2749         * thumbnailer/Makefile.am:
2750
2751         Use top_builddir instead top_srcdir for generated schema
2752         file installation. Fixes bug #390161.
2753
2754 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * configure.ac:
2757         * backend/Makefile.am:
2758         * backend/ev-document-transition.[ch]:
2759         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2760         (pdf_document_page_transition_iface_init):
2761         * shell/ev-view-private.h:
2762         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2763         (ev_view_set_presentation), (transition_next_page),
2764         (ev_view_presentation_transition_stop),
2765         (ev_view_presentation_transition_start), (ev_view_next_page):
2766
2767         Add page transition support in presentation mode. At the moment only
2768         page duration is supported, but not transition effects. Fixes bug
2769         #309815.
2770
2771 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2774
2775         Run find_link_dest with document lock held, since it's called by links
2776         thread and main thread at the same time. 
2777
2778 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * shell/ev-view.c: (goto_dest):
2781
2782         Update page-cache when page is changed by the view, so that
2783         page-changed signal is emitted. 
2784
2785 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * test/test1.py:
2788         * test/test2.py:
2789
2790         Use C locale in tests. 
2791
2792 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-window.c: (ev_window_run_presentation):
2795         * shell/ev-view-private.h:
2796         * shell/ev-view.c: (ev_view_set_presentation):
2797
2798         Restore zoom settings when back from presentation mode. 
2799
2800 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2801
2802         * shell/ev-window.c: (ev_window_run_presentation):
2803
2804         Always use "best fit" zoom in presentation mode.
2805         Fixes bug #389195.
2806
2807 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2808
2809         * shell/ev-view.c: (ev_view_goto_window_create):
2810
2811         Show "Jump to page" label in the page jumping popup in
2812         presentation mode instead of just a GtkEntry.
2813
2814 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * shell/ev-window.c: (launch_external_uri):
2817
2818         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2819         #378085.
2820
2821 2006-12-22  Elijah Newren  <newren gmail com>
2822
2823         * configure.ac: explicitly check for libxml2.  Fixes #388795
2824
2825 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-view-private.h:
2828         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2829         (ev_view_goto_window_delete_event), (key_is_numeric),
2830         (ev_view_goto_window_key_press_event),
2831         (ev_view_goto_window_button_press_event),
2832         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2833         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2834         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2835
2836         Allow jumping to another page by typing a page number in presentation
2837         mode. It uses a popup window with an entry. Fixes bug #353625.
2838
2839 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2840
2841         * configure.ac:
2842         * properties/ev-properties-view.c: (ev_get_default_user_units),
2843         (ev_regular_paper_size):
2844         
2845         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2846         to Damien Carbery <damien.carbery@sun.com> and
2847         Yevgen Muntyan <muntyan@tamu.edu>.
2848
2849 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2850
2851         * shell/ev-window.c: (setup_document_from_metadata):
2852
2853         Make sure Evince doesn't restore the view on the last
2854         page when a document is reopened. Fixes bug #383381.
2855
2856 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2857
2858         * shell/ev-view.c: (draw_loading_text):
2859
2860         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2861
2862 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * configure.ac:
2865         * NEWS:
2866
2867         Release 0.7.0
2868
2869 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * configure.ac:
2872         * pdf/ev-poppler.cc: (pdf_print_context_free),
2873         (pdf_document_file_exporter_begin),
2874         (pdf_document_file_exporter_do_page):
2875
2876         Make cairo-pdf depedency optional. 
2877
2878 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2881
2882         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2883
2884 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2887         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2888         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2889         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2890         * shell/ev-view.c: (draw_loading_text):
2891         * shell/ev-window.c: (ev_window_cmd_file_properties):
2892
2893         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2894         related to using FontConfig from different threads.
2895         
2896 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-view.c: (draw_loading_text):
2899
2900         Acquire lock document when drawing "Loading..." text so that only one
2901         thread will use FontConfig at the same time. Fixes bug #374750.
2902
2903 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-page-action.[ch]: (activate_cb):
2906         * shell/ev-window.c: (activate_label_cb):
2907
2908         Check if text inserted in page entry is a valid page number when it
2909         doesn't match to any document page label. Fixes bug #383165.
2910
2911 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2912         * shell/ev-window.c:
2913
2914         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2915         available with GTK < 2.10. Added an ifdef to avoid compilation
2916         error.
2917
2918 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * configure.ac:
2921         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2922
2923         Fix ps backend in multihead systems.
2924
2925 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2928         * shell/ev-window.c: (ev_window_get_screen_dpi),
2929         (ev_window_update_actions), (setup_view_from_metadata),
2930         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2931
2932         Take screen DPI into account when zooming. Fixes bug #318285.
2933
2934 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2935
2936         * data/Makefile.am:
2937
2938         Cleaned up/slightly refactored Makefile.am. Added GConf
2939         schemas uninstallation as well.
2940
2941 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2942
2943         * Makefile.am:
2944         * test/Makefile.am:
2945
2946         Fight with autotools to fix make check. Make distcheck
2947         works fine as well now!
2948
2949 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2950
2951         * shell/ev-view.c: (draw_end_presentation_page):
2952
2953         Corrected "end of presentation" string.
2954
2955 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2956
2957         * shell/ev-view.c: (ev_view_key_press_event):
2958
2959         Correctly propagate key press event so that up/down keys
2960         work as expected (correct behaviour was broken by
2961         black/white screen key bindings for presentations).
2962
2963 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2966         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2967         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2968         (pdf_selection_get_selection_region),
2969         (pdf_selection_get_selection_map):
2970
2971         Add "static" to some private functions. 
2972
2973 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2974
2975         * lib/ev-tooltip.h:
2976         * properties/ev-properties-view.h:
2977         * shell/ev-jobs.h:
2978         * shell/ev-properties-dialog.h:
2979         * shell/ev-properties-fonts.h:
2980         * shell/ev-sidebar-links.h:
2981         * shell/ev-sidebar-thumbnails.h:
2982         * shell/ev-sidebar.h:
2983         * shell/ev-window.h:
2984         
2985         Fixes CHACK type in class casts. See bug #385343
2986         for details.
2987
2988 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-view-private.h:
2991         * shell/ev-view.c: (draw_end_presentation_page),
2992         (ev_view_expose_event), (ev_view_key_press_event),
2993         (ev_view_class_init), (ev_view_init):
2994
2995         Blank screen in presentation mode when pressing 'b' (filling with
2996         black) or 'w' (filling with white) keys. Fixes bug #358132.
2997
2998 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2999
3000         * data/evince-toolbar.xml:
3001         * shell/ev-window.c:
3002         
3003         Use stock icon for Select All action. Fixes
3004         bug #382652.
3005
3006 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3007
3008         * shell/ev-view.c: (get_doc_point_from_offset),
3009         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3010
3011         Add links support in rotated documents. Fixes bug #343733.
3012
3013 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * shell/ev-view-private.h:
3016         * shell/ev-view.c: (draw_end_presentation_page),
3017         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3018
3019         Show a blank page after the last page in presentation mode with a
3020         message indicating that presentation has finished and how to exit. 
3021
3022 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-window.c: (fullscreen_timeout_cb):
3025
3026         Hide cursor after a while in presentation mode. 
3027
3028 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3029
3030         * backend/ev-document-info.h:
3031         * data/evince-properties.glade:
3032         * pdf/ev-poppler.cc:
3033         * properties/ev-properties-view.c: (ev_regular_paper_size),
3034         (ev_properties_view_set_info):
3035         * ps/ps-document.c: (ps_document_get_info):
3036
3037         Adds a paper size field to the properties dialog. Fixes
3038         bug #307315. Patch by Kasper Svendsen (with some i18n
3039         changes done by me).
3040
3041 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3042
3043         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3044         (screensaver_init_dbus), (totem_scrsaver_new),
3045         (totem_scrsaver_init):
3046         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3047         * shell/ev-application.c: (ev_application_register_service),
3048         (ev_application_screensaver_enable),
3049         (ev_application_screensaver_disable):
3050         * shell/ev-application.h:
3051         * shell/ev-window.c: (ev_window_run_presentation),
3052         (ev_window_stop_presentation), (build_comments_string),
3053         (ev_window_init):
3054         
3055         Move screensaver handling to application. No more
3056         message on startup.
3057
3058 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * configure.ac:
3061         * backend/Makefile.am:
3062         * backend/ev-file-exporter.[ch]:
3063         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3064         * ps/ps-document.c: (ps_document_file_exporter_*):
3065         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3066         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3067         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3068         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3069
3070         Allow printing to PDF when suppoted by the backend.
3071         
3072 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * shell/ev-window.c: (build_comments_string):
3075
3076         Use always "Document Viewer" in about dialog. 
3077
3078 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * djvu/djvu-document.c: (djvu_document_get_page_size):
3081
3082         Display a warning message when get_pageinfo fails. 
3083
3084 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3085
3086         * Makefile.am:
3087         * backend/Makefile.am:
3088         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3089         * configure.ac:
3090         * shell/ev-window.c: (build_comments_string):
3091         
3092         Make pdf compilation optional. See bug #38007.
3093
3094 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * ps/ps.c: (get_next_text):
3097
3098         Fix CVE-2006-5864.
3099
3100 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3103         * shell/ev-navigation-action.c: (connect_proxy),
3104         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3105         
3106         Do not call g_type_class_peek_parent twice.
3107
3108 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3109
3110         * configure.ac:
3111         * data/icons/24x24/.cvsignore:
3112         * data/icons/24x24/Makefile.am:
3113         * data/icons/24x24/evince.png:
3114         * data/icons/Makefile.am:
3115         
3116         Add 24x24 icon. Thanks to 
3117         Michael Monreal <infernux@web.de>.
3118
3119 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3120
3121         * configure.ac: Fix typo in configure.ac. Thanks
3122         to dmacks@netspace.org for notification.
3123
3124 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3127         
3128         Drop dbus include, fixes compilation with older dbus.
3129
3130 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3131
3132         * configure.ac:
3133         * cut-n-paste/Makefile.am:
3134         * cut-n-paste/totem-screensaver/.cvsignore
3135         * cut-n-paste/totem-screensaver/Makefile.am:
3136         * cut-n-paste/totem-screensaver/README:
3137         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3138         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3139         * shell/Makefile.am:
3140         * shell/ev-window.c: (ev_window_run_presentation),
3141         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3142         (ev_window_init):
3143
3144         Implemented screensaver enabling/disabling for
3145         presentation mode (not fullscreen mode). Code stolen
3146         from Totem (with some minor tweaks). Fixes bug #338889.
3147
3148 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3149
3150         * configure.ac:
3151
3152         Bump gnome-icon-theme requirements. We use the rotation
3153         icons that appeared recently.
3154
3155 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3156
3157         * shell/ev-history.c: (ev_history_add_page):
3158         * shell/ev-history.h:
3159         * shell/ev-window.c: (page_changed_cb):
3160         
3161         Use page labels instead of numbers.
3162
3163 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3164
3165         * data/evince-toolbar.xml:
3166         * po/POTFILES.in:
3167         * shell/Makefile.am:
3168         * shell/ev-navigation-action-widget.c:
3169         (ev_navigation_action_widget_init),
3170         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3171         (menu_detacher), (ev_navigation_action_widget_set_menu),
3172         (menu_position_func), (popup_menu_under_arrow),
3173         (ev_navigation_action_widget_toggled),
3174         (ev_navigation_action_widget_button_press_event):
3175         * shell/ev-navigation-action-widget.h:
3176         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3177         (ev_navigation_action_set_window), (activate_menu_item_cb),
3178         (new_history_menu_item), (new_empty_history_menu_item),
3179         (build_menu), (menu_activated_cb), (connect_proxy),
3180         (create_tool_item), (ev_navigation_action_init),
3181         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3182         * shell/ev-navigation-action.h:
3183         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3184         (ev_page_action_widget_set_page_cache),
3185         (ev_page_action_widget_finalize),
3186         (ev_page_action_widget_class_init), (match_selected_cb),
3187         (display_completion_text), (match_completion), (build_new_tree_cb),
3188         (get_filter_model_from_model),
3189         (ev_page_action_widget_update_model):
3190         * shell/ev-page-action-widget.h:
3191         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3192         (connect_proxy):
3193         * shell/ev-page-action.h:
3194         * shell/ev-stock-icons.c:
3195         * shell/ev-stock-icons.h:
3196         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3197         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3198         (register_custom_actions):
3199         * shell/main.c:
3200         
3201         Preliminary history implementation
3202
3203 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3204
3205         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3206         (dvi_document_class_init), (dvi_document_init_params):
3207         * dvi/mdvi-lib/font.c: (font_reference):
3208         
3209         Add reference to subfont. Fixes bug #374277.
3210
3211 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3214         (ev_window_cmd_file_open_copy_at_dest):
3215
3216         Fix a race condition when creating symlink. Increase the counter
3217         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3218         Mathias Hasselmann).
3219
3220 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * backend/Makefile.am:
3223         * backend/ev-attachment.c: (ev_attachment_open):
3224         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3225         (ev_tmp_dir), (ev_tmp_filename):
3226         * shell/ev-sidebar-attachments.c:
3227         (ev_sidebar_attachments_drag_data_get):
3228         * shell/ev-window.c: (ev_window_clear_temp_file):
3229
3230         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3231         in ensure_dir_exists. Abort without crashing when we can't create
3232         user's directory.
3233
3234 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * data/evince-ui.xml:
3237         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3238         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3239         (ev_window_cmd_file_open_copy_at_dest),
3240         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3241         (ev_view_popup_cmd_open_link_new_window):
3242
3243         Allow opening a copy of the current document in a new window. Fixes bug
3244         #357472
3245
3246 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3247
3248         * data/evince-toolbar.xml:
3249         
3250         Add rotate right and rotate left to available items for toolbar.
3251         
3252         * data/evince-ui.xml:
3253         * shell/ev-window.c: (ev_window_init):
3254         
3255         Customize toolbar with right click. Fixes bug #372451.
3256
3257 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3258
3259         * shell/ev-window.c: 
3260         
3261         Use "object-rotate-{left,right}" stock icons. Fixes 
3262         bug #373863.
3263
3264 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3267         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3268         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3269         (ev_window_open_uri):
3270         * shell/main.c: (arguments_parse):
3271
3272         Remove temp file created when evince is used by GTK+ in
3273         preview mode. Fixes bug #365282. 
3274
3275 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3276
3277         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3278         
3279         Fixes bug #372474 - Side pane disabled when entering 
3280         and leaving fullscreen mode.
3281
3282 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3283
3284         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3285         * data/Makefile.am:
3286         * data/evince-preview-toolbar.xml:
3287         * data/evince-toolbar.xml:
3288         * shell/ev-application.c: (ev_application_shutdown),
3289         (ev_application_init), (ev_application_get_toolbars_model):
3290         * shell/ev-application.h:
3291         * shell/ev-window.c: (update_chrome_visibility),
3292         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3293         (ev_window_cmd_edit_toolbar), (ev_window_init):
3294         
3295         Fixes bug #364364 - toolbar editor shows zoom actions again.
3296
3297 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3300
3301         Do not take margins into consideration for paper size when printing.
3302         Really fixes bug #350491.
3303
3304 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * data/evince-ui.xml:
3307         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3308         (ev_window_cmd_file_print_setup),
3309         (ev_window_print_dialog_response_cb),
3310         (ev_window_setup_action_sensitivity):
3311
3312         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3313
3314 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * shell/ev-window.c: (ev_window_print_range):
3317
3318         Revert my previuos commit, since printing to PDF is not supported by
3319         evince yet. 
3320
3321 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * shell/ev-window.c: (ev_window_print_range):
3324
3325         Enable print to a PDF. Fixes bug #332121.
3326
3327 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-application-service.xml:
3330         * shell/ev-application.[ch]: (ev_application_open_window),
3331         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3332         (ev_application_open_uri), (ev_application_open_uri_list):
3333         * shell/ev-window.c: (file_open_dialog_response_cb),
3334         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3335         (drag_data_received_cb), (open_remote_link):
3336         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3337
3338         Add support for multiscreen systems. Fixes bug #316206.
3339
3340 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * shell/ev-jobs.[ch]: (ev_job_print_new),
3343         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3344         (ev_job_print_do_page):
3345         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3346
3347         Allow printing only odd/even pages. Fixes bug #367289.
3348
3349 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3350
3351         * test/test1.py:
3352         * test/test2.py:
3353
3354         Re-add locale settings to test files.
3355
3356 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3357
3358         * data/evince-ui.xml:
3359         * shell/ev-window.c: (set_action_properties):
3360         
3361         Removed garbage from code and ui.
3362
3363 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3364
3365         * shell/ev-window.c: (ev_window_cmd_help_about):
3366
3367         Shamelessly add my name to the list of contributors.
3368
3369 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3370
3371         * test/test1.py:
3372         * test/test2.py:
3373
3374         Cleaned up the dogtail scripts.
3375
3376 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3377
3378         * shell/ev-view.c: (draw_loading_text): Don't render
3379         "loading..." text in presentation mode. Temporary
3380         workaround for bug #320352.
3381
3382 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3383
3384         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3385         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3386
3387         Use print settings scale, copies, collate and reverse which were
3388         ignored. Fixes bug #359032.
3389
3390 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3391
3392         * configure.ac:
3393         * data/evince-password.glade:
3394         * test/Makefile.am:
3395         * test/test-encrypt.pdf:
3396         * test/test-links.pdf:
3397         * test/test1.py:
3398         * test/test2.py:
3399
3400         Add automated UI tests for evince with dogtail. See
3401         bug #300948.    
3402
3403 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3406
3407         Hide fullscreen toolbar when switching to another desktop workspace.
3408         Fixes bug #338871
3409
3410 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3411
3412         * shell/ev-window-title.c: 
3413         
3414         Test for .dvi in title of pdf documents.
3415
3416 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3417
3418         * shell/ev-view.c: (ev_view_scroll):
3419
3420         Page Up/Down should do page jumps in "Best fit" mode.
3421         If a user has explicitly chosen to view exactly one page
3422         at a time, scrolling just a part of the page when
3423         pressing Page Up/Down is not right. Fixes bug #323107.
3424
3425 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3426
3427         * NEWS:
3428         * configure.ac:
3429         
3430         Update for 0.6.1
3431
3432 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3433
3434         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3435         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3436         
3437         Correctly disconnect from job signals on destroy.
3438
3439 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3440
3441         * shell/ev-view-private.h:
3442         * shell/ev-view.c: (view_set_adjustment_values),
3443         (view_update_range_and_current_page),
3444         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3445         
3446         Fixes bug #343199, current page now follows find page.
3447
3448 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3449
3450         * backend/ev-document-factory.c:
3451         * configure.ac:
3452         Assigned OpenDocument presenation MIME type to the
3453         Impress backend. Added some missing (but harmless)
3454         #ifdefs in the document factory as well to make things
3455         consistent again. Fixes bug #360658.
3456
3457 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3458
3459         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3460         * backend/ev-document-find.c: (ev_document_find_get_type):
3461         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3462         * backend/ev-document-links.c: (ev_document_links_get_type):
3463         * backend/ev-document-security.c: (ev_document_security_get_type):
3464         * backend/ev-document-thumbnails.c:
3465         (ev_document_thumbnails_get_type):
3466         * backend/ev-document.c: (ev_document_get_type):
3467         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3468         * backend/ev-selection.c: (ev_selection_get_type):
3469         * cut-n-paste/recent-files/egg-recent-model.c:
3470         (egg_recent_model_get_type):
3471         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3472         (egg_recent_view_uimanager_get_type):
3473         * cut-n-paste/recent-files/egg-recent-view.c:
3474         (egg_recent_view_get_type):
3475         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3476         (egg_editable_toolbar_get_type):
3477         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3478         (egg_toolbar_editor_get_type):
3479         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3480         (egg_toolbars_model_get_type):
3481         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3482         (egg_tree_multi_drag_source_get_type):
3483         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3484         (ephy_zoom_action_get_type):
3485         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3486         (ephy_zoom_control_get_type):
3487         * impress/r_back.c: (_imp_fill_back):
3488         * properties/ev-properties-main.c:
3489         (ev_properties_plugin_register_type):
3490         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3491         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3492         (ev_view_accessible_factory_get_type):
3493
3494         Reduce relocations. Bug #360616.
3495
3496 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3497
3498         * backend/ev-document-factory.c:
3499         (ev_document_factory_get_document):
3500         
3501         Load document even if extension is wrong.
3502
3503 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * shell/ev-metadata-manager.c: (save_values):
3506         * shell/ev-window.c: (setup_size_from_metadata),
3507         (setup_view_from_metadata), (ev_window_setup_document),
3508         (ev_window_xfer_job_cb), (window_configure_event_cb):
3509         
3510         Set size according to the document size/page size ratio.
3511         That should correct rather wierd behaviour of the previous
3512         commit.
3513
3514 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3515
3516         * shell/ev-window.c: (setup_view_from_metadata):
3517         
3518         Set size for new windows from previous window size.
3519         See bugs #354968 and #168450 for details. Thanks
3520         to Meik Hellmund.
3521
3522 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * djvu/djvu-links.c: (build_tree):
3525
3526         Fix memory leak.
3527
3528 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3529
3530         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3531         
3532         Don't make sidebar close button insensitive. Fixes
3533         bug #357871.
3534
3535 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3536
3537         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3538         (ev_window_set_view_accels_sensitivity):
3539         
3540         Don't enable Slash on documents which don't support
3541         find. Fixes bug #358648.
3542
3543 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3544
3545         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3546         open dialog fall back to the current document uri if the
3547         filechooser hasn't been used before. Fixes bug #356980.
3548
3549 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3550
3551         * shell/ev-window.c: (ev_window_setup_recent), 
3552         (ev_window_get_recent_file_label):
3553
3554         Escape underscores in filenames of recent file items.
3555
3556 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * configure.ac:
3559         
3560         Bumped poppler requirements, really 0.5.3 is very 
3561         buggy, now we require 0.5.4.
3562
3563 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * djvu/Makefile.am:
3566         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3567         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3568         (djvu_document_document_links_iface_init):
3569         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3570         (number_from_string_10), (get_djvu_link_dest),
3571         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3572         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3573         (djvu_links_get_links), (djvu_links_find_link_dest),
3574         (djvu_links_get_links_model):
3575         * djvu/djvu-links.h:
3576         
3577         Add support for links and bookmarks in djvu documents. Thanks
3578         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3579         patch.
3580
3581 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3582
3583         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3584         
3585         Reopen should reload document. Fixes 
3586         bug 327951.
3587
3588 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3589
3590         * configure.ac:
3591         * data/Makefile.am:
3592         * data/evince-16.png:
3593         * data/evince-22.png:
3594         * data/evince.png:
3595         * data/evince.svg:
3596         * data/icons/16x16/Makefile.am:
3597         * data/icons/16x16/evince.png:
3598         * data/icons/22x22/Makefile.am:
3599         * data/icons/22x22/evince.png:
3600         * data/icons/48x48/Makefile.am:
3601         * data/icons/48x48/evince.png:
3602         * data/icons/Makefile.am:
3603         * data/icons/scalable/Makefile.am:
3604         * data/icons/scalable/evince.svg:
3605         
3606         Install icons with correct names. Fixes
3607         bug #354429.
3608
3609 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/ev-view.c: (ev_view_button_release_event):
3612
3613         Don't open links with middle mouse button. Fixes bug #353649
3614
3615 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3616
3617         * NEWS:
3618         * configure.ac:
3619         
3620         Update for release 0.6.0
3621
3622 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3623
3624         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3625         Implement Close named action. Patch by Carlos Garcia Campos.
3626
3627 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3628
3629         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3630         
3631         Don't clear link mapping on copy_job_to_job_info. Fixes
3632         bug 346168.
3633
3634 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * shell/main.c: (main):
3637
3638         Revert my previous commit, gnome_program_init owns the option context.
3639         Fix another memory leak in main. Both caught by Christian Persch. 
3640
3641 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/main.c: (main):
3644
3645         Fix memory leak.
3646
3647 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3650
3651         Fix crash when opening a pdf with password protection. 
3652
3653 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * pdf/ev-poppler.cc: (pdf_document_search_free):
3656
3657         Fix memory leak. 
3658
3659 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3660
3661         * backend/ev-document-factory.c:
3662         (ev_document_factory_get_document):
3663         * tiff/tiff-document.c: (tiff_document_finalize):
3664         
3665         More correct handling of document loading. Fixes
3666         bug #349043.
3667
3668 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * backend/ev-attachment.c: (ev_attachment_save):
3671
3672         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3673         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3674
3675 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3676         
3677         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3678         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3679
3680 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-sidebar-thumbnails.c:
3683
3684         Do not render thumbnails unless thumbnails page is active in the
3685         sidebar.
3686
3687 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3688
3689         * shell/ev-properties-dialog.c:
3690
3691         Fix dialogue spacing. Bug #351370.
3692
3693 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3694
3695         * configure.ac:
3696
3697         Use lowercase gettext catalog file names (evince.mo
3698         instead of Evince.mo)
3699
3700 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-sidebar-attachments.c:
3703
3704         GtkIconTheme is now screen safe too. Fixes bug #350878
3705
3706 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-window.c:
3709
3710         GtkRecent manager is now screen safe. Fixes bug #350145
3711
3712 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3713
3714         * shell/ev-sidebar.c: (ev_sidebar_init):
3715         
3716         Make sidebar close icon smaller. Fix for bug 350177.
3717         See also bugs 350176 and 165770.
3718
3719 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3722
3723         Ignore zoom for xyz destinations when it's <= 1, keeping user
3724         preferences instead. Set correct sizing-mode for fith and fitv
3725         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3726
3727 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3728
3729         * NEWS:
3730         * configure.ac:
3731         
3732         Update for release 0.5.5
3733
3734 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3735         
3736         * shell/ev-window.c: (ev_window_cmd_escape)
3737
3738         Escape unfocus page entry. Fixes bug #345809.
3739
3740 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3743         (build_tree), (pdf_document_links_get_links),
3744         (pdf_document_links_find_link_dest):
3745         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3746         (goto_xyz_dest):
3747
3748         Convert from PDF style coordinates to X style coordinates in the
3749         backend rather than in the view. Fixes bug #338440
3750
3751 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3752
3753         * shell/ev-window.c:
3754         
3755         Remove Ctrl+Shift+T shortcut for toolbars. See
3756         the bug #350098.
3757
3758 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * configure.ac:
3761
3762         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3763         of this. 
3764
3765 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * configure.ac:
3768         * cut-n-paste/Makefile.am:
3769         * data/evince-ui.xml:
3770         * shell/Makefile.am:
3771         * shell/ev-application.[ch]:
3772         * shell/ev-window.c:
3773
3774         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3775         #349273
3776
3777 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3778
3779         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3780         findbar code: s/help/search/
3781
3782 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3783
3784         * shell/ev-window.c: (setup_document_from_metadata),
3785         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3786         (setup_view_from_metadata):
3787         
3788         Fix memory leaks.
3789
3790 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3791
3792         * autogen.sh, configure.ac: 
3793         
3794         Update automake usage. See bug 349292.
3795
3796 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3797
3798         * shell/eggfindbar.c: (egg_find_bar_class_init),
3799         (entry_activate_callback), (egg_find_bar_init),
3800         (egg_find_bar_set_status_text):
3801         * shell/eggfindbar.h:
3802         
3803         Unify Evince findbar with Epiphany. Nice patch
3804         from Fabricio Silva <silva@crans.org> and
3805         Frederic Peters <fpeters@entrouvert.com>. See
3806         bug #339966 for details.
3807
3808 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * data/evince.desktop.in.in:
3811         
3812         Correct information for bugzilla. Thanks to
3813         Olaf Vitters, see bug #348855.
3814
3815 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-jobs.[ch]:
3818         * shell/ev-sidebar-links.c:
3819         * shell/ev-window.[ch]:
3820
3821         GtkPrintJob doesn't support print ranges or current page, so we export
3822         to a ps file now when printing ranges or current page.
3823
3824 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3825
3826         * pdf/ev-poppler.cc:
3827         * shell/ev-window.c: (do_action_named):
3828
3829         We should be more clear about bugzilla. See the
3830         poppler bug #7623.
3831
3832 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * configure.ac:
3835         * shell/Makefile.am:
3836         * shell/ev-job-queue.c:
3837         * shell/ev-jobs.[ch]:
3838         * shell/ev-sidebar-links.c:
3839         * shell/ev-window.[ch]:
3840         
3841         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3842         #348422
3843
3844 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3847         * shell/ev-application-service.xml:
3848         * shell/ev-application.[ch]:
3849         * shell/ev-jobs.[ch]:
3850         * shell/ev-window.[ch]: (ev_window_run_preview):
3851         * shell/main.c: 
3852
3853         Add preview mode to use evince as a printing previewer. It also adds
3854         other command line options for fullscreen and presentation modes.
3855         Fixes bugs #347822, #317031
3856
3857 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3858
3859         * NEWS:
3860         * configure.ac:
3861         
3862         Update for release 0.5.4
3863
3864 2006-07-11  Bastien Nocera <hadess@hadess.net>
3865
3866         * Makefile.am:
3867         * backend/Makefile.am:
3868         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3869         * backend/ev-document-factory.h:
3870         * configure.ac:
3871         * impress/.cvsignore:
3872         * impress/Makefile.am:
3873         * impress/common.h:
3874         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3875         (imp_get_page), (imp_next_page), (imp_prev_page),
3876         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3877         * impress/f_oasis.c: (render_object), (render_page),
3878         (get_geometry), (_imp_oasis_load):
3879         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3880         (_imp_oo13_load):
3881         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3882         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3883         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3884         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3885         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3886         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3887         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3888         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3889         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3890         (iks_new_within), (iks_insert), (iks_insert_cdata),
3891         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3892         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3893         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3894         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3895         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3896         (iks_cdata), (iks_cdata_size), (iks_has_children),
3897         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3898         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3899         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3900         (iks_tree), (iks_load), (iks_save):
3901         * impress/iksemel.h:
3902         * impress/imposter.h:
3903         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3904         (imp_render_draw_bezier_real), (imp_render_get_size),
3905         (imp_render_set_fg_color), (imp_render_draw_line),
3906         (imp_render_draw_rect), (imp_render_draw_polygon),
3907         (imp_render_draw_arc), (imp_render_draw_bezier),
3908         (imp_render_open_image), (imp_render_get_image_size),
3909         (imp_render_scale_image), (imp_render_draw_image),
3910         (imp_render_close_image), (imp_render_markup),
3911         (imp_render_get_text_size), (imp_render_draw_text),
3912         (impress_document_load), (impress_document_save),
3913         (impress_document_get_n_pages), (impress_document_get_page_size),
3914         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3915         (impress_document_finalize), (impress_document_class_init),
3916         (impress_document_can_get_text), (impress_document_get_info),
3917         (impress_document_document_iface_init),
3918         (impress_document_thumbnails_get_thumbnail),
3919         (impress_document_thumbnails_get_dimensions),
3920         (impress_document_document_thumbnails_iface_init),
3921         (impress_document_init):
3922         * impress/impress-document.h:
3923         * impress/internal.h:
3924         * impress/r_back.c: (_imp_fill_back):
3925         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3926         (_imp_draw_image), (_imp_tile_image):
3927         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3928         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3929         (r_polyline):
3930         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3931         (r_draw_gradient_complex), (r_draw_gradient):
3932         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3933         (r_get_bullet):
3934         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3935         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3936         (r_text):
3937         * impress/render.c: (imp_create_context), (imp_context_set_page),
3938         (imp_context_set_step), (imp_render), (imp_delete_context):
3939         * impress/render.h:
3940         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3941         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3942         (zip_load_xml), (zip_get_size), (zip_load):
3943         * impress/zip.h:
3944         * shell/ev-utils.c:
3945         
3946         New backend to support impress slides. Fixes bug #30867.
3947
3948 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3949
3950         * shell/ev-utils.c: (using_postscript_printer):
3951         
3952         Fixes crash when print using PAPI backend,
3953         bug #345012.
3954
3955 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3956
3957         * shell/ev-jobs.c: (ev_job_xfer_run):
3958         * shell/ev-window.c: (password_dialog_response),
3959         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3960         (ev_window_dispose):
3961         Fixes bug #344160: if the xfer job doesn't complete
3962         because a password is required, reload the existing
3963         instance instead of creating a new one.
3964
3965 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * shell/main.c: (main): Call gdk_threads_init. Thus
3968         we'll avoid errors in auth dialog. Fix for the bug
3969         #343347.
3970
3971 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3972
3973         * configure.ac: Advertise pixbuf support, fix
3974         for the bug 343317.
3975
3976 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3977
3978         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3979         (ev_sidebar_thumbnails_set_document):
3980         
3981         Update sidebar thumbnails after reloading.
3982
3983 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3984
3985         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3986         * shell/ev-jobs.h:
3987         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3988         (ev_window_cmd_view_reload), (ev_window_init):
3989         
3990         Don't crash on reload. Fix for the bug #343167.
3991
3992 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3993
3994         * shell/ev-jobs.c: (ev_job_render_run):
3995         
3996         Check for document links.
3997
3998 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3999
4000         * backend/ev-attachment.c: (ev_attachment_save),
4001         (ev_attachment_launch_app), (ev_attachment_open):
4002         * backend/ev-document-factory.c: (get_document_from_uri):
4003         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4004         (egg_recent_view_uimanager_set_list):
4005         * ps/ps-document.c: (check_filecompressed), (document_load),
4006         (ps_document_load):
4007         * shell/ev-metadata-manager.c: (load_values):
4008         * shell/ev-password.c: (ev_password_dialog_set_property):
4009         * shell/ev-view.c: (tip_from_link):
4010         * shell/ev-window.c: (file_save_dialog_response_cb),
4011         (ev_window_print_dialog_response_cb):
4012         
4013         Use consistent quoting style. Fix for the bug #320285.
4014
4015 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * shell/ev-jobs.c: (ev_job_xfer_run):
4018         * shell/main.c: (load_files):
4019                 
4020         Open links with anchors. Fix for the bug #339836.
4021
4022 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4025         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4026         (ev_link_dest_set_property), (ev_link_dest_finalize),
4027         (ev_link_dest_class_init), (ev_link_dest_new_named),
4028         (ev_link_dest_new_page_label):
4029         * backend/ev-link-dest.h:
4030         * shell/ev-application.c: (ev_application_open_uri):
4031         * shell/ev-view.c: (goto_dest):
4032         * shell/ev-window.c:
4033         * shell/ev-window.h:
4034         
4035         Fix page-label command line option. Bug #342070.
4036
4037 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4038
4039         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4040         
4041         Don't show highlight rects if page can't be showed. Fix for 
4042         the bug #342076
4043
4044 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4045
4046         * shell/ev-window.c: (setup_sidebar_from_metadata),
4047         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4048         
4049         Setup sidebar from metadata even if there is no document
4050         loaded. Fix for the bug #342807.
4051
4052 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * cut-n-paste/toolbar-editor/Makefile.am:
4055         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4056         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4057         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4058         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4059         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4060         (popup_context_menu_cb), (button_press_event_cb),
4061         (configure_item_sensitivity), (configure_item_cursor),
4062         (configure_item_tooltip), (connect_widget_signals),
4063         (action_sensitive_cb), (create_item_from_action),
4064         (create_item_from_position), (toolbar_drag_data_received_cb),
4065         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4066         (toolbar_drag_leave_cb), (configure_drag_dest),
4067         (toggled_visibility_cb), (toolbar_visibility_refresh),
4068         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4069         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4070         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4071         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4072         (egg_editable_toolbar_dispose),
4073         (egg_editable_toolbar_set_ui_manager),
4074         (egg_editable_toolbar_get_selected),
4075         (egg_editable_toolbar_set_selected), (set_edit_mode),
4076         (egg_editable_toolbar_set_property),
4077         (egg_editable_toolbar_get_property),
4078         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4079         (egg_editable_toolbar_new_with_model),
4080         (egg_editable_toolbar_get_edit_mode),
4081         (egg_editable_toolbar_set_edit_mode),
4082         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4083         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4084         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4085         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4086         (item_added_or_removed_cb), (toolbar_removed_cb),
4087         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4088         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4089         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4090         (editor_create_item_from_name), (append_table),
4091         (update_editor_sheet), (egg_toolbar_editor_init):
4092         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4093         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4094         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4095         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4096         (toolbar_node_free), (egg_toolbars_model_get_flags),
4097         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4098         (egg_toolbars_model_get_name), (impl_add_item),
4099         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4100         (parse_data_list), (parse_item_list), (parse_toolbars),
4101         (egg_toolbars_model_load_toolbars), (parse_available_list),
4102         (parse_names), (egg_toolbars_model_load_names),
4103         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4104         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4105         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4106         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4107         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4108         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4109         (egg_toolbars_model_set_types), (fill_avail_array),
4110         (egg_toolbars_model_get_name_avail),
4111         (egg_toolbars_model_get_name_flags),
4112         (egg_toolbars_model_set_name_flags):
4113         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4114         * cut-n-paste/toolbar-editor/eggintl.h:
4115         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4116         (egg_tree_multi_drag_source_get_type),
4117         (egg_tree_multi_drag_source_row_draggable),
4118         (egg_tree_multi_drag_source_drag_data_delete),
4119         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4120         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4121         (path_list_free), (set_context_data), (get_context_data),
4122         (get_info), (egg_tree_multi_drag_drag_data_get),
4123         (egg_tree_multi_drag_motion_event),
4124         (egg_tree_multi_drag_button_press_event),
4125         (egg_tree_multi_drag_add_drag_support):
4126         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4127         * shell/ev-application.c: (ev_application_init),
4128         (ev_application_save_toolbars_model):
4129         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4130         (ev_window_cmd_edit_toolbar), (ev_window_init):
4131         
4132         Sync toolbareditor with epiphany and libegg
4133
4134 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * configure.ac: 
4137
4138         Depend on poppler 0.5.2
4139
4140 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4141
4142         * shell/ev-jobs.c: (ev_job_render_run):
4143         
4144         Check if document supports links iterface.
4145
4146 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * NEWS:
4149         * configure.ac:
4150         
4151         Update for release 0.5.3
4152
4153 2006-05-13  Michael Plump  <plumpy@skylab.org>
4154
4155         * configure.ac:
4156         * shell/Makefile.am:
4157         * shell/main.c: (main):
4158         
4159         Port to GOption command line parsing. Fix for the 
4160         bug #327518
4161
4162 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4163
4164         * shell/ev-window.c: (ev_window_cmd_help_about):
4165         
4166         Do not wrap license. Fix for the bug #309460.
4167
4168 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4169
4170         * configure.ac:
4171         * properties/ev-properties-main.c: (ev_properties_get_pages):
4172         * shell/ev-application.c: (ev_application_open_window),
4173         (ev_application_open_uri_at_dest):
4174         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4175         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4176         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4177         * shell/ev-utils.c: (save_print_config_to_file):
4178         * shell/ev-window.c: (ev_window_cmd_save_as),
4179         (ev_attachment_popup_cmd_save_attachment_as):
4180         * shell/main.c: (load_files_remote):
4181         
4182         Bump requirements to gtk 2.8 and drop all ifdefs used.
4183
4184 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4185
4186         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4187         * shell/ev-window.c: (ev_window_init):
4188         
4189         Show attachments page.
4190
4191 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4192
4193         * po/POTFILES.in:
4194         * shell/ev-attachment-bar.c:
4195         * shell/ev-attachment-bar.h:
4196         * shell/ev-sidebar-attachments.c:
4197         (ev_sidebar_attachments_icon_cache_add),
4198         (icon_theme_get_pixbuf_from_mime_type),
4199         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4200         (ev_sidebar_attachments_icon_cache_refresh),
4201         (ev_sidebar_attachments_get_attachment_at_pos),
4202         (ev_sidebar_attachments_popup_menu_show),
4203         (ev_sidebar_attachments_popup_menu),
4204         (ev_sidebar_attachments_button_press),
4205         (ev_sidebar_attachments_update_icons),
4206         (ev_sidebar_attachments_drag_data_get),
4207         (ev_sidebar_attachments_get_property),
4208         (ev_sidebar_attachments_destroy),
4209         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4210         (ev_sidebar_attachments_new),
4211         (ev_sidebar_attachments_set_document),
4212         (ev_sidebar_attachments_support_document),
4213         (ev_sidebar_attachments_get_label),
4214         (ev_sidebar_attachments_page_iface_init):
4215         * shell/ev-sidebar-attachments.h:
4216         * shell/ev-window.c: (update_chrome_visibility),
4217         (setup_sidebar_from_metadata), (ev_window_setup_document),
4218         (ev_window_sidebar_current_page_changed_cb),
4219         (attachment_bar_menu_popup_cb), (ev_window_init):
4220         
4221         Move attachments bar to sidebar.
4222
4223 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4224
4225         * pdf/ev-poppler.cc:
4226         * shell/ev-application.[ch]:
4227         * shell/main.c:
4228
4229         Fix some memory leaks.
4230
4231 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4232
4233         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4234
4235         Change the properties dialog response to
4236         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4237         will make the dialog go away when the user presses
4238         enter. With gtk+ >= 2.9 this will happen anyway, but for
4239         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4240         escape by default. Fixes bug #340539. See also bug
4241         #101293 for the gtk+ part.
4242
4243 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4244
4245         * shell/ev-view.c (tip_from_action_named): Replace some strings
4246         that were wrong. Closes #340970.
4247
4248 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4251
4252         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4253         #341049
4254
4255 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * djvu/Makefile.am:
4258         * dvi/Makefile.am:
4259         * dvi/mdvi-lib/Makefile.am:
4260         * properties/Makefile.am:
4261         * ps/Makefile.am:
4262         * shell/Makefile.am:
4263         * thumbnailer/Makefile.am:
4264         
4265         Due to broken libtool that is unable to track dependencies
4266         of noinst libraries we are forced to explicitely point
4267         libraries for binary. Fix for the bug #333334.
4268
4269 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4270
4271         * data/evince.desktop.in.in:
4272         * shell/ev-view.c: (view_update_range_and_current_page),
4273         (ev_view_next_page), (ev_view_previous_page):
4274         * shell/ev-window.c: (update_chrome_visibility),
4275         (setup_sidebar_from_metadata), (ev_window_setup_document),
4276         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4277         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4278         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4279         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4280         (ev_window_stop_presentation), (ev_window_focus_in_event),
4281         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4282         (ev_window_init):
4283         * thumbnailer/Makefile.am:
4284         
4285         Update fullscreen and presentation timeout handling. Hide
4286         cursor in presentation after timeout. Fix for the bugs
4287         #136359 and #336981.
4288
4289 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * backend/ev-link-action.[ch]:
4292         * pdf/ev-poppler.cc: (ev_link_from_action):
4293         * shell/ev-view-private.h:
4294         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4295         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4296
4297         Add support for Named Action links
4298
4299 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * backend/Makefile.am:
4302         * backend/ev-document-links.[ch]:
4303         * backend/ev-document.[ch]:
4304         * backend/ev-link-action.[ch]:
4305         * backend/ev-link-dest.[ch]:
4306         * backend/ev-link.[ch]:
4307         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4308         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4309         * shell/ev-page-action.c: (build_new_tree_cb):
4310         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4311         (links_page_num_func), (update_page_callback):
4312         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4313         (tip_from_link):
4314         * shell/ev-jobs.c:
4315         * shell/ev-window.[ch]: (ev_window_open_uri),
4316         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4317         * shell/ev-application.[ch]: (ev_application_open_window),
4318         (ev_application_open_uri):
4319
4320         Rework links system, it adds support for remote links now and it makes
4321         easier to add new kinds of actions and destinations. Fixes bug #317292
4322
4323 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4324
4325         * data/Makefile.am:
4326         * data/evince.png:
4327         * data/evince-16.png:
4328         * data/evince-22.png:
4329         * data/evince.svg:
4330         * shell/main.c: (main):
4331         
4332         Evince use it's own icon. Fix for the bug #313392.
4333
4334         * shell/ev-window.c: (fullscreen_timeout_cb),
4335         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4336         (ev_window_cmd_help_about), (ev_window_dispose):
4337         
4338         Simplify fullscreen timeout code.
4339
4340 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4341
4342         * backend/ev-attachment.c: 
4343         * shell/ev-attachment-bar.c:
4344         * shell/ev-window.c:
4345
4346         Allow multiple selection of attachments
4347
4348 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * shell/ev-view.c: (view_update_range_and_current_page),
4351         (ev_view_scroll):
4352         
4353         Fix for the bug #312573 – Optimal selection of current 
4354         page among visible pages.
4355
4356 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4357
4358         * configure.ac:
4359         * djvu/Makefile.am:
4360         * djvu/djvu-text.h:
4361         
4362         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4363         for the bug 339868.
4364
4365 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4366
4367         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4368
4369 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4370
4371         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4372         dictated by the GNOME HIG. Fixes bug #339235.
4373
4374 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4375
4376         * data/evince-ui.xml:
4377         * shell/ev-view.c: (ev_view_can_find_previous):
4378         * shell/ev-view.h:
4379         * shell/ev-window.c: (ev_window_update_actions),
4380         (ev_window_cmd_edit_find_previous):
4381
4382         Add support for "Find Previous" as dictated by the GNOME HIG. A
4383         menu item is added and some glue code to make it all work is added
4384         to various files.
4385
4386 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4387
4388         * configure.ac: Award myself the "useless use of cat" award.
4389
4390 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4391
4392         * po/LINGUAS: New file listing all supported languages.
4393
4394         * configure.in: Use po/LINGUAS instead of including all languages
4395         directly in this file. See the wiki for more information:
4396         http://live.gnome.org/GnomeGoals/PoLinguas
4397
4398 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4399
4400         * backend/ev-document-factory.c:
4401
4402         Do not load the document twice when there isn't errors
4403
4404 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * backend/ev-attachment.c: 
4407
4408         Fix a crash when there isn't a default application to open an
4409         attachment
4410
4411 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * backend/ev-attachment.[ch]:
4414         * shell/ev-attachment-bar.[ch]:
4415
4416         Added missing files. 
4417
4418 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4419
4420         * backend/Makefile.am:
4421         * data/evince-ui.xml:
4422         * backend/ev-attachment.[ch]:
4423         * backend/ev-document.[ch]: (ev_document_has_attachments),
4424         (ev_document_get_attachments):
4425         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4426         (attachment_save_to_buffer), (pdf_document_get_attachments),
4427         (pdf_document_document_iface_init):
4428         * shell/Makefile.am:
4429         * shell/ev-attachment-bar.[ch]:
4430         * shell/ev-window.c:
4431
4432         Add support for PDF attachments. Fixes bug #325143
4433
4434 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4435
4436         * backend/ev-document-factory.c: (get_document_from_uri),
4437         (ev_document_factory_get_document):
4438         * backend/ev-document-factory.h:
4439         * properties/ev-properties-main.c: (ev_properties_get_pages):
4440         * shell/Makefile.am:
4441         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4442         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4443         (ev_job_queue_remove_job):
4444         * shell/ev-job-queue.h:
4445         * shell/ev-job-xfer.c:
4446         * shell/ev-job-xfer.h:
4447         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4448         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4449         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4450         (ev_job_xfer_run):
4451         * shell/ev-jobs.h:
4452         * shell/ev-window.c: (ev_window_is_empty),
4453         (password_dialog_response), (ev_window_clear_xfer_job),
4454         (ev_window_xfer_job_cb), (ev_window_open_uri),
4455         (ev_window_cmd_focus_page_selector),
4456         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4457         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4458         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4459         (ev_window_dispose):
4460         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4461         
4462         * Cleanup mime type detection on document load. Fix for the
4463         bug #336448.
4464
4465 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4468         
4469         Fix crash on exit, described in the bug #336825.
4470
4471 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * backend/ev-document-factory.c:
4474         (ev_document_factory_get_from_mime),
4475         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4476         (ev_document_factory_get_document),
4477         (file_filter_add_mime_list_and_free),
4478         (ev_document_factory_add_filters):
4479         * backend/ev-document-factory.h:
4480         * properties/ev-properties-main.c: (ev_properties_get_pages):
4481         * shell/Makefile.am:
4482         * shell/ev-application.c:
4483         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4484         * shell/ev-window.c: (ev_window_cmd_file_open),
4485         (ev_window_cmd_save_as):
4486         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4487         
4488         Rework factory functions so they are placed now in a single 
4489         file ev-document-factory.c
4490
4491 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-window.c: (update_chrome_visibility):
4494         
4495         Fix for the bug 166566 - don't show menubar in fullscreen
4496         mode.
4497
4498 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4499
4500         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4501
4502 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4503
4504         * shell/ev-view.c: (ev_view_expose_event):
4505         
4506         More correctly draw loading text when document
4507         is empty.
4508
4509 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4510
4511         * shell/ev-view.c: (ev_view_scroll):
4512         
4513         Fix for the bug #334854, page down and page up switch
4514         pages in presentation mode.
4515
4516 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * shell/ev-window.c: (ev_window_set_action_sensitive),
4519         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4520         (ev_window_set_view_accels_sensitivity),
4521         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4522         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4523         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4524         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4525         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4526         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4527         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4528         (view_actions_focus_in_cb), (ev_window_init):
4529         
4530         Fix for the bug #333902, now it's possible to search
4531         words with slash.
4532
4533 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4534
4535         * configure.ac: Added Breton translation.
4536         * po/br.po: Added Breton translation.
4537
4538 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * shell/ev-window-title (ev_window_title_update):
4541
4542         Fix memory leak in window title. Fixes bug #333944
4543
4544 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * shell/ev-metadata-manager.c (parseItem):
4547
4548         Fix memory leaks. Fixes bug #333945
4549
4550 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4551         
4552         * NEWS, configure.ac, TODO:
4553         
4554         Update for release 0.5.2.
4555
4556 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * shell/ev-view.c: (view_update_range_and_current_page),
4559         (page_changed_cb):
4560         
4561         Don't jump on scrolling, fix for the bug #333127.
4562
4563 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4564
4565         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4566         
4567         Scroll by one page in presentation mode. Fix for the bug
4568         #332993.
4569
4570 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4571
4572         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4573
4574 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4575
4576         * configure.ac  Added lv in ALL_LINGUAS line.
4577
4578 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4579         
4580         * NEWS, configure.ac:
4581         
4582         Update for release 0.5.1
4583
4584 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4585
4586         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4587         * backend/ev-document-misc.h:
4588         * shell/ev-view.c: (draw_one_page):
4589         
4590          Clairfy what page the toolbar page number applies to. Fix
4591          for the bug #328102.
4592
4593 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4594
4595         * shell/ev-view-private.h:
4596         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4597         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4598         (ev_view_search_changed):
4599         * shell/ev-view.h:
4600         * shell/ev-window.c: (find_bar_search_changed_cb):
4601         
4602         Dont't jump to find result if window was scrolled during search.
4603         Fix for the bug #313266.
4604
4605 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4606
4607         * shell/eggfindbar.c: (egg_find_bar_class_init):
4608         * shell/eggfindbar.h:
4609         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4610         * shell/ev-view-private.h:
4611         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4612         (ev_view_class_init), (ev_sizing_mode_get_type),
4613         (ev_scroll_type_get_type):
4614         * shell/ev-view.h:
4615         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4616         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4617         (ev_window_init):
4618         
4619         Fix for the bug 319133 - Find entry should allow text scroll.
4620
4621 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4622
4623         * shell/ev-view-private.h:
4624         * shell/ev-view.c: (view_update_range_and_current_page),
4625         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4626         (ev_view_set_document), (update_find_status_message),
4627         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4628         (ev_view_find_previous):
4629         
4630         Fix for the bug #319137. Search now takes account for scrolling.
4631
4632 2006-02-19  Michael Hofmann <mh21@piware.de>
4633
4634         * configure.ac:
4635         * djvu/Makefile.am:
4636         * djvu/djvu-document-private.h:
4637         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4638         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4639         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4640         (djvu_document_can_get_text), (djvu_document_get_text),
4641         (djvu_document_document_iface_init),
4642         (djvu_document_thumbnails_get_thumbnail),
4643         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4644         (djvu_document_find_get_result),
4645         (djvu_document_find_page_has_results),
4646         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4647         (djvu_document_find_iface_init):
4648         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4649         (djvu_text_page_selection), (djvu_text_page_limits_process),
4650         (djvu_text_page_limits), (djvu_text_page_copy),
4651         (djvu_text_page_position), (djvu_text_page_union),
4652         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4653         (djvu_text_page_box), (djvu_text_page_append_text),
4654         (djvu_text_page_search), (djvu_text_page_prepare_search),
4655         (djvu_text_page_new), (djvu_text_page_free):
4656         * djvu/djvu-text-page.h:
4657         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4658         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4659         (djvu_text_n_results), (djvu_text_has_results),
4660         (djvu_text_get_result), (djvu_text_get_progress):
4661         * djvu/djvu-text.h:
4662         
4663         Text search in djvu. Fix for the bug #303415.
4664
4665 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4666
4667         * configure.ac:
4668         * shell/ev-window.c: (ev_window_cmd_save_as):
4669         
4670         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4671         Thanks to Gary Coady <gary@lyranthe.org>
4672
4673 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4674
4675         * shell/ev-print-job.c: (idle_print_handler):
4676         
4677         Inverse order printing, bug #320919.
4678
4679 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * data/evince-toolbar.xml:
4682         * shell/ev-window.c:
4683         
4684         Allow to add sidebar checkbutton on toolbar. Fix
4685         for the bug #144577.
4686
4687 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4688
4689         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4690         
4691         Add checks that have sense for empty ps document.
4692
4693 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4694
4695         * configure.ac: Include PS in mime types list. 
4696
4697 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * configure.ac:
4700         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4701         * ps/gsdefaults.h:
4702         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4703         
4704         Runtime check for gs interpreter. Fix for the bug #320868.
4705         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4706
4707 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * shell/ev-application.c: 
4710
4711         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4712         dbus>=0.60, so that the request is not queued. 
4713
4714 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * configure.ac:
4717         * shell/Makefile.am:
4718         * shell/ev-sidebar-links.c: (print_section_cb):
4719         * shell/ev-utils.c:
4720         * shell/ev-utils.h:
4721         * shell/ev-window.c: (update_action_sensitivity),
4722         (ev_window_close_dialogs), (ev_window_print):
4723         * shell/ev-window.h:
4724         
4725         Make printing support optional. Patch from Eduardo de Barros Lima
4726         <eduardo.lima@indt.org.br> for the bug #330546.
4727
4728 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4729
4730         * shell/ev-view-private.h:
4731         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4732         (ev_view_set_document):
4733         * shell/ev-view.h:
4734         * shell/ev-window.c: (ev_window_load_job_cb),
4735         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4736         (ev_window_init):
4737
4738         Draw Loading message during xfer job. Fix for the bug #329495.
4739
4740 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * comics/comics-document.c: (comics_regex_quote),
4743         (comics_document_load), (extract_argv):
4744         
4745         Correcly quote regexp before passing it to unzip.
4746
4747 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * shell/ev-page-cache.c: (build_height_to_page),
4750         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4751         (ev_page_cache_get_dual_even_left):
4752         * shell/ev-page-cache.h:
4753         * shell/ev-view.c: (view_update_range_and_current_page),
4754         (get_page_y_offset), (get_page_extents):
4755         
4756         Place even pages to the left if document has less then
4757         two pages. Fix for the bug #328856.
4758
4759 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4762         
4763         Correct comics scheme. This make evince create thumbnails
4764         for comic books. Fix for the bug 329088.
4765
4766 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4767
4768         * data/evince-password.glade: Don't explicitly set
4769         invisible_char to the current default value in case
4770         the default changes; let GTK+ do its magic.
4771
4772 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4773
4774         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4775         real filename to tmp filename since often document
4776         type is determined by extension.
4777
4778 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4779
4780         * shell/ev-view.c: (add_scroll_binding_keypad),
4781         (ev_view_binding_activated), (ev_view_class_init):
4782         
4783         Add keybindings for percision-scrolling of display area. 
4784         Fix for the bug #314072.
4785
4786 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4787
4788         * data/evince.desktop.in.in:
4789         
4790         Add GTK to the list of categories. Fix for the bug #328034.
4791
4792 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * shell/ev-application.c: (ev_application_shutdown),
4795         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4796         * shell/ev-application.h:
4797         * shell/ev-window.c: (file_open_dialog_response_cb),
4798         (ev_window_cmd_file_open):
4799         
4800         Save last uri in file chooser dialog. Fix for the bug #327950.
4801
4802 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * NEWS:
4805         * README:
4806         
4807         Final update for release 0.5.0
4808         
4809         * shell/Makefile.am:
4810         
4811         Remove disable deprecated until we'll require libgnome-2.13.7
4812         and port to GOption argument parsing. See bug 327518.
4813
4814 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4815
4816         * comics/comics-document.c: (comics_document_save):
4817         * djvu/djvu-document.c: (djvu_document_save):
4818         * dvi/dvi-document.c: (dvi_document_save):
4819         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4820         * lib/ev-file-helpers.h:
4821         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4822         * tiff/tiff-document.c: (tiff_document_save):
4823         
4824         Use common save function for backends.
4825
4826 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4827
4828         * backend/ev-document-types.c:
4829         
4830         Fix crash on saving pixbuf.
4831
4832 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * cut-n-paste/recent-files/egg-recent-item.c:
4835         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4836         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4837         (parse_info_free), (valid_element), (start_element_handler),
4838         (end_element_handler), (text_handler), (egg_recent_model_filter),
4839         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4840         (egg_recent_model_monitor), (egg_recent_model_read),
4841         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4842         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4843         (egg_recent_model_set_property), (egg_recent_model_class_init),
4844         (egg_recent_model_init), (egg_recent_model_add_full),
4845         (egg_recent_model_delete), (egg_recent_model_get_list),
4846         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4847         (egg_recent_model_set_filter_mime_types),
4848         (egg_recent_model_clear_group_filter),
4849         (egg_recent_model_set_filter_groups),
4850         (egg_recent_model_clear_scheme_filter),
4851         (egg_recent_model_set_filter_uri_schemes),
4852         (egg_recent_model_remove_expired):
4853         * cut-n-paste/recent-files/egg-recent-util.c:
4854         (egg_recent_util_get_icon):
4855         * cut-n-paste/recent-files/egg-recent-util.h:
4856         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4857         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4858         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4859         (egg_recent_view_uimanager_set_property),
4860         (egg_recent_view_uimanager_get_property),
4861         (egg_recent_view_uimanager_class_init),
4862         (egg_recent_view_uimanager_init),
4863         (egg_recent_view_uimanager_set_label_width),
4864         (egg_recent_view_uimanager_get_label_width):
4865         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4866         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4867         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4868         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4869         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4870         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4871         
4872         Update from libegg.
4873
4874 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4875
4876         * shell/ev-page-cache.c: (build_height_to_page),
4877         (ev_page_cache_get_height_to_page):
4878         * shell/ev-page-cache.h:
4879         * shell/ev-view.c: (view_update_range_and_current_page),
4880         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4881         (ev_view_previous_page):
4882         
4883         Dual mode places even pages to the left. Fix for the bug #309393.
4884
4885         * shell/ev-view.h:
4886         * shell/ev-window.c: (update_action_sensitivity),
4887         (setup_view_from_metadata), (view_menu_popup_cb):
4888         
4889         Don't restore presentation in empty windows, more intelligent
4890         next page behaviour in dual mode.
4891
4892         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4893         (ev_pixbuf_cache_clear_job_sizes):
4894         
4895         Cleanup job callback on removal. Fix for the bug #325886.
4896
4897 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * ps/ps.c: (psscan):
4900         
4901         Commit workaround Mozilla problem. Fix for the bug #325919
4902         
4903         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4904         (save_item):
4905         
4906         Fix for year 2038 problem.
4907
4908 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * shell/ev-window.c: (setup_document_from_metadata),
4911         (ev_window_cmd_view_reload):
4912
4913         Clamp page recieved from metadata in valid values. Fix
4914         for the bug #325986.
4915
4916 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * MAINTAINERS: 
4919         Add MAINTAINERS as requested on desktop-devel-list.
4920
4921 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4922
4923         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4924         (mime_type_supported_by_gdk_pixbuf),
4925         (ev_document_factory_get_mime_types),
4926         (ev_document_factory_get_all_mime_types):
4927         
4928         Don't add pixbuf mime types if pixbuf backend is disabled.
4929         
4930         * shell/ev-application.c: (ev_application_get_uri_window):
4931         
4932         Fix for the bug 325815 - unhandled MIME type message doesn't 
4933         appear a second time. 
4934         
4935         * shell/ev-document-types.c: (ev_document_types_add_filters):
4936         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4937         (password_dialog_response), (ev_window_popup_password_dialog),
4938         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4939         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4940         (ev_window_run_presentation), (ev_window_stop_presentation),
4941         (save_sizing_mode), (ev_window_zoom_changed_cb),
4942         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4943         (ev_window_dual_mode_changed_cb),
4944         (ev_window_sidebar_current_page_changed_cb),
4945         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4946         (window_state_event_cb), (window_configure_event_cb):
4947         
4948         Cleanup additional uris holded by EvWindow.
4949
4950 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4953         (ev_view_can_previous_page), (ev_view_can_next_page):
4954         * shell/ev-view.h:
4955         * shell/ev-window.c: (update_action_sensitivity):
4956         
4957         Two page scrolling with Space and PageUp in dual mode. Second fix 
4958         for the bug #316608.
4959
4960 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * shell/ev-view.c: (scroll_to_current_page):
4963         
4964         Correctly clamp adjustment value. Fix for the bug
4965         #325808.
4966
4967 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * shell/ev-sidebar-links.c: (print_section_cb):
4970         * shell/ev-window.c: (ev_window_get_uri),
4971         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4972         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4973         (ev_window_dispose):
4974         
4975         Make print dialog non-modal. Fix for the bug #325622.
4976
4977 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * shell/ev-metadata-manager.c:
4980         * shell/ev-utils.c: (using_pdf_printer),
4981         (using_postscript_printer), (load_print_config_from_file),
4982         (save_print_config_to_file):
4983         * shell/ev-utils.h:
4984         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4985         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4986         (setup_view_from_metadata), (ev_window_setup_document),
4987         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4988         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4989         (ev_window_run_presentation), (ev_window_stop_presentation),
4990         (save_sizing_mode), (ev_window_zoom_changed_cb),
4991         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4992         (ev_window_dual_mode_changed_cb),
4993         (ev_window_sidebar_current_page_changed_cb),
4994         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4995         (window_state_event_cb), (window_configure_event_cb),
4996         (ev_window_init):
4997         
4998         Setting saving behaviour fixes.
4999
5000 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * configure.ac:
5003         
5004         Make antialiasing gs options better and allow
5005         to change them during configure. Fix for the 
5006         bug #319049.
5007
5008 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/ev-window.c: (setup_view_from_metadata):
5011         
5012         Remember if last window was maximized. Fix for the
5013         bug #323797.
5014
5015 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5016
5017         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5018
5019 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5020
5021         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5022         * shell/ev-page-action.c: (build_new_tree_cb):
5023         * shell/ev-sidebar-links.c: (links_page_num_func),
5024         (update_page_callback_foreach), (update_page_callback):
5025         * shell/ev-view.c: (scroll_to_current_page):
5026         
5027         Fix for the bug #325067 with more intelligent selection
5028         of current link in sidebar. Make sidebar handle links
5029         of FITR-like type more correctly.
5030
5031         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5032         (dvi_pixbuf_put_pixel):
5033         
5034         Fix memory consumtion with disabled alpha channel.
5035
5036 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * data/evince-ui.xml:
5039         * shell/ev-window.c: (view_menu_popup_cb),
5040         (ev_popup_cmd_open_link), (ev_window_init):
5041         
5042         Update context menu for internal links. Fix for the bug
5043         #325066.
5044
5045 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5046
5047         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5048         
5049         Bind context menu to keyboard also. Fix for the bug
5050         #325065.
5051
5052 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5053
5054         * shell/ev-view.c: (selection_scroll_timeout_cb):
5055         
5056         Horizontal scroll on selection also.
5057
5058 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5059
5060         * shell/ev-metadata-manager.c: (parse_value):
5061         * shell/ev-view.c: (goto_xyz_link):
5062         
5063         Correct zoom setup and metadata save broken in 
5064         some locales.
5065
5066 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-view-private.h:
5069         * shell/ev-view.c: (scroll_to_current_page),
5070         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5071         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5072         (page_changed_cb), (ev_view_set_continuous),
5073         (ev_view_set_dual_page), (ev_view_set_presentation):
5074         
5075         Delay scroll until allocation to correctly position page. Fix
5076         for the bug #317334.
5077
5078 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * NEWS:
5081         * configure.ac:
5082         
5083         Update NEWS and require poppler 0.5.0.
5084
5085 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5086         
5087         * data/evince-ui.xml:
5088         * shell/ev-view-private.h:
5089         * shell/ev-view.c: (ev_view_get_link_at_location),
5090         (handle_link_over_xy), (ev_view_button_press_event),
5091         (ev_view_button_release_event), (ev_view_class_init):
5092         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5093         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5094         (ev_window_init):
5095         
5096         Implement right-click context menu.
5097
5098 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5099
5100         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5101         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5102         (mdvi_pixbuf_device_render):
5103         * pdf/ev-poppler.cc:
5104
5105         Don't generate thumbnails with alpha. See bug #324077.
5106         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5107
5108 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-window.c: (setup_chrome_from_metadata):
5111         
5112         Fix typo that was hiding toolbar.
5113
5114 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5115
5116         * shell/ev-view-private.h:
5117         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5118         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5119         (ev_view_button_release_event), (ev_view_destroy):
5120         
5121         Small cleanup and autoscrolling during selection. Thanks to 
5122         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5123
5124 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5125
5126         * configure.ac:
5127         
5128         Correctly check for comics option.
5129
5130 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5131         * Makefile.am:
5132         * configure.ac:
5133         * backend/Makefile.am:
5134         * backend/ev-document-factory.c:
5135         * shell/ev-document-types.c:
5136
5137         Included option in configure to make ps backend 
5138         compilation optional with --disable-ps.
5139
5140 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * backend/ev-document-factory.c:
5143         * comics/Makefile.am:
5144         * comics/comics-document.c: (comics_document_load):
5145         * comics/ev-cbr-mime.xml:
5146         * configure.ac:
5147         
5148         Comics mime types are added to shared-mime-info CVS. Now
5149         we don't need to install our own mime types.
5150
5151 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5152
5153         * shell/ev-window.c:
5154         
5155         Add shortcut for "save a copy" menu entry. Fix for
5156         the bug #324582.
5157
5158 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5159
5160         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5161         (job_finished_cb), (new_selection_pixbuf_needed),
5162         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5163         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5164         
5165         Rework selection job info logic and fix critical warning.
5166
5167 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5168
5169         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5170
5171 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5172
5173         * data/evince-ui.xml:
5174         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5175         
5176         Enter as shortcut key for next page. Fix for the bug
5177         #321394.
5178
5179 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5180
5181         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5182
5183 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5186         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5187         (new_selection_pixbuf_needed),
5188         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5189         (clear_job_selection):
5190         
5191         Too early for 0.5. Pixbuf cache code cleaned a bit.
5192
5193 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5194
5195         * NEWS:
5196         * configure.ac:
5197         
5198         Release 0.5.0 preparation
5199
5200 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5201
5202         * comics/Makefile.am:
5203         * configure.ac:
5204         * shell/ev-document-types.c: (ev_document_types_add_filters):
5205         
5206         More advanced handling of custom mime type installation.
5207
5208 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * data/evince.schemas.in:
5211         * shell/ev-metadata-manager.c: (value_free),
5212         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5213         (ev_metadata_manager_get), (ev_metadata_manager_set):
5214         * shell/ev-metadata-manager.h:
5215         * shell/ev-window.c: (update_chrome_flag),
5216         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5217         (setup_document_from_metadata), (setup_chrome_from_metadata),
5218         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5219         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5220         (ev_window_view_toolbar_cb),
5221         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5222         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5223         
5224         Save last document settings and reuse them for new documents.
5225
5226 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5227
5228         * Makefile.am:
5229         * backend/Makefile.am:
5230         * backend/ev-document-factory.c:
5231         * backend/ev-document-factory.h:
5232         * comics/Makefile.am:
5233         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5234         (comics_document_load), (comics_document_save),
5235         (comics_document_get_n_pages), (comics_document_get_page_size),
5236         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5237         (comics_document_class_init), (comics_document_can_get_text),
5238         (comics_document_get_info), (comics_document_document_iface_init),
5239         (comics_document_init), (get_supported_image_extensions),
5240         (comics_document_thumbnails_get_geometry),
5241         (comics_document_thumbnails_get_thumbnail),
5242         (comics_document_thumbnails_get_dimensions),
5243         (comics_document_document_thumbnails_iface_init), (extract_argv):
5244         * comics/comics-document.h:
5245         * comics/ev-cbr-mime.xml:
5246         * configure.ac:
5247         * po/POTFILES.in:
5248         * shell/ev-application.c: (ev_application_register_service):
5249         * shell/ev-document-types.c: (ev_document_types_add_filters):
5250         * thumbnailer/Makefile.am:
5251         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5252         
5253         New CBR/CBZ backend for comic books.
5254
5255 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * shell/main.c: (load_files_remote):
5258
5259         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5260         warning on startup of second instance is fixed. It
5261         is bug #320353.
5262
5263 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * shell/ev-window.c: (ev_window_finalize):
5266         
5267         Fix double free that cause crash.
5268
5269 2005-10-29  Bastien Nocera <hadess@hadess.net>
5270
5271         * tiff/tiff-document.c: (tiff_document_load):
5272         
5273         Fix memory leak.
5274
5275 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * po/POTFILES.in:
5278         * shell/Makefile.am:
5279         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5280         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5281         (ev_view_accessible_get_text),
5282         (ev_view_accessible_get_character_at_offset),
5283         (ev_view_accessible_get_text_before_offset),
5284         (ev_view_accessible_get_text_at_offset),
5285         (ev_view_accessible_get_text_after_offset),
5286         (ev_view_accessible_get_character_count),
5287         (ev_view_accessible_get_caret_offset),
5288         (ev_view_accessible_set_caret_offset),
5289         (ev_view_accessible_get_run_attributes),
5290         (ev_view_accessible_get_default_attributes),
5291         (ev_view_accessible_get_character_extents),
5292         (ev_view_accessible_get_offset_at_point),
5293         (ev_view_accessible_get_n_selections),
5294         (ev_view_accessible_get_selection),
5295         (ev_view_accessible_add_selection),
5296         (ev_view_accessible_remove_selection),
5297         (ev_view_accessible_set_selection),
5298         (ev_view_accessible_text_iface_init),
5299         (ev_view_accessible_idle_do_action),
5300         (ev_view_accessible_action_do_action),
5301         (ev_view_accessible_action_get_n_actions),
5302         (ev_view_accessible_action_get_description),
5303         (ev_view_accessible_action_get_name),
5304         (ev_view_accessible_action_set_description),
5305         (ev_view_accessible_action_iface_init),
5306         (ev_view_accessible_get_type), (ev_view_accessible_new),
5307         (ev_view_accessible_factory_get_accessible_type),
5308         (ev_view_accessible_factory_create_accessible),
5309         (ev_view_accessible_factory_class_init),
5310         (ev_view_accessible_factory_get_type):
5311         * shell/ev-view-accessible.h:
5312         * shell/ev-view-private.h:
5313         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5314         * shell/ev-view.h:
5315         
5316         Initial accessibility support.
5317
5318 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5319
5320         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5321
5322 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5323
5324         * shell/ev-print-job.c: (idle_print_handler):
5325         
5326         Fix for bug Bug 318916: Printing multiple pages.
5327
5328 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5329
5330         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5331
5332 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5333
5334         * pdf/ev-poppler.cc:
5335         
5336         Thumnail dimensions unified with other backends.
5337         
5338         * shell/ev-window-title.c: (ev_window_title_update):
5339         
5340         Fix warning.
5341
5342 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * data/ev-stock-zoom-fit-width.png:
5345         
5346         Remove unused file.
5347
5348 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5349
5350         * configure.ac:
5351         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5352         (djvu_document_finalize):
5353         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5354         (dvi_document_finalize):
5355         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5356         (pixbuf_document_save), (pixbuf_document_finalize):
5357         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5358         (tiff_document_finalize):
5359         
5360         Save a copy implemented for various backends.
5361
5362 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5363
5364         * configure.ac:
5365         
5366         Don't link with ltiff if tiff is disabled.
5367
5368 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * pdf/GDKSplashOutputDev.cc:
5371         * pdf/GDKSplashOutputDev.h:
5372         * pdf/Thumb.cc:
5373         * pdf/Thumb.h:
5374         * pdf/pdf-document.cc:
5375         * pdf/pdf-document.h:
5376         * pdf/test-gdk-output-dev.cc:
5377         
5378         Remove old unused files.
5379
5380 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * shell/ev-window.c: (ev_window_setup_document):
5383         
5384         Fixed warnings on reload and probably crash reason.
5385
5386 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * properties/ev-properties-view.c:
5389         (ev_properties_view_format_date):
5390         
5391         Check if date is invalid. Fix for bug 318134.
5392
5393 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5394
5395         * shell/ev-window-title.c:
5396         
5397         Add .indd files (Adobe Indesign) to the list of "bad
5398         extensions".
5399
5400 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5401
5402         * data/evince-ui.xml:
5403         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5404         
5405         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5406
5407 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5408
5409         * shell/ev-window.c: (launch_link), (launch_external_uri),
5410         (view_external_link_cb):
5411
5412         URL-escape link before passing it to gnome_vfs_url_show.
5413
5414 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5415
5416         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5417         there isn't text selected.
5418
5419 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5420
5421         * shell/ev-view.c: (handle_link_over_xy):
5422
5423         Check tooltip is valid utf8 before showing it
5424
5425 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5426
5427         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5428
5429 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5430
5431         * shell/ev-window-title.c: (ev_window_title_update):
5432
5433         Guard against using g_strstrip on NULL. Fixes bug #317291.
5434
5435 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5436
5437         * pdf/ev-poppler.cc:
5438
5439         Show title even for unknown links
5440
5441 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5442
5443         * shell/ev-window-title.c: (ev_window_title_update):
5444
5445         Strip the title string
5446
5447 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5448
5449         * shell/ev-window-title.c:
5450
5451         Add .rtf to the bad extensions list
5452
5453 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5454
5455         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5456         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5457
5458         Ignore link coordinates if they are outside page bounds
5459
5460 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5461
5462         * backend/ev-link.c: (ev_link_type_get_type),
5463         (ev_link_get_filename), (ev_link_get_params),
5464         (ev_link_get_property), (ev_link_set_property),
5465         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5466         * backend/ev-link.h:
5467         * pdf/ev-poppler.cc:
5468         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5469         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5470         (ev_window_init):
5471
5472         Implement launch links. Delegate external link opening to
5473         the window.
5474
5475 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5476
5477         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5478         (ev_link_get_right), (ev_link_get_property),
5479         (ev_link_set_property), (ev_link_class_init),
5480         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5481         * backend/ev-link.h:
5482         * pdf/ev-poppler.cc:
5483         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5484
5485         Implement fitr links
5486
5487 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5488
5489         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5490         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5491         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5492         (ev_view_size_request_continuous),
5493         (ev_view_size_request_dual_page),
5494         (ev_view_size_request_single_page), (ev_view_size_allocate),
5495         (ev_view_zoom_for_size_continuous_and_dual_page),
5496         (ev_view_zoom_for_size_continuous),
5497         (ev_view_zoom_for_size_dual_page),
5498         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5499         (ev_sizing_mode_get_type):
5500         * shell/ev-view.h:
5501         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5502
5503         Do not use modes for link, we need to calculate size ad hoc.
5504         Still not perfect because of the usual scrollbar issues grrr.
5505
5506 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5507
5508         * backend/ev-link.c: (ev_link_type_get_type),
5509         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5510         * backend/ev-link.h:
5511         * pdf/ev-poppler.cc:
5512         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5513         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5514         (ev_view_size_request_continuous),
5515         (ev_view_size_request_dual_page),
5516         (ev_view_size_request_single_page), (ev_view_size_allocate),
5517         (zoom_for_size_fit_height),
5518         (ev_view_zoom_for_size_continuous_and_dual_page),
5519         (ev_view_zoom_for_size_continuous),
5520         (ev_view_zoom_for_size_dual_page),
5521         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5522         (ev_sizing_mode_get_type):
5523         * shell/ev-view.h:
5524         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5525
5526         Implement FIT_HEIGHT mode (only for links).
5527         Implement FITH links
5528
5529 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5530
5531         * shell/ev-window-title.c: (get_filename_from_uri),
5532         (ev_window_title_sanitize_extension), (ev_window_title_update),
5533         (ev_window_title_set_document), (ev_window_title_set_uri),
5534         (ev_window_title_free):
5535         * shell/ev-window-title.h:
5536         * shell/ev-window.c: (ev_window_setup_document),
5537         (ev_window_popup_password_dialog):
5538
5539         Refactor window title building while fixing it for
5540         password documents.
5541
5542 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5543
5544         * pdf/ev-poppler.cc:
5545
5546         Escape link title before setting it in the model
5547
5548 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5549
5550         * shell/ev-application.c: (removed_from_session), (save_session),
5551         (init_session), (ev_application_get_empty_window),
5552         (ev_application_init), (ev_application_get_windows):
5553         * shell/ev-application.h:
5554         * shell/ev-window.c: (ev_window_finalize):
5555
5556         Add a function to retrieve window list and share it where
5557         necessary.
5558         Implement session handling, works pretty well thanks to the
5559         metadata system.
5560
5561 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * shell/ev-password.c: (ev_password_item_created_callback),
5564         (ev_password_dialog_save_password):
5565         
5566         Fix for bug 316972. Use async gnome-keyring API.
5567
5568 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5569
5570         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5571         Remove unused unrealize handler. Add scroll handling to
5572         ev_view_scroll_event for presentation mode (bug #316708),
5573         and fix the event state checks there.
5574
5575 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5576
5577         * shell/ev-page-action.c: (page_changed_cb):
5578
5579         "marco, maybe we should be crazy and jump right to 6! :)"
5580
5581         Bryan Clark, Sep 2005
5582
5583 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5584
5585         * ps/ps-document.c: (save_document), (ps_document_save),
5586         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5587         (ps_document_ps_export_end):
5588
5589         Fix unstructured documents save and print
5590
5591 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5592
5593         * shell/ev-application.c: (ev_application_open_uri):
5594
5595         Fix window size persistance
5596
5597 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5598
5599         * shell/ev-view.c: (ev_view_button_release_event):
5600
5601         Based on a patch from carlosgc@gnome.org. Mouse buttons
5602         switch pages in presentation mode.
5603
5604 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5605
5606         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5607
5608         Dont cast to int before scaling
5609
5610 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5611
5612         * backend/ev-link.c: (ev_link_type_get_type),
5613         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5614         (ev_link_new_page_fith):
5615         * backend/ev-link.h:
5616         * pdf/ev-poppler.cc:
5617         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5618
5619         Implement FIT and FITH links
5620
5621 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5622
5623         * pdf/ev-poppler.cc:
5624
5625         Return 0 results when search is not in progress.
5626
5627         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5628         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5629
5630         Update menu sensitivity when cancelling search
5631
5632 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5633
5634         * shell/ev-view.c: (ev_view_can_find_next):
5635
5636         Take all pages in consideration, not just current one
5637
5638 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5639
5640         * shell/ev-page-cache.c:
5641         * shell/ev-page-cache.h:
5642         * shell/ev-view.c: (ev_view_binding_activated),
5643         (ev_view_next_page), (ev_view_previous_page),
5644         (ev_sizing_mode_get_type):
5645         * shell/ev-view.h:
5646         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5647         (ev_window_cmd_go_next_page):
5648
5649         Move page next/previous functions from page chace to
5650         view and change it to move by 2 page steps in dual mode.
5651
5652 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5653
5654         * shell/ev-window.c: (update_sidebar_visibility),
5655         (setup_sidebar_from_metadata), (ev_window_setup_document),
5656         (setup_view_from_metadata):
5657
5658         Show the index by default when there is one     
5659
5660 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5661
5662         * shell/ev-window-title.c: (ev_window_title_set_document):
5663
5664         Missing null check
5665
5666 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-view.c: (view_update_range_and_current_page):
5669         
5670         Allow display of last odd page in dual view. Fix for 316347.
5671
5672 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5673
5674         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5675         
5676         Make close button default. Fix for 316383.
5677
5678 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5679
5680         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5681         
5682         Mark close button as default. Fix for 316381.
5683
5684 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * backend/ev-link.c: (ev_link_class_init):
5687
5688         Allow negative doubles in left/top properties
5689
5690 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5691
5692         * shell/ev-window.c:
5693
5694         Remove a bunch of strings that was used only
5695         by the statusbar.
5696
5697 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5698
5699         * shell/ev-window-title.c: (get_filename_from_uri),
5700         (ev_window_title_set_document):
5701
5702         When title has a confusing extension, show also
5703         the document filename inside ()
5704
5705 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5706
5707         * shell/Makefile.am:
5708         * shell/ev-window-title.c: (ev_window_title_new),
5709         (ev_window_title_update), (ev_window_title_set_type),
5710         (ev_window_title_set_document), (ev_window_title_free):
5711         * shell/ev-window-title.h:
5712         * shell/ev-window.c: (ev_window_setup_document),
5713         (password_dialog_response), (ev_window_popup_password_dialog),
5714         (ev_window_dispose), (ev_window_init):
5715
5716         Factor out and cleanup window title code
5717
5718 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5719
5720         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5721         (unable_to_load):
5722
5723         Make dialog transient so it doesnt block other windows
5724
5725 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * pdf/ev-poppler.cc:
5728         
5729         Fix pdf thumbnails rendering.
5730
5731 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5732
5733         * shell/ev-window.c: (fullscreen_set_timeout):
5734         
5735         Increase timeout to hide full screen popup. Bug 
5736         316123. 
5737
5738 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * data/evince.schemas.in:
5741         * shell/ev-window.c: (update_action_sensitivity):
5742
5743         Allow the user to override document restrictions. Fix for bug
5744         305818.
5745
5746 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5747
5748         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5749         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5750         (ev_window_class_init): Fix multihead behaviour of fullscreen
5751         toolbar popup. Fixes bug #315451.
5752
5753 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5754
5755         * configure.ac:
5756         * data/evince-password.glade:
5757         * shell/ev-password.c: (ev_password_dialog_set_property),
5758         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5759         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5760         (ev_password_dialog_entry_changed_cb),
5761         (ev_password_dialog_entry_activated_cb),
5762         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5763         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5764         (ev_password_dialog_set_bad_pass):
5765         * shell/ev-password.h:
5766         * shell/ev-window.c: (password_dialog_response),
5767         (ev_window_popup_password_dialog):
5768         
5769         Support for gnome-keyring for encrypted PDF's.
5770
5771 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5772
5773         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5774         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5775         (ev_view_enter_notify_event), (ev_view_class_init):
5776         
5777         More precise handling of enter_notify/leave_notify events
5778         in EvView. Fix for bug 315470.
5779
5780 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5781
5782         * shell/ev-window.c: (fullscreen_timeout_cb),
5783         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5784         (ev_window_dispose):
5785
5786         leak fix: unref fullscreen_timeout_source before clearing it
5787
5788 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * configure.ac, dvi/mdvi/Makefile.am: 
5791         
5792         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5793
5794 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5795
5796         * backend/ev-link.c: (ev_link_new_page_xyz):
5797         * pdf/ev-poppler.cc:
5798         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5799
5800         Fix some bugs with xyz links, respect zoom
5801
5802 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5803
5804         * shell/ev-window.c: (page_changed_cb),
5805         (setup_document_from_metadata), (update_sidebar_visibility),
5806         (setup_view_from_metadata), (ev_window_run_fullscreen),
5807         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5808         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5809         (ev_window_dual_mode_changed_cb),
5810         (ev_window_sidebar_current_page_changed_cb):
5811
5812         null check uri before setting and getting metadata
5813
5814 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5815
5816         * dvi/Makefile.am:
5817         * properties/Makefile.am:
5818         * shell/Makefile.am:
5819         * thumbnailer/Makefile.am:
5820
5821         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5822
5823 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5824
5825         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5826         (selection_changed_callback):
5827         * shell/ev-sidebar-links.h:
5828
5829         Add a signal for link activation.
5830
5831         * shell/ev-view.c: (ev_view_goto_link),
5832         (ev_view_button_release_event):
5833         * shell/ev-view.h:
5834         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5835         (ev_window_init):
5836
5837         Implement the signal so that we can handle all link types.
5838
5839         * shell/ev-page-cache.c:
5840
5841         Remove unused set_link function
5842
5843 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5844
5845         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5846
5847         Add some space from the cursor, hardcoded but I couldnt
5848         find a better way.
5849
5850 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5851
5852         * lib/ev-tooltip.c:
5853
5854         Use mozilla style vs gtk style, way better for links.
5855
5856         * shell/ev-view.c: (ev_view_motion_notify_event),
5857         (ev_view_destroy), (ev_view_init):
5858
5859         Deactive tooltip when the link hovered is changed.
5860
5861 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5862
5863         * backend/ev-document.h:
5864         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5865         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5866         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5867         (ev_link_new_page), (ev_link_new_page_xyz):
5868         * backend/ev-link.h:
5869         * pdf/ev-poppler.cc:
5870         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5871         (go_to_link), (tip_from_link):
5872
5873         Implement xyz links, still not functional. Links are a total
5874         mess, will need to refactor and bugfix a lot :(
5875
5876 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5877
5878         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5879
5880 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5881
5882         * data/evince-ui.xml:
5883         * data/evince.schemas.in:
5884         * shell/Makefile.am:
5885         * shell/ev-window.c: (update_chrome_visibility),
5886         (password_dialog_response), (ev_window_load_job_cb),
5887         (ev_window_xfer_job_cb), (ev_window_open_uri),
5888         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5889         (ev_window_init):
5890
5891         Remove the statusbar. This regress loading feedback, need to
5892         check with Bryan what we want to do there...
5893
5894 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5895
5896         * lib/ev-tooltip.c: (ev_tooltip_init):
5897
5898         Fix tooltip border and size handling
5899
5900 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5901
5902         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5903         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5904         (ev_tooltip_timeout), (ev_tooltip_activate),
5905         (ev_tooltip_deactivate):
5906         * lib/ev-tooltip.h:
5907         * shell/ev-view.c: (ev_view_motion_notify_event):
5908
5909         Delay popup showing. Mirror gtk logic/times.
5910
5911 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5912
5913         * lib/Makefile.am:
5914         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5915         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5916         (ev_tooltip_set_text), (ev_tooltip_set_position):
5917         * lib/ev-tooltip.h:
5918
5919         Simple widget to show tooltips at a custom position
5920
5921         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5922         (ev_view_destroy):
5923
5924         Use it for links. First go, needs work
5925
5926 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5927
5928         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5929         HIG fixes.  Use title capitalization for window title. Use 12 
5930         pixels of space between the dialog's vbox and action area.
5931
5932 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5933
5934         * shell/ev-window.c: (file_open_dialog_response_cb),
5935         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5936         (ev_window_cmd_save_as):
5937
5938         Make file pickers not modal and refactor code some
5939
5940 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5941
5942         * shell/ev-sidebar.h:
5943         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5944         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5945         (ev_sidebar_class_init), (ev_sidebar_select_page),
5946         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5947         (ev_sidebar_set_page):
5948
5949         Add a current page property and allow to get/set it
5950
5951         * shell/ev-window.c: (setup_view_from_metadata),
5952         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5953
5954         Persist current sidebar page per document
5955
5956 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * data/evince.schemas.in:
5959         * shell/ev-window.c: (update_chrome_visibility),
5960         (setup_document_from_metadata), (update_sidebar_visibility),
5961         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5962         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5963         (ev_window_run_presentation), (ev_window_stop_presentation),
5964         (ev_window_view_sidebar_cb),
5965         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5966         (load_chrome), (ev_window_init):
5967
5968         Persist size/visibility of sidebar per document
5969
5970 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5971
5972         * shell/ev-view.c (draw_loading_text): Draw loading text.
5973
5974 2005-09-02  Dan Damian  <dand@gnome.ro>
5975
5976         * configure.in: Added "ro" to ALL_LINGUAS.
5977
5978 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5979
5980         * shell/ev-view.c: (clear_caches):
5981
5982         ev_page_cache_get doesnt return a reference,
5983         dont try to unref it.
5984
5985 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5986
5987         * shell/main.c: (load_files_remote):
5988
5989         Fix timestamp parameter with dbus <= 0.33
5990
5991 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5992
5993         * data/evince.schemas.in:
5994
5995         Add missing full stop
5996
5997 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5998
5999         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6000         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6001
6002         Plug some memory leaks
6003
6004 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6005
6006         * configure.ac:
6007         * lib/ev-debug.c: (trap_handler):
6008
6009         Check for execinfo.h and use it only if it exists.
6010         Ported from Epiphany (bug #314776).
6011
6012 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6013
6014         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6015
6016 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6017
6018         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6019         * po/id.po      : Added Indonesian translation
6020
6021 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6022
6023         * shell/main.c:
6024         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6025         * NEWS: Release 0.4.0
6026
6027 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6028
6029         * configure.ac: catch another gtk+-2.8ism
6030         * shell/main.c: Make work with gtk+-2.6
6031
6032 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6033
6034         * shell/ev-application-service.xml: Add 'timestamp' argument to
6035           ev_application_open_window and ev_application_open_uri methods.
6036
6037         * shell/ev-application.h: Add 'timestamp' argument to
6038           ev_application_open_window, ev_application_open_uri,
6039           and ev_application_open_uri_list functions.
6040
6041         * shell/ev-application.c (ev_application_open_window,
6042           ev_application_open_uri, ev_application_open_uri_list): Change
6043           functions that show/present windows to use a timestamp if one
6044           is passed in.
6045
6046         * shell/ev-window.c (ev_window_cmd_file_open,
6047           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6048         * shell/main.c (load_files): Modify calls to ev_application to
6049           include GDK_CURRENT_TIME as timestamp.
6050
6051         * shell/main.c (load_files_remote): Obtain timestamp for client
6052           instance from GDK and pass to server instance so new windows are
6053           focused properly.  Fix dbus_g_proxy_call() calls by including second
6054           G_TYPE_INVALID.
6055           
6056         Closes bug #314475.
6057
6058 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6059
6060         * shell/ev-window.c (ev_window_finalize): Check for
6061         avail. EvWindows when quiting to handle the finalize better,
6062         #314497
6063
6064 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065         
6066         * properties/ev-properties-view.c: 
6067         
6068         Set textdomain to libglade. Fixes translation problem in property page.
6069
6070 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6073         * dvi/Makefile.am:
6074         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6075         * dvi/mdvi-lib/Makefile.am:
6076         
6077         Fix rotation of thumbnails, ported to new API. Moved library
6078         dependencies earlier, probably it will fix linkage problem.
6079
6080 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6081
6082         * backend/ev-document-misc.c:
6083         (ev_document_misc_get_thumbnail_frame):
6084         * backend/ev-document-misc.h:
6085         * configure.ac:
6086         * pdf/ev-poppler.cc:
6087         * shell/Makefile.am:
6088         * shell/ev-sidebar-thumbnails.c: (add_range),
6089         (ev_sidebar_thumbnails_set_loading_icon),
6090         (ev_sidebar_thumbnails_refresh),
6091         (ev_sidebar_thumbnails_set_document):
6092         * shell/ev-sidebar-thumbnails.h:
6093         * shell/ev-view.c: (ev_view_motion_notify_event),
6094         (ev_view_set_property), (ev_view_get_property),
6095         (ev_view_class_init), (ev_view_set_rotation):
6096         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6097         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6098         (ev_window_init):
6099         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6100         Redo rotation (again).  prepare for 0.4.0
6101
6102 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6103
6104         * configure.ac: Bump poppler requirement to 0.4.1.
6105
6106         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6107         argument to poppler_page_render_selection() call.
6108
6109 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6112         (djvu_document_thumbnails_get_thumbnail):
6113         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6114         (dvi_document_thumbnails_get_thumbnail):
6115         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6116         (pixbuf_document_thumbnails_get_thumbnail):
6117         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6118         
6119         Update rotation direction of backends to fit with pdf and ps.
6120
6121 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6122
6123         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6124         * backend/ev-async-renderer.h:
6125         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6126         (setup_page), (ps_document_get_page_size),
6127         (ps_async_renderer_render_pixbuf):
6128         * ps/ps-document.h:
6129         * shell/ev-jobs.c: (ev_job_render_run):
6130
6131         Fix orientation in the postscript document
6132
6133 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6134
6135         * pdf/ev-poppler.cc:
6136         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6137         * shell/ev-view.c: (highlight_find_results):
6138
6139         Adapt to the new poppler rotation API. Fix text maps on landscape
6140         documents.
6141
6142 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6143
6144         * shell/ev-view.c (compute_new_selection_text): get the correct
6145         region when selecting in modes other than continuous.
6146
6147 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6148
6149         * shell/main.c (main): remove redundant g_warnings.
6150
6151 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * shell/Makefile.am: Don't include autogenerated
6154         file ev-application-service.h into distribution, since
6155         it causes dbus crash. Fix for bugs 313724 and 313443. 
6156
6157 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6158
6159         * configure.ac: Fix sed expression for FreeBSD. Thanks
6160         to Joe Marcus Clark <marcus@freebsd.org>
6161         
6162         * shell/eggfindbar.c: (entry_activate_callback),
6163         (entry_changed_callback), (egg_find_bar_init),
6164         (egg_find_bar_set_search_string):
6165         
6166         Made findbar buttons unsensitive if there is no text in
6167         entry. Fix for the bug 313285.
6168
6169 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6170
6171         * ps/ps-document.c: Use g_filename_display_name for displaying
6172         filenames and revert string freeze breackage
6173
6174 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6175
6176         * NEWS:
6177         * configure.ac:
6178
6179         Update for 0.3.4
6180
6181         * shell/Makefile.am:
6182
6183         Add ev-application-service.xml to extra dist
6184
6185         * shell/ev-view.c: (find_page_at_location):
6186
6187         Remove unused function (fix warning)
6188
6189 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6190
6191         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6192         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6193         
6194         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6195         bug 313623.
6196
6197 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6198
6199         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6200         * shell/ev-window.c:
6201         Fix build warnings
6202
6203 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6204
6205         * configure.ac: Update script to get dbus version.
6206         Fix for the bug #313443.
6207
6208 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6209
6210         * shell/ev-window.c: (ev_window_cmd_escape):
6211         
6212         Return focus back to view on escape. Fix for bug 313295.
6213
6214 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6215
6216         * shell/ev-window.c: (update_window_title),
6217         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6218         (ev_window_cmd_save_as):
6219         
6220         Correct conversion from uri to displayable string. Fix for
6221         bug 313296.
6222
6223 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6224
6225         * ps/ps-document.c: convert filename to utf8 when there is an error
6226         loading document. Fixes #309915
6227
6228 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6229
6230         * configure.ac:
6231
6232         We depend on poppler 0.4.0
6233
6234 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6235
6236         * configure.ac:
6237         * NEWS: Release 0.3.3.
6238         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6239
6240 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6241
6242         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6243         add a couple missing mnemonics to menu items, use title 
6244         capitalization for menu items and window titles, and add 
6245         ellipsis to open menu item.     
6246
6247 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6248
6249         * pdf/ev-poppler.cc:
6250         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6251         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6252         (ev_view_get_rotation):
6253         * shell/ev-view.h:
6254         * shell/ev-window.c: (setup_view_from_metadata),
6255         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6256         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6257         disk.
6258
6259 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6260
6261         * configure.ac: Added tr to ALL_LINGUAS
6262
6263 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6264
6265         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6266         requires several clicks to find word. Thanks to 
6267         Colin Slater <kiltedtaco@gmail.com>.
6268
6269 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6270
6271         * data/evince.desktop.in.in: Hide menu entry and
6272         rename it to "Document Viewer". Fix for bug 
6273         #312399.
6274
6275 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6276
6277         * shell/ev-page-action.c (ev_page_action_class_init): 
6278
6279         Point to the correct function in constructor of the
6280         activate_label signal
6281
6282 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6283
6284         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6285         * shell/ev-jobs.h: Make thread safe.
6286
6287 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * shell/ev-view.c: (view_update_range_and_current_page):
6290         Don't update page range if we are scrolling to some document
6291         point.
6292
6293 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6296         when getting max_page_width, fix drawing in dual mode.
6297
6298 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6299
6300         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6301         getting the area for select_all.
6302
6303 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6304
6305         * backend/ev-selection.c: (ev_selection_render_selection):
6306         * backend/ev-selection.h:
6307         * pdf/ev-poppler.cc:
6308         * shell/ev-jobs.c: (ev_job_render_new):
6309         * shell/ev-jobs.h:
6310         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6311         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6312         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6313         (ev_view_class_init):
6314
6315         Change selection color on focus in and focus out events.  Also,
6316         poppler now uses GdkColor for specifying the selection colors, so
6317         drop some awkward conversion code.
6318
6319 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6320
6321         * configure.ac: Added Hebrew translation
6322
6323 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6324
6325         * NOTES:
6326         * backend/ev-selection.c: (ev_selection_render_selection):
6327         * backend/ev-selection.h:
6328         * pdf/ev-poppler.cc:
6329         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6330         (ev_job_render_run):
6331         * shell/ev-jobs.h:
6332         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6333         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6334         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6335         (ev_pixbuf_cache_style_changed),
6336         (ev_pixbuf_cache_get_selection_pixbuf),
6337         (ev_pixbuf_cache_set_selection_list),
6338         (ev_pixbuf_cache_get_selection_list):
6339         * shell/ev-pixbuf-cache.h:
6340         * shell/ev-utils.c: (ev_print_region_contents):
6341         * shell/ev-utils.h:
6342         * shell/ev-view.c: (ev_view_queue_draw_page),
6343         (selection_update_idle_cb), (ev_view_motion_notify_event),
6344         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6345         (setup_caches), (ev_view_find_next), (merge_selection_region),
6346         (selection_free):
6347         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6348
6349         Clean up selection to be much smoother!
6350
6351 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6352
6353         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6354         to poppler_page_render_selection().
6355
6356 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6357
6358         * ps/ps-document.c: (save_page_list): Use
6359         unzipped document when printing. Thanks to 
6360         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6361         311016.
6362
6363 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * shell/ev-window.c: (update_action_sensitivity):
6366         
6367         Disable print and save respect to lockdown gconf keys. Fix
6368         for 312342.
6369
6370 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * configure.ac:
6373         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6374         (write_to_temp_file), (ev_file_set_contents):
6375         * shell/ev-utils.h:
6376         * shell/ev-window.c: (save_print_config_to_file):
6377         
6378         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6379         Fix for bug 312238
6380
6381 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6382
6383         * shell/ev-window.c: (load_print_config_from_file),
6384         (save_print_config_to_file), (ev_window_print_range):
6385
6386         Persist the print settings. Fixes bug #311578.
6387
6388 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * djvu/djvu-document.c: (djvu_document_get_page_size),
6391         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6392         (djvu_document_thumbnails_get_thumbnail):
6393         * dvi/dvi-document.c: (dvi_document_get_page_size),
6394         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6395         (dvi_document_thumbnails_get_dimensions),
6396         (dvi_document_thumbnails_get_thumbnail):
6397         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6398         (pixbuf_document_render_pixbuf),
6399         (pixbuf_document_document_iface_init),
6400         (pixbuf_document_thumbnails_get_thumbnail):
6401         
6402         Update backends to make them build with new rotation system.
6403
6404 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6405
6406         * help/C/figures/evince_start_window.png:
6407         
6408         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6409
6410 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6411
6412         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6413         * shell/ev-pixbuf-cache.h:
6414         * shell/ev-sidebar-thumbnails.c:
6415         (ev_sidebar_thumbnails_get_property), (add_range),
6416         (adjustment_changed_cb):
6417         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6418         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6419         we were thumbnailing the entire docment on startup, slowing us
6420         down hugely. 
6421
6422 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6423
6424         * shell/ev-page-cache.c: (ev_page_cache_new):
6425         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6426         == 0, fixes #310306.
6427
6428 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6429
6430         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6431         (ev_view_rotate_left):
6432
6433         Account rotation in doc_rect_to_view_rect.
6434         Ensure rotation doesnt go out of bounds.
6435
6436 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6437
6438         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6439
6440         Correct and cleanup w/h swapping
6441
6442 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6443
6444         * backend/ev-document-thumbnails.c:
6445         (ev_document_thumbnails_get_thumbnail):
6446         * backend/ev-document-thumbnails.h:
6447         * backend/ev-document.c:
6448         * backend/ev-document.h:
6449         * backend/ev-render-context.c: (ev_render_context_new),
6450         (ev_render_context_set_rotation):
6451         * backend/ev-render-context.h:
6452         * pdf/ev-poppler.cc:
6453         * ps/ps-document.c: (ps_document_document_iface_init):
6454         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6455         * shell/ev-jobs.h:
6456         * shell/ev-page-cache.c: (build_height_to_page),
6457         (ev_page_cache_new), (ev_page_cache_get_size),
6458         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6459         (ev_page_cache_get_height_to_page):
6460         * shell/ev-page-cache.h:
6461         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6462         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6463         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6464         (ev_pixbuf_cache_get_selection_pixbuf):
6465         * shell/ev-pixbuf-cache.h:
6466         * shell/ev-print-job.c: (idle_print_handler):
6467         * shell/ev-sidebar-thumbnails.c: (add_range):
6468         * shell/ev-view.c: (view_update_range_and_current_page),
6469         (get_page_y_offset), (get_page_extents),
6470         (ev_view_size_request_continuous_dual_page),
6471         (ev_view_size_request_continuous),
6472         (ev_view_size_request_dual_page),
6473         (ev_view_size_request_single_page), (draw_one_page),
6474         (ev_view_set_rotation), (ev_view_rotate_right),
6475         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6476         (ev_view_zoom_for_size_continuous_and_dual_page),
6477         (ev_view_zoom_for_size_continuous),
6478         (ev_view_zoom_for_size_dual_page),
6479         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6480         (ev_view_select_all):
6481         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6482         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6483         (tiff_document_document_iface_init),
6484         (tiff_document_thumbnails_get_thumbnail):
6485
6486         Use rotation rather than orientation. It's easier and enough
6487         for our needs.
6488
6489 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6490
6491         * shell/ev-page-cache.c: (build_height_to_page),
6492         (ev_page_cache_new), (ev_page_cache_get_size),
6493         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6494         (ev_page_cache_get_height_to_page):
6495         * shell/ev-page-cache.h:
6496         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6497         (ev_view_size_request_continuous_dual_page),
6498         (ev_view_size_request_continuous),
6499         (ev_view_zoom_for_size_continuous_and_dual_page),
6500         (ev_view_zoom_for_size_continuous):
6501
6502         Make the page cache aware of page orientation.
6503
6504 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * backend/ev-document-thumbnails.c:
6507         (ev_document_thumbnails_get_thumbnail):
6508         * backend/ev-document-thumbnails.h:
6509         * backend/ev-document.c:
6510         * backend/ev-document.h:
6511         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6512         * backend/ev-ps-exporter.h:
6513         * pdf/ev-poppler.cc:
6514         * ps/ps-document.c: (ps_document_document_iface_init),
6515         (ps_document_ps_export_do_page):
6516         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6517         * shell/ev-jobs.h:
6518         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6519         (ev_page_cache_get):
6520         * shell/ev-page-cache.h:
6521         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6522         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6523         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6524         * shell/ev-pixbuf-cache.h:
6525         * shell/ev-print-job.c: (idle_print_handler):
6526         * shell/ev-sidebar-thumbnails.c: (add_range):
6527         * shell/ev-view.c: (view_update_range_and_current_page),
6528         (get_page_extents), (ev_view_size_request_dual_page),
6529         (ev_view_size_request_single_page), (draw_one_page),
6530         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6531         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6532         (ev_view_zoom_for_size_dual_page),
6533         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6534         (ev_view_select_all):
6535         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6536         * tiff/tiff-document.c: (tiff_document_get_page_size),
6537         (tiff_document_get_orientation), (rotate_pixbuf),
6538         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6539         (tiff_document_thumbnails_get_thumbnail),
6540         (tiff_document_ps_export_do_page), (tiff_document_init):
6541
6542         Really make use of the orientation bit of the render context.
6543         Use the render context in a few more places in the backend API.
6544         This regress orientation, but now it's done right. Will try to
6545         fix it up asap...
6546
6547 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6548
6549         * shell/ev-view.c: (ensure_rectangle_is_visible):
6550
6551         Patch by Nickolay V. Shmyrev to fix find flickering
6552
6553 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6554
6555         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6556         duplex parameters to ::begin.
6557
6558         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6559         * shell/ev-print-job.c (idle_print_handler): 
6560         * ps/ps-document.c (ps_document_ps_export_begin): 
6561         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6562         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6563         implementations. Poppler backend needs poppler cvs. Rest has
6564         unchanged behavior.
6565
6566 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6567
6568         * shell/ev-window.c (using_pdf_printer): new function.
6569         (ev_window_print_range): print a less techy message if someone
6570         tries to print to PDF.
6571
6572 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6573
6574         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6575         from "unknown font" string. Bug #311431
6576
6577 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6578
6579         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6580
6581 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6582
6583         Bug #311280
6584         
6585         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6586         name for PopplerFontTypes
6587         (pdf_document_fonts_fill_model): add font type to the detail column
6588
6589         * backend/ev-document-fonts.h: added
6590         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6591
6592         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6593         font name and font details, add a little markup.
6594         (ev_properties_fonts_init): use the new cell data func, specify ypad
6595         property for the cell renderer.
6596         (ev_properties_fonts_set_document): add the details column.
6597
6598 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6599
6600         * configure.ac: Added "pl" to ALL_LINGUAS.
6601
6602 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6603
6604         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6605
6606 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6607
6608         * help/ChangeLog: Started this for translations of manual.
6609         * configure.ac, autogen.sh, .cvsignore: Migrated to
6610         gnome-doc-utils. Patch in bug #311222.
6611
6612 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6613
6614         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6615         #ifdef this away to fix an unused-function warning.
6616
6617 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6618
6619         * configure.ac: Added 'gl' to ALL_LINGUAS.
6620
6621 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6622
6623         * configure.ac: Added ne in ALL_LINGUAS
6624         
6625 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6626
6627         * shell/ev-view.c: (ev_view_leave_notify_event):
6628         
6629         Clear status message when pointer leaves view. Fix for bug
6630         #310818 
6631
6632 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6633
6634         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6635
6636 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6637
6638         * shell/ev-view.c: (ev_view_leave_notify_event),
6639         (ev_view_class_init):
6640         
6641         Set cursor to normal then leaving view.
6642
6643 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6644
6645         * configure.ac:
6646         
6647         Fix required djvulibre version.
6648
6649 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6650
6651         *configure.ac: Hindi (hi) language added
6652
6653 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6654
6655         *configure.ac: Punjabi (pa) Language added
6656
6657 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6658
6659         * data/evince-ui.xml, shell/ev-window.c:
6660         
6661         Add keypad accelerators for zooming. Fix for bug 308128.
6662
6663 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6664
6665         * Makefile.am:
6666         * backend/Makefile.am:
6667         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6668         * configure.ac:
6669         * shell/ev-document-types.c: (ev_document_types_add_filters):
6670
6671         Allow to enable/disable the pixbuf backend.
6672         Default to off for now. If we want it enabled we should
6673         really put mime types in the desktop, implement properties etc.
6674
6675         * properties/evince-properties.c:
6676
6677         Initialize error to NULL.
6678         Check error is not NULL before freeing.
6679
6680 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6681
6682         * shell/ev-window.c:
6683
6684         Use F5 as presentation accell
6685
6686 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6687
6688         * shell/ev-window.c: (update_chrome_visibility),
6689         (ev_window_create_fullscreen_popup), (ev_window_init):
6690
6691         Do not leak the fullscreen toolbar
6692
6693 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6694
6695         * shell/ev-window.c: (view_actions_focus_in_cb),
6696         (view_actions_focus_out_cb):
6697
6698         These has a return value! Fix totally random focus
6699         issues we was seeing.
6700
6701 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6702
6703         * shell/main.c: (load_files_remote):
6704
6705         Allow open more than one file
6706
6707 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6708
6709         * shell/main.c: (load_files_remote):
6710
6711         Fix for dbus 0.33. bug #309975
6712
6713 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6714
6715         * properties/ev-properties-main.c: (ev_properties_get_pages):
6716
6717         Actually return NULL for types we dont support
6718
6719 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6720
6721         * po/POTFILES.in:
6722
6723         Remove empty lines.
6724
6725 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6726
6727         * backend/ev-document-factory.c:
6728         (ev_document_factory_get_document):
6729
6730         Do not try to create the object if type
6731         is invalid.
6732
6733 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6734
6735         * ps/ps-document.c: (ps_document_dispose),
6736         (ps_async_renderer_render_pixbuf):
6737         * ps/ps-document.h:
6738
6739         Do not leak the target window
6740
6741 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6742
6743         * shell/ev-application.c: (ev_application_init):
6744
6745         Let tbe check file existence for us.
6746         Add a comment about eggrecent mime filter.
6747
6748 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6749
6750         * data/evince-ui.xml:
6751         * shell/ev-application.c: (ev_application_shutdown),
6752         (ev_application_init), (ev_application_get_toolbars_model),
6753         (ev_application_get_recent_model),
6754         (ev_application_save_toolbars_model):
6755         * shell/ev-application.h:
6756         * shell/ev-window.c: (ev_window_add_recent),
6757         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6758         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6759         (ev_window_init):
6760
6761         Use common toolbar and recent models for all windows.
6762         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6763
6764 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6765
6766         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6767         successfully check for gtk_icon_view_get_visible_range.
6768
6769 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * djvu/Makefile.am:
6772         * dvi/Makefile.am:
6773         
6774         Fix djvu and dvi backend build.
6775
6776 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6777
6778         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6779         (new_separator_pixbuf):
6780
6781         Don't leak windows.
6782
6783 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6784
6785         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6786
6787         HIGification of toolbar editor dialogue.
6788
6789 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6790
6791         * configure.ac:
6792         * shell/Makefile.am:
6793
6794         Ever build metadata manager since it's just
6795         disabled at runtime now.
6796
6797 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6798
6799         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6800         (ev_metadata_manager_get), (ev_metadata_manager_set):
6801         * shell/ev-metadata-manager.h:
6802
6803         Add an _init functions that enabled metadata management
6804         at runtime.
6805
6806         * shell/ev-window.c: (page_changed_cb),
6807         (setup_document_from_metadata), (ev_window_setup_document),
6808         (setup_view_from_metadata), (ev_window_open_uri),
6809         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6810         (ev_window_run_presentation), (ev_window_stop_presentation),
6811         (save_sizing_mode), (ev_window_zoom_changed_cb),
6812         (ev_window_continuous_changed_cb),
6813         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6814         (window_configure_event_cb):
6815
6816         Remove all ugly metadata define since we deal with it
6817         at runtime now.
6818
6819         * shell/main.c: (load_files_remote), (main):
6820
6821         Add support for dbus cvs head. Hopefully didnt break one
6822         of the other versions now!
6823
6824         If we dont get a response from the dbus server just
6825         give up with it and not enable metadata.
6826
6827 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6828
6829         * Makefile.am:
6830         * backend/Makefile.am:
6831         * configure.ac:
6832         * cut-n-paste/recent-files/Makefile.am:
6833         * cut-n-paste/toolbar-editor/Makefile.am:
6834         * cut-n-paste/zoom-control/Makefile.am:
6835         * lib/Makefile.am:
6836         * pdf/Makefile.am:
6837         * pixbuf/Makefile.am:
6838         * properties/Makefile.am:
6839         * ps/Makefile.am:
6840         * shell/Makefile.am:
6841         * thumbnailer/Makefile.am:
6842         * tiff/Makefile.am:
6843
6844         Make frontends depend on just libev.
6845         Rework and group CFLAGS/LIBS definitions.
6846         Cleanups.
6847
6848 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * shell/ev-window:
6851
6852         do not unnecessarily save zoom
6853
6854         * configure.ac:
6855         * lib/ev-file-helpers.c: (ev_dot_dir):
6856         * shell/Makefile.am:
6857         * shell/dummy.cc:
6858
6859         Some cleanups
6860
6861 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6862
6863         * configure.ac:
6864         
6865         Remove unnecessary dependencies
6866
6867 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6868
6869         * properties/Makefile.am:
6870         * thumbnailer/Makefile.am:
6871         * tiff/Makefile.am:
6872
6873         Some more cleanups. Was really necessary
6874         but I probably introduced bugs, feel free
6875         to flame :)
6876
6877 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6878
6879         * backend/Makefile.am:
6880         * configure.ac:
6881         * cut-n-paste/recent-files/Makefile.am:
6882         * cut-n-paste/toolbar-editor/Makefile.am:
6883         * cut-n-paste/zoom-control/Makefile.am:
6884         * lib/Makefile.am:
6885         * pdf/Makefile.am:
6886         * pixbuf/Makefile.am:
6887         * properties/Makefile.am:
6888         * ps/Makefile.am:
6889         * shell/Makefile.am:
6890         * thumbnailer/Makefile.am:
6891         * tiff/Makefile.am:
6892
6893         Use gnome-common macros when possible.
6894         Cleanup dependencies.
6895         Actually disable deprecated where possible.
6896
6897 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6898
6899         * Makefile.am:
6900         * backend/Makefile.am:
6901         * properties/Makefile.am:
6902         * shell/Makefile.am:
6903         * thumbnailer/Makefile.am:
6904
6905         This should solve the circular dep without
6906         requiring dir reorg!
6907
6908         * shell/ev-window.c: (setup_view_from_metadata):
6909
6910         Never restore window size/position when the
6911         window is already visible.
6912
6913 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6914
6915         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6916
6917         Return a boolean from timeout func. Fix ported from gedit.
6918
6919 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6920
6921         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6922
6923 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6924
6925         * shell/ev-document-types.c: set "All Documents" as default filter in
6926         open dialog
6927
6928 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6929
6930         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6931         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6932         (ev_metadata_manager_set_boolean): fix value/val thinko.
6933
6934 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6935
6936         * shell/ev-window.c: (setup_view_from_metadata),
6937         (window_state_event_cb), (window_configure_event_cb),
6938         (ev_window_init):
6939
6940         Remember window position and maximized state
6941
6942 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6943
6944         * configure.ac:
6945
6946         Fix DBUS configure checks.
6947
6948         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6949         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6950         (ev_metadata_manager_set_boolean):
6951
6952         Plug mem leaks.
6953
6954         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6955         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6956         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6957         (ev_window_continuous_changed_cb),
6958         (ev_window_dual_mode_changed_cb), (ev_window_new):
6959
6960         Fix the build without DBUS.
6961
6962 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6963
6964         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6965         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6966         (ev_metadata_manager_set_string),
6967         (ev_metadata_manager_set_boolean):
6968         * shell/ev-metadata-manager.h:
6969
6970         Add support for some more types
6971
6972         * shell/ev-view.c: (scroll_to_current_page),
6973         (ev_view_get_continuous), (ev_view_set_continuous),
6974         (ev_view_get_dual_page):
6975         * shell/ev-view.h:
6976         * shell/ev-window.c: (page_changed_cb),
6977         (setup_document_from_metadata), (ev_window_setup_document),
6978         (setup_view_from_metadata), (ev_window_open_uri),
6979         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6980         (ev_window_run_presentation), (ev_window_stop_presentation),
6981         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6982         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6983         (ev_window_update_dual_page_action),
6984         (ev_window_continuous_changed_cb),
6985         (ev_window_dual_mode_changed_cb), (ev_window_init):
6986
6987         Remember a bunch of view/document properties. Prolly some
6988         are still missing but it's getting interesting.
6989
6990 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6991
6992         * configure.ac: check if dbus-binding-tool is installed. Not the
6993         case on current Ubuntu breezy, it seems.
6994
6995 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6996
6997         * data/evince.desktop.in.in:
6998         
6999         Allow open uri lists and add TryExec field.
7000
7001 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7002
7003         * configure.ac:
7004
7005         Enable dbus when available, do not require a configure
7006         option.
7007
7008 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7009
7010         * configure.ac:
7011
7012         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7013         disabled.
7014
7015 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7016         Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7019         
7020         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7021         functions to the format required by dbus
7022
7023         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7024         errors. Use the RPC parameters in the expected way
7025
7026 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7027
7028         * Makefile.am:
7029         * properties/Makefile.am:
7030         * properties/ev-properties-main.c: (ev_properties_get_pages):
7031
7032         Support all mime types
7033
7034         * shell/Makefile.am:
7035         * thumbnailer/Makefile.am:
7036         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7037         (evince_thumbnail_pngenc_get):
7038
7039         Use the document factory
7040
7041 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * backend/Makefile.am:
7044         * backend/ev-document-factory.c:
7045         (mime_type_supported_by_gdk_pixbuf),
7046         (ev_document_type_get_from_mime),
7047         (ev_document_factory_get_document),
7048         (ev_document_factory_get_backend),
7049         (ev_document_factory_get_mime_types),
7050         (ev_document_factory_get_all_mime_types):
7051         * backend/ev-document-factory.h:
7052         * shell/Makefile.am:
7053         * shell/ev-document-types.c: (get_document_from_uri),
7054         (ev_document_types_get_document),
7055         (file_filter_add_mime_list_and_free),
7056         (ev_document_types_add_filters):
7057         * shell/ev-document-types.h:
7058         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7059         * shell/ev-properties-dialog.c:
7060         (ev_properties_dialog_set_document):
7061         * shell/ev-window.c: (ev_window_cmd_file_open),
7062         (ev_window_cmd_save_as):
7063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7064
7065         Rework document types managing to avoid code duplication
7066         and actually abstract from backend implementations.
7067         Also provide a minimal factory api that can be used by
7068         thumbnailer/properties.
7069
7070 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7071
7072         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7073         Plug a mem leak.
7074         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7075         HIG spacings.
7076
7077 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7078
7079         * shell/ev-properties-dialog.c
7080         (ev_properties_dialog_set_document): only call
7081         ev_properties_fonts_set_document() if the document implements the
7082         fonts interface
7083
7084 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7085
7086         * configure.ac:
7087         * properties/Makefile.am:
7088         * properties/ev-properties-view.c:
7089         (ev_properties_view_register_type):
7090         * properties/ev-properties-view.h:
7091         * properties/ev-properties-main.h:
7092
7093         Implement nautilus plugin for properties.
7094         Works only for pdf atm, I need to rework the
7095         document types stuff to get this to work
7096         for all backends...
7097
7098 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7099
7100         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7101         (ev_properties_fonts_set_document): use
7102         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7103
7104 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7105
7106         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7107         them
7108         (PlaceImage, tiff2ps_process_page): use
7109         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7110
7111
7112 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7113
7114         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7115         (main): to call gnome_authentication_manager_init. Should fix
7116         Bug #308510
7117
7118         * configure.ac: that requires libgnomeui 2.6.0.
7119
7120 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7121
7122         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7123         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7124         use the new tiff2ps interfaces
7125
7126         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7127         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7128
7129         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7130         structure instead of global variables.  Remove use of static
7131         variables in functions.
7132
7133 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7134
7135         * shell/ev-page-action.c: unref the completion after setting it to the
7136         entry
7137
7138 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7139
7140         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7141         postscript files
7142
7143 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7144
7145         * shell/ev-window.c (update_action_sensitivity): disable
7146         File->Print if the document does not implement the ps exporter
7147         interface
7148
7149 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7150
7151         * Makefile.am:
7152         * configure.ac:
7153         * data/evince-properties.glade:
7154         * properties/.cvsignore:
7155         * properties/Makefile.am:
7156         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7157         (ev_properties_view_class_init), (ev_properties_view_format_date),
7158         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7159         (ev_properties_view_init), (ev_properties_view_new):
7160         * properties/ev-properties-view.h:
7161         * shell/Makefile.am:
7162         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7163         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7164         (ev_properties_dialog_new):
7165         * shell/ev-properties-dialog.h:
7166         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7167         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7168         (update_progress_label), (job_fonts_finished_cb),
7169         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7170         * shell/ev-properties-fonts.h:
7171         * shell/ev-properties.c:
7172         * shell/ev-properties.h:
7173         * shell/ev-window.c: (ev_window_setup_document),
7174         (ev_window_cmd_file_properties):
7175
7176         Split the properties pages in two different objects, depend
7177         only on the backend where possible, use widgets instead
7178         of gobject for the glade part, reimplement the dialog
7179         itself with gtk.
7180         I need this to implement nautilus properties page.
7181
7182 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7183
7184         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7185         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7186         (tiff_document_document_ps_exporter_iface_init): implement the ps
7187         exporter interface for tiff documents
7188
7189         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7190         libtiff to implement TIFF postscript export
7191
7192         * tiff/tiff2ps.h: added a header file for external tiff2ps
7193         functions.
7194
7195         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7196         tiff2ps.h
7197
7198 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * shell/ev-view.c: (scroll_to_current_page),
7201         (ev_view_set_fullscreen), (ev_view_set_presentation):
7202         
7203         Scroll to current page when exit from presentation
7204
7205 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * shell/ev-window.c: (update_document_mode),
7208         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7209         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7210         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7211         
7212         Exit from fullscreen mode when switch to presentation. Fix for
7213         bug 309365
7214
7215 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7216
7217         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7218         return NULL if the document does not implement the selection
7219         interface.
7220
7221 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7222
7223         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7224         reported height by using the resolution aspect ratio
7225         (tiff_document_render_pixbuf): scale the pixbuf using the
7226         resolution aspect ratio
7227
7228 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * configure.ac:
7231         
7232         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7233         <kiltedaco@gmail.com>
7234         
7235         * djvu/djvu-document.c: (djvu_document_get_orientation),
7236         (djvu_document_set_orientation), (djvu_document_get_page_size),
7237         (rotate_pixbuf), (djvu_document_render_pixbuf),
7238         (djvu_document_document_iface_init):
7239         * dvi/dvi-document.c: (dvi_document_get_orientation),
7240         (dvi_document_set_orientation), (dvi_document_get_page_size),
7241         (rotate_pixbuf), (dvi_document_render_pixbuf),
7242         (dvi_document_document_iface_init):
7243         
7244         Dvi and djvu backends are ported to new API
7245
7246 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7247
7248         * backend/ev-selection.c: (ev_selection_get_selection_region),
7249         (ev_selection_get_selection_map):
7250         * backend/ev-selection.h:
7251         * pdf/ev-poppler.cc:
7252         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7253         * shell/ev-jobs.h:
7254         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7255         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7256         (ev_pixbuf_cache_get_text_mapping):
7257         * shell/ev-pixbuf-cache.h:
7258         * shell/ev-view.c: (location_in_text),
7259         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7260         support to EvView.  Now we can see where we can select!  Sweet!
7261
7262 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7263
7264         * shell/ev-view.c (ev_view_button_press_event): Fix
7265         event->y + view->scroll_x typo.
7266
7267 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7268
7269         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7270         sub-GdkPixbuf instead of passing dest_x and dest_y.
7271         
7272         * shell/ev-view.c: (view_point_to_doc_point),
7273         (view_rect_to_doc_rect), (ev_view_button_press_event),
7274         (ev_view_motion_notify_event), (compute_new_selection_rect),
7275         (gdk_rectangle_point_in), (compute_new_selection_text),
7276         (compute_selections): Update selection code to keep the selection
7277         around as two points and not as a normalized rectangle, and fix
7278         page level selection in two-column mode.
7279
7280 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7281
7282         * shell/ev-window.c: (window_configure_event_cb): 
7283         
7284         Fix compilation
7285         
7286 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7287
7288         * pdf/ev-poppler.cc:
7289
7290         Fix compilation
7291
7292 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7293
7294         * shell/Makefile.am:
7295         * shell/ev-metadata-manager.c: (item_free),
7296         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7297         (parse_value), (parseItem), (load_values),
7298         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7299         (save_values), (save_item), (get_oldest), (resize_items),
7300         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7301         * shell/ev-metadata-manager.h:
7302
7303         Metadata manager from gedit but modified to use GValue, so that
7304         we dont need to keep converting from strings.
7305
7306         * configure.ac:
7307
7308         ENABLE_METADATA conditional, on when dbus is on
7309
7310         * shell/ev-application.c: (ev_application_open_uri):
7311
7312         Show the window after load so that we can initialize
7313         window size before it's showed.
7314
7315         * shell/ev-window.c: (ev_window_setup_from_metadata),
7316         (ev_window_open_uri), (window_configure_event_cb),
7317         (ev_window_init):
7318
7319         Save and load metadata information about window size.
7320         Not yet keeping states in account.
7321
7322         * shell/main.c: (main):
7323
7324         Shutdown metadata manager.
7325
7326 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7327
7328         * shell/ev-application-service.xml:
7329         * configure.ac:
7330         * shell/Makefile.am:
7331         * shell/ev-application.c:
7332         * shell/ev-application.h:
7333         * shell/ev-window.c:
7334         * shell/ev-window.h:
7335         * shell/main.c:
7336
7337         Add an optional dbus interface (--enable-dbus).
7338         Rework application code, mainly to be easier to
7339         use "remotely".
7340         Do not open multiple windows with the same document,
7341         spatial evince!
7342
7343 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7344
7345         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7346         pixbuf iff it exists.
7347
7348 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7349
7350         * shell/*:
7351         * backend/ev-render-context.[ch]:
7352         * backend/ev-selection.[ch]:
7353
7354         Massive changes.  We now support text selection of pdfs, and not
7355         just rectangular selection.  This is pretty broken still, but I
7356         want to get something into CVS.
7357
7358 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7359
7360         * pdf/ev-poppler.cc:
7361         
7362         Fix for Bug 309080: crash on window close.
7363         
7364         * shell/ev-page-action.c: (page_changed_cb):
7365         
7366         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7367         jensgr@gmx.net (Jens Granseuer).
7368
7369 2005-06-25  Marcel Telka  <marcel@telka.sk>
7370
7371         * configure.in (ALL_LINGUAS): Added sk.
7372
7373 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7374
7375         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7376         not a document open
7377
7378 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7379
7380         * NEWS:
7381         * configure.ac:
7382
7383         Release 0.3.2
7384
7385         * cut-n-paste/recent-files/Makefile.am:
7386
7387         Fix make distcheck
7388
7389 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7390
7391         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7392         (pixbuf_document_set_orientation), (rotate_pixbuf),
7393         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7394         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7395
7396         Implement rotation and cleanup the code a bit.
7397
7398         * tiff/tiff-document.c: (tiff_document_get_page_size),
7399         (tiff_document_get_orientation), (tiff_document_set_orientation),
7400         (rotate_pixbuf), (tiff_document_render_pixbuf),
7401         (tiff_document_document_iface_init), (tiff_document_init):
7402
7403         Implement rotation. Was the quicker solution for the release
7404         but we really need to share this code in the shell.
7405
7406 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * pdf/ev-poppler.cc:
7409
7410         Enable rotation, require poppler cvs. Fix a leak.
7411
7412 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7413
7414         * shell/ev-window.c: (update_action_sensitivity):
7415         
7416         Make properties unsensitive if document backend doesn't provide
7417         any info
7418
7419 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7420
7421         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7422         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7423         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7424         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7425         (bitmap_flip_rotate_counter_clockwise):
7426         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7427         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7428         (buff_gets):
7429         * dvi/mdvi-lib/common.h:
7430         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7431         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7432         (opendvi), (mdvi_reload), (mdvi_init_context),
7433         (mdvi_destroy_context), (mdvi_dopage), (special):
7434         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7435         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7436         (file_hash_free), (register_encoding), (parse_spec),
7437         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7438         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7439         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7440         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7441         (mdvi_register_font_type), (mdvi_unregister_font_type),
7442         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7443         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7444         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7445         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7446         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7447         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7448         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7449         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7450         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7451         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7452         (mdvi_unregister_special), (mdvi_flush_specials):
7453         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7454         (t1_font_remove):
7455         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7456         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7457         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7458         (free_font_metrics), (flush_font_metrics):
7459         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7460         (tt_font_remove):
7461         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7462         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7463         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7464         (dstring_insert), (dstring_new), (dstring_reset):
7465         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7466         
7467         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7468         avoid conflict with libtool on FC4
7469         
7470         * shell/ev-window.c: (ev_window_cmd_help_about):
7471         
7472         Update copyright year. Fix for bug 308828.
7473
7474 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7475
7476         * shell/ev-view.c: (add_scroll_binding_keypad),
7477         (ev_view_binding_activated), (ev_view_class_init),
7478         (on_adjustment_value_changed):
7479         
7480         Bug 170874: Arrow keys switch pages in presentation mode
7481
7482 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7485         
7486         Fix for Bug 308265: Sidebar dissappears coming out of 
7487         Presentation mode
7488
7489 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * shell/ev-application.c: (ev_application_open):
7492         * shell/ev-document-types.c: (ev_document_types_add_filters),
7493         (ev_document_types_add_filters_for_type):
7494         * shell/ev-document-types.h:
7495         * shell/ev-window.c: (ev_window_cmd_save_as):
7496         
7497         Suggest basename as template when saving, provide filters
7498         for save dialog. It's bug 308402
7499
7500 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * pdf/ev-poppler.cc:
7503         * shell/ev-sidebar-links.c: (job_finished_callback):
7504         * shell/ev-view.c: (update_find_status_message):
7505         
7506         Some leaks fixed
7507
7508 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7509
7510         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7511         (egg_recent_view_uimanager_set_list):
7512
7513         Fix buglet in !show_numbers case.
7514
7515 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7516
7517         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7518         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7519
7520         Use pango ellipsisation.
7521
7522         * pdf/ev-poppler.cc:
7523
7524         Fix refcount leak, from nsh.
7525
7526 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * cut-n-paste/recent-files/Makefile.am:
7529         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7530         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7531         
7532         Removed EggRecentViewGtk
7533         
7534         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7535         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7536         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7537         (ev_window_setup_recent):
7538         
7539         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7540         with other projects
7541
7542 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7543
7544         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7545         (egg_recent_view_gtk_finalize):
7546
7547         Fix memory leak
7548
7549         * cut-n-paste/toolbar-editor/Makefile.am:
7550         
7551         Fix location of cursor icon.
7552         
7553         * pdf/ev-poppler.cc:
7554         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7555         (display_completion_text), (match_completion):
7556         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7557         (selection_changed_callback), (create_loading_model),
7558         (print_section_cb), (links_page_num_func),
7559         (update_page_callback_foreach):
7560         * shell/ev-window.c: (ev_window_dispose):
7561         
7562         Small memory fixes. Links model now store objects instead
7563         of pointers to improve memory management. 
7564
7565 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7566
7567         * shell/ev-window.c: (zoom_control_changed_cb):
7568         
7569         Fix update of zoom control (bug 308268).
7570
7571 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7572
7573         * shell/ev-properties.c (set_property): escape the text correctly.
7574         Handles non-UTF-8 properties and escaped properties.  Also, sets
7575         the text to "<i>None</i>" if the property isn't set.
7576
7577         * data/evince-properties.glade: Change the label to be ellipsized,
7578         and give it a minimum size.
7579
7580 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7583         * shell/ev-sidebar-links.c: (create_loading_model):
7584         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7585         * shell/ev-view.c: (ev_view_set_document):
7586         * shell/ev-window.c: (ev_window_dispose):
7587         
7588         Various small fixes, mostly memory leaks. Thanks to valgrind.
7589
7590 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7591
7592         * ps/ps-document.c: remove the locale.h include again ;-). And
7593         kill the (bogus) setlocale/savelocale business.
7594
7595 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7596
7597         * ps/ps-document.c:
7598         
7599         Include locale.h to fix build
7600         
7601         * shell/ev-sidebar.c:
7602         
7603         Remove unnecessary includes
7604
7605 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7606
7607         * dvi/dvi-document.c: (dvi_document_load):
7608         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7609         * po/POTFILES.in:
7610         
7611         Check for incorrect dvi files. Fix parsing dvi on AMD64
7612         platform. Thanks to tester@tester.ca (Olivier Crete).
7613
7614 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * shell/ev-page-action.c: (match_selected_cb),
7617         (display_completion_text), (match_completion), (update_model):
7618         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7619         (expand_open_links):
7620         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7621         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7622         (ev_sidebar_set_document):
7623         * shell/ev-window.c: (ev_window_xfer_job_cb),
7624         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7625         
7626         Fixed lot's of memory leaks, for example, memory leak on reload, 
7627         described in bug 307793.
7628
7629 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7630
7631         * pdf/ev-poppler.cc:
7632         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7633         (update_visible_range), (adjustment_changed_cb),
7634         (ev_sidebar_thumbnails_fill_model),
7635         (ev_sidebar_thumbnails_refresh),
7636         (ev_sidebar_tree_selection_changed),
7637         (ev_sidebar_icon_selection_changed),
7638         (ev_sidebar_thumbnails_use_icon_view),
7639         (ev_sidebar_thumbnails_set_document):
7640         * shell/ev-sidebar-thumbnails.h:
7641         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7642         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7643
7644         Refresh thumbnails when changing orientation. Not fully
7645         working yet becuase of a sidebar bug.
7646
7647         Set page orientation to poppler page everywhere. This sucks
7648         really need to fix poppler.
7649
7650 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7651
7652         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7653         (egg_recent_view_gtk_new_menu_item),
7654         (egg_recent_view_gtk_set_property),
7655         (egg_recent_view_gtk_get_property),
7656         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7657         (egg_recent_view_gtk_set_tooltip_func),
7658         (egg_recent_view_gtk_set_label_width),
7659         (egg_recent_view_gtk_get_label_width):
7660         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7661
7662         Sync with libegg (ellipsize labels)
7663
7664 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7665
7666         * data/evince-ui.xml:
7667         * shell/ev-window.c: (ev_window_cmd_go_forward),
7668         (ev_window_cmd_go_backward):
7669         
7670         Shift + PageUp moves 10 Pages. Fix for 306125
7671
7672 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7673
7674         * pdf/ev-poppler.cc:
7675
7676         Add a flag to check if orientation has been overriden
7677
7678 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7679
7680         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7681         field if necessary.
7682
7683         * ps/ps.h: add creator field to document.
7684
7685         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7686         set creator field.
7687
7688 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7689
7690         * data/evince-properties.glade:
7691         * shell/ev-properties.c: (ev_properties_set_document):
7692
7693         s/PDF Version/Format
7694
7695 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7696
7697         * shell/ev-properties.c: (ev_properties_set_document):
7698
7699         Remove unnecessary translations
7700
7701 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7702
7703         * cut-n-paste/toolbar-editor/Makefile.am:
7704
7705         Correct library name    
7706
7707 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7708
7709         * configure.ac:
7710         * cut-n-paste/recent-files/egg-recent-model.c:
7711         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7712         (egg_recent_model_unlock_file):
7713         * cut-n-paste/recent-files/egg-recent-util.c:
7714         (egg_recent_util_get_unique_id):
7715         * cut-n-paste/recent-files/update-from-egg.sh:
7716         * cut-n-paste/toolbar-editor/Makefile.am:
7717         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7718         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7719         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7720         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7721         (egg_toolbars_model_get_type):
7722         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7723
7724         Better makefile for toolbar editor and update everything
7725         to latest libegg.
7726
7727 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * shell/ev-window.c: (update_document_mode):
7730
7731         Prefer presentation mode when the document
7732         require fullscreen.
7733
7734 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * data/evince-ui.xml:
7737         * shell/ev-window.c:
7738
7739         Add control-equal for zooming
7740
7741 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7742
7743         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7744
7745 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7746
7747         * backend/ev-document.c: (ev_document_get_orientation):
7748         * backend/ev-document.h:
7749         * pdf/ev-poppler.cc:
7750         * ps/ps-document.c: (ps_document_get_orientation),
7751         (ps_document_set_orientation), (ps_document_document_iface_init):
7752
7753         Add a get_orientation api. Improve set_orientation.
7754
7755         * data/evince-ui.xml:
7756         * shell/ev-view.c: (ev_view_set_orientation),
7757         (ev_view_rotate_right), (ev_view_rotate_left):
7758         * shell/ev-view.h:
7759         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7760         (ev_window_cmd_edit_rotate_right):
7761
7762         Better ui for changing document orientation
7763
7764 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7767         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7768         * shell/ev-sidebar-links.h:
7769         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7770         (ev_sidebar_page_iface_init):
7771         * shell/ev-sidebar-page.h:
7772         * shell/ev-sidebar-thumbnails.c:
7773         (ev_sidebar_thumbnails_get_property),
7774         (ev_sidebar_thumbnails_class_init),
7775         (ev_sidebar_thumbnails_set_document):
7776         * shell/ev-sidebar-thumbnails.h:
7777         * shell/ev-view.c: (ev_view_motion_notify_event):
7778         * shell/ev-window.c: (update_chrome_visibility),
7779         (ev_window_cmd_focus_page_selector),
7780         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7781         (sidebar_page_main_widget_update_cb), (ev_window_init):
7782         
7783         Autoraise toolbar on GoToPage binding and fix bindings in
7784         EvSidebarThumbnails page.
7785
7786 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7787
7788         * shell/ev-properties.c: (update_progress_label):
7789
7790         Hide the progress label when finished; bug #307697.
7791
7792 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7793
7794         * pdf/ev-poppler.cc:
7795
7796         Enable is_open for links, you will need poppler cvs
7797
7798         * shell/ev-properties.c: (job_fonts_finished_cb):
7799
7800         Get a lock on the document when filling the tree view
7801
7802 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * backend/ev-document-links.h:
7805         * pdf/ev-poppler.cc:
7806         * shell/ev-sidebar-links.c: (create_loading_model),
7807         (expand_open_links), (job_finished_callback):
7808
7809         Expand links when specified by the document.
7810         Depend on a poppler api (defined out for now)
7811
7812 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7813
7814         * shell/ev-properties.c: (ev_properties_dispose),
7815         (ev_properties_class_init), (dialog_destroy_cb),
7816         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7817         (ev_properties_set_document), (ev_properties_new),
7818         (ev_properties_show):
7819         * shell/ev-properties.h:
7820
7821         Make it an object, cleanup the code, api to show it as transient
7822         and to set the document.
7823
7824         * shell/ev-window.c: (ev_window_setup_document),
7825         (ev_window_cmd_file_properties):
7826
7827         Adapt to EvProperties changes, do not show multiple
7828         times, update it when document changes.
7829
7830 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7831
7832         * ps/gstypes.h:
7833         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7834         (ps_document_set_orientation), (ps_document_document_iface_init):
7835         * ps/ps-document.h:
7836
7837         Implement orientation here too
7838
7839         * shell/ev-properties.c: (ev_properties_new):
7840         * data/evince-properties.glade:
7841
7842         Hide the fonts page for backends that doesnt
7843         support it.     
7844
7845 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7846
7847         * backend/ev-document.c: (ev_document_set_orientation):
7848         * backend/ev-document.h:
7849         * pdf/ev-poppler.cc:
7850
7851         Add orientation api. Currently poppler api is not optimal,
7852         we need to set orientation every time we _get a page.
7853         I will try to fix that at some point.
7854
7855         * data/evince-ui.xml:
7856         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7857         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7858
7859         Add orientation menu items
7860
7861         * shell/ev-page-cache.c: (ev_page_cache_clear):
7862         * shell/ev-page-cache.h:
7863
7864         Add api to clear the cache
7865
7866         * shell/ev-view.c: (setup_caches), (clear_caches),
7867         (ev_view_set_document), (ev_view_zoom_out),
7868         (ev_view_set_orientation):
7869         * shell/ev-view.h:
7870
7871         Implement orientation changing
7872
7873 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7874
7875         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7876         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7877         * backend/ev-document-fonts.h:
7878
7879         Separate scan and fill so that we can incrementally fill from
7880         the main thread. Add a progress api.
7881
7882         * data/evince-properties.glade:
7883         * pdf/ev-poppler.cc:
7884         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7885         * shell/ev-jobs.h:
7886         * shell/ev-properties.c: (update_progress_label),
7887         (job_fonts_finished_cb), (setup_fonts_view):
7888
7889         Incrementally feel the list and show the progress
7890         percentage in a label like acrobat does.
7891
7892         You are going to need poppler cvs
7893
7894 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7895
7896         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7897         * backend/ev-document-fonts.h:
7898         * pdf/ev-poppler.cc:
7899
7900         Make fonts model fill incrementally.
7901
7902         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7903         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7904         (ev_job_queue_remove_job):
7905         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7906         (ev_job_fonts_new), (ev_job_fonts_run):
7907         * shell/ev-jobs.h:
7908
7909         New job for fonts scanning
7910
7911         * shell/ev-properties.c: (job_fonts_finished_cb),
7912         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7913         * shell/ev-properties.h:
7914         * shell/ev-window.c: (ev_window_cmd_file_properties):
7915
7916         Incrementally feel the treeview using the new job. Show Loading...
7917         message until scanning is completed.
7918
7919         Hopefully I didnt break the build without the poppler patch.
7920
7921 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7922
7923         * shell/ev-application.c: (ev_application_open):
7924         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7925         (ev_document_type_get_type), (ev_document_type_lookup):
7926         * shell/ev-document-types.h:
7927         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7928         * shell/ev-job-xfer.h:
7929         * shell/ev-window.c: (ev_window_clear_local_uri),
7930         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7931         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7932         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7933         
7934         Transfer remote documents to tmp directory to display them later.
7935
7936 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7937
7938         * backend/ev-document-info.h:
7939         * shell/ev-properties.c: (ev_properties_new):
7940
7941         s/GTime*/GTime. Not sure why we was using a pointer
7942         at all there!
7943
7944 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7945
7946         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7947         situations.  That situation is that you're using GTK+-HEAD with
7948         the patch at #306726 is applied, and you have a document with <
7949         1500 pages in it.  It's not quite as uniformly nice as the
7950         TreeView, but should be better in the long run.
7951
7952         I'm pretty sure I guarded against breaking compilation with
7953         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7954         I missed some.
7955
7956         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7957         widget yet, so I commented that code out
7958         enable_view_actions_for_widget() for now.  Need to figure this
7959         out.
7960
7961         * shell/ev-page-action.c (match_selected_cb): emit the right
7962         signals.  Our cool C-l completion now works.
7963
7964 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * backend/Makefile.am:
7967         * backend/ev-document-fonts.c:
7968         * backend/ev-document-links.c:
7969         * backend/ev-document.c: (ev_document_load):
7970         * backend/ev-document.h:
7971         * backend/ev-job-queue.c:
7972         * backend/ev-job-queue.h:
7973         * backend/ev-jobs.c:
7974         * backend/ev-jobs.h:
7975         * backend/ev-page-cache.c:
7976         * backend/ev-page-cache.h:
7977
7978         EvPageCache and EvJobs are moved to shell.
7979
7980         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7981         (ev_tmp_filename):
7982         * lib/ev-file-helpers.h:
7983         
7984         New helper to work with temporary files
7985         
7986         * shell/Makefile.am:
7987         * shell/ev-application.c: (ev_application_open):
7988         * shell/ev-application.h:
7989         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7990         (remove_job_from_async_queue), (add_job_to_async_queue),
7991         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7992         (handle_job), (search_for_jobs_unlocked),
7993         (no_jobs_available_unlocked), (ev_render_thread),
7994         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7995         (ev_job_queue_add_job), (move_job_async), (move_job),
7996         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7997         * shell/ev-job-queue.h:
7998         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7999         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8000         * shell/ev-job-xfer.h:
8001         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8002         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8003         (ev_job_links_class_init), (ev_job_render_init),
8004         (ev_job_render_dispose), (ev_job_render_class_init),
8005         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8006         (ev_job_thumbnail_class_init), (ev_job_load_init),
8007         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8008         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8009         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8010         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8011         * shell/ev-jobs.h:
8012         * shell/ev-page-action.c: (ev_page_action_set_document):
8013         * shell/ev-page-cache.c: (ev_page_cache_init),
8014         (ev_page_cache_class_init), (ev_page_cache_finalize),
8015         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8016         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8017         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8018         (ev_page_cache_get_title), (ev_page_cache_get_size),
8019         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8020         (ev_page_cache_get_height_to_page),
8021         (ev_page_cache_get_max_label_chars),
8022         (ev_page_cache_get_page_label),
8023         (ev_page_cache_has_nonnumeric_page_labels),
8024         (ev_page_cache_get_info), (ev_page_cache_next_page),
8025         (ev_page_cache_prev_page), (ev_page_cache_get):
8026         * shell/ev-page-cache.h:
8027         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8028         (ev_pixbuf_cache_clear_job_sizes),
8029         (ev_pixbuf_cache_add_jobs_if_needed),
8030         (ev_pixbuf_cache_set_page_range):
8031         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8032         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8033         * shell/ev-sidebar-thumbnails.c:
8034         (ev_sidebar_tree_selection_changed),
8035         (ev_sidebar_thumbnails_set_document):
8036         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8037         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8038         (ev_statusbar_get_context_id), (ev_statusbar_push),
8039         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8040         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8041         (ev_statusbar_set_progress):
8042         * shell/ev-statusbar.h:
8043         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8044         (ev_view_find_previous):
8045         * shell/ev-window.c: (ev_window_is_empty),
8046         (ev_window_setup_document), (password_dialog_response),
8047         (ev_window_clear_jobs), (ev_window_load_job_cb),
8048         (ev_window_xfer_job_cb), (ev_window_open_uri),
8049         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8050         (ev_window_print), (ev_window_print_range),
8051         (ev_window_state_event), (ev_window_cmd_view_reload),
8052         (menu_item_select_cb), (menu_item_deselect_cb),
8053         (view_status_changed_cb), (ev_window_dispose),
8054         (drag_data_received_cb), (ev_window_init):
8055         * shell/ev-window.h:
8056         * shell/main.c: (load_files):
8057         
8058         New statusbar to show progress on idle. Two new jobs - 
8059         xfer job and load job to load document in background. And update
8060         of page_cache clients to new location of code.
8061
8062 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8063   
8064         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8065         selection in open dialog. It also remembers the last visited directory 
8066         in the current session.
8067
8068 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * shell/ev-properties.c: (ev_properties_new):
8071         * shell/ev-properties.h:
8072         * shell/ev-window.c: (ev_window_cmd_file_properties):
8073         
8074         Get document info from page cache instead of document itself.
8075         This should fix crash related to race conditions described in
8076         bug 306545.
8077
8078 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8079
8080         * ps/ps-document.c: (ps_document_init),
8081         (send_ps), (get_page_box), (output), (catchPipe), (input),
8082         (stop_interpreter), (file_length), (file_readable),
8083         (check_filecompressedb), (ps_document_enable_interpreter),
8084         (document_load), (ps_async_renderer_render_pixbuf):
8085         * ps/ps-document.h:
8086
8087         Big cleanup of the ps code
8088
8089 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8090
8091         * backend/Makefile.am:
8092         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8093         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8094         * backend/ev-async-renderer.h:
8095
8096         Add an async renderer interface (method + callback) which
8097         is useful for backends like ps.
8098
8099         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8100         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8101         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8102         (ev_job_queue_add_job), (move_job_async), (move_job),
8103         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8104
8105         Add queues for async renderer, these are executed on the
8106         main thread.
8107
8108         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8109         (ev_job_render_run):
8110         * backend/ev-jobs.h:
8111
8112         If the backend support async renderer interface use it.
8113
8114         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8115         (setup_pixmap), (ps_document_get_type),
8116         (ps_async_renderer_render_pixbuf),
8117         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8118
8119         Implement async renderer interface.
8120
8121 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8122
8123         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8124
8125         Cleanup links job on exit.
8126
8127 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8128
8129         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8130         (drag_data_get_cb), (drag_data_received_cb):
8131         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8132         (drag_data_get_cb), (parse_item_list),
8133         (egg_toolbar_editor_load_actions):
8134         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8135         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8136         (parse_item_list), (parse_toolbars):
8137         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8138         (dvi_pixbuf_put_pixel):
8139         
8140         Fix gcc 4.0 warnings
8141
8142 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8143
8144         * ps/ps-document.c: (start_interpreter):
8145
8146         Fix warning when loading ps
8147
8148 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8149
8150         * ps/ps-document.c: (output):
8151
8152         Fix crash when priting gs error messages.
8153
8154 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8155
8156         * backend/ev-page-cache.c: (_ev_page_cache_new):
8157         * backend/ev-page-cache.h:
8158
8159         Use a const to return title so that we dont double
8160         free it. Small cleanup and fix a leak.
8161
8162         * shell/ev-window.c: (update_window_title):
8163
8164         strdup value from get_title.
8165
8166 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8167
8168         * shell/ev-sidebar-links.c: (job_finished_callback),
8169         (ev_sidebar_links_set_document):
8170
8171         Cleanup the old job when changing document
8172
8173 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * shell/ev-stock-icons.c:
8176         * shell/ev-stock-icons.h:
8177         * shell/ev-window.c:
8178         
8179         Add stock icons for actions that can appear in toolbar. Fix for
8180         bug 306566.
8181
8182 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8183
8184         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8185         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8186         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8187         * backend/ev-page-cache.h:
8188         * shell/ev-view.c: (scroll_to_current_page),
8189         (view_update_range_and_current_page), (get_page_y_offset),
8190         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8191         (ev_view_size_request_continuous),
8192         (ev_view_zoom_for_size_continuous_and_dual_page),
8193         (ev_view_zoom_for_size_continuous):
8194         
8195         More compact EvView layout in document with pages of different size.
8196
8197 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8198
8199         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8200         compilation.
8201
8202 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * shell/ev-view.c: (view_set_adjustment_values):
8205         * shell/ev-window.c: (ev_window_cmd_file_properties):
8206         
8207         A bit different fix for rounding problem but it has no
8208         problems on startup. Make properties window transient to parent.
8209
8210 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8211
8212         * pdf/ev-poppler.cc:
8213         
8214         More commenting of font stuff.
8215
8216 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8217
8218         * pdf/ev-poppler.cc:
8219
8220         Comment out some more fonts stuff. Should really
8221         work without the poppler patch now.
8222
8223 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8224
8225         * pdf/ev-poppler.cc:
8226
8227         Adapt to api change
8228
8229 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8230
8231         * data/evince-properties.glade:
8232         * pdf/ev-poppler.cc:
8233         * shell/ev-properties.c: (setup_fonts_view):
8234
8235         Set the column title. Show the dialog only
8236         once everything is setup.
8237         Getting font info can be very slow... will
8238         prolly need to make this threaded too.
8239
8240 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8241
8242         * backend/Makefile.am:
8243         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8244         (ev_document_fonts_get_fonts_model):
8245         * backend/ev-document-fonts.h:
8246         * data/evince-properties.glade:
8247         * pdf/ev-poppler.cc:
8248         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8249         * shell/ev-properties.h:
8250         * shell/ev-window.c: (ev_window_cmd_file_properties):
8251
8252         Implement fonts list. Defined out for now, since it depends
8253         on a not yet committed poppler patch.
8254
8255 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8256
8257         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8258         page + 1.
8259
8260         * shell/ev-window.c: Make sure we add the timeout when we get a
8261         focus-in event.
8262
8263         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8264         adjustment->value before calculating the zoom factor to average
8265         out all of our rounding errors.  The page no longer 'drifts' when
8266         resizing.
8267
8268 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * data/evince-properties.glade:
8271         * shell/ev-properties.c: (ev_properties_format_date),
8272         (set_property):
8273         
8274         Labels don't expand when the dialogue is resized.
8275         strftime result needs to be converted to UTF-8. Thanks
8276         to Christian Persch <chpe@gnome.org>.
8277
8278 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8279
8280         * data/evince-properties.glade:
8281
8282         Hide the fonts tab
8283
8284 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8285
8286         * backend/ev-document-info.h:
8287         * backend/ev-document.c: (ev_document_info_free):
8288         * data/evince-properties.glade:
8289         * pdf/ev-poppler.cc:
8290         * ps/ps-document.c: (ps_document_get_info):
8291         * shell/ev-properties.c: (ev_properties_format_date),
8292         (set_property), (ev_properties_new):
8293         * shell/ev-properties.h:
8294         * shell/ev-window.c: (ev_window_cmd_file_properties):
8295
8296         Rework properties code to take only EvPropertyInfo
8297         in the constructor so that it can be useful for
8298         nautilus plugin too.
8299
8300         Deal with backends that doesnt support some properties.
8301         Make set property code generic.
8302
8303 2005-06-04  Christian Persch <chpe@gnome.org>
8304
8305         * data/evince-properties.glade:
8306
8307         fix spacings, make resizeable, and make data labels
8308         selectable + ellipsised
8309
8310 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8311
8312         * backend/ev-document-info.h:
8313         * data/Makefile.am:
8314         * data/evince-ui.xml:
8315         * pdf/ev-poppler.cc:
8316         * shell/Makefile.am:
8317         * shell/ev-window.c: (update_action_sensitivity),
8318         (ev_window_cmd_file_properties):
8319
8320         Initial go at file properties. Patch by
8321         Emil Soleyman-Zomalan <emil@soleyman.com>.
8322         Needs love see #169583
8323
8324 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8325
8326         * ps/ps-document.c: (output):
8327         * ps/ps.c: (psscan):
8328
8329         Try to render even if psscan fails.
8330
8331 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8332
8333         * ps/ps.c: (psscan), (pscopydoc):
8334
8335         Port buffered reading code from gv
8336
8337 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8338
8339         * ps/ps-document.c: (interpreter_message), (output):
8340
8341         Do not fail on interpreter messages
8342
8343 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8344
8345         * backend/ev-document-misc.c:
8346         (ev_document_misc_get_thumbnail_frame):
8347
8348         Pages can be 0 x 0, dont assert on this case
8349
8350 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8351
8352         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8353         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8354
8355         Correctly manage our reference on document. Finally the reload
8356         huge leak is gone...
8357
8358 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8359
8360         * ps/ps-document.c: (ps_document_dispose):
8361
8362         Forgot to chain it to the parent. Thanks chpe.
8363
8364 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8365
8366         * ps/ps-document.c: (ps_document_dispose),
8367         (ps_document_class_init), (stop_interpreter), (document_load):
8368
8369         Cleanup dispose a bit. Dont leak the whole pixmap.
8370
8371 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8372
8373         * pdf/ev-poppler.cc:
8374
8375         Release the poppler document on dispose
8376
8377 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8378
8379         * shell/ev-view.c: (ev_view_set_document):
8380
8381         Release ref on the pixbuf cache when changing
8382         document.
8383
8384 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8385
8386         * ps/ps-document.c: (ps_document_get_info):
8387
8388         Fix a double free
8389
8390 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8391
8392         * backend/ev-page-cache.c: (ev_page_cache_init),
8393         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8394         * backend/ev-page-cache.h:
8395         * shell/ev-page-action.c: (page_changed_cb):
8396         
8397         Set page action entry width depending on labels width. Fix
8398         for bug 305202.
8399
8400 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * backend/ev-link.c: (ev_link_class_init):
8403
8404         Allow -1 as page value (error)
8405
8406 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8407
8408         * shell/ev-sidebar-thumbnails.c:
8409         (ev_sidebar_thumbnails_set_document):
8410         * shell/ev-view.c: (scroll_to_current_page),
8411         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8412         (page_changed_cb), (on_adjustment_value_changed),
8413         (ev_view_set_document):
8414
8415         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8416         Fix bug 305377
8417
8418 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8419
8420         * configure.ac:
8421         * djvu/djvu-document.c: (djvu_document_get_page_size):
8422
8423         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8424         bug 301993.
8425
8426 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8427
8428         * shell/ev-view.c (draw_one_page): modify the expose handling to
8429         get the shadows.
8430
8431         * shell/ev-window.c (update_action_sensitivity): Respect
8432         permissions field.  Kowtow to the man.
8433
8434         * pdf/ev-poppler.cc: Get the permissions field.
8435
8436         * tiff/*c: Make a tiny bit more robust.
8437
8438 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8439
8440         * djvu/djvu-document.c:
8441         
8442         Pop messages from djvu context message queue.
8443
8444 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8445
8446         * configure.ac, Makefile.am, shell/Makefile.am:
8447         * tiff/Makefile.am, shell/ev-document-types.c:
8448         
8449         Cleanup tiff configure checks. Fix for bug 305218.
8450
8451 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8452
8453         * configure.ac: Added "uk" to ALL_LINGUAS.
8454
8455 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8456
8457         * cut-n-paste/zoom-control/ephy-zoom.c:
8458         (ephy_zoom_get_changed_zoom_level):
8459         * cut-n-paste/zoom-control/ephy-zoom.h:
8460         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8461         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8462         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8463         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8464         (zoom_control_changed_cb), (ev_window_init):
8465         
8466         Fix minor points related to moving best fit up. Introduce
8467         "zoom" property and make zoom control change it's value on
8468         notify::zoom signals. Fix for 305080.
8469
8470 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8471
8472         * data/evince-ui.xml:
8473         * shell/ev-window.c: (set_view_actions_sensitivity):
8474         
8475         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8476
8477 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8478
8479         * configure.ac:
8480
8481         Depends on poppler 0.3.2
8482
8483 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * cut-n-paste/recent-files/egg-recent-item.c:
8486         (egg_recent_item_get_short_name):
8487         * cut-n-paste/toolbar-editor/Makefile.am:
8488         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8489         (new_pixbuf_from_widget):
8490         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8491         * cut-n-paste/toolbar-editor/egg-marshal.c:
8492         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8493         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8494
8495         Sync
8496
8497 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8498
8499         * tiff/tiff-document.c: Rough TIFF backend.
8500
8501 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * NEWS:
8504         * configure.ac:
8505         * cut-n-paste/toolbar-editor/Makefile.am:
8506
8507         Release 0.3.1
8508
8509 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8510
8511         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8512         (ev_view_find_next), (ev_view_find_previous):
8513
8514         Remove the locks around get_n_results   
8515
8516 2005-05-21  Juerg Billeter  <j@bitron.ch>
8517
8518         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8519
8520         Pass correct number of pages to poppler.
8521
8522 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * configure.ac:
8525         * data/Makefile.am:
8526         * data/evince.desktop.in: 
8527         * data/evince.desktop.in.in:
8528         * po/POTFILES.in:
8529         
8530         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8531
8532 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8533
8534         * shell/ev-view.c: (view_update_adjustments),
8535         (view_set_adjustment_values): cast adjustmen->value to (int)
8536         before using it.  Otherwise, we get off by a pixel in some
8537         situations.
8538
8539         (draw_one_page): Draw the border on expose.
8540
8541 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8542
8543         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8544         adjustment when the mode changes, #304923
8545
8546 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8547
8548         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8549         flickering on resize but still use gdk_window_scroll on
8550         scrolling
8551
8552 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8553
8554         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8555         option, #170458
8556
8557 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8558
8559         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8560         second page on page_changed if possible, #304669
8561
8562 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8563
8564         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8565         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8566
8567 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8568
8569         * .cvsignore:
8570         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8571         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8572         (ev_view_zoom_for_size_presentation),
8573         (ev_view_zoom_for_size_continuous_and_dual_page),
8574         (ev_view_zoom_for_size_continuous),
8575         (ev_view_zoom_for_size_dual_page),
8576         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8577         * shell/ev-view.h:
8578         * shell/ev-window.c: (update_view_size),
8579         (ev_window_sizing_mode_changed_cb):
8580
8581         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8582         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8583         an infinite loop, #304769
8584
8585
8586 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8587
8588         * data/evince-ui.xml:
8589         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8590         * shell/ev-window.c: (set_view_actions_sensitivity):
8591
8592         Make PgUp/Down behave like Space
8593
8594 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8595
8596         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8597         * backend/ev-ps-exporter.h:
8598         * pdf/ev-poppler.cc:
8599         * ps/ps-document.c: (ps_document_ps_export_begin):
8600         * shell/ev-print-job.c: (idle_print_handler):
8601
8602         Adapt to new poppler api
8603
8604 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8605
8606         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8607         (ephy_zoom_control_init):
8608
8609         Translate zoom levels
8610
8611 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8612
8613         * cut-n-paste/zoom-control/ephy-zoom.c:
8614         (ephy_zoom_get_zoom_level_index):
8615
8616         Fix current zoom -> zoom control match
8617
8618 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8619
8620         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8621         rather than the scrolled_window that it's in. Fixes bug #304655.
8622
8623 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8624
8625         * shell/ev-view.c: (view_update_adjustments),
8626         (view_set_adjustment_values), (view_update_range_and_current_page),
8627         (view_scroll_to_page), (set_scroll_adjustment),
8628         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8629         (ev_view_scroll), (ev_view_scroll_view),
8630         (ensure_rectangle_is_visible), (find_page_at_location),
8631         (get_link_at_location), (go_to_link), (status_message_from_link),
8632         (ev_view_size_request_continuous_dual_page),
8633         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8634         (ev_view_unrealize), (ev_view_expose_event),
8635         (ev_view_button_press_event), (ev_view_motion_notify_event),
8636         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8637         (draw_rubberband), (highlight_find_results), (draw_one_page),
8638         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8639         (ev_view_init), (find_changed_cb), (page_changed_cb),
8640         (on_adjustment_value_changed), (ev_view_new),
8641         (ev_view_set_document), (ev_view_set_zoom),
8642         (ev_view_set_continuous), (ev_view_set_dual_page),
8643         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8644         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8645         (ev_view_zoom_for_size_presentation),
8646         (ev_view_zoom_for_size_continuous_dual_page),
8647         (ev_view_zoom_for_size_continuous),
8648         (ev_view_zoom_for_size_dual_page),
8649         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8650         (ev_view_get_status), (ev_view_set_status),
8651         (update_find_status_message), (ev_view_get_find_status),
8652         (ev_view_set_find_status), (jump_to_find_result),
8653         (jump_to_find_page), (compute_selections), (clear_selection),
8654         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8655         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8656         (ev_view_update_primary_selection),
8657         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8658         * shell/ev-view.h:
8659         * shell/ev-window.c: (ev_window_open_page_label),
8660         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8661         (ev_window_init):
8662         * shell/ev-window.h:
8663         * shell/main.c: (load_files):
8664
8665         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8666         when resizing.  Remove the bin_window().  Also, patch from James
8667         Bowes to fix command line page, #300641
8668         
8669 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8670
8671         * data/evince-ui.xml:
8672         * shell/ev-view.c:
8673         * shell/ev-view.h:
8674         * shell/ev-window.c: (update_action_sensitivity):
8675
8676         Get rid of View->Normal Size, it's just confusing
8677
8678 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8679
8680         * backend/ev-document-info.h:
8681         * backend/ev-document.c: (ev_document_info_free): Free the
8682         EvDocumentInfo.
8683
8684         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8685         (clear_range), (add_range), (update_visible_range),
8686         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8687         (ev_sidebar_thumbnails_set_document):
8688         * shell/ev-window.c: (ev_window_setup_document): Only render the
8689         visible thumbnails.  It takes an instant to render, but it uses
8690         much less memory.
8691
8692 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * shell/ev-sidebar-links.c: (popup_menu_cb):
8695
8696         Select first item
8697
8698 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * lib/Makefile.am:
8701         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8702         (button_press_cb), (ev_sidebar_links_construct):
8703
8704         Show the popup menu also on keybindings
8705
8706 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8709         * shell/ev-window.h:
8710
8711         Expose api to print a range (with dialog). Make private _print use
8712         it.
8713
8714         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8715         (ev_sidebar_links_construct):
8716
8717         Show a print context menu on linkx, it prints the selected
8718         section.
8719
8720 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8721
8722         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8723         button.
8724
8725 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * AUTHORS:
8728
8729         Update
8730
8731         * shell/ev-window.c: (build_comments_string),
8732         (ev_window_cmd_help_about):
8733
8734         Show poppler version/backend and authors
8735
8736 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * cut-n-paste/zoom-control/ephy-zoom.c:
8739         (ephy_zoom_get_zoom_level_index):
8740         * cut-n-paste/zoom-control/ephy-zoom.h:
8741
8742         Move the best fit items at the top of the list
8743
8744 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * shell/ev-marshal.list:
8747         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8748         (activate_cb), (match_selected_cb), (activate_link_cb),
8749         (connect_proxy), (ev_page_action_class_init):
8750         * shell/ev-page-action.h:
8751
8752         Use signals to notify action activation. Hopefully
8753         I did not break completion since I cant test...
8754
8755         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8756         (register_custom_actions):
8757
8758         Connect to page selector actions and also grab focus on
8759         the view when activated.
8760
8761 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8762
8763         * pdf/ev-poppler.cc:
8764         * backend/ev-page-cache.c: make page size calculation consistent
8765         and set it to (int)( width * scale + 0.5).  This makes the weird
8766         line going through the middle of the page go away.
8767
8768         * shell/ev-view.c: move painting the background page after
8769         checking the expose area covers us.
8770
8771 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8772
8773         * data/evince-password.glade:
8774         
8775         Mark labels as not translatable. Fix for bug 302842.
8776
8777 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8778
8779         * configure.ac: Added "es" to ALL_LINGUAS.
8780
8781 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * data/evince-toolbar.xml:
8784         * shell/ev-window.c: (update_action_sensitivity),
8785         (ev_window_setup_document), (ev_window_set_page_mode),
8786         (ev_window_init):
8787
8788         Remove some leftover code from jrb first continous
8789         attempt. Use the new actions, we still need good icons
8790         though...
8791
8792 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8795
8796         Update label when connecting proxy. Fix a warning with NULL
8797         page_cache.
8798
8799 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * data/evince-ui.xml:
8802         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8803         * shell/ev-page-action.h:
8804         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8805
8806         Add mnemonic for edit toolbar.
8807         ctrl+l focus the page entry.
8808
8809 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8810
8811         * lib/Makefile.am:
8812         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8813         (ev_window_init):
8814         * shell/main.c: (main):
8815
8816         Put the toolbar xml in evince own dot dir
8817
8818 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * shell/ev-window.c: (ev_window_init):
8821
8822         Make the toolbar not removable
8823
8824 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * data/evince-ui.xml:
8827         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8828         * shell/ev-sidebar-links.h:
8829         * shell/ev-sidebar-thumbnails.c:
8830         (ev_sidebar_thumbnails_get_treeview):
8831         * shell/ev-sidebar-thumbnails.h:
8832         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8833         (ev_view_class_init):
8834         * shell/ev-view.h:
8835         * shell/ev-window.c: (update_action_sensitivity),
8836         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8837         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8838         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8839         (ev_window_init):
8840
8841         This is evil... Make space/backspace global accelerators but
8842         enable them only for some widgets (sidebars and view).
8843         I dont like it, but I dont know a better way... :/
8844
8845 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8846
8847         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8848         (ev_page_action_widget_finalize),
8849         (ev_page_action_widget_class_init), (update_page_cache):
8850
8851         Keep a weak reference on proxy->page_cache so that we
8852         dont try to disconnect the signal if the object is already
8853         gone. Maybe there is a better way to cleanup reference handling
8854         in page action though...
8855
8856 2005-05-10  Juerg Billeter  <j@bitron.ch>
8857
8858         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8859         * backend/ev-ps-exporter.h:
8860         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8861         * ps/ps-document.c: (ps_document_ps_export_begin):
8862         
8863         Change api to pass print range to ps_exporter_begin. The pdf backend
8864         requires this information.
8865         
8866         * shell/ev-print-job.c: (idle_print_handler):
8867         
8868         Adapt to api change
8869
8870 2005-05-10  Juerg Billeter  <j@bitron.ch>
8871
8872         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8873         (idle_print_handler)
8874         * shell/ev-window.c: (ev_window_print):
8875
8876         Support printing page range, based on patch by Amaury Jacquot
8877
8878 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8879
8880         * data/evince-toolbar.xml:
8881
8882         Add zoom control to available items
8883
8884 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * shell/ev-window.c: (update_action_sensitivity):
8887
8888         Set slash action insensitive when appropriate
8889
8890 2005-05-10  Christian Persch <chpe@gnome.org>
8891
8892         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8893
8894         Fix warning on the overflow menu
8895
8896 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8897
8898         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8899
8900         Check for uri correctness/existence
8901
8902 2005-05-09  Juerg Billeter  <j@bitron.ch>
8903
8904         * shell/ev-window.c: (using_postscript_printer):
8905
8906         LPD printers use postscript, too
8907
8908 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * shell/ev-window.c: (register_custom_actions):
8911
8912         The zoom one is actually sort of useful,
8913         put it back
8914
8915 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * shell/ev-window.c: (register_custom_actions):
8918
8919         Hide page/zoom controls from overflow, they
8920         are useless.
8921
8922 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8923
8924         * cut-n-paste/update-from-egg.sh:
8925         
8926         Share it between all cut-n-paste subdirs
8927
8928         * cut-n-paste/recent-files/Makefile.am:
8929
8930         Fix to use "global" update-from-egg.sh
8931
8932         * cut-n-paste/recent-files/egg-recent-model.c:
8933         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8934         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8935         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8936         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8937
8938         Update from libegg
8939
8940         * cut-n-paste/toolbar-editor/Makefile.am:
8941
8942         Fix to use "global" update-from-egg.sh
8943
8944         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8945
8946         Update from libegg
8947
8948 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8949
8950         * configure.ac:
8951         * cut-n-paste/Makefile.am:
8952         * cut-n-paste/recent-files/Makefile.am:
8953         * cut-n-paste/toolbar-editor/.cvsignore:
8954         * cut-n-paste/toolbar-editor/Makefile.am:
8955         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8956         (egg_editable_toolbar_get_type), (get_toolbar_position),
8957         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8958         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8959         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8960         (set_item_drag_source), (create_item_from_action), (create_item),
8961         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8962         (popup_toolbar_context_menu_cb), (free_dragged_item),
8963         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8964         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8965         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8966         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8967         (item_added_cb), (item_removed_cb),
8968         (egg_editable_toolbar_construct),
8969         (egg_editable_toolbar_disconnect_model),
8970         (egg_editable_toolbar_deconstruct),
8971         (egg_editable_toolbar_set_model),
8972         (egg_editable_toolbar_set_ui_manager),
8973         (egg_editable_toolbar_set_property),
8974         (egg_editable_toolbar_get_property),
8975         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8976         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8977         (egg_editable_toolbar_new_with_model),
8978         (egg_editable_toolbar_get_edit_mode),
8979         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8980         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8981         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8982         (new_pixbuf_from_widget), (new_separator_pixbuf),
8983         (update_separator_image), (style_set_cb),
8984         (_egg_editable_toolbar_new_separator_image),
8985         (egg_editable_toolbar_get_model):
8986         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8987         * cut-n-paste/toolbar-editor/egg-marshal.c:
8988         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8989         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8990         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8991         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8992         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8993         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8994         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8995         (editor_drag_data_delete_cb), (drag_data_get_cb),
8996         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8997         (editor_create_item), (update_editor_sheet), (setup_editor),
8998         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8999         (parse_item_list), (model_has_action), (update_actions_list),
9000         (egg_toolbar_editor_load_actions):
9001         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9002         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9003         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9004         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9005         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9006         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9007         (egg_toolbars_model_add_separator), (impl_add_item),
9008         (parse_item_list), (egg_toolbars_model_add_toolbar),
9009         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9010         (impl_get_item_data), (impl_get_item_type),
9011         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9012         (egg_toolbars_model_init), (free_toolbar),
9013         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9014         (egg_toolbars_model_remove_toolbar),
9015         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9016         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9017         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9018         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9019         (egg_toolbars_model_get_item_data),
9020         (egg_toolbars_model_get_item_type):
9021         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9022         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9023         * data/Makefile.am:
9024         * data/evince-toolbar.xml:
9025         * data/evince-ui.xml:
9026         * data/hand-open.png:
9027         * po/POTFILES.in:
9028         * shell/Makefile.am:
9029         * shell/ev-window.c: (update_chrome_visibility),
9030         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9031         (ev_window_dispose), (ev_window_init):
9032
9033         Implement epiphany like toolbar editor. Based on patch by
9034         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9037
9038         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9039
9040         Use set_cursor instead of set_selection, so that
9041         the keyboard focus moves too.
9042
9043 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9044
9045         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9046
9047         Fix infinite loop when loading Type1 fonts
9048
9049 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * data/evince-ui.xml:
9052         * shell/ev-window.c:
9053
9054         Slash -> Find
9055
9056 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9057
9058         * configure.ac:
9059
9060         Make --disable really disable
9061
9062 2005-05-07  Juerg Billeter  <j@bitron.ch>
9063
9064         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9065
9066         Compare page labels even without has_labels set, fixes setting page
9067         with entry
9068
9069 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9072         (ev_view_set_cursor), (ev_view_button_press_event),
9073         (ev_view_motion_notify_event), (ev_view_button_release_event),
9074         (ev_view_init):
9075
9076         Implement middle button scrolling. Based on a patch
9077         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9078
9079 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * shell/ev-document-types.c: (get_slow_mime_type),
9082         (get_document_type_from_mime), (ev_document_type_lookup):
9083         * shell/ev-document-types.h:
9084
9085         Change api to lookup from uri. Do fast lookup first, if the
9086         type is unknown try with data sniffing.
9087
9088         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9089         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9090
9091         Adapt to api change
9092
9093 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9094
9095         * thumbnailer/Makefile.am:
9096
9097         Fix distcheck
9098
9099 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * NEWS:
9102         * configure.ac:
9103
9104         Release 0.3.0
9105
9106         * data/evince-ui.xml:
9107
9108         Hide presentation mode for now
9109
9110         * shell/ev-view.c: (highlight_find_results):
9111
9112         Show current find selection only on current page
9113
9114 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9115
9116         * shell/ev-view.c: (ev_view_select_all):
9117
9118         Compute size of the actual page, not of
9119         the current one.
9120
9121 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9124         (view_rect_to_doc_rect), (compute_selections),
9125         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9126         (ev_view_copy), (ev_view_primary_get_cb),
9127         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9128         (ev_view_button_press_event), (ev_view_motion_notify_event),
9129         (ev_view_button_release_event), (page_changed_cb):
9130
9131         Fix text selection
9132
9133 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9134
9135         * shell/ev-view.c: (compute_border), (get_page_extents),
9136         (doc_rect_to_view_rect), (highlight_find_results),
9137         (ev_view_bin_expose), (ev_view_select_all),
9138         (ev_view_motion_notify_event), (update_find_status_message),
9139         (jump_to_find_result), (jump_to_find_page):
9140
9141         First go at fixing search, still buggy
9142
9143 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9144
9145         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9146         dropdown box and button at the top of the sidebar.
9147
9148 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9149
9150         * configure.ac: Output zoom-control Makefile.
9151         * cut-n-paste/Makefile.am: build zoom-control subdir.
9152         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9153         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9154         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9155         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9156         * cut-n-paste/zoom-control/ephy-zoom.c:
9157         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9158         from epiphany, and modified to add a separator into the menu.
9159         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9160         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9161         zoom-control action.
9162         * shell/Makefile.am: Include zoom-control flags.
9163         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9164         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9165         (ev_view_zoom_for_size_presentation),
9166         (ev_view_zoom_for_size_continuous_and_dual_page),
9167         (ev_view_zoom_for_size_continuous),
9168         (ev_view_zoom_for_size_dual_page),
9169         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9170         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9171         ev_view_get_zoom and ev_view_get_sizing_mode.
9172         * shell/ev-view.h:
9173         * shell/ev-window.c: (update_action_sensitivity),
9174         (update_sizing_buttons), (zoom_control_changed_cb),
9175         (register_custom_actions): Initialize and use the zoom-control 
9176         widget.
9177
9178 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9179
9180         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9181         preview cache back to 1.  Don't know when it got set to 0.
9182         
9183         * shell/ev-view.c: (compute_border), (ev_view_realize),
9184         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9185         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9186         (ev_view_get_fullscreen), (ev_view_set_presentation),
9187         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9188         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9189         * shell/ev-view.h:
9190         * shell/ev-window.c:
9191         (update_chrome_visibility),
9192         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9193         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9194         (update_document_mode), (ev_window_update_fullscreen_action),
9195         (ev_window_fullscreen), (ev_window_unfullscreen),
9196         (ev_window_cmd_view_fullscreen),
9197         (ev_window_update_presentation_action),
9198         (ev_window_run_presentation), (ev_window_stop_presentation),
9199         (ev_window_cmd_view_presentation), (ev_window_state_event),
9200         (ev_window_focus_in_event), (ev_window_focus_out_event),
9201         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9202         * data/evince-ui.xml: Initial presentation mode.  We should
9203         probably hide this until it's done, as it's quite rough.  Also,
9204         change full-screen to fullscreen and add two getters to EvView.
9205
9206 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9207
9208         * shell/ev-page-action.c: (update_page_cache),
9209         (ev_page_action_dispose):
9210         * shell/ev-window.c: (destroy_fullscreen_popup),
9211         (ev_window_create_fullscreen_popup):
9212
9213         Use connect_object rather than explicitly
9214         disconnect on dispose.
9215
9216 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9217
9218         * shell/ev-page-action.c: (update_page_cache),
9219         (ev_page_action_dispose):
9220
9221 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9222
9223         * backend/ev-page-cache.c: (_ev_page_cache_new),
9224         (ev_page_cache_set_page_label),
9225         (ev_page_cache_has_nonnumeric_page_labels):
9226         * backend/ev-page-cache.h:
9227         * shell/ev-page-action.c: (update_pages_label):
9228         
9229         If all page labels are numeric, fallback to default
9230         way to display number of pages. See bug 173185.
9231
9232 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9233
9234         * shell/ev-page-action.c: (ev_page_action_dispose):
9235         * shell/ev-view.c: (view_update_range_and_current_page):
9236         * shell/ev-window.c: (ev_window_dispose):
9237         
9238         Set page on scroll in continuous mode. Fixes bug 301986.
9239         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9240
9241 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9242
9243         * configure.ac:
9244
9245         Require poppler 0.3.0
9246
9247 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9248         
9249         * shell/Makefile.am, configure.ac: Fix build problems
9250         with t1lib. Bug 301996.
9251
9252 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9253
9254         * shell/ev-view.c: (ev_view_scroll_event):
9255         
9256         Scroll up increase zoom
9257
9258 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9261         (ev_view_set_sizing_mode),
9262         (ev_view_zoom_for_size_continuous_and_dual_page),
9263         (ev_view_zoom_for_size_continuous):
9264         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9265         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9266         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9267         (ev_window_init):
9268
9269         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9270         Fix for 165473 and 165472.
9271
9272 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9273
9274         * po/POTFILES.in:
9275         * thumbnailer/Makefile.am:
9276         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9277         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9278         * thumbnailer/evince-thumbnailer.schemas.in:
9279         
9280         Make thumbnailer schemas translatable. Fix for bug 301773
9281         
9282         * thumbnailer/evince-thumbnailer-djvu.schemas:
9283         * thumbnailer/evince-thumbnailer-dvi.schemas:
9284         * thumbnailer/evince-thumbnailer.schemas:
9285
9286         Removed files
9287
9288 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9289
9290         * shell/ev-view.c (ev_view_init): forgot to set this.
9291
9292 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9293
9294         * shell/ev-view.c: (find_page_at_location),
9295         (get_link_at_location),
9296         (ev_view_set_show_border), (ev_view_set_spacing),
9297         (ev_view_zoom_for_size_continuous_and_dual_page),
9298         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9299         Also, add a quick fix measuring of widths.  Also, removed
9300         ev_view_set_spacing and ev_view_set_show_border.
9301         
9302         * shell/ev-window.c: (ev_window_unfullscreen),
9303         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9304
9305 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9306
9307         * shell/ev-view.c: (view_update_range_and_current_page),
9308         (page_changed_cb):
9309         
9310         Fix crash on exit and scrolling to page in continuous view.
9311
9312 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9313
9314         * TODO:
9315         * backend/ev-page-cache.c: (_ev_page_cache_new),
9316         (ev_page_cache_get_max_width_size),
9317         (ev_page_cache_get_max_height_size):
9318         * backend/ev-page-cache.h:
9319         * data/evince-ui.xml:
9320         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9321         * shell/ev-view.c: (view_update_adjustments),
9322         (view_update_range_and_current_page), (get_bounding_box_size),
9323         (ev_view_size_request_continuous_and_dual_page),
9324         (ev_view_size_request_continuous),
9325         (ev_view_size_request_dual_page),
9326         (ev_view_size_request_single_page), (ev_view_size_request),
9327         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9328         (ev_view_bin_expose), (ev_view_expose_event),
9329         (ev_view_set_property), (ev_view_get_property),
9330         (ev_view_class_init), (ev_view_init), (ev_view_new),
9331         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9332         (ev_view_set_dual_page), (ev_view_set_full_screen),
9333         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9334         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9335         (ev_view_zoom_out), (zoom_for_size_fit_width),
9336         (zoom_for_size_best_fit),
9337         (ev_view_zoom_for_size_continuous_and_dual_page),
9338         (ev_view_zoom_for_size_continuous),
9339         (ev_view_zoom_for_size_dual_page),
9340         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9341         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9342         * shell/ev-view.h:
9343         * shell/ev-window.c: (update_action_sensitivity),
9344         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9345         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9346         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9347         (ev_window_cmd_view_zoom_out), (update_view_size),
9348         (ev_window_set_sizing_mode), (ev_window_init):
9349
9350         Add Continuous and Dual page modes.
9351
9352 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9353
9354         * dvi/dvi-document.c: (dvi_document_load),
9355         (dvi_document_thumbnails_get_thumbnail),
9356         (dvi_document_init_params): Fix up some mixups between
9357         width and height to correct thumbnail rendering.
9358
9359 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9360
9361         * dvi/mdvi-lib/private.h:
9362         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9363         
9364         Suppess output for kpathsea during font generation. Thanks to
9365         James Bowes
9366
9367 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9368
9369         * NEWS:
9370         * configure.ac:
9371
9372         Release 0.2.1
9373
9374         * Makefile.am: fix distcheck.
9375
9376 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9377
9378         * shell/ev-sidebar-links.c: (selection_changed_callback),
9379         (update_page_callback), (row_activated_callback),
9380         (job_finished_callback), (ev_sidebar_links_set_document):
9381         
9382         Fix for bug #169901. Double click on links expands tree.
9383
9384 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9385
9386         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9387         hard-coded style. Fix for bug 170111
9388
9389 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9390
9391         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9392         locking.
9393
9394 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9395
9396         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9397
9398 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9399
9400         * pdf/ev-poppler.cc:
9401         * shell/ev-view.c: (highlight_find_results):
9402
9403         Fix find on single page documents
9404
9405 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9406
9407         * data/evince.schemas.in: fix for bug 301390
9408
9409 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9410
9411         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9412         (ev_view_zoom_out), (ev_view_zoom_normal):
9413         * shell/ev-view.h:
9414         * shell/ev-window.c: (update_action_sensitivity),
9415         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9416         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9417         (ev_window_cmd_view_normal_size):
9418
9419         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9420         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9421         better than oom. 
9422
9423 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9424
9425         * configure.ac:
9426
9427         Depend on 2.57, 2.59 doesnt seem to be necessary
9428
9429 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9432         (create_tool_item):
9433
9434         Put back total number of pages as (1 of 1234)
9435
9436 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9437
9438         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9439         remove the job.
9440
9441         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9442         function.  This helps debugging.
9443
9444 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * djvu/djvu-document.c: (djvu_document_class_init),
9447         (djvu_document_get_info), (djvu_document_document_iface_init):
9448         * dvi/dvi-document.c: (dvi_document_class_init),
9449         (dvi_document_get_info), (dvi_document_document_iface_init):
9450
9451         Dummy implementation of get_info method for dvi and
9452         djvu. Fix crashes with those backends
9453
9454 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9455
9456         * data/evince.desktop.in:
9457
9458         Add application/x-gzpostscript
9459
9460 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9461
9462         * data/evince.schemas.in: Added real long descriptions, 
9463         closes bug 172496 
9464
9465         * README: Added actual text, closes bug 171869
9466
9467 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9468
9469         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9470
9471         Thumbnail page 0
9472
9473 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9474
9475         * backend/ev-document-info.h:
9476
9477         s/GDate */GDate so we can just use g_free
9478
9479 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9480
9481         * shell/ev-window.c: (update_document_mode),
9482         (ev_window_setup_document):
9483
9484         Show the window in fullscreen when specified by
9485         the document
9486
9487 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9488
9489         * backend/ev-document.c: (ev_document_class_init),
9490         (ev_document_get_info), (ev_document_render_pixbuf):
9491         * backend/ev-document.h:
9492         * backend/ev-page-cache.c: (_ev_page_cache_new):
9493         * pdf/ev-poppler.cc:
9494         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9495         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9496         * ps/ps-document.c: (ps_document_class_init), (document_load),
9497         (ps_document_get_info), (ps_document_document_iface_init):
9498
9499         Remove get_title from the interface, we can just use document info
9500
9501 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9502
9503         * backend/Makefile.am:
9504         * backend/ev-document.c: (ev_document_render_get_info):
9505         * backend/ev-document.h:
9506         * pdf/ev-poppler.cc:
9507
9508         Initial support for document info. Based on jrb patch.
9509
9510 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9511
9512         * shell/ev-window.c: (ev_window_state_event),
9513         (ev_window_class_init), (ev_window_init):
9514         
9515         Doesn't show resize grip when maximized. See bug #301053
9516
9517 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9518
9519         * po/POTFILES.in:
9520         
9521         ev-sidebar-thumbnails now has translatable labels
9522         
9523         * shell/Makefile.am:
9524         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9525         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9526         (ev_sidebar_links_page_iface_init):
9527         * shell/ev-sidebar-links.h:
9528         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9529         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9530         (ev_sidebar_page_get_label):
9531         * shell/ev-sidebar-page.h:
9532         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9533         (ev_sidebar_thumbnails_set_document),
9534         (ev_sidebar_thumbnails_support_document),
9535         (ev_sidebar_thumbnails_get_label),
9536         (ev_sidebar_thumbnails_page_iface_init):
9537         * shell/ev-sidebar-thumbnails.h:
9538         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9539         (ev_sidebar_set_document):
9540         * shell/ev-sidebar.h:
9541         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9542         
9543         Small rework of sidebar code. Now sidebar pages should implement
9544         EvSidebarPage interface. That makes page management in EvSidebar
9545         easier. See bug #164811 for details
9546
9547 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9548
9549         * shell/ev-application.c: (ev_application_open):
9550         * shell/ev-document-types.c:
9551         
9552         Fix build error and small problem with application exit
9553
9554 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9555
9556         * thumbnailer/Makefile.am:
9557         * thumbnailer/evince-thumbnailer-djvu.schemas:
9558         * thumbnailer/evince-thumbnailer-dvi.schemas:
9559         
9560         Conditionally install schemas for djvu/dvi thumbnailer
9561
9562 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9563
9564         * shell/ev-document-types.h: 
9565         * shell/ev-document-types.c: 
9566         New files, handling the mapping from mimetypes to backends
9567         
9568         * shell/ev-window.c: 
9569         * thumbnailer/evince-thumbnailer.c:     
9570         Use the ev-document-types code
9571         
9572         * shell/Makefile.am: 
9573         Added new convenience library libevbackendfactory_la, containing
9574         the new mimetype->backend logic; moved the backends into it.
9575
9576         * thumbnailer/Makefile.am:
9577         Make the thumbnailer link with the libevbackend.la convenience
9578         library, rather than having a duplicate of the backend logic here.
9579
9580 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9581
9582         * shell/ev-stock-icons.c: constify some vars.
9583         * shell/ev-window.c: ditto.
9584
9585 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9586
9587         * ps/ps-document.c (get_page_orientation):
9588
9589         Respect document orientation 
9590
9591 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9592
9593         * djvu/Makefile.am:
9594         * dvi/Makefile.am:
9595         * shell/Makefile.am:
9596         
9597         Move library dependencies to components.
9598         
9599         * shell/ev-window.c: (update_window_title),
9600         (start_loading_document):
9601         
9602         Fix display of uris with spaces. Bug 168358.
9603
9604 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9605
9606         * shell/ev-sidebar-links.c: (selection_changed_cb):
9607         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9608         (ev_view_button_release_event), (ev_view_set_document):
9609         * shell/ev-view.h:
9610         * shell/ev-window.c: (find_bar_search_changed_cb):
9611         * shell/ev-window.h: Minor cleanups removing some dead code.
9612
9613 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9614
9615         * backend/ev-page-cache.c: (_ev_page_cache_new):
9616         
9617         Set current page to 0 if document has pages.
9618
9619 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9620
9621         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9622
9623         Initialize GError to NULL, fix a crash when loading fails.
9624
9625 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9626
9627         * shell/ev-window.c: (update_view_size):
9628
9629         Calculate shadow size only when there is actually
9630         a shadow.
9631
9632 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9633
9634         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9635         * shell/ev-view.h:
9636
9637         Allow setting view spacing, default to 0
9638
9639         * shell/ev-window.c: (ev_window_unfullscreen),
9640         (ev_window_cmd_view_fullscreen), (ev_window_init):
9641
9642         Remove spacing in fullscreen mode
9643
9644 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9645
9646         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9647         (ev_view_size_request), (expose_bin_window),
9648         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9649         * shell/ev-view.h:
9650         * shell/ev-window.c: (ev_window_unfullscreen),
9651         (ev_window_cmd_view_fullscreen):
9652
9653         Do not draw the border in fulscreen
9654
9655 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9656
9657         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9658         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9659         (find_page_at_location), (page_changed_cb):
9660
9661         Rework border calculation, so that I can more easily disable it.
9662         Code somewhat cleaner too.
9663
9664 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9665
9666         * backend/ev-page-cache.c: (ev_page_cache_init),
9667         (_ev_page_cache_new):
9668
9669         Remove some assertions, documents can have 0 pages.
9670         Make initial current page -1.
9671
9672         * shell/ev-page-action.c: (page_changed_cb):
9673
9674         Show "" if current page is -1
9675
9676         * shell/ev-window.c: (update_action_sensitivity),
9677         (ev_window_setup_document):
9678
9679         When document has 0 pages do not set the view
9680         and make nearly everything insensitive.
9681
9682 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9683
9684         * shell/ev-page-view.c:
9685         * shell/ev-page-view.h:
9686
9687         Remove unused files.
9688         
9689         * shell/ev-sidebar-thumbnails.c:
9690         (ev_sidebar_thumbnails_set_document):
9691         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9692         (ev_sidebar_supports_document):
9693         * shell/ev-sidebar.h:
9694         * shell/ev-window.c: (ev_window_setup_document):
9695         
9696         Doesn't show thumbnails if document has 1 page. Make
9697         sidebar menu entries sensitive only if if they have 
9698         sense. Fix bug 164811. 
9699
9700 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9701
9702         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9703         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9704         (ev_view_zoom_out), (ev_view_set_size):
9705
9706         Rework sizing to deal with documents with not uniform page
9707         size.
9708
9709 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9710
9711         * backend/ev-page-cache.c: (_ev_page_cache_new):
9712
9713         Fix several page size caching bugs
9714
9715 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9716
9717         * shell/ev-window.c: (set_action_properties):
9718
9719         Make all toolbar items translatable
9720
9721 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9722
9723         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9724         (save_page_list), (ps_document_save),
9725         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9726         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9727         (ps_document_ps_exporter_iface_init):
9728         * ps/ps-document.h:
9729
9730         Based on a patch by J�rg Billeter <j@bitron.ch>
9731         
9732         Implement print and save a copy for the ps backend.
9733
9734 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9735
9736         * backend/ev-document.h:
9737         * djvu/djvu-document.c: (djvu_document_can_get_text),
9738         (djvu_document_document_iface_init):
9739         * dvi/dvi-document.c: (dvi_document_can_get_text),
9740         (dvi_document_document_iface_init):
9741         * pdf/ev-poppler.cc:
9742         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9743         (pixbuf_document_document_iface_init):
9744         * ps/ps-document.c: (ps_document_can_get_text),
9745         (ps_document_document_iface_init):
9746         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9747         * shell/ev-window.c: (update_action_sensitivity):
9748
9749         Fix the crash when trying to copy in backends that doesnt
9750         support it. We can implement a better solution once we
9751         do real text selection.
9752
9753 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9754
9755         * data/evince-ui.xml:
9756         * shell/ev-window.c: (ev_window_cmd_escape):
9757         
9758         Work around the Escape conflict (find bar and unfullscreen)
9759
9760 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9761
9762         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9763         
9764         Fix for #300233. Next page correctly handles document end.
9765         
9766         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9767         (ev_sidebar_thumbnails_class_init),
9768         (ev_sidebar_thumbnails_set_document),
9769         (ev_sidebar_thumbnails_clear_job),
9770         (ev_sidebar_thumbnails_clear_model):
9771         
9772         Cleanup thumbnail jobs on document changes.
9773         
9774         * shell/ev-view.c: (add_scroll_binding_keypad),
9775         (add_scroll_binding_shifted), (ev_view_class_init):
9776         
9777         Shift + Space scrolls up. Fix for #173184
9778         
9779         * shell/ev-window.c: (ev_window_open_page),
9780         (ev_window_cmd_view_reload):
9781         
9782         Fix reload (Bug #300094)
9783
9784 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9785
9786         
9787         * dvi/mdvi-lib/assoc.c:
9788         * dvi/mdvi-lib/assoc.h: Removed garbage files
9789         
9790         * dvi/mdvi-lib/bitmap.c:
9791         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9792         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9793         * dvi/mdvi-lib/color.h: Antialias of rules
9794         
9795         * dvi/mdvi-lib/common.h:
9796         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9797         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9798         * dvi/mdvi-lib/files.c:
9799         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9800         * dvi/mdvi-lib/mdvi.h:
9801         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9802         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9803         * dvi/mdvi-lib/util.c: Fix compile warnings
9804         
9805         * dvi/dvi-document.c:
9806         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9807         (dvi_document_thumbnails_get_thumbnail),
9808         (dvi_document_document_thumbnails_iface_init):
9809         * dvi/mdvi-lib/Makefile.am:
9810         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9811         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9812         
9813         Dvi backend now renders thumbnails
9814
9815 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9816
9817         * shell/main.c: (main): 
9818         
9819         Save accelerators on exit. Fixes bug #172095.
9820
9821 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9822
9823         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9824         update priority" comment.
9825
9826         * backend/ev-job-queue.c: Give a way to change priority.
9827
9828 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9829
9830         * shell/ev-page-action.c: Fix logic.
9831
9832 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9833
9834         * shell/ev-view.c: (ev_view_can_find_next):
9835         * shell/ev-window.c: (ev_window_setup_document):
9836
9837         Check that the document supports find
9838
9839 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9840
9841         * data/evince-ui.xml:
9842         * shell/ev-view.c: (ev_view_can_find_next):
9843         * shell/ev-view.h:
9844         * shell/ev-window.c: (update_action_sensitivity),
9845         (find_changed_cb), (ev_window_setup_document),
9846         (ev_window_cmd_edit_find_next):
9847
9848         Add Edit->Find Next
9849
9850 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * pdf/ev-poppler.cc:
9853         * shell/ev-print-job.c: (idle_print_handler):
9854
9855         Make printing work again
9856
9857 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9858
9859         * shell/ev-page-action.h:
9860         * shell/ev-page-action.c: (ev_page_action_widget_init),
9861         (ev_page_action_widget_class_init), (page_changed_cb),
9862         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9863         (get_filter_model_from_model), (match_selected_cb),
9864         (display_completion_text), (match_completion), (update_model),
9865         (connect_proxy), (ev_page_action_set_property),
9866         (ev_page_action_get_property), (ev_page_action_set_document),
9867         (ev_page_action_set_model), (ev_page_action_class_init): Big
9868         reworking to make completions work iff we have >= GTK-2.7.0
9869                 
9870         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9871         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9872         (job_finished_cb): We now have a 'model' property that is set when
9873         the links are loaded.  This can be caught with "notify::model"
9874
9875         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9876         listen for the model to be set, and propagate it to the action.
9877
9878 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9879
9880         * cut-n-paste/recent-files/egg-recent-item.c:
9881         (egg_recent_item_set_uri), (make_valid_utf8),
9882         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9883         * cut-n-paste/recent-files/egg-recent-item.h:
9884         
9885         Update egg-recent from libegg. This should fix long
9886         startup problem. For details see
9887         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9888
9889 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9890
9891         * cut-n-paste/recent-files/Makefile.am:
9892         * data/evince-ui.xml, shell/Makefile.am:
9893         * shell/ev-application.c, shell/ev-application.h:
9894         * shell/ev-window.c: Recent files support.
9895         
9896         * configure.ac: Added "ru" to ALL_LINGUAS.
9897         
9898         * dvju: new backend to support DJVU files.
9899         * dvi: new backend to support DVI.
9900
9901         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9902         * ev-application.c: Support for new backends.
9903         
9904         * help, ev-window.c, main.c shell/Makefile.am: 
9905         Evince user documentation.
9906
9907 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9908
9909         * po/POTFILES.in:
9910         * shell/ev-window.c:
9911         * thumbnailer/evince-thumbnailer.c:
9912
9913         s/pdf-document/ev-poppler
9914
9915 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9916
9917         * NEWS:
9918         * configure.ac:
9919
9920         Release 0.2.0
9921
9922         * ps/ps-document.c: (setup_pixmap):
9923
9924         Remove debug code
9925
9926 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9927
9928         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9929         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9930         (ev_window_cmd_go_first_page): Fix of by one errors.
9931
9932 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9933
9934         * ps/ps-document.c: (get_page_box):
9935
9936         Fix page size calculation
9937
9938 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9939
9940         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9941         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9942         (get_page_orientation), (setup_page), (document_load),
9943         (ps_document_get_page_size), (render_pixbuf_idle):
9944         * ps/ps-document.h:
9945
9946         More refactoring to adapt to EvDocument changes
9947
9948 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9949
9950         * ps/ps-document.c: (start_interpreter):
9951
9952         Actually add alpha args
9953
9954 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9955
9956         * pdf/ev-poppler.cc:
9957
9958         Make clipboard work again
9959
9960 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9961
9962         Make searching work again.
9963         
9964         * backend/ev-document.c:
9965         * backend/ev-document.h:
9966         * backend/ev-document-find.c:
9967         * backend/ev-document-find.h: Change EvDocumentIface so we no
9968         longer store the current page or zoom level in the document.  The
9969         consequence is that all calls that operate on the current page now
9970         instead take the page number as an extra argument, and all
9971         coordinates are now doubles in document coordinate system.
9972
9973         * pdf/ev-poppler.cc:
9974         * pixbuf/pixbuf-document.c:
9975         * ps/ps-document.c: Update backends accordingly.
9976
9977 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9978
9979         * autogen.sh:
9980
9981         Add required gettext version
9982
9983 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9984
9985         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9986         make F1 bring up non-existent help.
9987
9988         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9989         epiphany's find bar, #167477
9990
9991         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9992         <emil@nishra.com> to add space-bar scrolling, 
9993
9994         * shell/ev-window.c (static GtkActionEntry entries): add default
9995         keybinding for Help (F1)
9996         Fixes #171068
9997
9998         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9999         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10000         170110
10001
10002 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10003
10004         * Makefile.am: 
10005         * pixbuf/pixbuf-document.c: 
10006
10007         Got pixbuf backend working again
10008
10009 2005-04-01  Steve Murphy  <murf@e-tools.com>
10010
10011         * configure.in: Added "rw" to ALL_LINGUAS.
10012
10013 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10014
10015         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10016         model types, noticed by Martin Kretzschmar.
10017
10018 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10019
10020         * pdf/ev-poppler.cc: Implement search based on
10021         poppler_page_find_text().  Currently a bit crude since we remember
10022         all matches from all pages.  Also, we grab the big document lock
10023         when we search since searching changes the underlying stream and
10024         thus conflicts with the rendering thread.
10025         
10026         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10027         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10028         (ev_view_find_previous): Fix some page indexes to be 0 based,
10029         offset rubber band by view offset,
10030
10031 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10032
10033         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10034
10035 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10036
10037         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10038         completely because I didn't understand GtkActions.  I should
10039         read Marco's code more carefully in the future.
10040
10041         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10042         function
10043
10044 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10045
10046         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10047         PopplerRectangle change from poppler CVS.
10048
10049 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10050
10051         * backend/ev-document.c: (ev_document_get_page_label):
10052         * backend/ev-document.h:
10053         * backend/ev-page-cache.c: (_ev_page_cache_new),
10054         (ev_page_cache_get_page_label):
10055         * backend/ev-page-cache.h:
10056         * pdf/ev-poppler.cc:
10057         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10058         (links_page_num_func):
10059         * shell/ev-sidebar-thumbnails.c:
10060         (ev_sidebar_thumbnails_set_document):
10061         * shell/ev-view.c: (status_message_from_link),
10062         (ev_view_motion_notify_event):
10063         * shell/ev-window.c: (document_supports_sidebar): Add in page
10064         label support.  It's not perfect yet, but it's the first 'feature'
10065         in a while.
10066         Also, fix a bogus comment noticed by crispin. 
10067
10068 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10069
10070         * Makefile.am: Remove pixbuf backend for now
10071
10072         * configure.ac: Require poppler-glib instead of just poppler.
10073
10074         * backend/ev-document-thumbnails.h: Add a comment
10075
10076         * backend/ev-document.h:
10077         * backend/ev-document.c: (ev_document_class_init),
10078         (ev_document_load), (ev_document_get_link),
10079         (ev_document_get_links): Remove 3 methods and add get_links.
10080         Also, made 0 based.
10081
10082         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10083         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10084
10085         * backend/ev-link.c: (ev_link_set_title),
10086         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10087         (ev_link_mapping_find):
10088         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10089         
10090         * backend/ev-page-cache.c: (ev_page_cache_init),
10091         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10092         (ev_page_cache_get_size), (ev_page_cache_next_page),
10093         (ev_page_cache_prev_page): Fix to be 0 based.
10094
10095         * pdf/Makefile.am: 
10096         * pdf/ev-poppler.h:
10097         * pdf/ev-poppler.cc: New backend.
10098         
10099         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10100         (ps_document_get_page), (ps_document_document_iface_init):
10101
10102         * shell/ev-pixbuf-cache.h:
10103         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10104         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10105         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10106         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10107         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10108         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10109         based.
10110         
10111         * shell/ev-sidebar-thumbnails.c:
10112         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10113         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10114
10115         * shell/ev-view.c: (status_message_from_link),
10116         (find_page_at_location), (get_link_at_location),
10117         (ev_view_motion_notify_event), (ev_view_button_release_event),
10118         (ev_view_init): Use the new link code.  Fix to be 0 based.
10119
10120         * shell/ev-window.c: (update_action_sensitivity),
10121         (document_supports_sidebar): 0 based.
10122
10123 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10124
10125         * pdf/pdf-document.cc: Patch from Fernando Herrera
10126         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10127         *blush*
10128
10129 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10130
10131         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10132         1 to the page, as this seems to be 1 based.  I thought we has this
10133         fixed.  grump.
10134
10135 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10136
10137         * TODO:
10138         * backend/Makefile.am:
10139         * backend/ev-document-links.c:
10140         (ev_document_links_has_document_links),
10141         (ev_document_links_get_links_model):
10142         * backend/ev-document-links.h:
10143         * backend/ev-document.c: (ev_document_get_page_cache),
10144         (ev_document_get_doc_mutex), (ev_document_load),
10145         (ev_document_save), (ev_document_get_title),
10146         (ev_document_get_n_pages), (ev_document_set_page),
10147         (ev_document_get_page), (ev_document_set_target),
10148         (ev_document_set_scale), (ev_document_set_page_offset),
10149         (ev_document_get_page_size), (ev_document_get_text),
10150         (ev_document_get_link), (ev_document_render),
10151         (ev_document_render_pixbuf), (ev_document_scale_changed):
10152         * backend/ev-document.h:
10153         * backend/ev-job-queue.c: (remove_object_from_queue),
10154         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10155         (no_jobs_available_unlocked), (ev_render_thread),
10156         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10157         (ev_job_queue_remove_job):
10158         * backend/ev-job-queue.h:
10159         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10160         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10161         (ev_job_links_class_init), (ev_job_render_init),
10162         (ev_job_render_dispose), (ev_job_render_class_init),
10163         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10164         (ev_job_thumbnail_class_init), (ev_job_finished),
10165         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10166         (ev_job_render_run), (ev_job_thumbnail_new),
10167         (ev_job_thumbnail_run):
10168         * backend/ev-jobs.h:
10169         * backend/ev-link.c:
10170         * backend/ev-link.h:
10171         * backend/ev-page-cache.c: (ev_page_cache_init),
10172         (ev_page_cache_class_init), (ev_page_cache_finalize),
10173         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10174         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10175         (ev_page_cache_set_link), (ev_page_cache_get_title),
10176         (ev_page_cache_get_size), (ev_page_cache_next_page),
10177         (ev_page_cache_prev_page):
10178         * backend/ev-page-cache.h:
10179         * pdf/pdf-document.cc:
10180         * ps/gsdefaults.c:
10181         * ps/gsdefaults.h:
10182         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10183         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10184         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10185         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10186         (is_interpreter_ready), (output), (catchPipe), (input),
10187         (start_interpreter), (check_filecompressed), (compute_dimensions),
10188         (ps_document_enable_interpreter), (document_load),
10189         (ps_document_next_page), (render_page), (ps_document_set_page),
10190         (ps_document_set_scale), (render_pixbuf_idle),
10191         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10192         * ps/ps-document.h:
10193         * shell/Makefile.am:
10194         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10195         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10196         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10197         (ev_pixbuf_cache_new), (job_finished_cb),
10198         (check_job_size_and_unref), (move_one_job),
10199         (ev_pixbuf_cache_update_range), (find_job_cache),
10200         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10201         (ev_pixbuf_cache_add_jobs_if_needed),
10202         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10203         * shell/ev-pixbuf-cache.h:
10204         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10205         (idle_print_handler):
10206         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10207         (selection_changed_cb), (create_loading_model),
10208         (ev_sidebar_links_construct), (links_page_num_func),
10209         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10210         (update_page_callback), (job_finished_cb),
10211         (ev_sidebar_links_set_document):
10212         * shell/ev-sidebar-thumbnails.c:
10213         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10214         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10215         (page_changed_cb), (thumbnail_job_completed_callback),
10216         (ev_sidebar_thumbnails_set_document):
10217         * shell/ev-sidebar-thumbnails.h:
10218         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10219         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10220         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10221         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10222         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10223         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10224         (ev_view_button_release_event), (ev_view_scroll_view),
10225         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10226         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10227         (ev_view_new), (job_finished_cb), (page_changed_cb),
10228         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10229         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10230         (ev_view_find_previous):
10231         * shell/ev-view.h:
10232         * shell/ev-window.c: (update_action_sensitivity),
10233         (ev_window_open_page), (update_window_title), (update_total_pages),
10234         (page_changed_cb), (ev_window_setup_document),
10235         (password_dialog_response), (ev_window_cmd_save_as),
10236         (ev_window_print), (ev_window_cmd_go_previous_page),
10237         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10238         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10239         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10240         * shell/main.c: (main):
10241
10242         Merge evince-threads branch
10243
10244 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10245
10246         * configure.ac: Added "lt" to ALL_LINGUAS.
10247
10248 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10249
10250         * NEWS:
10251         * configure.ac:
10252
10253         Release 0.1.9
10254
10255 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10256
10257         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10258
10259         Fix here also the thumbnails 1-basedness :)
10260
10261 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10262
10263         * NEWS:
10264         * configure.ac:
10265
10266         Release 0.1.8
10267
10268 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10269
10270         * pdf/pdf-document.cc:
10271         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10272         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10273
10274         Fix the mess we did with thumbnails and 1-basedness
10275
10276 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10277
10278         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10279
10280 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10281
10282         * NEWS:
10283         * configure.ac:
10284
10285         Release 0.1.7
10286
10287 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10288
10289         * ps/Makefile.am:
10290         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10291         (gtk_gs_defaults_get_alpha_parameters),
10292         (gtk_gs_defaults_get_ungzip_cmd),
10293         (gtk_gs_defaults_get_unbzip2_cmd):
10294         * ps/gsdefaults.h:
10295         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10296         (ps_document_get_orientation), (document_load),
10297         (ps_document_goto_page), (ps_document_set_page_size):
10298         * ps/ps-document.h:
10299
10300         Some more sanitization of the ps backend. Remove a lot
10301         of unused code and do not base our defaults on ggv
10302         preferences (ugh!)
10303
10304 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10305
10306         * thumbnailer/evince-thumbnailer.schemas:
10307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10308         (main): add -s option for thumbnail size.
10309
10310 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10311
10312         * configure.ac:
10313
10314         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10315         remove it.
10316
10317 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10318
10319         * pdf/pdf-document.cc:
10320
10321         Remove 4 pixels of useless border from the
10322         thumbnail.
10323
10324 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10325
10326         * backend/ev-document-thumbnails.c:
10327         (ev_document_thumbnails_get_thumbnail):
10328         * backend/ev-document-thumbnails.h:
10329
10330         Rework API a bit. Add a border flag and
10331         change sizing logic (now the size we specify
10332         applies to the bigger dimension).
10333
10334         * pdf/pdf-document.cc:
10335         * pixbuf/pixbuf-document.c:
10336         (pixbuf_document_thumbnails_get_thumbnail):
10337         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10338         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10339
10340         Adapt to the new API and do not draw a border for nautilus
10341         thumbnailer.
10342
10343 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10344
10345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10346         take thumbnails from page "0" instead of "1". Added a copyright header.
10347
10348 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10349
10350         * ps/ps-document.c: (set_up_page), (start_interpreter):
10351
10352         Make it C89 compliant
10353
10354 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10355
10356         * Makefile.am:
10357         * configure.ac:
10358         * pdf/.cvsignore:
10359         * pdf/pdf-document.cc:
10360         * thumbnailer/Makefile.am:
10361         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10362         (main):
10363         * thumbnailer/evince-thumbnailer.schemas:
10364         * thumbnailer/pdf-icon.png:
10365
10366         Add a nautilus thumbnailer.
10367         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10368
10369 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * NEWS:
10372         * configure.ac:
10373         * po/POTFILES.in:
10374
10375         Release 0.1.6
10376
10377 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10378
10379         Use poppler instead of including xpdf source code.  Poppler is a
10380         fork of xpdf to build it as a shared library. See
10381         http://freedesktop.org/wiki/Software/poppler.
10382
10383         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10384         xpdf fork.
10385         
10386         * pdf/Makefile.am: Build libpdfdocument.a here.
10387         
10388         * pdf/GDKSplashOutputDev.cc:
10389         * pdf/GDKSplashOutputDev.h:
10390         * pdf/GnomeVFSStream.cc:
10391         * pdf/GnomeVFSStream.h:
10392         * pdf-document.cc:
10393         * pdf-document.h:
10394         * test-gdk-output-dev.cc
10395         * Thumb.cc:
10396         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10397         against poppler.
10398
10399 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10400
10401         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10402
10403         Clear idle stack before unsetting the document
10404
10405 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10406
10407         * ps/ps-document.c: (ps_document_widget_event),
10408         (ps_document_set_target), (ps_document_finalize),
10409         (ps_document_get_page):
10410
10411         Disconnect the widget event signal on finalize.
10412         Some code cleanups.
10413
10414 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10415
10416         * ps/ps-document.c: (set_up_page):
10417
10418         If there is no bpixmap create one, even if size
10419         is not changed.
10420
10421 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10422
10423         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10424         (set_up_page), (document_load), (ps_document_set_zoom):
10425
10426         Default page is 0. Calculate size even when we have no
10427         target yet.
10428
10429 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10430
10431         * shell/ev-sidebar.c: expand the selection widget to be always as
10432         wide as the sidebar
10433
10434 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10435
10436         * shell/ev-sidebar-thumbnails.c:
10437         (ev_sidebar_thumbnails_set_document):
10438
10439         Clear the list store when setting document
10440
10441 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10442
10443         * shell/ev-page-action.c: (update_entry), (sync_entry),
10444         (activate_cb), (entry_size_request_cb), (create_tool_item),
10445         (connect_proxy):
10446
10447         Use an entry for the page control instead of spinbuttons
10448
10449 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10450
10451         * data/evince.schemas.in:
10452
10453         Correct confusing string
10454
10455 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10456
10457         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10458         for real.  Gosh, how long has this been broken.
10459
10460         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10461         check for a NULL link.  We crash otherwise.
10462
10463 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10464
10465         * NEWS:
10466         * configure.ac:
10467
10468         Release 0.1.5
10469
10470 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10471
10472         * configure.ac: add the french translation.
10473
10474 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10475
10476         * shell/ev-window.c:
10477
10478         Remove unused header -> fix distcheck
10479
10480 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10481
10482         * shell/ev-window.c: (update_window_title),
10483         (ev_window_popup_password_dialog):
10484
10485         Unescape filename for display
10486
10487 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10488
10489         * pdf/xpdf/pdf-document.cc:
10490
10491         In get_page_size deal with rotation. Also
10492         cleanup the function a bit.
10493
10494 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10495
10496         * pdf/xpdf/pdf-document.cc:
10497
10498         Fix crash when opening in new window
10499
10500 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * configure.ac:
10503
10504         Check ghostscript >= 7
10505
10506 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10507
10508         * shell/ev-window.c:
10509
10510         Make page width the default sizing mode
10511
10512 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10513         Marco Pesenti Gritti <marco@gnome.org>
10514
10515         * shell/ev-window.c: Remember the sidebar size
10516
10517         * data/evince.schemas.in: Add a new gconf key to store the size of
10518         the sidebar
10519
10520 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10521
10522         * data/evince-ui.xml:
10523         * shell/ev-window.c: (update_action_sensitivity),
10524         (ev_window_cmd_view_reload):
10525         
10526         Add a "Reload" action and menu entry
10527
10528 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10529
10530         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10531         iff the type doesn't support thumbnailing and indexing.
10532
10533 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10534
10535         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10536
10537 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * pdf/splash/Splash.cc:
10540
10541         Port fix for a crasher from kde bug
10542         http://bugs.kde.org/show_bug.cgi?id=97131
10543
10544 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10545
10546         * pdf/xpdf/pdf-document.cc:
10547
10548         Return a link even if it's of an unrecognized
10549         type. Otherwise we go in an infinte cycle.
10550
10551 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10552
10553         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10554         (size_allocate_cb), (ev_window_set_sizing_mode):
10555
10556         Update size when switching mode
10557
10558 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10559
10560         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10561         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10562         (ev_window_cmd_view_normal_size):
10563
10564         Fix size toggle buttons behavior
10565
10566 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10567
10568         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10569         (doc_rect_to_view_rect), (ev_view_size_allocate),
10570         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10571         (scale_changed_callback):
10572
10573         Do not cache offsets in size_allocate.
10574
10575 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10576
10577         * shell/ev-view.c: (ev_view_size_allocate):
10578
10579         Calculate offsets before calling the parent
10580         class (which does a redraw)
10581
10582 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10583
10584         * pdf/xpdf/pdf-document.cc:
10585
10586         Fix a crasher on exit. Unused code, put a TODO
10587
10588 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10589
10590         * backend/ev-document.c: (ev_document_class_init),
10591         (ev_document_page_changed), (ev_document_scale_changed):
10592         * backend/ev-document.h:
10593
10594         Separate page/scale notifications
10595
10596         * pdf/xpdf/pdf-document.cc:
10597
10598         Emit the new signals.
10599         Do not display the pdf page in _render, do it
10600         when scale/page are requested.
10601
10602         * ps/ps-document.c: (ps_document_set_zoom),
10603         (ps_document_widget_event):
10604         * ps/ps-document.h:
10605
10606         Emit the new signals.
10607
10608         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10609         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10610         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10611         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10612         * shell/ev-view.h:
10613         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10614         (ev_window_cmd_view_page_width), (size_allocate_cb),
10615         (ev_window_set_sizing_mode):
10616
10617         Rework sizing to be pixel based.
10618         There are bugs but should be already way better.
10619
10620 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10621
10622         * shell/ev-window.c: (ev_window_init):
10623
10624         Do not allow to shrink sidebar smaller then
10625         child requisition
10626
10627 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10628
10629         * shell/ev-sidebar.[ch]
10630         * shell/ev-window.c:
10631
10632         Improved sidebar widget. Fixes #166683
10633
10634 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10635
10636         * shell/ev-view.c (update_find_status_message): Give translators
10637         more flexibility with ngettext plural handling.
10638
10639 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10640
10641         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10642         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10643         page when we get the page size.
10644
10645 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10646
10647         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10648
10649         ps pages are 0 based, convert 
10650
10651 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10652
10653         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10654
10655         Initialize correct parent class. Set GError on document load
10656
10657 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10658
10659         * pdf/xpdf/pdf-document.cc:
10660
10661         Fixup selection offset calculation
10662
10663         * shell/ev-view.c: (view_rect_to_doc_rect),
10664         (doc_rect_to_view_rect), (ev_view_size_allocate),
10665         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10666         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10667
10668         Store selection as document relative, so that zooming
10669         and offset changing doesnt break it.
10670
10671 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10672
10673         * shell/ev-view.c: (ev_view_best_fit):
10674
10675         Do not try to best fit if the view is not realized
10676
10677 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10678           
10679         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10680
10681 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10682
10683         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10684
10685 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10686
10687         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10688         the popup window.  That prevents it resizing when in full screen
10689         mode.
10690
10691         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10692         multiple rerenders.  This pretty much sucks.
10693
10694         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10695         rest of the toolbar.
10696
10697 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10698
10699         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10700
10701 2005-02-17  Alexander Shopov  <ash@contact.bg>
10702
10703         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10704
10705 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10706
10707         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10708
10709 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10710
10711         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10712         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10713         (set_document_page), (document_changed_callback),
10714         (ev_view_set_document), (ev_view_find_previous),
10715         (ev_view_hide_cursor), (ev_view_show_cursor):
10716         * shell/ev-view.h:
10717         * shell/ev-window.c: (update_chrome_visibility),
10718         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10719         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10720         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10721         (ev_window_unfullscreen):
10722         * shell/main.c: (main):
10723
10724         Automatically hide the fullscreen button.
10725         Patch by Kristian Høgsberg <krh@redhat.com>
10726
10727 2005-02-16  Vincent Noel  <vnoel@cox.net>
10728
10729         * shell/main.c (main): Specify an icon for the window. Patch by
10730         Jaap A. Haitsma. Fixes #166177.
10731
10732 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10733
10734         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10735
10736 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10737
10738         * backend/ev-document-misc.h:
10739         * backend/ev-document-misc.c:
10740         (ev_document_misc_get_page_border_size),
10741         (ev_document_misc_paint_one_page): New function to canonicalize
10742         sizing/painting a border.
10743
10744         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10745         used.
10746
10747         * pdf/xpdf/pdf-document.cc: use new function
10748
10749         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10750         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10751         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10752         shell/ev-window.c: (update_sizing_buttons),
10753         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10754         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10755         (ev_window_cmd_view_page_width), (size_allocate_cb),
10756         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10757         and "fit width" values act as toggle buttons so they stay
10758         toggled.  It's not 100% perfect, and it's a little slow, but it's
10759         good enough to commit I think.
10760
10761 2005-02-15  David Lodge  <dave@cirt.net>
10762
10763         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10764
10765 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10766
10767         * shell/ev-window.c (update_window_title): replace newlines in
10768         the title by spaces. Bug #166107.
10769
10770 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10771
10772         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10773         parameters providing allocation width and height without
10774         scrollbars and width of a possible vertical scrollbar. With this
10775         additional information the functions can work as
10776         intended. Unfortunately they're not idempotent. We should
10777         transform these commands to toggles. Fixes Bug #164976
10778         Initial patch by Stephane Loeuillet, then heavily modified.
10779
10780         * shell/ev-view.h: update prototypes.
10781
10782         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10783         (ev_window_cmd_view_page_width): provide EvView fit functions with
10784         all the information they need. Formulas to calculate this
10785         information taken from GtkScrolledWindow.
10786
10787 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10788
10789         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10790         created a thumbnail, the list store is updated to know
10791         that the thumbnail is set. Fixes bug #166792
10792
10793 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10794
10795         * shell/ev-window.c: fixed typo, closes bug 166897
10796
10797         * TODO: updated TODO with bug numbers that are relevant
10798
10799 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10800
10801         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10802
10803 2005-02-09  Vincent Noel  <vnoel@cox.net>
10804
10805         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10806         and "Next" toolbar buttons as important to make them stand out.
10807
10808 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10809
10810         * lib/ev-debug.c:
10811         * lib/ev-debug.h:
10812         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10813         (start_interpreter), (stop_interpreter), (document_load),
10814         (ps_document_next_page), (ps_document_goto_page),
10815         (ps_document_set_page_size), (ps_document_widget_event),
10816         (ps_document_render):
10817         * shell/ev-page-view.c: (ev_page_view_dispose):
10818         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10819
10820         Fix compilation on non-gcc platforms
10821
10822 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10823
10824         * NEWS:
10825         * configure.ac:
10826
10827         Release 0.1.4
10828
10829         * pdf/xpdf/Catalog.cc:
10830         * pdf/xpdf/XRef.cc:
10831
10832         Fix the fix for CAN-2004-0888
10833
10834 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10835
10836         * data/Makefile.am:
10837         * data/evince-ui.xml:
10838         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10839         * shell/ev-stock-icons.h:
10840         * shell/ev-window.c: (update_action_sensitivity),
10841         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10842         (set_action_properties):
10843
10844         Improve toolbar layout/icons
10845
10846 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10847
10848         * pdf/xpdf/pdf-document.cc:
10849
10850         Add warnings about unimplemented/unknown link
10851         types.
10852
10853 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10854
10855         * ps/ps-document.c: (set_up_page):
10856
10857         Log gs property
10858
10859 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10860
10861         * ps/ps-document.c: (start_interpreter):
10862
10863         Log gs env var
10864
10865 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10866
10867         * shell/ev-page-view.c: (ev_page_view_dispose):
10868         * shell/ev-view.c: (ev_view_finalize):
10869         * shell/ev-window.c: (ev_window_setup_document),
10870         (ev_window_dispose), (ev_window_init):
10871
10872         Solve more refs issues.
10873
10874         I commented out the page_view initialization for now:
10875         it was never destroyed (because it's never added
10876         to a container). Because of that we was leaking
10877         gs processes. Couldnt think to a clean fix.
10878         We need to figure this out, password view has the
10879         same issue probably.
10880
10881 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10882
10883         * ps/ps-document.c: (ps_document_finalize),
10884         (ps_document_get_n_pages), (ps_document_get_page):
10885
10886         Some cleanups, stop the interpreter on finalize
10887
10888         * shell/ev-page-view.c: (ev_page_view_dispose),
10889         (ev_page_view_class_init):
10890
10891         Release our reference on the document
10892
10893 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10894
10895         * Makefile.am:
10896         * configure.ac:
10897         * doc/debugging.txt:
10898         * lib/.cvsignore:
10899         * lib/Makefile.am:
10900         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10901         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10902         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10903         * lib/ev-debug.h:
10904
10905         Add debugging helpers
10906
10907         * ps/Makefile.am:
10908         * ps/ps-document.c: (set_up_page), (start_interpreter),
10909         (stop_interpreter), (document_load), (ps_document_next_page),
10910         (ps_document_goto_page), (ps_document_set_page_size),
10911         (ps_document_widget_event), (ps_document_render):
10912         * shell/Makefile.am:
10913         * shell/ev-view.c: (expose_bin_window):
10914         * shell/main.c: (main):
10915
10916         Add some logs
10917         
10918 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10919
10920         * ps/ps-document.c: (ps_document_widget_event):
10921
10922         Initialize message_window, this should make ps
10923         rendering really work! (Never noticed because I was
10924         testing with a ps that is causing gs to exit every time!)
10925
10926 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10927
10928         * data/evince.schemas.in: updated simple error in applyto closing tag
10929
10930 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10931
10932         * Makefile.am:
10933         * configure.ac:
10934         * data/.cvsignore:
10935         * data/Makefile.am:
10936         * data/evince-ui.xml:
10937         A data/evince.schemas.in:
10938         * po/POTFILES.in:
10939         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10940         * shell/ev-stock-icons.h:
10941         * shell/ev-window.c: (update_chrome_visibility),
10942         (update_chrome_flag), (ev_window_cmd_edit_find),
10943         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10944         (ev_window_unfullscreen), (ev_window_focus_in_event),
10945         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10946         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10947         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10948         (ev_window_dispose), (ev_window_class_init),
10949         (set_action_properties), (set_chrome_actions), (load_chrome),
10950         (ev_window_init):
10951
10952         Implement fullscreen mode changes from bug #164776.
10953         Also implement persistent chrome toggles.
10954
10955 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10956
10957         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10958
10959 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10960
10961         * NEWS:
10962         * configure.ac:
10963         * shell/ev-view.c:
10964
10965         Add another check for find interface
10966
10967         Release 0.1.3
10968
10969 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * shell/ev-application.c: (ev_application_open):
10972         * shell/ev-window.c: (ev_window_open):
10973
10974         Open gzipped ps documents
10975
10976 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10977
10978         * TODO:
10979         * shell/ev-view.c: (set_document_page):
10980
10981         Clamp page number, dont try to move to
10982         not existant pages.
10983
10984 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10985
10986         * backend/ev-document-find.c: (ev_document_find_changed):
10987         * backend/ev-document-find.h:
10988         * pdf/xpdf/pdf-document.cc:
10989         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10990         * shell/ev-window.c: (find_bar_search_changed_cb):
10991
10992         Fix several bugs with find
10993
10994 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10995
10996         * shell/ev-sidebar-thumbnails.c
10997         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10998         document. Prevents warning from scroll_to_cell.
10999
11000 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11001
11002         * configure.ac: Add «nb» to ALL_LINGUAS too.
11003
11004 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11005
11006         * NOTES: New file with some random thoughts.
11007
11008         * TODO: Update.
11009
11010         * backend/ev-document-misc.c:
11011         (ev_document_misc_get_page_border_size): New function to
11012         canonicalize shadow drawing sizes.  Possibly goofy.
11013
11014         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11015         (ev_view_best_fit), (ev_view_fit_width):
11016         * pdf/xpdf/pdf-document.cc:
11017         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11018         * ps/ps-document.c: (ps_document_get_page_size):
11019         * backend/ev-document-misc.h:
11020         * backend/ev-document.c: (ev_document_get_page_size):
11021         * backend/ev-document.h: get_page_size now takes a page number
11022         parameter.  Made all the backends/frontends honor it.
11023
11024         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11025         see.  Doesn't work yet.
11026
11027         * shell/Makefile.am:
11028         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11029         Doesn't do anything yet.
11030
11031         * shell/ev-sidebar-thumbnails.c:
11032         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11033         [0..n_pages-1]
11034
11035         * shell/ev-window.c: (update_action_sensitivity),
11036         (ev_window_setup_document), (ev_window_set_page_mode),
11037         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11038         view-swapping code a bit so we can have multiple views on a
11039         document.  Add the multi-page view, though it can't be turned on
11040         yet.
11041
11042 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11043
11044         * shell/ev-application.c: (ev_application_open):
11045         * shell/ev-view.c: (expose_bin_window):
11046         * shell/ev-window.c: (ev_window_open):
11047
11048         Support eps and check document supports find
11049         before drawing highlightings in expose.
11050
11051 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11052
11053         * pixbuf/pixbuf-document.c:
11054         (pixbuf_document_thumbnails_get_dimensions),
11055         (pixbuf_document_document_thumbnails_iface_init):
11056
11057         implement get_dimensions
11058
11059 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * NEWS:
11062         * configure.ac:
11063
11064         Release 0.1.2
11065
11066 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11067
11068         * shell/ev-view.c: (set_document_page):
11069
11070         Scroll at the top of the page when changing page
11071
11072 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11073
11074         * shell/ev-view.c: (ev_view_motion_notify_event):
11075
11076         Do not redraw unnecessarily
11077
11078 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11079
11080         * pdf/xpdf/pdf-document.cc:
11081         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11082         (expose_bin_window), (find_changed_cb):
11083
11084         Yay! find works now... Now to find bugs...
11085
11086 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11087
11088         * backend/ev-document-find.c: (ev_document_find_base_init),
11089         (ev_document_find_changed):
11090         * backend/ev-document-find.h:
11091         * pdf/xpdf/pdf-document.cc:
11092         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11093         (expose_bin_window), (ev_view_init), (set_document_page),
11094         (ensure_rectangle_is_visible), (jump_to_find_result),
11095         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11096         (ev_view_find_next), (ev_view_find_previous):
11097         * shell/ev-view.h:
11098         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11099
11100         More work on find implementation, mostly there now
11101
11102 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11103
11104         * backend/ev-backend-marshalers.list:
11105         * backend/ev-document-find.c: (ev_document_find_base_init),
11106         (ev_document_find_cancel), (ev_document_find_page_has_results),
11107         (ev_document_find_get_n_results), (ev_document_find_get_result),
11108         (ev_document_find_get_progress), (ev_document_find_changed):
11109         * backend/ev-document-find.h:
11110
11111         Enanche the find interface to be really able to do
11112         multi page find.
11113
11114         * pdf/xpdf/pdf-document.cc:
11115
11116         Implement
11117
11118         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11119         (expose_bin_window), (ev_view_init),
11120         (ev_view_get_find_status_message), (find_changed_cb),
11121         (ev_view_set_document), (set_document_page):
11122
11123         Adapt to the new interface. A few things are regressed sorry,
11124         I will finish it soon.
11125
11126 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11127
11128         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11129         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11130         ev_sidebar_thumbnails_parent_class variable, don't define another
11131         parent_class variable.
11132
11133         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11134         (ev_page_action_class_init): ditto.
11135
11136         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11137         (pixbuf_document_class_init): ditto.
11138
11139         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11140         ditto.
11141
11142         * .cvsignore: ignore various valgrind output files.
11143
11144 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11145
11146         * data/evince-ui.xml:
11147         * shell/Makefile.am:
11148         * shell/ev-history.c:
11149         * shell/ev-history.h:
11150         * shell/ev-navigation-action.c:
11151         * shell/ev-navigation-action.h:
11152         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11153         (ev_view_set_page), (ev_view_fit_width):
11154         * shell/ev-view.h:
11155         * shell/ev-window.c: (update_action_sensitivity),
11156         (ev_window_setup_document), (register_custom_actions):
11157
11158         Kill session history
11159
11160 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11161
11162         * shell/ev-window.c: (update_action_sensitivity):
11163
11164         Fix inverted up/down buttons
11165
11166 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11167
11168         * shell/ev-sidebar-thumbnails.c
11169         (ev_sidebar_thumbnails_select_page): make sure the selected
11170         thumbnail stays visible.
11171
11172 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11173
11174         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11175         scrolled window for Federico.
11176
11177 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11178
11179         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11180
11181 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11182
11183         * configure.ac:
11184         * pdf/splash/SplashFTFontEngine.cc:
11185
11186         Fix CID fonts with freetype 2.1.9
11187
11188 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11189
11190         * TODO: added item for desktop icon thumbnailer
11191
11192 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11193
11194         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11195         unloaded docs when the title is accessed.
11196
11197         * shell/ev-password-view.[hc]: New widget for displaying password
11198         state.
11199
11200         * shell/ev-window.[ch]: Refactor password handling code to handle
11201         the new view.
11202
11203 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * NEWS:
11206         * configure.ac:
11207         * data/Makefile.am:
11208
11209         Release 0.1.1
11210
11211 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11212
11213         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11214         ignore page offset here, to make search results independent of it,
11215
11216         * shell/ev-view.c (expose_bin_window): but take offsets into
11217         account here. Bug #164932
11218
11219         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11220         scale at the right time. Bug #164996
11221
11222 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11223
11224         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11225         fix the problem. Now I just removed the Adobe font names and hope
11226         that the URW fonts are always in outline format. Bug #164934
11227
11228         * shell/ev-window.c (update_window_title): empty titles are
11229         useless, use filename in that case too.
11230
11231         * NEWS: Add some content.
11232
11233 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11234
11235         * TODO: added one more TODO item and a TODONE section :)
11236
11237 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11238
11239         * ps/ps-document.h: add page_[xy]_offset fields.
11240
11241         * ps/ps-document.c (ps_document_set_page_offset)
11242         (ps_document_render): Keep offset in consideration in a few
11243         places. Bug #164752 "postscript documents are not centered in
11244         window"
11245
11246         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11247         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11248
11249         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11250         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11251         stub out missing methods for complete EvDocument implementation.
11252         Fixes segfaults with Save A Copy and Copy actions.
11253
11254         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11255         (ps_document_document_iface_init): ditto.
11256         
11257 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11258
11259         * data/.cvsignore:
11260         * data/Makefile.am:
11261         * data/evince.desktop.in:
11262
11263         Add desktop file
11264
11265 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11266
11267         * shell/ev-view.c: (ev_view_button_press_event),
11268         (ev_view_motion_notify_event):
11269
11270         Make selection work in any direction
11271
11272 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11273
11274         * TODO:
11275         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11276
11277         Use shorter labels for some of the toolbars items
11278
11279 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11280
11281         * pdf/xpdf/pdf-document.cc:
11282
11283         Check the links info is initialized before
11284         using it. Should fix a crash on startup.
11285
11286 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11287
11288         * pixbuf/pixbuf-document.c
11289         (pixbuf_document_thumbnails_get_dimensions): force floating point
11290         division to calculate page_ratio. Fixes crash with landscape
11291         format pixbufs.
11292
11293 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11294
11295         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11296
11297 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11298
11299         * shell/ev-view.c (set_document_page): unset has_selection when
11300         the page changes.
11301         (set_document_page): handle paper size changes when the page
11302         changes (test with Free Culture, page 2).
11303
11304 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11307         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11308
11309         Use normal style color for the widget background and
11310         draw a black box around the page.
11311
11312 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11313
11314         * pdf/xpdf/pdf-document.cc:
11315
11316         Keep offset in consideration in a few places
11317
11318         * shell/ev-view.c: (expose_bin_window):
11319
11320         Set the offsets so that the document is ever centered
11321
11322 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11323
11324         * TODO: Added TODO items and finished off the first todo item
11325
11326         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11327         reflect current authors
11328
11329 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11330
11331         * pdf/xpdf/pdf-document.cc:
11332         * shell/ev-view.c: (ev_view_set_cursor),
11333         (ev_view_motion_notify_event), (document_changed_callback),
11334         (set_document_page):
11335
11336         Show a wait cursor while the page is rendering
11337
11338 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11339
11340         * shell/ev-sidebar-thumbnails.c:
11341         (ev_sidebar_tree_selection_changed),
11342         (ev_sidebar_thumbnails_select_page):
11343         * shell/ev-sidebar-thumbnails.h:
11344         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11345         (ev_view_can_go_forward):
11346         * shell/ev-window.c: (ev_window_open_page),
11347         (ev_window_setup_document), (update_current_page),
11348         (view_page_changed_cb), (ev_window_init):
11349         * shell/ev-window.h:
11350
11351         Ensure thumbnails selection, toolbar page control and
11352         current page are in sync.
11353
11354 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * pdf/xpdf/XRef.cc:
11357
11358         Fix CAN-2005-0064
11359
11360 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11361
11362         * backend/Makefile.am:
11363         * backend/ev-document-links.h:
11364         * backend/ev-document-security.c: (ev_document_security_get_type),
11365         (ev_document_security_has_document_security),
11366         (ev_document_security_set_password):
11367         * backend/ev-document-security.h:
11368         * backend/ev-document.c: (ev_document_error_quark):
11369         * backend/ev-document.h:
11370         * data/Makefile.am:
11371         * data/evince-password.glade:
11372         * pdf/xpdf/pdf-document.cc:
11373         * shell/Makefile.am:
11374         * shell/ev-password.c: (ev_password_set_bad_password_label),
11375         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11376         (ev_password_dialog_get_password),
11377         (ev_password_dialog_set_bad_pass):
11378         * shell/ev-password.h:
11379         * shell/ev-window.c: (ev_window_get_attribute),
11380         (ev_window_set_property), (update_action_sensitivity),
11381         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11382         (ev_window_setup_document), (ev_window_get_password),
11383         (ev_window_open), (ev_window_cmd_save_as),
11384         (using_postscript_printer), (ev_window_print),
11385         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11386         (update_fullscreen_popup), (ev_window_fullscreen),
11387         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11388         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11389         (menu_item_select_cb), (find_bar_search_changed_cb),
11390         (ev_window_dispose), (ev_window_init):
11391
11392         Add initial support for password-supported dialogs.  This could be
11393         a lot cooler, but it'll do for now.
11394
11395 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11396
11397         * pdf/xpdf/pdf-document.cc:
11398         * shell/ev-view.c: (status_message_from_link),
11399         (ev_view_set_status), (ev_view_set_cursor),
11400         (ev_view_motion_notify_event), (ev_view_init):
11401         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11402
11403         Fix bugs in the links implementation and change cursor
11404         when hovering a link.
11405
11406 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11407
11408         * viewer/.cvsignore: added cvsignore file for viewer directory
11409
11410         * TODO: created TODO document
11411
11412 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11413
11414         * shell/ev-view.h:
11415         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11416         new functions to help with implementation of sensitivity code
11417         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11418         of all actions that might require it.  Fixes a crash when you
11419         click on the Zoom actions in a window lacking a document.
11420
11421 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11422
11423         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11424         of the Find action
11425
11426 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11427
11428         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11429         (pixbuf_document_document_iface_init):
11430         * ps/ps-document.c: (ps_document_get_link),
11431         (ps_document_document_iface_init):
11432         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11433         (status_message_from_link), (ev_view_set_status),
11434         (ev_view_set_find_status), (ev_view_motion_notify_event),
11435         (ev_view_button_release_event), (ev_view_set_property),
11436         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11437         (ev_view_get_find_status_message), (update_find_results),
11438         (ev_view_get_status), (ev_view_get_find_status):
11439         * shell/ev-view.h:
11440         * shell/ev-window.c: (view_status_changed_cb),
11441         (view_find_status_changed_cb), (ev_window_init):
11442
11443         View status message support, use it to show the links.
11444         Needs work...
11445
11446 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * backend/ev-document.c: (ev_document_get_link):
11449         * backend/ev-document.h:
11450         * pdf/xpdf/pdf-document.cc:
11451         * shell/ev-application.c: (ev_application_open):
11452         * shell/ev-application.h:
11453         * shell/ev-sidebar-links.c: (selection_changed_cb):
11454         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11455         (ev_view_go_to_link):
11456
11457         Add support for document links
11458
11459 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11460
11461         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11462         (create_tool_item):
11463         Set the spin button limits correctly.
11464         
11465         * shell/ev-sidebar-thumbnails.c:
11466         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11467         Support changing pages by clicking on the thumbnails.
11468         
11469 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11470
11471         * pixbuf/pixbuf-document.c:
11472         (pixbuf_document_thumbnails_get_dimensions),
11473         (pixbuf_document_document_thumbnails_iface_init):
11474
11475         implement get_dimensions
11476
11477 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11478
11479         * ps/ps-document.c: (ps_document_goto_page):
11480
11481         Fix page switching on multipage documents
11482
11483 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11484
11485         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11486         
11487         check for NULL before assigning to width and height parameters
11488
11489 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11490
11491         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11492         (pixbuf_document_set_property), (pixbuf_document_get_property):
11493
11494         implement get/set properties
11495
11496 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11497
11498         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11499         
11500         return NULL instead of "Unknown", letting the title get set to
11501         the filename when the pdf has no title.
11502
11503 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11504
11505         * ps/ps-document.c: (ps_document_get_page_count),
11506         (ps_document_goto_page):
11507
11508 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11509
11510         * shell/ev-history.c: (ev_history_get_property),
11511         (ev_history_set_property), (ev_history_class_init),
11512         (ev_history_add_page), (ev_history_set_current_index):
11513         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11514         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11515         (ev_navigation_action_finalize):
11516         * shell/ev-navigation-action.h:
11517         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11518         (ev_view_go_forward), (ev_view_get_find_status_message),
11519         (history_index_changed_cb), (ev_view_set_history):
11520         * shell/ev-view.h:
11521         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11522         (update_current_page), (register_custom_actions):
11523
11524         Implement history dropdowns
11525
11526 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11527
11528         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11529         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11530         (ev_view_go_forward):
11531         * shell/ev-window.c: (register_custom_actions):
11532
11533         Fix several history bugs
11534
11535 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11536
11537         * configure.ac: Add «nb» to ALL_LINGUAS.
11538
11539 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11540
11541         * backend/Makefile.am:
11542         * backend/ev-bookmark.c:
11543         * backend/ev-bookmark.h:
11544         * backend/ev-document-bookmarks.c:
11545         * backend/ev-document-bookmarks.h:
11546         * backend/ev-document-links.c: (ev_document_links_get_type),
11547         (ev_document_links_has_document_links),
11548         (ev_document_links_begin_read), (ev_document_links_get_link),
11549         (ev_document_links_get_child), (ev_document_links_next),
11550         (ev_document_links_free_iter):
11551         * backend/ev-document-links.h:
11552         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11553         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11554         (ev_link_get_link_type), (ev_link_set_link_type),
11555         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11556         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11557         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11558         (ev_link_new_external):
11559         * backend/ev-link.h:
11560         * pdf/xpdf/pdf-document.cc:
11561         * shell/Makefile.am:
11562         * shell/ev-application.c: (ev_application_open_link):
11563         * shell/ev-application.h:
11564         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11565         (ev_history_get_link_nth):
11566         * shell/ev-history.h:
11567         * shell/ev-sidebar-bookmarks.c:
11568         * shell/ev-sidebar-bookmarks.h:
11569         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11570         (ev_sidebar_links_class_init), (selection_changed_cb),
11571         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11572         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11573         (do_one_iteration), (populate_links_idle),
11574         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11575         * shell/ev-sidebar-links.h:
11576         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11577         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11578         (go_to_index):
11579         * shell/ev-view.h:
11580         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11581         * shell/ev-window.h:
11582
11583         Rename bookmark to link, and use "Index" for the sidebar panel.
11584
11585 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11586
11587         * shell/Makefile.am:
11588         * shell/ev-application.c: (ev_application_open_bookmark):
11589         * shell/ev-application.h:
11590         * shell/ev-history.c: (ev_history_init), (free_links_list),
11591         (ev_history_finalize), (ev_history_class_init),
11592         (ev_history_add_link), (ev_history_add_page),
11593         (ev_history_get_link_nth), (ev_history_get_n_links),
11594         (ev_history_get_current_index), (ev_history_set_current_index),
11595         (ev_history_new):
11596         * shell/ev-history.h:
11597         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11598         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11599         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11600         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11601         (ev_view_set_page):
11602         * shell/ev-view.h:
11603         * shell/ev-window.c: (ev_window_open_bookmark),
11604         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11605         (goto_page_cb), (register_custom_actions):
11606         * shell/ev-window.h:
11607
11608         Initial history implementation. Needs work.
11609
11610 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11611
11612         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11613
11614 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11615
11616         * cut-n-paste/recent-files/egg-recent-item.c:
11617         * cut-n-paste/recent-files/egg-recent-item.h:
11618         * cut-n-paste/recent-files/egg-recent-model.c:
11619         * cut-n-paste/recent-files/egg-recent-util.c:
11620         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11621         * cut-n-paste/recent-files/egg-recent-view.c:
11622
11623         Update
11624
11625 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11626
11627         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11628         (fillGlyph, fillImageMask, drawImage):
11629         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11630         pdf/splash/SplashTypes.h:
11631         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11632         packed mode for Splash.
11633
11634         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11635         RGB8 packed mode, eliminates the pixbuf data creation loop.
11636
11637         * shell/ev-print-job.c (ev_print_job_finalize)
11638         (ev_print_job_set_property, ev_print_job_get_property)
11639         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11640         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11641         (print_closure_finalize, ev_print_job_print): implement
11642         printing (for backends with EvPsExporter)
11643
11644         * shell/ev_print_job.h: update prototypes.
11645
11646         * shell/ev-window.c (ev_window_print): unref print job after
11647         printing.
11648
11649         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11650         unless the document implements the EvDocumentFind interface.
11651
11652 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11653
11654         * configure.ac: Added ja to ALL_LINGUAS.
11655
11656 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11657
11658         * pdf/xpdf/pdf-document.cc:
11659
11660         add a FIXME. We should probably not allocate
11661         a bookmark object every time
11662
11663 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11664
11665         * shell/ev-application.c: (ev_application_open),
11666         (ev_application_open_bookmark):
11667         * shell/ev-application.h:
11668         
11669         Add a way to open bookmarks
11670
11671         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11672         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11673         (ev_bookmark_set_property), (ev_bookmark_class_init),
11674         (ev_bookmark_new_title), (ev_bookmark_new_link),
11675         (ev_bookmark_new_external):
11676
11677         Support for external uris, better constructors.
11678
11679         * backend/ev-bookmark.h:
11680         * pdf/xpdf/pdf-document.cc:
11681         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11682
11683         Handle external uris
11684
11685 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11686
11687         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11688         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11689
11690         Hook up bookmarks navigation
11691
11692 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * backend/Makefile.am:
11695         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11696         (ev_bookmark_get_title), (ev_bookmark_set_title),
11697         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11698         (ev_bookmark_get_page), (ev_bookmark_set_page),
11699         (ev_bookmark_get_property), (ev_bookmark_set_property),
11700         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11701         (ev_bookmark_new):
11702         * backend/ev-bookmark.h:
11703         * backend/ev-document-bookmarks.c:
11704         (ev_document_bookmarks_get_bookmark):
11705         * backend/ev-document-bookmarks.h:
11706         * pdf/xpdf/pdf-document.cc:
11707         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11708
11709         Add a bookmark object to the backend and use it instead of get_values
11710
11711 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11712
11713         * data/evince-ui.xml:
11714
11715         Cleanup and add select all.
11716
11717         * shell/ev-view.c: (ev_view_select_all),
11718         (ev_view_button_press_event):
11719         * shell/ev-view.h:
11720         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11721
11722         Add select all.
11723         Clear selection on click.
11724
11725 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11726
11727         * shell/ev-sidebar-thumbnails.c
11728         (ev_sidebar_thumbnails_set_document): forgot to unref the
11729         loading_icon.
11730
11731 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11732
11733         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11734         at the visible page, not just linearly.  This makes it look fast.
11735
11736 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * backend/ev-document-misc.c
11739         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11740         white.
11741         * backend/ev-document-thumbnails.h: New interface to get the size
11742         of a page.
11743
11744 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11745
11746         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11747         make dist works
11748
11749 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11750
11751         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11752         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11753         things up a bit.
11754
11755         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11756
11757 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11758
11759         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11760         fonts. Should fix font problems on systems that have the base
11761         fonts in bitmap format. Reported by James Henstridge
11762         <james@jamesh.id.au>.
11763
11764 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11765
11766         * pdf/xpdf/Gfx.cc:
11767         * pdf/xpdf/GfxState.cc:
11768
11769         Fix for CAN-2004-1125
11770
11771 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11772
11773         * shell/ev-view.c: (ev_view_copy):
11774         * shell/ev-view.h:
11775         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11776
11777         Implement Edit->Copy
11778
11779 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11780
11781         * backend/ev-document.c: (ev_document_get_text):
11782         * backend/ev-document.h:
11783         * pdf/xpdf/pdf-document.cc:
11784         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11785         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11786         (ev_view_update_primary_selection), (ev_view_button_press_event),
11787         (ev_view_motion_notify_event), (ev_view_button_release_event):
11788
11789         Beginnings of clipboard support. Incomplete but primary sort
11790         of work.
11791
11792 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11795         (expose_bin_window):
11796
11797         Nicer rubberband drawing, from GtkIconView.
11798
11799 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11800
11801         * backend/ev-document.c: (ev_document_save):
11802         * backend/ev-document.h:
11803         * data/evince-ui.xml:
11804         * pdf/xpdf/pdf-document.cc:
11805         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11806
11807         Implement "Save a copy..." menu item
11808
11809 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11810
11811         * shell/ev-view.c: (ev_view_zoom):
11812
11813         Queue a resize when zoom changes
11814
11815 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11816
11817         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11818         shadows.
11819
11820         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11821         thumbnails..
11822
11823 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11824
11825         * pdf/xpdf/pdf-document.cc
11826         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11827
11828 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11829
11830         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11831         It's slow, but I'll speed it up next!
11832
11833 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11834
11835         * shell/main.c (load_files):
11836
11837         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11838         from the command line and because it seems more appropriate.
11839
11840 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11841
11842         * data/evince-ui.xml:
11843         * shell/ev-window.c: (update_action_sensitivity),
11844         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11845
11846         s/next page/page down
11847         s/previous page/page up
11848
11849 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11850
11851         * data/evince-ui.xml:
11852
11853         Change the layout to match clarkbw design.
11854
11855         * shell/Makefile.am:
11856         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11857         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11858         (ev_navigation_action_finalize),
11859         (ev_navigation_action_set_property),
11860         (ev_navigation_action_get_property),
11861         (ev_navigation_action_class_init):
11862         * shell/ev-navigation-action.h:
11863
11864         Implement clarkbw toolbar navigation controls (incomplete)
11865
11866         * shell/ev-page-action.c: (update_label), (update_spin),
11867         (value_changed_cb), (create_tool_item), (connect_proxy),
11868         (ev_page_action_init), (ev_page_action_finalize),
11869         (ev_page_action_set_property), (ev_page_action_get_property),
11870         (ev_page_action_set_current_page),
11871         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11872         * shell/ev-page-action.h:
11873
11874         Implement a page switcher in the toolbar
11875
11876         * shell/ev-view.c: (ev_view_scroll_view):
11877         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11878         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11879         (register_custom_actions), (ev_window_init):
11880
11881         Change page on PageUp/Down.
11882
11883 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11884
11885         * pdf/xpdf/pdf-document.cc
11886         (pdf_document_thumbnails_get_thumbnail): initial stab at
11887         implementing thumbnail support for pdfs.  It only does documents
11888         with precached pdfs now.
11889
11890 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11891
11892         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11893         thumbnail code into a time-based idle as well.  Also, turn off the
11894         shadow temporarily as it's really slow.
11895
11896 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11897
11898         * backend/ev-document.c: (ev_document_class_init):
11899         * pdf/xpdf/pdf-document.cc:
11900         * shell/ev-window.c: (ev_window_open):
11901
11902         Fix document title bugs and fallback to
11903         filename when not available.
11904
11905 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11906
11907         * backend/ev-document.c: (ev_document_get_type),
11908         (ev_document_class_init), (ev_document_load),
11909         (ev_document_get_title):
11910         * backend/ev-document.h:
11911         * pdf/xpdf/pdf-document.cc:
11912         * ps/ps-document.c: (ps_document_set_property),
11913         (ps_document_get_property), (ps_document_class_init),
11914         (document_load):
11915         * ps/ps-document.h:
11916         * ps/ps.h:
11917         * shell/ev-window.c: (update_window_title), (ev_window_open),
11918         (ev_window_init):
11919
11920         Initial support for document title. Not working yet.
11921
11922 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11923
11924         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11925
11926         Grab focus on the view when clicking it
11927
11928 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11929
11930         * shell/ev-marshal.list:
11931         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11932         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11933
11934         Add key bindings to the view. Now if the focus would work
11935         right...
11936
11937 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * Makefile.am:
11940         * backend/Makefile.am:
11941         * data/Makefile.am:
11942         * dvi/Makefile.am:
11943         * dvi/dvilib/Makefile.am:
11944         * pdf/xpdf/Makefile.am:
11945         * po/POTFILES.in:
11946         * ps/Makefile.am:
11947
11948         Fix distcheck
11949
11950 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * shell/ev-view.c: (ev_view_realize):
11953
11954         Fix mouse wheel scrolling
11955
11956 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11957
11958         * ps/Makefile.am:
11959         * ps/gstypes.h:
11960         * ps/gtkgs.c:
11961         * ps/gtkgs.h:
11962         * ps/ps-document.c: (catchPipe), (ps_document_init),
11963         (ps_document_class_init), (ps_document_cleanup),
11964         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11965         (set_up_page), (close_pipe), (is_interpreter_ready),
11966         (interpreter_failed), (output), (input), (start_interpreter),
11967         (stop_interpreter), (file_length), (file_readable),
11968         (check_filecompressed), (check_pdf), (compute_xdpi),
11969         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11970         (ps_document_get_type), (ps_document_emit_error_msg),
11971         (document_load), (ps_document_next_page),
11972         (ps_document_get_current_page), (ps_document_get_page_count),
11973         (ps_document_goto_page), (ps_document_set_page_size),
11974         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11975         (ps_document_load), (ps_document_get_n_pages),
11976         (ps_document_set_page), (ps_document_get_page),
11977         (ps_document_widget_event), (ps_document_set_target),
11978         (ps_document_set_scale), (ps_document_set_page_offset),
11979         (ps_document_get_page_size), (ps_document_render),
11980         (ps_document_document_iface_init):
11981         * ps/ps-document.h:
11982         * ps/ps.c:
11983         * shell/ev-window.c: (ev_window_open):
11984
11985         Rename GtkGS to PSDocument
11986
11987 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11988
11989         * ps/gtkgs.c: (gtk_gs_class_init):
11990         * ps/gtkgs.h:
11991
11992         Some more leftover...
11993
11994 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11995
11996         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11997         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11998         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11999         * ps/gtkgs.h:
12000
12001         Remove unused code and make a lot of stuff private
12002
12003 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12004
12005         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12006         (gtk_gs_defaults_changed):
12007         * ps/gsdefaults.h:
12008         * ps/gtkgs.c:
12009         * ps/gtkgs.h:
12010         * ps/ps.h:
12011
12012         Cleanup headers dependencies
12013
12014 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * ps/Makefile.am:
12017         * ps/ggvutils.c:
12018         * ps/ggvutils.h:
12019         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12020         * ps/gsdefaults.h:
12021         * ps/gtkgs.c: (file_length), (file_readable),
12022         (check_filecompressed), (check_pdf), (gtk_gs_load),
12023         (gtk_gs_get_postscript):
12024
12025         Get rid of ggvutils
12026
12027 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * ps/ggvutils.c:
12030         * ps/ggvutils.h:
12031         * ps/gsio.h:
12032         * ps/gtkgs.c: (gtk_gs_set_zoom):
12033
12034         Cleanups
12035
12036 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12037
12038         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12039
12040         Ensure the page is rerendered when changing zoom
12041
12042 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12043
12044         * backend/ev-document.c: (ev_document_base_init),
12045         (ev_document_changed):
12046         * backend/ev-document.h:
12047
12048         Add a changed event that is emitted when the page content
12049         changes. This is necessary to deal with the fact that
12050         in ps backend rendering happen asycrounously.
12051         This makes the ps backend mostly work.
12052
12053         * pdf/xpdf/pdf-document.cc:
12054
12055         Emit changed event
12056
12057         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12058         (ps_document_set_target):
12059
12060         Emit changed event
12061
12062         * shell/ev-view.c: (document_changed_callback),
12063         (ev_view_set_document), (ev_view_set_page):
12064
12065         Redraw on the changed signal
12066
12067 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12068
12069         * configure.ac: Added pt_BR to ALL_LINGUAS.
12070
12071 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12072
12073         * backend/ev-document-bookmarks.c:
12074         (ev_document_bookmarks_get_child): *
12075         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12076         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12077         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12078         (ev_sidebar_bookmarks_destroy),
12079         (ev_sidebar_bookmarks_class_init),
12080         (ev_sidebar_bookmarks_construct), (stack_data_free),
12081         (do_one_iteration), (populate_bookmarks_idle),
12082         (ev_sidebar_bookmarks_clear_document),
12083         (ev_sidebar_bookmarks_set_document): *
12084         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12085         (ev_sidebar_add_page),
12086         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12087         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12088         it displays both the topics and the page numbers.
12089
12090 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12091
12092         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12093         toggle.
12094         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12095         visible.
12096
12097 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12098
12099         * configure.ac: Added en_CA to ALL_LINGUAS.
12100
12101 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12102
12103         * ChangeLog: replace bottom of this ChangeLog (merged history of
12104         ggv and gpdf; where all paths were wrong and most of the files are
12105         not even in this tree) with ChangeLog (from arch) of the shell
12106         code.
12107
12108 2004-12-23  Havoc Pennington  <hp@redhat.com>
12109
12110         * shell/ev-window.c: hook up potentially-questionable "find
12111         results status text" feature - something involving the sidebar or
12112         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12113         might be better in the end.
12114
12115         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12116         with corresponding signal when it should be updated
12117
12118         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12119
12120 2004-12-22  Havoc Pennington  <hp@redhat.com>
12121
12122         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12123         find stuff on other pages, sort of (only returns one result on
12124         invisible pages, to show they have results; updates full results
12125         for a page when you view it). Currently repaints the current page
12126         every time a new result is found on any page, which isn't so nice.
12127
12128 2004-12-22  Havoc Pennington  <hp@redhat.com>
12129
12130         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12131         the document doesn't support find (better ideas?)
12132         (find_bar_search_changed_cb): handle missing document or document
12133         that doesn't support find
12134
12135         * pdf/xpdf/pdf-document.cc: port to implement the new
12136         EvDocumentFindIface
12137
12138         * backend/ev-document-find.c: create a new interface for searching
12139
12140         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12141
12142 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12143
12144         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12145         libevbackend.la.
12146
12147         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12148         EvPrintJob constructor arguments.
12149
12150         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12151         for documents that can export PostScript (page by page).
12152
12153         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12154         
12155         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12156         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12157         (pdf_document_ps_exporter_iface_init:
12158         Implement EvPSExporter.
12159
12160         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12161
12162 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12163
12164         * backend/Makefile.am:
12165         * backend/ev-document-thumbnails.c:
12166         (ev_document_thumbnails_get_type),
12167         (ev_document_thumbnails_get_thumbnail):
12168         * backend/ev-document-thumbnails.h:
12169         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12170         (pixbuf_document_thumbnails_get_thumbnail),
12171         (pixbuf_document_document_thumbnails_iface_init):
12172         * shell/Makefile.am:
12173         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12174         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12175         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12176         * shell/ev-sidebar-thumbnails.h:
12177         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12178         (ev_sidebar_set_document):
12179         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12180         (create_shadow), (ev_pixbuf_add_shadow):
12181         * shell/ev-utils.h:
12182         Add thumbnail support.
12183         
12184 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12185
12186         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12187         (using_postscript_printer): Set up a print dialog for "PostScript
12188         injection" method.
12189
12190         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12191         EvPrintJob.
12192
12193         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12194
12195 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12196
12197         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12198         (ps_document_set_target), (ps_document_get_page_size),
12199         (ps_document_render):
12200         * ps/gtkgs.h:
12201
12202         Fix a few bugs
12203
12204 2004-12-22  Christian Rose  <menthos@menthos.com>
12205
12206         * configure.ac: Added "sv" to ALL_LINGUAS.
12207
12208 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12209
12210         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12211         document supports bookmarks.
12212
12213 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12214
12215         * ps/ggvutils.c: (ggv_file_readable):
12216         * ps/ggvutils.h:
12217         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12218         (gtk_gs_get_postscript):
12219
12220         Remove unused utils
12221
12222 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12225         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12226         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12227         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12228         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12229         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12230         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12231         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12232         (gtk_gs_set_antialiasing), (ps_document_load),
12233         (ps_document_render):
12234         * ps/gtkgs.h:
12235
12236         Another check point for the ps backend. Now I can get it to show
12237         pages!
12238
12239 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12240
12241         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12242         document setting code.
12243
12244 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12245
12246         * shell/eggfindbar.c: (entry_activate_callback):
12247         Animate the next button when activate is pressed.
12248         
12249 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12250
12251         * shell/ev-window.c: (ev_window_cmd_edit_find),
12252         (update_fullscreen_popup), (ev_window_fullscreen),
12253         (ev_window_unfullscreen), (ev_window_state_event_cb),
12254         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12255         Fix bugs in fullscreen code.
12256         
12257 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12258
12259         * Makefile.am:
12260         * configure.ac:
12261         * pixbuf/Makefile.am:
12262         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12263         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12264         (pixbuf_document_set_page), (pixbuf_document_get_page),
12265         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12266         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12267         (pixbuf_document_render), (pixbuf_document_begin_find),
12268         (pixbuf_document_end_find), (pixbuf_document_finalize),
12269         (pixbuf_document_class_init),
12270         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12271         * pixbuf/pixbuf-document.h:
12272         * shell/Makefile.am:
12273         * shell/ev-application.c: (ev_application_open):
12274         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12275         (ev_window_open):
12276         Add pixbuf backend.
12277         
12278 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12279
12280         * Makefile.am: 
12281         * dvi/dvilib/Makefile.am:
12282         * dvi/Makefile.am:
12283         * configure.ac: Auto*ify dvi and dvi/dvilib
12284
12285         * dvi/Makefile: Remove from CVS
12286         
12287         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12288         confusion.
12289
12290         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12291         
12292         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12293         
12294 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12295
12296         * ps/Makefile.am:
12297         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12298         (gtk_gs_value_adjustment_changed), (compute_size),
12299         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12300         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12301         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12302         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12303         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12304         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12305         (ps_document_load), (ps_document_get_n_pages),
12306         (ps_document_set_page), (ps_document_get_page),
12307         (ps_document_set_target), (ps_document_set_scale),
12308         (ps_document_set_page_offset), (ps_document_get_page_size),
12309         (ps_document_render), (ps_document_begin_find),
12310         (ps_document_end_find), (ps_document_document_iface_init):
12311         * ps/gtkgs.h:
12312         * shell/Makefile.am:
12313         * shell/ev-window.c: (ev_window_open):
12314
12315         Some work to integrate gtkgs with EvDocument
12316
12317 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12318
12319         * shell/ev-window.c: (update_fullscreen_popup),
12320         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12321         (exit_fullscreen_button_clicked_cb),
12322         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12323         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12324         (ev_window_state_event_cb), (ev_window_init):
12325         Add fullscreen support from Epiphany.
12326         
12327 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12328
12329         * data/ev-stock-zoom-fit-width.png: fit-width
12330         stock icon from gpdf.
12331         
12332         * shell/ev-stock-icons.[ch]: copied from gpdf.
12333         
12334         * shell/main.c: (main): init stock icons.
12335         
12336         * shell/ev-window.c: use the fit-width icon.
12337         
12338         * data/evince-ui.xml: add zooming toolbar items.
12339
12340 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12341
12342         * shell/ev-view.c: 
12343         (ev_view_best_fit), (ev_view_fit_width): because
12344         get_page_size() returns the scaled page size, we
12345         need to calculate the scale factor relative to
12346         the previous scale factor. Should really just
12347         add get_real_page_size().
12348
12349 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12350
12351         * shell/ev-view.[ch]:
12352         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12353         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12354         add zooming.
12355         
12356         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12357         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12358         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12359         hook it up.
12360         
12361         * pdf/xpdf/pdf-document.cc:
12362         (pdf_document_begin_find),
12363         (pdf_document_end_find): make static.
12364
12365 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12366
12367         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12368
12369         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12370         names to fontconfig patterns.
12371         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12372
12373         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12374         setupBaseFontsFc.
12375
12376 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12377
12378         * Makefile.am:
12379         * configure.ac:
12380         * ps/Makefile.am:
12381         * ps/ggvutils.c:
12382         * ps/ggvutils.h:
12383         * ps/gsdefaults.c:
12384         * ps/gsdefaults.h:
12385         * ps/gsio.c:
12386         * ps/gsio.h:
12387         * ps/gtkgs.c:
12388         * ps/gtkgs.h:
12389         * ps/ps.c:
12390         * ps/ps.h:
12391
12392         Import ggv backend. Not hooked up yet.
12393
12394 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12395
12396         * shell/main.c: (load_files), (main): load files
12397         from the command line.
12398
12399 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12400
12401         * configure.ac: don't require bonobo.
12402         
12403         * cut-n-paste/recent-files/*: kill bonobo recent
12404         view.
12405
12406         * shell/ev-window.c:
12407         (ev_window_is_empty): upd.
12408         (unable_to_load), (ev_window_open): load backend
12409         based on the mime type.
12410
12411 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12412
12413         * backend/.cvsignore: ignore generated marshalers source.
12414
12415         * shell/main.c (main): this is not epiphany.
12416
12417 2004-12-22  Havoc Pennington  <hp@redhat.com>
12418
12419         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12420         (expose_bin_window): draw find highlights
12421
12422         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12423         
12424         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12425         (pdf_document_end_find): implement this interface
12426
12427         * backend/ev-document.c (ev_document_found): add this to emit
12428         signal
12429
12430 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12431
12432         * data/evince-ui.xml: Add a few more toolbar items.
12433
12434         * shell/ev-window.c: Hook up page navigation toolbar 
12435         items.
12436
12437         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12438         a page-changed signal.
12439
12440         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12441         Add ev_document_get_page().
12442
12443         * shell/ev-window.c: Sensitize/desensitize navigation
12444         actions.
12445
12446 2004-12-21  Havoc Pennington  <hp@redhat.com>
12447
12448         * backend/ev-backend-marshal.c,
12449         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12450         marshaler-generator thingy. I'm sure there's a better way to do
12451         this in the modern world.
12452
12453         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12454         end_find methods and "found" signal.
12455
12456         * configure.ac: find glib-genmarshal
12457
12458 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12459
12460         * shell/ev-sidebar.c: Construct an actual sidebar.
12461         * shell/ev-sidebar-bookmarks.[ch]:
12462         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12463
12464 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12465
12466         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12467         Redo size handling.
12468         
12469         * shell/ev-view.c: Track the size from the document.
12470
12471 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12472
12473         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12474         constructor assumes ownership of the string passed in.
12475         
12476         * shell/ev-window.c (ev_window_open): Destroy the error
12477         dialog once we've displayed it.
12478
12479 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12480
12481         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12482         a bit, it works! (sort of)
12483
12484         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12485         Move to .cc since we need to use C++ in the implementation.
12486
12487         * shell/dummy.cc: Add a CC file to force evince
12488         to be linked as a C++ program.
12489
12490 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12491
12492         * shell/ev-view.[ch]: Start of content-area widget.
12493
12494         * shell/ev-window.c: Create a EvView, update it
12495         as we change documents.
12496
12497         * shell/Makefile.am shell/ev-marshal.list: Add
12498         generated marshalers.
12499
12500 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12501
12502         * Makefile.am (SUBDIRS): move shell.
12503
12504 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12505
12506         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12507         .a to libtool convenience libraries.
12508
12509         * shell/ev-window.c (ev_window_open): Hard code loading
12510         a PDF document.
12511         
12512         * backend/ev-document.h: Add a boolean return to load(),
12513         fix GError * to GError **.
12514
12515         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12516         object for a PDF backend EvDocument.
12517
12518 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12519
12520         * dvi/*: New directory with the beginning of a .dvi backend.
12521
12522 2004-12-21  Havoc Pennington  <hp@redhat.com>
12523
12524         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12525         previous/next instead of back/forward
12526
12527 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12528
12529         * backend/ev-document.[ch]: Fix a couple of problems so
12530         it compile.
12531
12532 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12533
12534         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12535         to backend/ directory, rename EvViewer to EvDocument.
12536
12537 2004-12-21  Havoc Pennington  <hp@redhat.com>
12538
12539         * shell/ev-window.c: hook up the find bar widget; now we just need
12540         a document to find things in
12541
12542         * shell/eggfindbar.c: a find bar widget
12543
12544 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12545
12546         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12547
12548 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12549
12550         * pdf/**: Import of xpdf code from gpdf. 
12551
12552         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12553
12554         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12555         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12556         Fix FreeType includes.
12557
12558         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12559         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12560         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12561         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12562         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12563         Include xpdfconfig.h
12564         
12565 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12566
12567         * shell/ev-window.c (ev_window_dispose): dispose can be called
12568         multiple times.
12569
12570 2004-12-21  Havoc Pennington  <hp@redhat.com>
12571
12572         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12573         rather than Evince
12574
12575         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12576         items; really they should be synced with the strings, etc. from
12577         current gpdf, but just getting the boring typing out of the way 
12578
12579 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * po/POTFILES.in:
12582         * shell/ev-application.c: (window_destroy_cb):
12583         * shell/ev-window.c:
12584         * shell/main.c: (main):
12585
12586         Actually show the window...
12587
12588 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * Makefile.am:
12591         * shell/Makefile.am:
12592         * shell/ev-application.c: (ev_application_class_init):
12593         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12594
12595         Make it build again
12596
12597 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         Import to gnome cvs.
12600         
12601         * Remove copies of gpdf and ggv trees.
12602         * Rip out all the recursive configure code.
12603         * Remove bonobo machinery.
12604         * viewer/*: GInterfaces that backends should/can implement.
12605
12606 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12607
12608         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12609         typo
12610
12611 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12612
12613         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12614         (ev_application_finalize, ev_application_class_init)
12615         (ev_application_init): use GType instance private data for priv.
12616
12617         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12618         (ev_window_finalize, ev_window_class_init)
12619         (ev_window_init): ditto.
12620
12621 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12622
12623         * shell/ev-application.c (ev_application_new_window): make public
12624         (ev_application_show_initial_window): kill.
12625
12626         * shell/ev-application.h: update prototypes.
12627
12628         * shell/main.cc (main): inline ev_application_show_initial_window.
12629
12630 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12631
12632         * shell/ev-application.c (ev_application_new_window): impl.
12633         (ev_application_show_initial_window): use it.
12634         (is_window_empty, ev_application_get_empty_window): returns an
12635         existing empty window or a new one.
12636         (ev_application_open): from ev_window_cmd_file_open.
12637
12638         * shell/ev-application.h: update prototypes
12639
12640         * shell/ev-window.c (ev_window_is_empty): impl.
12641         (ev_window_open): make public.
12642         (ev_window_cmd_file_open): use ev_application_open
12643
12644         * shell/ev-window.h: update prototypes, remove unused.
12645
12646 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12647
12648         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12649         move destroy handler out of here...
12650
12651         * shell/ev-application.c, shell/ev-application.h: ...into this new
12652         class. Also handles initial window creation.
12653
12654         * shell/main.cc (main): use EvApplication to create initial
12655         window.
12656
12657 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12658
12659         * Makefile.am (SUBDIRS): add cut-n-paste
12660
12661         * cut-n-paste/Makefile.am: add
12662
12663         * configure.ac: generate Makefiles in cut-n-paste
12664
12665 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12666
12667         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12668         (ev_window_class_init): install ev_window_dispose.
12669
12670 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12671
12672         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12673         char (gchar looks stupid).
12674
12675 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12676
12677         * po/de.po: updated German translation.
12678
12679 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12680
12681         * configure.ac: add more pkg-config library checks for gnome-vfs,
12682         bonobo etc.
12683
12684         * gpdf/configure.in: temporarily disable libpaper
12685         checks. Otherwise I'd have to add the checks for the shell, too.
12686
12687 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12688
12689         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12690         and * file filters to the file choose.
12691
12692 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * po/de.po: Updated German translation.
12695
12696 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12697
12698         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12699
12700 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12701
12702         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12703
12704         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12705         (ev_window_init): implement those menuitems.
12706
12707 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12708
12709         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12710
12711         * shell/ev-window.c (ev_window_init): use the toolbar.
12712
12713 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12714
12715         * shell/ev-window.c (ev_window_init): use menu translations
12716
12717 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12718
12719         * configure.ac: add "de" to ALL_LINGUAS.
12720
12721         * po/de.po: add German translation.
12722
12723 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12724
12725         * Makefile.am (SUBDIRS): add po
12726
12727         * configure.ac: check intltool, glib-gettext etc, generate
12728         po/Makefile.in
12729
12730         * po, po/POTFILES.in, po/POTFILES.skip: new.
12731
12732 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12733
12734         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12735         already use (#ifdef ENABLE_NLS)
12736
12737         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12738         pointer indirection thinko.
12739
12740         * shell/main.c: include gi18n.h for bindtextdomain etc.
12741
12742 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12743
12744         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12745         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12746         tooltips for menu items in the statusbar.
12747
12748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12751         pkgdatadir drop UIDIR
12752
12753 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12754
12755         * data/evince-ui.xml: Add File->Open menu item
12756
12757         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12758         chooser), hook it up in the ui manager.
12759
12760 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12761
12762         * shell/ev-window.c: fix Help->About tooltip.
12763
12764 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12765
12766         * configure.ac: set CFLAGS for libevprivate.
12767
12768         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12769         definitions, factory etc.
12770
12771         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12772
12773         * shell/Makefile.am: link against libevprivate.a.
12774
12775         * shell/ev-window.c (entries): add stock icon to Help->About.
12776
12777         * shell/main.c (main): init stock icon code.
12778
12779 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12780
12781         * lib/recent-files: egg recent files code
12782
12783         * lib/Makefile.am: add.
12784
12785         * Makefile.am: add lib subdir.
12786
12787         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12788         set CFLAGS for recent-files.
12789
12790 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12791
12792         * configure.ac: disable -ansi and -pedantic gcc flags. They
12793         disable POSIX stuff in stdio.h, but egg-recent uses them.
12794
12795 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12796
12797         * configure.ac: add --disable-deprecated flag (defaults to on in
12798         "cvs" builds).
12799
12800         * shell/Makefile.am (INCLUDES): use it.
12801
12802 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12803
12804         * shell/main.c: add missing #include.
12805
12806         * shell/ev-window.c: fix for pedantic gcc.
12807         (ev_window_cmd_help_about): split license into paragraphs for
12808         translators and pedantic compilers.
12809
12810 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12811
12812         * configure.ac: add more warning flags if compiling with gcc from
12813         cvs (or explicitly requested with --enable-more-warnings).
12814
12815 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12816
12817         * data/evince-ui.xml: add File and File->Close menu.
12818
12819         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12820         (ev_window_destroy): quit after destroy.
12821         (ev_window_class_init): override GtkObject::destroy.
12822         (entries): install close_window callback.
12823
12824 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12825
12826         * Makefile.am (SUBDIRS): add data subdir.
12827
12828         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12829         gtk+ 2.5.0 for GtkAboutDialog.
12830
12831         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12832         main window.
12833
12834         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12835
12836         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12837         manager.
12838         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12839
12840 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12841
12842         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12843
12844 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12845
12846         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12847
12848 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12849
12850         * shell/*: Added shell directory boilerplate, build it.
12851
12852 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12853
12854         * configure.ac, Makefile.am: Added top-level configure.ac and
12855         Makefile.am