]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
ebfee6a213c6189e73eb022d14199cbd3fefbe2c
[evince.git] / ChangeLog
1 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2
3         * properties/Makefile.am:
4
5         Get the nautilus extension dir properly instead of using
6         a hack. Fixes bug #505359.
7
8 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9
10         * properties/Makefile.am:
11         
12         Install nautilus extension into new place. See bug
13         #505359. Thanks to Matthias Clasen, Brian Pepple and
14         Damien Carbery.
15
16 2008-01-13   Djihed Afifi  <djihed@gmail.com>
17
18         * shell/ev-window.c: (ev_window_get_recent_file_label):
19         
20         RTL marker in recent file list. See bug #509076.
21
22 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
25         * shell/ev-window.c: (image_save_dialog_response_cb):
26
27         Fix compile warnings due to unused variables.
28         
29 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * configure.ac:
32         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
33         * backend/ps/ev-spectre.c: (ps_document_render):
34
35         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
36
37 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
38
39         * shell/ev-transition-animation.c (ev_transition_animation_fade)
40         (ev_transition_animation_paint): Implement "fade" effect.
41
42 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
43
44         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
45         (ev_transition_animation_paint): Implement "uncover" effect.
46
47 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
48
49         * shell/ev-transition-animation.c (ev_transition_animation_cover)
50         (ev_transition_animation_paint): Implement "cover" effect.
51
52 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
53
54         * shell/ev-transition-animation.c (ev_transition_animation_push)
55         (ev_transition_animation_paint): Implement "push" effect.
56
57 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
58
59         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
60         (ev_transition_animation_paint): Implement "dissolve" effect.
61
62 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
63
64         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
65         (ev_transition_animation_paint): Implement "wipe" effect.
66
67 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
68
69         * shell/ev-transition-animation.c (ev_transition_animation_box)
70         (ev_transition_animation_paint): Implement "box" effect.
71
72 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
73
74         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
75         (ev_transition_animation_paint): Implement "blinds" effect.
76
77 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
78
79         * shell/ev-transition-animation.c (ev_transition_animation_split)
80         (ev_transition_animation_paint): Implement "split" effect.
81
82 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
83
84         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
85         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
86         (ev_view_transition_animation_start) 
87         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
88         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
89         (ev_view_next_page) (ev_view_previous_page):
90         
91         Use EvTransitionAnimation to drive page changes in the presentation
92         mode, the animation will wait to start until both the origin and 
93         destination page surfaces are available. Fixes #458460.
94
95         (draw_loading_text):
96
97         Remove workaround for bug #320352, it's now fixed properly.
98
99
100 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
101
102         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
103         will contain the implementations for page transition animations, at
104         the moment it just has the "replace" effect.
105         * shell/Makefile.am: Added these files to build.
106
107 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
108
109         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
110         animations.
111         * shell/Makefile.am: Added these files to build.
112
113 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
114
115         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
116         implementation to get_effect() in EvDocumentTransitionIface.
117
118 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
119
120         * libdocument/ev-transition-effect.[ch]: New files, define a page
121         transition effect, at the moment it maps PopplerPageTransition to a
122         GObject.
123         * libdocument/Makefile.am: Added these files to build.
124         * libdocument/ev-document-transition.[ch]
125         (ev_document_transition_get_effect): New method, gets the
126         EvTransitionEffect returned by the interface implementation, with
127         fallback to the "replace" effect.
128
129 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
130
131         * configure.ac:
132         * cut-n-paste/Makefile.am:
133         * cut-n-paste/fileformatchooser/Makefile.am:
134         * cut-n-paste/fileformatchooser/egg-macros.h:
135         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
136         * shell/Makefile.am:
137         * shell/ev-window.c: (image_save_dialog_response_cb),
138         (ev_view_popup_cmd_save_image_as):
139
140         Allow exporting images in any format supported by
141         GdkPixbuf. Fixes bug #500209.
142         
143 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * backend/pixbuf/pixbuf-document.c:
146
147         More warnings fixed.
148         
149 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
152         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
153         * backend/djvu/djvu-text.h:
154         * backend/tiff/tiff-document.c: (tiff_document_render):
155
156         Fix compile warnings.
157         
158 2007-12-28  Christian Persch  <chpe@gnome.org>
159
160         * **/*.c: Include config.h. Bug #504721.
161
162 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * configure.ac:
165         * Makefile.am:
166         * po/POTFILES.in:
167         * backend/comics/Makefile.am:
168         * backend/comics/comics-document.[ch]:
169         * backend/comics/comicsdocument.evince-backend.in:
170         * backend/djvu/Makefile.am:
171         * backend/djvu/djvu-document.[ch]:
172         * backend/djvu/djvudocument.evince-backend.in:
173         * backend/dvi/Makefile.am:
174         * backend/dvi/dvi-document.[c]:
175         * backend/dvi/dvidocument.evince-backend.in:
176         * backend/impress/Makefile.am:
177         * backend/impress/impress-document.[ch]:
178         * backend/impress/impressdocument.evince-backend.in:
179         * backend/pdf/Makefile.am:
180         * backend/pdf/ev-poppler.cc:
181         * backend/pdf/ev-poppler.h:
182         * backend/pdf/pdfdocument.evince-backend.in:
183         * backend/pixbuf/Makefile.am:
184         * backend/pixbuf/pixbuf-document.[ch]:
185         * backend/pixbuf/pixbufdocument.evince-backend.in:
186         * backend/ps/Makefile.am:
187         * backend/ps/ev-spectre.[ch]:
188         * backend/ps/ps-document.[ch]:
189         * backend/ps/psdocument.evince-backend.in:
190         * backend/tiff/Makefile.am:
191         * backend/tiff/tiff-document.[ch]:
192         * backend/tiff/tiffdocument.evince-backend.in:
193         * libdocument/Makefile.am:
194         * libdocument/ev-backends-manager.[ch]:
195         * libdocument/ev-module.[ch]:
196         * libdocument/ev-document.h:
197         * libdocument/ev-document-factory.[ch]:
198         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
199         (get_compression_from_mime_type), (get_document_from_uri),
200         (ev_document_factory_get_document), (file_filter_add_mime_types),
201         (ev_document_factory_add_filters):
202         * shell/Makefile.am:
203         * shell/ev-window-title.c: (get_filename_from_uri):
204         * shell/main.c: (main):
205         * thumbnailer/Makefile.am:
206         * thumbnailer/evince-thumbnailer.c: (main):
207
208         Plugin system for backends. Fixes bug #351348.
209         
210 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
211
212         * shell/ev-view-private.h:
213         * shell/ev-view.c: (ev_view_drag_update_momentum),
214         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
215         (ev_view_button_release_event), (ev_view_destroy):
216         
217         Kinetic scrolling implemented as requested in
218         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
219
220 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
221
222         * data/evince-toolbar.xml:
223         * data/evince-ui.xml:
224         * shell/ev-view-private.h:
225         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
226         (ev_view_button_press_event), (ev_view_motion_notify_event),
227         (ev_view_button_release_event), (ev_view_init),
228         (ev_view_autoscroll_cb), (ev_view_autoscroll),
229         (ev_view_set_cursor):
230         * shell/ev-view.h:
231         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
232         (ev_window_cmd_view_autoscroll):
233         
234         Autoscroll feature with the context menu. Fixes bug 
235         #323670. Thanks to David Turner <cillian64@googlemail.com>.
236
237 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
240
241         Disconnect also page-ready signal when removing a job because the
242         page size has changed. Thanks to kripken
243         <kripkensteiner@gmail.com>.
244
245 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
246
247         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
248         
249         Scroll pages in page entry with mouse wheel. Fixes bug
250         #324122. Thanks to David Turner <cillian64@googlemail.com>.
251
252 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/dvi/Makefile.am:
255         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
256         (mdvi_cairo_device_init):
257         * backend/dvi/mdvi-lib/common.h:
258         * backend/dvi/mdvi-lib/mdvi.h:
259         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
260         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
261         (mdvi_build_path_from_cwd):
262
263         Add ps specials support in dvi backend when libspectre is
264         present. Fixes bug #386005.
265         
266 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * configure.ac:
269         * backend/ps/Makefile.am:
270         * backend/ps/ev-spectre.[ch]:
271         
272         Use libspectre, if available, for the ps backend. Fixes bugs
273         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
274
275 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
276         
277         * backend/comics/comics-document.c: (comics_document_load):
278         
279         Cygwin build issue fix.
280
281 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * shell/ev-view.c: (ev_view_set_zoom):
284
285         Do not limit the minimum zoom factor when sizing mode is best bit
286         or fit width. Fixes bug #503805.
287         
288 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
291         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
292         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
293         (ev_link_dest_get_property), (ev_link_dest_set_property),
294         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
295         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
296         (ev_link_dest_new_fitr):
297         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
298         (goto_fith_dest), (goto_xyz_dest):
299
300         Do not change left, top and zoom values when they are null in PDF
301         destinations. Fixes bug #460658.
302         
303 2007-12-10  Christian Persch  <chpe@gnome.org>
304
305         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
306         (ev_view_accessible_class_init),
307         (ev_view_accessible_idle_do_action),
308         (ev_view_accessible_action_do_action),
309         (ev_view_accessible_action_get_description),
310         (ev_view_accessible_action_set_description),
311         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
312         (ev_view_accessible_factory_init),
313         (ev_view_accessible_factory_get_accessible_type):
314         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
315         private data, and G_DEFINE_TYPE. Bug #502843.
316
317 2007-12-08  Christian Persch  <chpe@gnome.org>
318
319         * shell/ev-metadata-manager.c: (item_free),
320         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
321         (value_free), (parse_value), (parseItem),
322         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
323         (save_values): Use GSlice to allocate small amounts of memory. Bug
324         #475972.
325
326 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
329
330         Restore cursor to normal after a drag operation. Fixes bug
331         #501603.
332         
333 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
334
335         * NEWS:
336         * configure.ac:
337         
338         Update for release 2.21.1
339
340 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * configure.ac:
343         * cut-n-paste/gedit-message-area/Makefile.am:
344         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
345         * shell/Makefile.am:
346         * shell/ev-message-area.[ch]:
347         * shell/ev-window.c: (ev_window_set_message_area),
348         (ev_window_error_message_response_cb), (ev_window_error_message),
349         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
350         (ev_window_save_job_cb), (image_save_dialog_response_cb),
351         (ev_attachment_popup_cmd_open_attachment),
352         (attachment_save_dialog_response_cb), (ev_window_set_document),
353         (ev_window_init):
354
355         Use a message area instead of a popup dialog for error
356         notifications. Fixes bug #337495.
357         
358 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
361         (ev_window_run_fullscreen):
362
363         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
364         
365 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * ev-sidebar-thumbnails.c: (update_visible_range),
368         (ev_sidebar_thumbnails_refresh),
369         (ev_sidebar_thumbnails_set_document),
370         (ev_sidebar_thumbnails_support_document):
371
372         Show thumbnails for documents with one page. Fixes bug #358751.
373         
374 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-window.c:
377         (ev_window_load_print_settings_from_metadata),
378         (ev_window_save_print_settings), (ev_window_print_finished),
379         (ev_window_print_range):
380
381         Print settings that are specific to the document are now saved per
382         document in the metadata file. Fixes bug #488806.
383         
384 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
385
386         * backend/tiff/tiff-document.c: (tiff_document_render):
387
388         Tiff documents were rendered with wrong colors. Fixes bug #497279.
389         
390 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * shell/ev-application.[ch]: (get_find_string_from_args),
393         (ev_application_open_uri_at_dest), (ev_application_open_uri),
394         (ev_application_open_uri_list):
395         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
396         * shell/ev-window.[ch]: (ev_window_load_job_cb),
397         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
398         (ev_window_cmd_recent_file_activate),
399         (ev_window_open_recent_action_item_activated),
400         (ev_window_print_send), (open_remote_link):
401         * shell/main.c: (arguments_parse):
402
403         Add a command line option for search. Fixes bug #497710.
404         
405 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
406
407         * shell/ev-jobs.c: (ev_job_print_new):
408
409         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
410         
411 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * data/evince-toolbar.xml:
414         * shell/Makefile.am:
415         * shell/ev-application.c: (ev_application_init):
416         * shell/ev-open-recent-action.[ch]:
417         * shell/ev-window.c:
418         (ev_window_open_recent_action_item_activated),
419         (register_custom_actions):
420
421         Add an expander to the open toolbar item which pops up a dropdown
422         menu with the recently used documents. Fixes bug #487215.
423         
424 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * shell/ev-window.c: (ev_window_open_uri),
427         (ev_window_cmd_view_reload):
428
429         Do not jump to the first page when reloading by running evince
430         from the command line. Fixes bug #490847.
431         
432 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
433
434         * shell/ev-window.c: (ev_window_cmd_help_contents):
435
436         Plugged memory leak when help file is not found. Fixes bug
437         #490762.
438         
439 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * configure.ac:
442
443         Enable djvu, dvi and comics backends by default. Fixes bug
444         #437121.
445         
446 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * configure.ac:
449         * cut-n-paste/Makefile.am:
450         * cut-n-paste/recent-files/*: Removed
451         * help/reference/Makefile.am:
452         * shell/Makefile.am:
453         * shell/ev-application.[ch]: (ev_application_shutdown),
454         (ev_application_init):
455         * shell/ev-window.c: (ev_window_add_recent),
456         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
457
458         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
459         
460 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
461
462         * shell/ev-window.c: (launch_external_uri):
463
464         Let GnomeVFS check the URL, this allow more URL (like mailto:),
465         and report error if the URL is not supported (#489910).
466
467 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
470         (pdf_document_file_exporter_begin_page),
471         (pdf_document_file_exporter_end_page):
472
473         Fix printing with poppler splash backend. Fixes bug #489774.
474         
475 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
478         * shell/ev-print-job.c: (ev_print_job_class_init):
479
480         Fix a crash when printing with the gnome-print dialog. Fixes bug
481         #488939.
482         
483 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
484
485         * backend/pixbuf/pixbuf-document.c:
486
487         Fix an implicit function definition warning (#487655)
488
489 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-window.c:
492
493         Fix conflicting shortcut for view sade pane and presentation.
494         
495 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * backend/pdf/ev-poppler.cc:
498         (pdf_document_file_exporter_begin_page),
499         (pdf_document_file_exporter_do_page),
500         (pdf_document_file_exporter_end_page),
501         (pdf_document_file_exporter_iface_init):
502         * libdocument/ev-file-exporter.[ch]:
503         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
504         * shell/ev-jobs.c: (ev_job_print_get_page_list),
505         (ev_job_print_run):
506
507         When printing multiple pages per sheet in reverse option, do not
508         invert the order of the pages in every sheet, but the order of the
509         sheets. Do not print blank pages when page range is invalid. Fixes
510         bugs #484857 and #485521.
511         
512 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * shell/ev-jobs.c: (ev_job_print_get_page_list),
515         (ev_job_print_run):
516         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
517
518         Respect ranges order when printing more than one range in random
519         order.
520         
521 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
522
523         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
524         (ev_window_setup_document), (ev_window_rotation_changed_cb):
525
526         Rotate also the window icon when document is rotated. Fixes bug
527         #474681.
528         
529 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
532         (pdf_document_forms_get_form_fields):
533
534         Silently ignore unknown form fields. Fixes bug #482654. Patch by
535         Matthias Drochner.
536         
537 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * configure.ac:
540         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
541
542         Use poppler_page_render_for_printing() instead of
543         poppler_page_render() if available when exporting to a ps or pdf
544         file. Fixes bug #476627.
545         
546 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-window.c: (ev_window_run_fullscreen):
549
550         Do not show the toolbar in fullscreen mode if the main toolbar is
551         not visible. Fixes bug #483048.
552         
553 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-view.c: (ev_view_button_press_event):
556
557         Give priority to form fields over images when deciding whether a
558         button press event is over an image or form field. It allows edit
559         form fields when they are over a background image. Fixes bug
560         #477841.
561         
562 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
563
564         * NEWS:
565         * configure.ac:
566         
567         Update for release 2.20.0
568
569 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * backend/pdf/ev-poppler.cc:
572
573         Remove #ifdef HAVE_FORMS, so that forms support works again.
574
575 2007-09-05  Götz Waschk  <waschk@mandriva.org>
576
577         * configure.ac:
578         * data/evince.desktop.in.in:
579         
580         Fixes desktop file issues. See bug #473471.
581
582 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
585         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
586         (ev_job_queue_remove_job):
587         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
588         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
589         * shell/ev-window.c: (ev_window_clear_save_job),
590         (ev_window_save_job_cb), (file_save_dialog_response_cb),
591         (ev_window_dispose):
592
593         Move save a copy task to its own job so that it's carried out in a
594         thread avoiding another lock in the main thread. Use
595         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
596         can be saved to a pathin another file system. Fixes bug #456891.
597         
598 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
599
600         * NEWS:
601         * configure.ac:
602         
603         Update for release 2.19.92
604
605 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * configure.ac:
608         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
609         (pdf_selection_get_selection_region),
610         (pdf_selection_get_selection_map),
611         (ev_form_field_from_poppler_field):
612
613         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
614         and triple click selections are enabled again now.
615
616 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-window.c: (ev_window_add_history):
619
620         Make sure not to use the history with documents not supporting
621         links. Fixes bug #468954.
622
623 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-window.c: (ev_window_load_job_cb):
626
627         Restart the search when reloading a document with the find bar
628         visible. Fixes bug #461962.
629
630 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * shell/ev-window.c: (setup_document_from_metadata),
633         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
634
635         Do not jump to the first page when reloading a document from the
636         last page.
637
638 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * shell/ev-window.c: (update_chrome_flag),
641         (setup_sidebar_from_metadata),
642         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
643         (ev_window_cmd_edit_find_next),
644         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
645         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
646         (find_bar_close_cb), (view_actions_focus_in_cb):
647
648         Do not update visibility when changing a chrome flag so that it's
649         possible to update several flags and update visibility only once
650         for all of them.
651
652 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
655
656         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
657         supported by gtk+. Fixes bug #460907.
658
659 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/ev-view.c: (view_update_range_and_current_page):
662
663         Make sure current-page <= end-page in continuous mode. Fixes bug
664         #454950.
665
666 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * backend/pdf/ev-poppler.cc: (build_tree):
669
670         Ignore outline items without a title. Fixes bug #453913.
671
672 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
675         (ev_view_button_release_event), (ev_view_leave_notify_event):
676
677         Use always drag mouse cursor during a drag operation. Fixes bug
678         #470564.
679
680 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
683         (pdf_selection_get_selection_region),
684         (pdf_selection_get_selection_map):
685
686         Temporarily disable double and triple selections since it depends on
687         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
688         released and the update of the external dependency minimal version
689         approved.
690
691 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
694         (pdf_document_file_exporter_do_page):
695         * libdocument/ev-file-exporter.h:
696         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
697         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
698
699         Actually fix printing regressions. Remove orientation from
700         EvPrintContext since it's redundant.
701
702 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
705         * backend/impress/impress-document.c:
706         (impress_document_document_iface_init):
707         * backend/ps/ps-document.c: (ps_document_document_iface_init):
708         * backend/djvu/djvu-document.c:
709         (djvu_document_document_iface_init),
710         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
711         * backend/tiff/tiff-document.c:
712         (tiff_document_document_iface_init):
713         * backend/pixbuf/pixbuf-document.c:
714         (pixbuf_document_document_iface_init):
715         * backend/comics/comics-document.c:
716         (comics_document_document_iface_init):
717         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
718         (pdf_selection_render_selection),
719         (pdf_selection_get_selected_text),
720         (pdf_selection_get_selection_region),
721         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
722         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
723         (ev_selection_get_selection_region),
724         (ev_selection_get_selection_map):
725         * libdocument/ev-document.[ch]:
726         * shell/ev-pixbuf-cache.[ch]: (add_job),
727         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
728         * shell/ev-view-private.h:
729         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
730         (ev_job_render_run):
731         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
732         * shell/ev-view.c: (start_selection_for_event),
733         (ev_view_button_press_event), (ev_view_drag_data_get),
734         (ev_view_drag_data_received), (ev_view_button_release_event),
735         (compute_new_selection_text), (compute_selections),
736         (ev_view_select_all), (get_selected_text), (ev_view_copy),
737         (ev_view_primary_get_cb):
738
739         Add support for double and triple click selections.
740
741 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
742
743         * NEWS:
744         * configure.ac:
745
746         Update for release 2.19.4
747
748 2007-08-28  Justin Blanchard  <justinb04@aim.com>
749
750         * shell/ev-view-private.h:
751         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
752         (ev_view_set_highlight_search):
753         * shell/ev-view.h:
754         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
755         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
756         (find_bar_visibility_changed_cb):
757         
758         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
759
760 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
763         (pdf_document_file_exporter_begin),
764         (pdf_document_file_exporter_do_page):
765         * shell/ev-jobs.c: (ev_job_print_run):
766         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
767
768         Create always a portrait cairo surface and rotate when needed for
769         landscape. It fixes printing problems in real printers.
770
771 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
774         * libdocument/ev-file-exporter.[ch]:
775         (ev_file_exporter_get_capabilities):
776         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
777         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
778
779         Adjust number of pages per row according to page orientation when
780         printing 2 or 6 pages per sheet.
781
782 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-window.c: (ev_window_print_send):
785
786         Reset also cups setting to 1 when printing multiple pages per
787         sheet. Fixes bug #468853.
788
789 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * libdocument/ev-document-misc.c:
792         (ev_document_misc_surface_rotate_and_scale):
793
794         Use directly cairo_surface_get_content() when creating a similar
795         surface as suggested by Jeff Muizelaar. Thanks again.
796
797 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * backend/djvu/djvu-document.c: (djvu_document_render):
800         * backend/tiff/tiff-document.c: (tiff_document_render):
801         * backend/pdf/ev-poppler.cc: (pdf_document_render):
802         * libdocument/ev-document-misc.c:
803         (ev_document_misc_surface_from_pixbuf),
804         (ev_document_misc_surface_rotate_and_scale):
805
806         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
807         creating page surfaces. Fixes bug #453123. Thank you very much to
808         Jeff Muizelaar <jeff@infidigm.net>.
809
810 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-page-cache.c: (ev_page_cache_new),
813         (ev_page_cache_get_thumbnail_size):
814         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
815         (ev_sidebar_thumbnails_set_loading_icon):
816
817         Also store in page-cache the dimensions of the thumbnails so that
818         they can be used to create the correct loading icon in the side
819         pane. Fixes bug #466857.
820
821 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * backend/pdf/ev-poppler.cc:
824         (pdf_document_thumbnails_get_thumbnail):
825
826         Fix thumbnails rotation in pdf documents that include embedded 
827         thumbnails.
828
829 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
830
831         * backend/pdf/ev-poppler.cc:
832
833         Don't use #ifdef in macro expansion. Some compilers don't
834         like that. Closes bug #467042.
835
836 2007-08-15  Justin Blanchard  <justinb04@aim.com>
837
838         * backend/djvu/djvu-document.c: (djvu_document_finalize):
839         
840         Fixes memory leak in djvu backend.
841
842 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
843
844         * data/icons/32x32/Makefile.am:
845         * data/icons/32x32/actions/Makefile.am:
846         * data/icons/32x32/actions/view-page-cont.svg:
847         * data/icons/32x32/actions/view-page-facing.svg:
848         * data/icons/48x48/Makefile.am:
849         * data/icons/48x48/actions/Makefile.am:
850         * data/icons/48x48/actions/view-page-cont.svg:
851         * data/icons/48x48/actions/view-page-facing.svg:
852         
853         Icons for a new sizes.
854
855 2007-08-14  Justin Blanchard  <justinb04@aim.com>
856
857         * shell/ev-page-cache.c: (build_height_to_page),
858         (ev_page_cache_get_height_to_page):
859         
860         Fixes invalid read, see bug #466401.
861
862 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
865         (set_drag_cursor):
866         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
867         (configure_item_cursor), (new_pixbuf_from_widget):
868
869         Fix multihead problems in toolbar editor. Fixes bug #382055.
870
871 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window.c: (ev_window_cmd_file_open),
874         (ev_window_cmd_save_as):
875
876         Use g_get_user_special_dir when available instead of
877         xdg_user_dir_lookup.
878
879 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
880
881         * MAINTAINERS:
882         
883         Updated according to request on desktop-devel.
884
885 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
888
889         Do not use cairo_rectangle and cairo_clip since we are
890         not using cairo_fill but cairo_paint. Use the same cairo context
891         for every page in the same expose event.
892
893 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
894
895         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
896         leak.
897
898 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * configure.ac:
901         * NEWS:
902
903         Release 0.9.3
904
905 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * libdocument/ev-document-info.h:
908         * libdocument/ev-document.h:
909         * shell/ev-page-action.h:
910         * shell/ev-sidebar-links.h:
911
912         Fix a headers problem with ev-link
913         
914         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
915         * shell/ev-view-private.h:
916         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
917         (get_link_area), (ev_view_query_tooltip),
918         (ev_view_leave_notify_event), (ev_view_destroy),
919         (ev_view_class_init):
920
921         Use new gtk tooltips when available instead of ev-tooltip.
922         
923 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-window.c: (update_chrome_visibility),
926         (ev_window_sidebar_visibility_changed_cb):
927
928         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
929         
930 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-navigation-action.c:
933         (ev_navigation_action_history_changed),
934         (ev_navigation_action_set_history):
935         * shell/ev-navigation-action-widget.c:
936         (ev_navigation_action_widget_init):
937         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
938
939         Fix compile warnings.
940         
941 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
944         (egg_editable_toolbar_dispose):
945
946         Fix memory leak.
947         
948 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
951         (screensaver_disable_x11):
952         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
953         * shell/ev-window.c: (presentation_set_timeout):
954         * shell/ev-view.c: (ev_view_presentation_transition_start):
955
956         Use g_timeout_add_seconds instead of g_timeout_add when
957         available.
958         
959 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
962
963         Set horizontal scrollbar policy to AUTOMATIC instead of
964         NEVER. Workaround for bug #449462.
965         
966 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-jobs.c: (ev_job_render_page_ready):
969
970         Add page_ready callback to main loop with high priority and hold
971         a reference to job during idle.
972         
973 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * configure.ac:
976         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
977         (pdf_document_file_exporter_begin),
978         (pdf_document_file_exporter_do_page),
979         (pdf_document_file_exporter_get_capabilities):
980         * libdocument/ev-file-exporter.h:
981         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
982         * shell/ev-window.c: (ev_window_print_send),
983         (ev_window_print_dialog_response_cb):
984
985         Allow printing multiple pages per sheet. Fixes bug #395573.
986         
987 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
988
989         * shell/ev-view.c: (tip_from_link):
990         
991         Check for NULL, fixes bug #460862.
992
993 2007-07-29  Christian Persch  <chpe@gnome.org>
994
995         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
996         (ev_window_preview_print_finished), (ev_window_do_preview_print),
997         (ev_window_cmd_preview_print):
998         
999         Fixes bug #437681 - blocks while enumerating printers.
1000
1001 2007-07-29  Christian Persch  <chpe@gnome.org>
1002
1003         * shell/ev-window.c: (ev_window_screen_changed):
1004         
1005         Don't use deprecated gtk+ function. See bug #460909.
1006
1007 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * shell/ev-utils.c: (get_num_monitors):
1010         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1011
1012         Do not use display before initializing it. Remove compile
1013         warnings.
1014
1015 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1016
1017         * shell/ev-view.c: (ev_view_class_init):
1018         
1019         Unix-like hjkl bindings added. See bug #458111.
1020
1021 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1022
1023         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1024         * shell/ev-utils.h:
1025         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1026         (ev_view_update_view_size):
1027         * shell/ev-view.h:
1028         * shell/ev-window.c: (ev_window_update_actions),
1029         (setup_view_from_metadata), (ev_window_screen_changed),
1030         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1031         (zoom_control_changed_cb):
1032         * shell/ev-window.h:
1033         
1034         Reorganizes utility functions.
1035
1036 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1039         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1040         (add_job), (ev_pixbuf_cache_get_surface),
1041         (ev_pixbuf_cache_get_link_mapping),
1042         (ev_pixbuf_cache_get_image_mapping),
1043         (ev_pixbuf_cache_get_form_field_mapping),
1044         (ev_pixbuf_cache_get_text_mapping):
1045         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1046         (notify_page_ready), (ev_job_render_page_ready),
1047         (ev_job_render_run):
1048
1049         Add page_ready signal to notify that page is ready as soon as
1050         possible even if other page elements like links, forms, images or
1051         text mapping are not ready yet.
1052
1053 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1056         (dvi_document_file_exporter_do_page),
1057         (dvi_document_file_exporter_get_capabilities),
1058         (dvi_document_file_exporter_iface_init):
1059         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1060         (ps_document_file_exporter_do_page),
1061         (ps_document_file_exporter_get_capabilities),
1062         (ps_document_file_exporter_iface_init):
1063         * backend/djvu/djvu-document.c:
1064         (djvu_document_file_exporter_begin),
1065         (djvu_document_file_exporter_end),
1066         (djvu_document_file_exporter_get_capabilities),
1067         (djvu_document_file_exporter_iface_init):
1068         * backend/tiff/tiff-document.c:
1069         (tiff_document_file_exporter_begin),
1070         (tiff_document_file_exporter_get_capabilities),
1071         (tiff_document_document_file_exporter_iface_init):
1072         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1073         (pdf_document_file_exporter_do_page),
1074         (pdf_document_file_exporter_get_capabilities),
1075         (pdf_document_file_exporter_iface_init):
1076         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1077         (ev_file_exporter_get_capabilities):
1078         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1079         (idle_print_handler), (ev_print_job_print):
1080         * shell/ev-jobs.c: (ev_job_print_run):
1081         * shell/ev-window.c: (ev_window_print_send),
1082         (ev_window_print_range):
1083
1084         Use capabilities to know which options should be offered by the
1085         print dialog depending on the document backend.
1086
1087 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1090
1091         Give priority to forms over text to set the cursor.
1092
1093 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * shell/ev-view-private.h:
1096         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1097         (ev_view_leave_notify_event), (ev_view_finalize),
1098         (ev_view_get_property), (ev_view_class_init):
1099
1100         Use IBEAM cursor for text form fields and NORMAL cursor for read
1101         only fields. Remove unused status attribute.
1102
1103 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1106
1107         Update region for current selected items also for checkbox
1108         buttons, since they can behave as radio buttons when they are in a
1109         set.
1110
1111 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * configure.ac:
1114         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1115
1116         Get max length of text form fields.
1117
1118 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1121         * libdocument/ev-form-field.h:
1122         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1123
1124         Fix build with current poppler cvs head.
1125
1126 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1129         * shell/eggfindbar.c: (egg_find_bar_init):
1130
1131         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1132         deprecation. Fixes bug #455667
1133
1134 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * NEWS:
1137         * configure.ac:
1138         
1139         Update for release 0.9.2
1140
1141 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-view.c: (ev_view_form_field_text_save),
1144         (ev_view_form_field_choice_save):
1145
1146         Fix a crash when closing whith a form widget visible.
1147
1148 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1151
1152         Update also the region of the current selected button when
1153         clicking on another button if they are radio buttons.
1154
1155 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1158         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1159         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1160         (ev_pixbuf_cache_get_link_mapping),
1161         (ev_pixbuf_cache_get_image_mapping),
1162         (ev_pixbuf_cache_get_form_field_mapping),
1163         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1164         * shell/ev-view.c: (ev_view_form_field_get_region),
1165         (ev_view_form_field_button_create_widget),
1166         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1167         (job_finished_cb):
1168
1169         Redraw only form field region instead of the whole page when
1170         reloading a page to show changes on the form field.
1171
1172 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * shell/ev-view.c: (ev_view_form_field_choice_save):
1175
1176         Fix selection of first item in list form fields.
1177
1178 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1181         (ev_pixbuf_cache_reload_page),
1182         (ev_pixbuf_cache_get_form_field_mapping):
1183
1184         Some refactoring to avoid duplicated code.
1185
1186 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * configure.ac:
1189         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1190         (ev_form_field_from_poppler_field),
1191         (pdf_document_forms_get_form_fields),
1192         (pdf_document_forms_form_field_text_get_text),
1193         (pdf_document_forms_form_field_text_set_text),
1194         (pdf_document_forms_form_field_button_set_state),
1195         (pdf_document_forms_form_field_button_get_state),
1196         (pdf_document_forms_form_field_choice_get_item),
1197         (pdf_document_forms_form_field_choice_get_n_items),
1198         (pdf_document_forms_form_field_choice_is_item_selected),
1199         (pdf_document_forms_form_field_choice_select_item),
1200         (pdf_document_forms_form_field_choice_toggle_item),
1201         (pdf_document_forms_form_field_choice_unselect_all),
1202         (pdf_document_forms_form_field_choice_set_text),
1203         (pdf_document_forms_form_field_choice_get_text),
1204         (pdf_document_document_forms_iface_init):
1205         * libdocument/Makefile.am:
1206         * libdocument/ev-form-field.[ch]:
1207         * libdocument/ev-document-forms.[ch]:
1208         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1209         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1210         (add_job), (ev_pixbuf_cache_reload_page),
1211         (ev_pixbuf_cache_get_form_field_mapping):
1212         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1213         * shell/ev-view-private.h:
1214         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1215         (ev_view_handle_cursor_over_xy),
1216         (ev_view_get_form_field_at_location),
1217         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1218         (ev_view_form_field_button_create_widget),
1219         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1220         (ev_view_form_field_text_create_widget),
1221         (ev_view_form_field_choice_save),
1222         (ev_view_form_field_choice_changed),
1223         (ev_view_form_field_choice_create_widget),
1224         (ev_view_handle_form_field), (ev_view_size_allocate),
1225         (ev_view_realize), (draw_end_presentation_page),
1226         (ev_view_button_press_event), (ev_view_remove_all),
1227         (ev_view_motion_notify_event), (ev_view_key_press_event),
1228         (ev_view_enter_notify_event), (highlight_find_results),
1229         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1230         (ev_view_class_init), (page_changed_cb),
1231         (on_adjustment_value_changed), (ev_view_set_presentation),
1232         (merge_selection_region), (ev_view_set_cursor),
1233         (ev_view_reset_presentation_state):
1234         
1235         Merge evince-forms branch.
1236
1237 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1238
1239         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1240
1241         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1242         This script also updates itself from libegg
1243
1244         * cut-n-paste/toolbar-editor/egg*:
1245         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1246         libegg
1247
1248 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1249
1250         * shell/ev-window.c:
1251         
1252         Adds a nice icon to page action during toolbar editing.
1253         See bug #452872.
1254
1255 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1256
1257         * data/evince-toolbar.xml:
1258         * shell/ev-window.c:
1259         
1260         Let user add a presentation and fullscreen icons on toolbar.
1261         See bug #449734.
1262
1263 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1264
1265         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1266
1267         new script to keep in sync with toolbareditor in libegg
1268
1269         * cut-n-paste/toolbar-editor/*: 
1270
1271         Run update-toolbareditor-from-libegg so we are in sync again. 
1272         Fixes bug #452850.
1273         
1274
1275 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-sidebar-links.c: (job_finished_callback):
1278
1279         Do not connect selection changed signal more than once. Fixes bug
1280         #349433.
1281
1282 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1285
1286         Do not change sidebar chrome flag when pressing F9 key in
1287         presentation mode.
1288
1289 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * backend/pdf/ev-poppler.cc:
1292         (pdf_document_thumbnails_get_dimensions):
1293
1294         Make sure thumbnails width and height is not <= 0. Fixes a crash
1295         with some pdf documents which have really small pages.
1296
1297 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1298
1299         * shell/main.c: (main):
1300
1301         Fixes program description translation issue.
1302         Bug #450148.
1303
1304 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1305
1306         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1307
1308         Do not change current page when returning from black/white mode
1309         in presentation. Fixes bug #415032.
1310
1311 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1312
1313         * NEWS:
1314         * configure.ac:
1315         
1316         Update for release 0.9.1
1317
1318 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1319
1320         * backend/dvi/dvi-document.c:
1321         (dvi_document_finalize),
1322         (dvi_document_file_exporter_format_supported),
1323         (dvi_document_file_exporter_begin),
1324         (dvi_document_file_exporter_do_page),
1325         (dvi_document_file_exporter_end),
1326         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1327         
1328         PDF exporter for dvi documents. Fixes bug #441319.
1329
1330 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-window.c: (ev_window_clear_print_job):
1333
1334         Clear gtk print job when job has finished. Fixes bug #447612.
1335
1336 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/ev-window.c: (ev_window_print_send),
1339         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1340
1341         Add preview button to print dialog. Fixes bug #445419.
1342
1343 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * backend/dvi/Makefile.am:
1346         * backend/dvi/pixbuf-device.[ch]: Removed
1347         * backend/dvi/cairo-device.[ch]: Added
1348         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1349         * backend/dvi/dvi-document.c: (dvi_document_load),
1350         (dvi_document_render), (dvi_document_finalize),
1351         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1352         (dvi_document_do_color_special):
1353         * libdocument/ev-document-misc.[ch]:
1354         (ev_document_misc_pixbuf_from_surface):
1355
1356         Port dvi backend to cairo and fix a problem with colors. 
1357
1358 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-view.c: (draw_one_page):
1361
1362         Draw only visible region.
1363
1364 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * backend/djvu/djvu-document.c: (djvu_document_render):
1367
1368         Fix rotation in djvu backend.
1369
1370 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1373         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1374         (ev_pixbuf_cache_get_image_mapping),
1375         (ev_pixbuf_cache_get_text_mapping):
1376
1377         Redraw view every time we have a new surface. Fixes bug #443587.
1378
1379 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * libdocument/ev-document.c: (ev_document_info_free):
1382
1383         Fix memory leaks.
1384
1385 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * backend/dvi/dvi-document.c: (dvi_document_render),
1388         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1389         * backend/impress/impress-document.c:
1390         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1391         (impress_document_render), (impress_document_document_iface_init),
1392         (impress_document_thumbnails_get_thumbnail):
1393         * backend/djvu/djvu-document-private.h:
1394         * backend/djvu/djvu-document.c: (djvu_document_render),
1395         (djvu_document_finalize), (djvu_document_document_iface_init),
1396         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1397         * backend/tiff/tiff-document.c: (tiff_document_render),
1398         (tiff_document_render_pixbuf),
1399         (tiff_document_document_iface_init):
1400         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1401         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1402         (pdf_selection_render_selection):
1403         * backend/comics/comics-document.c:
1404         (comics_document_render_pixbuf), (comics_document_render),
1405         (comics_document_document_iface_init):
1406         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1407         (pixbuf_document_document_iface_init):
1408         * libdocument/ev-document-misc.[ch]:
1409         (ev_document_misc_surface_from_pixbuf),
1410         (ev_document_misc_surface_rotate_and_scale):
1411         * libdocument/ev-document.[ch]: (ev_document_render):
1412         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1413         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1414         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1415         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1416         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1417         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1418         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1419         (render_finished_cb), (ev_job_render_run):
1420         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1421         (merge_selection_region):
1422
1423         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1424         and selections.
1425
1426 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * shell/ev-window-title.c: (ev_window_title_update):
1429
1430         Fix memory leak.
1431
1432 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-view.c: (draw_loading_text):
1435
1436         Show loading text centered. Fixes bug #433061
1437
1438 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * shell/ev-sidebar-thumbnails.c:
1441         (ev_sidebar_thumbnails_set_loading_icon):
1442
1443         Remove a mutex in the main thread that blocks the UI in heavy
1444         documents.
1445
1446 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1449
1450         Set points_set to TRUE so that selections don't disappear after a
1451         zoom change.
1452
1453 2007-06-07  Michael Monreal  <infernux@web.de>
1454
1455         * data/icons/16x16/actions/Makefile.am:
1456         * data/icons/16x16/actions/zoom.svg:
1457         * data/icons/22x22/actions/Makefile.am:
1458         * data/icons/22x22/actions/zoom.svg:
1459         * data/icons/24x24/actions/Makefile.am:
1460         * shell/ev-stock-icons.c:
1461         * shell/ev-stock-icons.h:
1462         * shell/ev-window.c:
1463         
1464         Zoom icon artwork. See bug #444795.
1465
1466 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1467
1468         * shell/ev-metadata-manager.c: Remove extraneous function
1469         (Closes: #444386)
1470
1471 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1472
1473         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1474         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1475         (ev_metadata_manager_set), (ev_metadata_manager_save):
1476         Simplify the timeout, no need for modified anymore
1477
1478 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1479
1480         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1481         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1482         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1483         (ev_metadata_manager_save): Adapted patch from Arjan van de
1484         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1485         time, saves on power (Closes: #443851)
1486
1487 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * configure.ac:
1490         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1491         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1492
1493         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1494
1495 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1496
1497         * shell/ev-window.c: (ev_window_add_history):
1498
1499         Check if history is NULL
1500
1501 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * libdocument/ev-image.c: (ev_image_finalize):
1504         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1505         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1506         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1507         (ev_tmp_uri_unlink):
1508
1509         Add functions to delete temporary files created by evince in a safe
1510         way.
1511
1512         * shell/ev-window.c: (ev_window_clear_local_uri),
1513         (open_xfer_update_progress_callback),
1514         (save_xfer_update_progress_callback), (ev_window_save_remote),
1515         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1516         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1517         (attachment_save_dialog_response_cb),
1518         (ev_attachment_popup_cmd_save_attachment_as):
1519
1520         Allow saving a copy of a document, image or attachment to a remote
1521         location. Fixes bug #440754. 
1522
1523 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * configure.ac:
1526         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1527
1528         Fix build with current poppler from cvs head. 
1529
1530 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1531
1532         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1533
1534         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1535         directory exists.
1536
1537 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1538
1539         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1540         * shell/ev-window.c:
1541
1542         Change sidebar ordering. Fixes bug #439939.
1543
1544 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1545
1546         * backend/comics/Makefile.am:
1547         
1548         Fixes build with --without-libgnome.
1549
1550 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1551         
1552         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1553
1554         Update cursor and tooltip on page change and view scroll. Fixes bug
1555         #439217.
1556
1557 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1558
1559         * NEWS:
1560         * configure.ac:
1561         
1562         Update for release 0.9.0
1563
1564 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1565
1566         * backend/djvu/djvu-document-private.h:
1567         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1568         (djvu_document_finalize),
1569         (djvu_document_file_exporter_format_supported),
1570         (djvu_document_file_exporter_begin),
1571         (djvu_document_file_exporter_do_page),
1572         (djvu_document_file_exporter_end),
1573         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1574         
1575         Implemented printing with djvu. Bug #437998.
1576
1577 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1578
1579         * backend/impress/zip.c:
1580         Add missing ulong definition.
1581
1582         * backend/ps/ps-interpreter.c:
1583         Add missing headers.
1584
1585         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1586
1587 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1590
1591         Add missing call to parent class dispose method. 
1592
1593 2007-05-12  Ross Burton  <ross@openedhand.com>
1594
1595         * shell/main.c:
1596         Sync keybindings manually when building without libgnome
1597         (#437925).
1598
1599 2007-05-12  Ross Burton  <ross@openedhand.com>
1600
1601         * shell/ev-window.c:
1602         Respect the screen when opening help (#437866).
1603
1604 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * data/evince-ui.xml:
1607         * shell/ev-application.[ch]: (get_print_settings_from_args),
1608         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1609         (ev_application_open_uri_list):
1610         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1611         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1612         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1613         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1614         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1615         (ev_window_dispose):
1616         * shell/main.c: (arguments_parse):
1617
1618         Add print button in preview mode. Fixes bug #396475. 
1619
1620 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1621
1622         * cut-n-paste/zoom-control/ephy-zoom.h:
1623         
1624         Fixes zoom level factors. See bug #408119 for details.
1625
1626 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1627
1628         * backend/comics/comics-document.c: (comics_regex_quote),
1629         (extract_argv):
1630         
1631         Correctly quote symbols. Fixes crash in the bug
1632         #415370.
1633
1634 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1635
1636         * shell/ev-navigation-action-widget.c:
1637         (ev_navigation_action_widget_init),
1638         (ev_navigation_action_widget_class_init),
1639         (ev_navigation_action_widget_button_press_event):
1640         
1641         Connect to button-press event on correct widget. Fixes
1642         bug #431988
1643
1644 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1645
1646         * shell/ev-application.c: (ev_application_open_window),
1647         (ev_application_add_icon_path_for_screen),
1648         (ev_application_open_uri_at_dest):
1649         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1650         * shell/ev-navigation-action.c: (build_menu):
1651         
1652         Add app-specific icons to our icon theme. Fixes bug
1653         #425508.
1654
1655 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1656
1657         * shell/ev-history.c: (ev_history_class_init),
1658         (ev_history_add_link):
1659         * shell/ev-history.h:
1660         * shell/ev-navigation-action.c:
1661         (ev_navigation_action_history_changed),
1662         (ev_navigation_action_set_history), (build_menu),
1663         (ev_navigation_action_finalize):
1664         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1665         
1666         Make navigation action unsensitive instead of showing
1667         menu with unsensitive word. Fixes bug #417392.
1668
1669 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-application.[ch]: (ev_application_shutdown),
1672         (ev_application_get_print_settings),
1673         (ev_application_set_print_settings):
1674         * shell/ev-window.c:
1675
1676         Remember print settings. Fixes bug #349102. 
1677
1678 2007-05-08  Christian Persch  <chpe@gnome.org>
1679
1680         * configure.ac:
1681         * properties/ev-properties-view.c:
1682
1683         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1684         Bug #382438.
1685
1686 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * configure.ac:
1689         * properties/ev-properties-view.c: (ev_regular_paper_size):
1690
1691         Use gtk+ builtin paper list to identify the document's paper size.
1692         Fixes bug #382438. 
1693
1694 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * configure.ac:
1697
1698         Fix build when compiling with thumbnailer and libgnome support. 
1699
1700 2007-05-04  Ross Burton  <ross@openedhand.com>
1701
1702         * configure.ac:
1703         Add --without-libgnome, check for libgnome and libgnomeui
1704         separately, and add them to the symbols as required.
1705
1706         * libdocument/ev-file-helpers.c:
1707         When building without libgnome, use g_get_user_config_dir instead
1708         of gnome_user_dir_get.
1709
1710         * shell/ev-application.c:
1711         When building without libgnome, don't use session management.
1712
1713         * shell/main.c:
1714         When building without libgnome, don't use GnomeProgram or
1715         initialise the authentication manager.
1716
1717         This fixes #328842.
1718
1719 2007-05-04  Ross Burton  <ross@openedhand.com>
1720
1721         * shell/ev-window.c:
1722         Don't use libgnome to open help, instead call Yelp directly.
1723
1724 2007-05-04  Ross Burton  <ross@openedhand.com>
1725
1726         * shell/ev-sidebar-attachments.c:
1727         Don't use libgnome to lookup icons for MIME types, instead copy
1728         code from GTK+ to do it manually.
1729
1730 2007-05-04  Ross Burton  <ross@openedhand.com>
1731
1732         * configure.ac:
1733         Add libxml to the dependencies for SHELL_CORE (#435818).
1734
1735 2007-05-02  Ross Burton  <ross@openedhand.com>
1736
1737         * configure.ac:
1738         * Makefile.am:
1739         Add --disable-thumbnailer (#434825)
1740
1741 2007-05-02  Ross Burton  <ross@openedhand.com>
1742
1743         * shell/ev-window.c:
1744         Add missing includes, fix indentation.
1745
1746         * shell/main.c:
1747         Fix indentation.
1748
1749 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1750
1751         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1752         ev_application_open_uri_at_dest instead of ev_application_open_uri
1753         preventing new document always being opened in a new window even if there
1754         is an empty window.
1755
1756 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1757
1758         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1759         (egg_recent_view_uimanager_finalize):
1760         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1761         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1762         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1763         (ev_pixbuf_cache_dispose):
1764         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1765         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1766         
1767         Add missing chain to parent class methods. Fixes
1768         bug #433128.
1769
1770 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1771
1772         * data/Makefile.am (update-icon-cache): Updates
1773         gtk-update-icon-cache in uninstall-hook.
1774
1775 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-window.c: (ev_window_setup_document),
1778         (ev_window_set_document), (ev_window_load_job_cb):
1779         * shell/ev-view.c: (setup_caches):
1780         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1781
1782         Start rendering pages before any other jobs. 
1783
1784 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-window.c: (ev_window_stop_fullscreen),
1787         (ev_window_stop_presentation):
1788
1789         Update chrome visibility before window unfullscreen. 
1790
1791 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * data/Makefile.am:
1794         * data/evince-ui.xml:
1795         * shell/ev-stock-icons.[ch]:
1796         * shell/ev-application.[ch]: (ev_application_shutdown),
1797         (ev_application_init), (ev_application_get_toolbars_model):
1798         * shell/ev-window.c: (update_chrome_visibility),
1799         (fullscreen_toolbar_setup_item_properties),
1800         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1801         (ev_window_run_presentation), (ev_window_stop_presentation),
1802         (ev_window_run_preview), (ev_window_screen_changed),
1803         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1804         (ev_window_dispose), (ev_window_init):
1805
1806         Make fullscreen toolbar always visible. Do not use egg toolbars for
1807         fullscreen and preview modes since such toolbars are not editables.
1808         Fixes bugs #300278, #338910 and #316188.  
1809
1810 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1811
1812         * shell/ev-application.c:
1813         * shell/ev-job-queue.c:
1814         * shell/ev-metadata-manager.c:
1815         * shell/ev-stock-icons.c:
1816         * shell/ev-window.c:
1817         * shell/main.c:
1818         
1819         Developers documentation updated.
1820
1821 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1824
1825         Check whether uri is valid before launching it. Fixes bug #427664.
1826
1827 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/ev-window.c:
1830
1831         Change key accelerator for Open a Copy menu entry which is in conflict
1832         with Close. Fixes bug #427321.
1833
1834 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1835
1836         * NEWS:
1837         * configure.ac:
1838         
1839         Update for release 0.8.1
1840
1841 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1842
1843         * shell/ev-window.c: (setup_size_from_metadata):
1844         
1845         Do not make window bigger than screen. Fixes bug 
1846         #388985.
1847
1848 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1851         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1852
1853         Use default resolution when it's not provided by document. Fixes bug
1854         #408762.
1855
1856 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * configure.ac:
1859         * thumbnailer/Makefile.am:
1860         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1861         * thumbnailer/evince-thumbnailer.schemas.in:
1862         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1863
1864         Add support for ps, eps and compressed documents thumbnails. Do not
1865         ignore size parameter. 
1866
1867 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1868
1869         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1870         (dvi_document_do_color_special):
1871         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1872
1873         Implement font color specials in the DVI backend. Fixes bug #303651.
1874
1875 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1876
1877         Fixup the previous commit:
1878
1879         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1880         * shell/xdg-user-dir-lookup.c: Make the function non-static
1881         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1882
1883 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1884
1885         * shell/ev-window.c (file_open_dialog_response_cb): Use
1886         the xdg-user-dirs DOCUMENTS folder as default folder when
1887         opening a file chooser.  (#424858)
1888
1889         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1890         xdg-user-dirs.
1891
1892 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * shell/ev-window.c: (ev_window_load_job_cb):
1895
1896         Do not setup view from metadata on preview mode. 
1897
1898 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * shell/main.c:
1901
1902         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1903
1904 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1905
1906         * shell/ev-view.c: (ev_view_primary_get_cb):
1907
1908         Check pointer != NULL before using it. Fixes bug #416841. 
1909
1910 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1911
1912         * NEWS:
1913         * configure.ac:
1914         
1915         Release 0.8.0
1916
1917 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1920
1921         Do not render thumbnails when sidebar thumbnail page is not visible
1922         at startup. Fixes bug #416447. 
1923
1924 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1925
1926         * data/evince.desktop.in.in:
1927
1928         "Application" is not a valid category in the freedesktop specification.
1929
1930 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * libdocument/ev-file-helpers.[ch]: (compression_run),
1933         (ev_file_uncompress), (ev_file_compress):
1934         * shell/ev-window.c: (file_save_dialog_response_cb):
1935
1936         Save document compressed when saving a copy of a compressed document.
1937         Fixes bug #334542.
1938
1939 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1942
1943         Allow deleting in goto window entry in presentation mode. 
1944
1945 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1946
1947         * Makefile.am: Dist MAINTAINERS.
1948
1949 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-window.c: (ev_window_update_actions):
1952
1953         Fix zoom shortcut keys when searching. Fixes bug #409828.
1954
1955 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * shell/ev-window.c: (ev_window_setup_document):
1958
1959         Fix crash when loading documents with only one page. 
1960
1961 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * backend/dvi/dvi-document.c:
1964         (dvi_document_thumbnails_get_dimensions),
1965         (dvi_document_thumbnails_get_thumbnail):
1966         * backend/impress/impress-document.c:
1967         (impress_document_thumbnails_get_thumbnail),
1968         (impress_document_thumbnails_get_dimensions):
1969         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1970         (ps_document_thumbnails_get_dimensions):
1971         * backend/djvu/djvu-document.c:
1972         (djvu_document_thumbnails_get_dimensions),
1973         (djvu_document_thumbnails_get_thumbnail):
1974         * backend/tiff/tiff-document.c:
1975         (tiff_document_thumbnails_get_thumbnail),
1976         (tiff_document_thumbnails_get_dimensions):
1977         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1978         (pdf_document_thumbnails_get_thumbnail),
1979         (pdf_document_thumbnails_get_dimensions):
1980         * backend/comics/comics-document.c:
1981         (comics_document_thumbnails_get_thumbnail),
1982         (comics_document_thumbnails_get_dimensions):
1983         * backend/pixbuf/pixbuf-document.c:
1984         (pixbuf_document_thumbnails_get_thumbnail),
1985         (pixbuf_document_thumbnails_get_dimensions):
1986         * libdocument/ev-document-thumbnails.[ch]:
1987         (ev_document_thumbnails_get_thumbnail),
1988         (ev_document_thumbnails_get_dimensions):
1989         * libdocument/ev-document-misc.[ch]:
1990         (ev_document_misc_get_thumbnail_frame):
1991         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1992         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1993         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1994         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1995         (ev_sidebar_thumbnails_refresh):
1996         * shell/ev-window.c: (ev_window_setup_document):
1997         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1998
1999         Use an EvRenderContext for rendering thumbnails instead of a suggested
2000         width, so that different sized pages get sized proportionally.
2001
2002 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-view.c: (ev_view_button_press_event),
2005         (ev_view_key_press_event):
2006
2007         Fix critical warnings when there is no document loaded. 
2008
2009 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-page-action-widget.c:
2012         * shell/ev-navigation-action.c:
2013         * shell/ev-window.c:
2014
2015         Fix compile warnings. 
2016
2017 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * backend/djvu/djvu-text.h:
2020         * backend/djvu/djvu-document.c:
2021         * backend/djvu/djvu-text-page.c:
2022         * backend/djvu/djvu-links.c:
2023         * backend/djvu/djvu-text-page.h:
2024         * backend/djvu/djvu-text.c:
2025         
2026         Fix build on Mac. Fixes bug #392186. Patch by
2027         <ephraim_owns@hotmail.com>
2028
2029 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2032
2033         Restore cairo context before rendering every page when printing a PDF
2034         document into a PDF file. 
2035
2036 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * backend/ps/gstypes.h:
2039         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2040         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2041         (ps_document_thumbnails_get_thumbnail):
2042
2043         Handle PostScript page orientation. Fixes bug #318568.
2044
2045 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * backend/ps/Makefile.am:
2048         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2049         (document_load), (ps_document_load), (save_document),
2050         (save_page_list), (ps_document_get_n_pages),
2051         (ps_document_get_page_size), (ps_document_get_info),
2052         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2053         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2054         (ps_document_thumbnails_get_thumbnail),
2055         (ps_document_thumbnails_get_dimensions),
2056         (ps_document_document_thumbnails_iface_init):
2057         * backend/ps/ps.[ch]: (psgetpagebox):
2058         * backend/ps/ps-interpreter.[ch]:
2059
2060         Add support for thumbnails in ps backend. Fixes bug #164755. 
2061
2062 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2063
2064         * NEWS:
2065         * configure.ac:
2066         
2067         Release 0.7.2
2068
2069 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2072         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2073         (ev_window_dispose):
2074
2075         Use document thumbnail as window icon. Fixes bug #384442.
2076
2077 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2078
2079         * configure.ac:
2080
2081         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2082         duplicated adding application/x-bzpostscript instead. 
2083
2084 2007-02-11  Tom Parker  <palfrey@tevp.net>
2085
2086         * backend/ps/ps-document.c: (document_load):
2087
2088         Check return value of psscan before trying
2089         to use it. Fixes bug #372414.
2090
2091 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2094
2095         Fix invalid free in ev-page-cache. Fixes bug #404745.
2096
2097 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2098
2099         * test/Makefile.am:
2100         * test/test3.py:
2101         
2102         Added reload test case.
2103
2104 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * po/POTFILES.in:
2107         * backend/djvu/djvu-document.c: (djvu_document_load):
2108
2109         Check whether there are missing files in indirect multipage djvu
2110         documents. Fixes bug #361683. 
2111
2112 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2113
2114         * test/Makefile.am:
2115         * test/test-mime.bin:
2116         * test/test3.py:
2117         
2118         Added test for slow mime type
2119
2120 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2123
2124         Add some checks and call parent_class->finalize. Fixes bug #404745.
2125
2126 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2127
2128         * shell/ev-navigation-action.c: (connect_proxy):
2129         
2130         Fixes dropdown history menu. Thanks a lot Carlos!
2131
2132 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2135
2136         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2137         bug #373715.
2138
2139 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * backend/ps/ps.c: (psscan):
2142
2143         Fix memory leak. 
2144
2145 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * configure.ac:
2148         * libdocument/ev-file-helpers.c: 
2149
2150         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2151
2152 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * configure.ac:
2155         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2156         (ps_interpreter_start), (document_load), (save_document),
2157         (save_page_list):
2158         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2159         * libdocument/ev-document-factory.c:
2160         (ev_document_factory_get_from_mime), (get_document_from_uri),
2161         (free_uncompressed_uri), (ev_document_factory_get_document):
2162         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2163
2164         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2165
2166 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * libdocument/ev-document.h:
2169
2170         Fix typo in function name. 
2171
2172 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * backend/ps/ps-document.c: (ps_interpreter_finished),
2175         (ps_interpreter_start), (ps_interpreter_failed):
2176
2177         Handle ghostscript interpreter crashes. 
2178
2179 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-window.c: (ev_window_open_uri),
2182         (window_configure_event_cb):
2183
2184         Setup window size and position before showing it. Fixes bug #401711.
2185
2186 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * backend/ps/Makefile.am:
2189         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2190         (ps_document_dispose), (ps_document_class_init),
2191         (ps_interpreter_input), (ps_interpreter_output),
2192         (ps_interpreter_error), (setup_interpreter_env),
2193         (ps_interpreter_start), (ps_interpreter_stop),
2194         (ps_interpreter_failed), (ps_interpreter_is_ready),
2195         (check_filecompressed), (document_load), (ps_document_load),
2196         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2197         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2198         (render_page):
2199
2200         Rework ps-document. Code cleanups, remove deprecated code. 
2201
2202 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-view.c: (ev_view_button_press_event):
2205
2206         Do not start an image drag and drop operation when pointer is on 
2207         text, so that we can select text when the whole background is an
2208         image. 
2209
2210 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * shell/ev-window.c: (ev_window_update_actions): 
2213
2214         Disable all zoom related actions during presentation mode. 
2215
2216 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2217
2218         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2219
2220         Do not zoom in or out on presentation mode. Fixes bug #401305.
2221
2222 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2223
2224         * shell/ev-navigation-action.c: (connect_proxy),
2225         (create_menu_item), (ev_navigation_action_class_init):
2226         
2227         Correctly show menu and fix crash when navigaton 
2228         action is out of toolbar visible area.
2229
2230 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2231
2232         * data/Makefile.am:
2233         * data/evince.1:
2234         
2235         Added man file
2236
2237 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2238
2239         * help/reference/* :
2240         * configure.ac:
2241         
2242         Added gtk-doc based documentation for Evince.
2243         Still in initial state but I hope it will
2244         grow.
2245         
2246         * configure.ac:
2247         
2248         Lower dbus requirement to 0.70
2249
2250 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * shell/ev-window.c: (ev_window_add_history):
2253
2254         Fix memory leak. 
2255
2256 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2257
2258         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2259         * shell/ev-view.h:
2260         * shell/ev-window.c: (ev_window_add_history):
2261         
2262         Correctly handle named destination links
2263
2264 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2265
2266         * NOTES:
2267         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2268         * backend/pdf/ev-poppler.cc:
2269         * libdocument/ev-document-links.h:
2270         * libdocument/ev-link.c: (ev_link_get_page):
2271         * libdocument/ev-link.h:
2272         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2273         (ev_history_add_link):
2274         * shell/ev-history.h:
2275         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2276         (new_history_menu_item), (build_menu):
2277         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2278         * shell/ev-sidebar-links.c: (create_loading_model),
2279         (print_section_cb), (ev_sidebar_links_construct),
2280         (fill_page_labels), (update_page_callback_foreach),
2281         (update_page_callback), (job_finished_callback):
2282         * shell/ev-view.c: (ev_view_handle_link):
2283         * shell/ev-window.c: (ev_window_find_chapter),
2284         (ev_window_add_history), (view_handle_link_cb),
2285         (history_changed_cb):
2286         
2287         Implements another history variant
2288
2289 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * shell/ev-window.c: (view_external_link_cb):
2292         * shell/ev-view.c: (ev_view_button_release_event):
2293
2294         Open links in new window when clicking with middle button. 
2295
2296 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2297
2298         * shell/ev-navigation-action.c: (new_history_menu_item):
2299         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2300         * shell/ev-view.c: (ev_view_handle_link):
2301         * shell/ev-window.c:
2302         
2303         Store link before jump, not the destination. For me it 
2304         seems like more natural history behavior.
2305
2306 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2307
2308         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2309         (ev_navigation_action_class_init):
2310         * shell/ev-navigation-action.h:
2311         * shell/ev-page-action.c: (activate_cb):
2312         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2313         (ev_page_cache_set_current_page_history):
2314         * shell/ev-page-cache.h:
2315         * shell/ev-sidebar-thumbnails.c:
2316         (ev_sidebar_tree_selection_changed),
2317         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2318         * shell/ev-view-private.h:
2319         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2320         * shell/ev-view.h:
2321         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2322         (ev_window_setup_document), (ev_window_load_job_cb):
2323         * shell/ev-window.h:
2324         
2325         History finally works as expected.
2326
2327 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2330
2331         Do not update links treeview if it doesn't have a model assigned yet. 
2332
2333 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2336         (ev_sidebar_links_class_init), (update_page_callback):
2337
2338         Do not update links treeview when sidepane is not visible. 
2339
2340 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2341
2342         * shell/ev-marshal.list:
2343         * shell/ev-page-action.c: (activate_cb),
2344         (ev_page_action_class_init):
2345         * shell/ev-page-action.h:
2346         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2347         * shell/ev-window.c:
2348         
2349         Remove activate_link signal, not required.
2350
2351 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2352
2353         * shell/ev-navigation-action.c: (build_menu):
2354         
2355         Reorder menu items and build menu with fixed length.
2356
2357 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2358
2359         * shell/ev-view.c: (get_selected_text):
2360         
2361         Normalize text to fix ligatures problem. See bug
2362         #341947 for details.
2363
2364 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2367
2368         Fix memory leak in ev-page-cache. 
2369
2370 2007-01-25  Tom Parker <palfrey@tevp.net>
2371
2372         * backend/impress/impress-document.c: (impress_document_load),
2373         (impress_document_finalize), (impress_document_init):
2374         * properties/ev-properties-main.c: (ev_properties_get_pages):
2375         
2376         Correctly handle impress document errors. Fixes nautilus
2377         crash in property page #370491.
2378
2379 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2382         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2383         (ev_job_queue_remove_job):
2384         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2385         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2386         (ev_job_load_run):
2387         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2388         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2389         (ev_window_load_job_cb), (xfer_update_progress_callback),
2390         (ev_window_open_uri), (ev_window_dispose):
2391         * shell/main.c: (main):
2392
2393         Do file transfer asynchronously in the main thread instead of
2394         synchronously in the load thread. Fixes bugs #399694, #398307 and
2395         #343542.
2396
2397 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * shell/ev-jobs.c: (ev_job_xfer_run):
2400
2401         Load the document with the font-config lock held. 
2402
2403 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * backend/ps/ps-document.c: (start_interpreter):
2406
2407         Fix memory leaks in ps backend. 
2408
2409 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * backend/impress/impress-document.c:
2412         (impress_document_render_pixbuf):
2413
2414         Do not acquire fontconfig lock in impress backend, since it is using
2415         the main loop for rendering. 
2416
2417 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * po/POTFILES.in: 
2420
2421         Remove mdvi files that shouldn't be translated. 
2422
2423 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-view-private.h:
2426         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2427         (ev_view_set_zoom):
2428
2429         Render "loading..." text into a cairo surface instead of directly into
2430         the window so that fontconfig lock is only needed once and UI is not
2431         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2432
2433 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2436         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2437
2438         Use icon theme associated with the window screen rather than default. 
2439
2440 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2441
2442         * configure.ac:
2443
2444         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2445
2446 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2447
2448         * data/icons/*/apps/evince.*:
2449
2450         Move Evince icons under new apps directory.
2451
2452         * data/icons/*/actions/*:
2453
2454         Add new custom themeable Evince icons: view-page-continuous, 
2455         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2456         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2457
2458         * configure.ac:
2459
2460         Add new directories to AC_CONFIG_FILES.
2461
2462         * shell/ev-stock-icons.c:
2463         * shell/ev-stock-icons.h:
2464
2465         Use new custom themeable icons.
2466
2467 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2470
2471         Do not draw white background page in presentation mode. 
2472
2473 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2474
2475         * shell/ev-view.c: Remove unused gnome-vfs include.
2476
2477 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2478
2479         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2480         
2481         Format string is corrected, fixes bug #397129.
2482
2483 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * shell/ev-window.c: (ev_window_setup_recent):
2486
2487         Do not include in recent menu inexistent documents. Fixes
2488         bug #339171.
2489
2490 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * po/POTFILES.skip: 
2493
2494         Update POTFILES.skip file according to current source tree. 
2495
2496 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * shell/ev-window.c: (file_save_dialog_response_cb):
2499
2500         Do Save a copy in atomic way. Fixes bug #328266. 
2501
2502 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2505
2506         Keep selected cell always visible in index treeview.
2507
2508 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2509         
2510         * shell/ev-view.c: (ev_view_size_allocate):
2511
2512         Restore horizontal scrollbar after switching to/from fullscreen
2513         or presentation mode. Fixes bug #331728.
2514
2515 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * shell/ev-view-private.h:
2518         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2519         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2520         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2521         (ev_view_can_zoom_out):
2522
2523         Use max and min scale values in the view iby taking dpi into account. 
2524
2525 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * configure.ac:
2528         * NEWS:
2529
2530         Release 0.7.1
2531
2532 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-window.c: (ev_window_print_send):
2535
2536         Send print job to printer with some settings set to default values,
2537         since we have already exported to a file according to such settings
2538         and they could be taken twice by some printers. 
2539
2540 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * shell/ev-jobs.c: (ev_job_xfer_run):
2543         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2544
2545         Show main window and load document with the font-config lock held. 
2546
2547 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * configure.ac:
2550         * shell/ev-application.c: (ev_application_register_service):
2551         * shell/main.c: (load_files_remote):
2552
2553         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2554
2555 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2556
2557         * doc/debugging.txt:
2558         
2559         Remove obsolete documentation.
2560
2561 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2562
2563         * Makefile.am:
2564         * backend/Makefile.am:
2565         * backend/comics/Makefile.am:
2566         * backend/djvu/Makefile.am:
2567         * backend/dvi/Makefile.am:
2568         * backend/ev-async-renderer.c:
2569         * backend/ev-async-renderer.h:
2570         * backend/ev-attachment.c:
2571         * backend/ev-attachment.h:
2572         * backend/ev-backend-marshal.c:
2573         * backend/ev-document-factory.c:
2574         * backend/ev-document-factory.h:
2575         * backend/ev-document-find.c:
2576         * backend/ev-document-find.h:
2577         * backend/ev-document-fonts.c:
2578         * backend/ev-document-fonts.h:
2579         * backend/ev-document-images.c:
2580         * backend/ev-document-images.h:
2581         * backend/ev-document-info.h:
2582         * backend/ev-document-links.c:
2583         * backend/ev-document-links.h:
2584         * backend/ev-document-misc.c:
2585         * backend/ev-document-misc.h:
2586         * backend/ev-document-security.c:
2587         * backend/ev-document-security.h:
2588         * backend/ev-document-thumbnails.c:
2589         * backend/ev-document-thumbnails.h:
2590         * backend/ev-document-transition.c:
2591         * backend/ev-document-transition.h:
2592         * backend/ev-document.c:
2593         * backend/ev-document.h:
2594         * backend/ev-file-exporter.c:
2595         * backend/ev-file-exporter.h:
2596         * backend/ev-image.c:
2597         * backend/ev-image.h:
2598         * backend/ev-link-action.c:
2599         * backend/ev-link-action.h:
2600         * backend/ev-link-dest.c:
2601         * backend/ev-link-dest.h:
2602         * backend/ev-link.c:
2603         * backend/ev-link.h:
2604         * backend/ev-render-context.c:
2605         * backend/ev-render-context.h:
2606         * backend/ev-selection.c:
2607         * backend/ev-selection.h:
2608         * backend/impress/Makefile.am:
2609         * backend/pdf/Makefile.am:
2610         * backend/pixbuf/Makefile.am:
2611         * backend/ps/Makefile.am:
2612         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2613         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2614         (start_interpreter), (stop_interpreter), (document_load),
2615         (ps_document_next_page), (render_page):
2616         * backend/tiff/Makefile.am:
2617         * comics/Makefile.am:
2618         * comics/comics-document.c:
2619         * comics/comics-document.h:
2620         * configure.ac:
2621         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2622         * djvu/Makefile.am:
2623         * djvu/djvu-document-private.h:
2624         * djvu/djvu-document.c:
2625         * djvu/djvu-document.h:
2626         * djvu/djvu-links.c:
2627         * djvu/djvu-links.h:
2628         * djvu/djvu-text-page.c:
2629         * djvu/djvu-text-page.h:
2630         * djvu/djvu-text.c:
2631         * djvu/djvu-text.h:
2632         * dvi/Makefile.am:
2633         * dvi/dvi-document.c:
2634         * dvi/dvi-document.h:
2635         * dvi/fonts.c:
2636         * dvi/fonts.h:
2637         * dvi/mdvi-lib/Makefile.am:
2638         * dvi/mdvi-lib/afmparse.c:
2639         * dvi/mdvi-lib/afmparse.h:
2640         * dvi/mdvi-lib/bitmap.c:
2641         * dvi/mdvi-lib/bitmap.h:
2642         * dvi/mdvi-lib/color.c:
2643         * dvi/mdvi-lib/color.h:
2644         * dvi/mdvi-lib/common.c:
2645         * dvi/mdvi-lib/common.h:
2646         * dvi/mdvi-lib/defaults.h:
2647         * dvi/mdvi-lib/dvimisc.c:
2648         * dvi/mdvi-lib/dviopcodes.h:
2649         * dvi/mdvi-lib/dviread.c:
2650         * dvi/mdvi-lib/files.c:
2651         * dvi/mdvi-lib/font.c:
2652         * dvi/mdvi-lib/fontmap.c:
2653         * dvi/mdvi-lib/fontmap.h:
2654         * dvi/mdvi-lib/fontsrch.c:
2655         * dvi/mdvi-lib/gf.c:
2656         * dvi/mdvi-lib/hash.c:
2657         * dvi/mdvi-lib/hash.h:
2658         * dvi/mdvi-lib/list.c:
2659         * dvi/mdvi-lib/mdvi.h:
2660         * dvi/mdvi-lib/pagesel.c:
2661         * dvi/mdvi-lib/paper.c:
2662         * dvi/mdvi-lib/paper.h:
2663         * dvi/mdvi-lib/pk.c:
2664         * dvi/mdvi-lib/private.h:
2665         * dvi/mdvi-lib/setup.c:
2666         * dvi/mdvi-lib/sp-epsf.c:
2667         * dvi/mdvi-lib/special.c:
2668         * dvi/mdvi-lib/sysdeps.h:
2669         * dvi/mdvi-lib/t1.c:
2670         * dvi/mdvi-lib/tfm.c:
2671         * dvi/mdvi-lib/tfmfile.c:
2672         * dvi/mdvi-lib/tt.c:
2673         * dvi/mdvi-lib/util.c:
2674         * dvi/mdvi-lib/vf.c:
2675         * dvi/pixbuf-device.c:
2676         * dvi/pixbuf-device.h:
2677         * impress/Makefile.am:
2678         * impress/common.h:
2679         * impress/document.c:
2680         * impress/f_oasis.c:
2681         * impress/f_oo13.c:
2682         * impress/iksemel.c:
2683         * impress/iksemel.h:
2684         * impress/imposter.h:
2685         * impress/impress-document.c:
2686         * impress/impress-document.h:
2687         * impress/internal.h:
2688         * impress/r_back.c:
2689         * impress/r_draw.c:
2690         * impress/r_geometry.c:
2691         * impress/r_gradient.c:
2692         * impress/r_style.c:
2693         * impress/r_text.c:
2694         * impress/render.c:
2695         * impress/render.h:
2696         * impress/zip.c:
2697         * impress/zip.h:
2698         * lib/Makefile.am:
2699         * lib/ev-debug.c:
2700         * lib/ev-debug.h:
2701         * lib/ev-file-helpers.c:
2702         * lib/ev-file-helpers.h:
2703         * lib/ev-gui.c:
2704         * lib/ev-gui.h:
2705         * lib/ev-tooltip.c:
2706         * lib/ev-tooltip.h:
2707         * libdocument/Makefile.am:
2708         * libdocument/ev-file-helpers.c:
2709         * pdf/Makefile.am:
2710         * pdf/ev-poppler.cc:
2711         * pdf/ev-poppler.h:
2712         * pixbuf/Makefile.am:
2713         * pixbuf/pixbuf-document.c:
2714         * pixbuf/pixbuf-document.h:
2715         * properties/Makefile.am:
2716         * ps/Makefile.am:
2717         * ps/gsdefaults.c:
2718         * ps/gsdefaults.h:
2719         * ps/gsio.c:
2720         * ps/gsio.h:
2721         * ps/gstypes.h:
2722         * ps/ps-document.c:
2723         * ps/ps-document.h:
2724         * ps/ps.c:
2725         * ps/ps.h:
2726         * shell/Makefile.am:
2727         * shell/ev-application.h:
2728         * shell/ev-sidebar-links.c:
2729         * shell/ev-sidebar-links.h:
2730         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2731         (ev_gui_menu_position_tree_selection):
2732         * shell/ev-utils.h:
2733         * shell/ev-view.c: (ev_view_finalize):
2734         * shell/ev-window.c:
2735         * shell/main.c: (main):
2736         * thumbnailer/Makefile.am:
2737         * tiff/Makefile.am:
2738         * tiff/tiff-document.c:
2739         * tiff/tiff-document.h:
2740         * tiff/tiff2ps.c:
2741         * tiff/tiff2ps.h:
2742         
2743         Reorganize source tree.
2744
2745 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * backend/ev-document-factory.c:
2748
2749         Do not include ev-poppler.h when pdf is disabled. 
2750
2751 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * configure.ac:
2754         * data/evince-ui.xml:
2755         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2756         (pdf_document_document_images_iface_init):
2757         * backend/Makefile.am:
2758         * backend/ev-document-images.[ch]:
2759         * backend/ev-image.[ch]:
2760         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2761         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2762         (ev_job_xfer_run):
2763         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2764         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2765         (ev_pixbuf_cache_get_image_mapping):
2766         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2767         (view_menu_popup_cb), (ev_window_dispose),
2768         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2769         (ev_view_popup_cmd_copy_image):
2770         * shell/ev-view-private.h:
2771         * shell/ev-view.c: (ev_view_get_image_at_location),
2772         (ev_view_do_popup_menu), (ev_view_popup_menu),
2773         (ev_view_button_press_event), (ev_view_drag_data_get),
2774         (ev_view_drag_motion), (ev_view_drag_data_received),
2775         (ev_view_motion_notify_event), (ev_view_button_release_event),
2776         (ev_view_finalize), (ev_view_class_init):
2777
2778         Add image handling support. Fixes bugs #310008 and #325047. Images
2779         selection is not supported yet. 
2780
2781 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2784         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2785         (ev_view_init):
2786
2787         Move view drag and drop stuff to ev-view.
2788
2789 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2792         * shell/ev-view.c: (clear_selection): 
2793
2794         Clear selection also in pixbuf cache.
2795
2796 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2797
2798         * data/evince.desktop.in.in:
2799         
2800         Change icon name in desktop file. See bug #390734
2801         for details.
2802
2803 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2804
2805         * thumbnailer/Makefile.am:
2806
2807         Use top_builddir instead top_srcdir for generated schema
2808         file installation. Fixes bug #390161.
2809
2810 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * configure.ac:
2813         * backend/Makefile.am:
2814         * backend/ev-document-transition.[ch]:
2815         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2816         (pdf_document_page_transition_iface_init):
2817         * shell/ev-view-private.h:
2818         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2819         (ev_view_set_presentation), (transition_next_page),
2820         (ev_view_presentation_transition_stop),
2821         (ev_view_presentation_transition_start), (ev_view_next_page):
2822
2823         Add page transition support in presentation mode. At the moment only
2824         page duration is supported, but not transition effects. Fixes bug
2825         #309815.
2826
2827 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2830
2831         Run find_link_dest with document lock held, since it's called by links
2832         thread and main thread at the same time. 
2833
2834 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-view.c: (goto_dest):
2837
2838         Update page-cache when page is changed by the view, so that
2839         page-changed signal is emitted. 
2840
2841 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * test/test1.py:
2844         * test/test2.py:
2845
2846         Use C locale in tests. 
2847
2848 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * shell/ev-window.c: (ev_window_run_presentation):
2851         * shell/ev-view-private.h:
2852         * shell/ev-view.c: (ev_view_set_presentation):
2853
2854         Restore zoom settings when back from presentation mode. 
2855
2856 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2857
2858         * shell/ev-window.c: (ev_window_run_presentation):
2859
2860         Always use "best fit" zoom in presentation mode.
2861         Fixes bug #389195.
2862
2863 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2864
2865         * shell/ev-view.c: (ev_view_goto_window_create):
2866
2867         Show "Jump to page" label in the page jumping popup in
2868         presentation mode instead of just a GtkEntry.
2869
2870 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * shell/ev-window.c: (launch_external_uri):
2873
2874         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2875         #378085.
2876
2877 2006-12-22  Elijah Newren  <newren gmail com>
2878
2879         * configure.ac: explicitly check for libxml2.  Fixes #388795
2880
2881 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-view-private.h:
2884         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2885         (ev_view_goto_window_delete_event), (key_is_numeric),
2886         (ev_view_goto_window_key_press_event),
2887         (ev_view_goto_window_button_press_event),
2888         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2889         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2890         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2891
2892         Allow jumping to another page by typing a page number in presentation
2893         mode. It uses a popup window with an entry. Fixes bug #353625.
2894
2895 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2896
2897         * configure.ac:
2898         * properties/ev-properties-view.c: (ev_get_default_user_units),
2899         (ev_regular_paper_size):
2900         
2901         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2902         to Damien Carbery <damien.carbery@sun.com> and
2903         Yevgen Muntyan <muntyan@tamu.edu>.
2904
2905 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2906
2907         * shell/ev-window.c: (setup_document_from_metadata):
2908
2909         Make sure Evince doesn't restore the view on the last
2910         page when a document is reopened. Fixes bug #383381.
2911
2912 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2913
2914         * shell/ev-view.c: (draw_loading_text):
2915
2916         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2917
2918 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * configure.ac:
2921         * NEWS:
2922
2923         Release 0.7.0
2924
2925 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * configure.ac:
2928         * pdf/ev-poppler.cc: (pdf_print_context_free),
2929         (pdf_document_file_exporter_begin),
2930         (pdf_document_file_exporter_do_page):
2931
2932         Make cairo-pdf depedency optional. 
2933
2934 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2937
2938         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2939
2940 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2943         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2944         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2945         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2946         * shell/ev-view.c: (draw_loading_text):
2947         * shell/ev-window.c: (ev_window_cmd_file_properties):
2948
2949         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2950         related to using FontConfig from different threads.
2951         
2952 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * shell/ev-view.c: (draw_loading_text):
2955
2956         Acquire lock document when drawing "Loading..." text so that only one
2957         thread will use FontConfig at the same time. Fixes bug #374750.
2958
2959 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * shell/ev-page-action.[ch]: (activate_cb):
2962         * shell/ev-window.c: (activate_label_cb):
2963
2964         Check if text inserted in page entry is a valid page number when it
2965         doesn't match to any document page label. Fixes bug #383165.
2966
2967 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2968         * shell/ev-window.c:
2969
2970         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2971         available with GTK < 2.10. Added an ifdef to avoid compilation
2972         error.
2973
2974 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * configure.ac:
2977         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2978
2979         Fix ps backend in multihead systems.
2980
2981 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2984         * shell/ev-window.c: (ev_window_get_screen_dpi),
2985         (ev_window_update_actions), (setup_view_from_metadata),
2986         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2987
2988         Take screen DPI into account when zooming. Fixes bug #318285.
2989
2990 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2991
2992         * data/Makefile.am:
2993
2994         Cleaned up/slightly refactored Makefile.am. Added GConf
2995         schemas uninstallation as well.
2996
2997 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2998
2999         * Makefile.am:
3000         * test/Makefile.am:
3001
3002         Fight with autotools to fix make check. Make distcheck
3003         works fine as well now!
3004
3005 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3006
3007         * shell/ev-view.c: (draw_end_presentation_page):
3008
3009         Corrected "end of presentation" string.
3010
3011 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3012
3013         * shell/ev-view.c: (ev_view_key_press_event):
3014
3015         Correctly propagate key press event so that up/down keys
3016         work as expected (correct behaviour was broken by
3017         black/white screen key bindings for presentations).
3018
3019 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3022         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3023         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3024         (pdf_selection_get_selection_region),
3025         (pdf_selection_get_selection_map):
3026
3027         Add "static" to some private functions. 
3028
3029 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3030
3031         * lib/ev-tooltip.h:
3032         * properties/ev-properties-view.h:
3033         * shell/ev-jobs.h:
3034         * shell/ev-properties-dialog.h:
3035         * shell/ev-properties-fonts.h:
3036         * shell/ev-sidebar-links.h:
3037         * shell/ev-sidebar-thumbnails.h:
3038         * shell/ev-sidebar.h:
3039         * shell/ev-window.h:
3040         
3041         Fixes CHACK type in class casts. See bug #385343
3042         for details.
3043
3044 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * shell/ev-view-private.h:
3047         * shell/ev-view.c: (draw_end_presentation_page),
3048         (ev_view_expose_event), (ev_view_key_press_event),
3049         (ev_view_class_init), (ev_view_init):
3050
3051         Blank screen in presentation mode when pressing 'b' (filling with
3052         black) or 'w' (filling with white) keys. Fixes bug #358132.
3053
3054 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3055
3056         * data/evince-toolbar.xml:
3057         * shell/ev-window.c:
3058         
3059         Use stock icon for Select All action. Fixes
3060         bug #382652.
3061
3062 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3063
3064         * shell/ev-view.c: (get_doc_point_from_offset),
3065         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3066
3067         Add links support in rotated documents. Fixes bug #343733.
3068
3069 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3070
3071         * shell/ev-view-private.h:
3072         * shell/ev-view.c: (draw_end_presentation_page),
3073         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3074
3075         Show a blank page after the last page in presentation mode with a
3076         message indicating that presentation has finished and how to exit. 
3077
3078 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-window.c: (fullscreen_timeout_cb):
3081
3082         Hide cursor after a while in presentation mode. 
3083
3084 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3085
3086         * backend/ev-document-info.h:
3087         * data/evince-properties.glade:
3088         * pdf/ev-poppler.cc:
3089         * properties/ev-properties-view.c: (ev_regular_paper_size),
3090         (ev_properties_view_set_info):
3091         * ps/ps-document.c: (ps_document_get_info):
3092
3093         Adds a paper size field to the properties dialog. Fixes
3094         bug #307315. Patch by Kasper Svendsen (with some i18n
3095         changes done by me).
3096
3097 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3098
3099         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3100         (screensaver_init_dbus), (totem_scrsaver_new),
3101         (totem_scrsaver_init):
3102         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3103         * shell/ev-application.c: (ev_application_register_service),
3104         (ev_application_screensaver_enable),
3105         (ev_application_screensaver_disable):
3106         * shell/ev-application.h:
3107         * shell/ev-window.c: (ev_window_run_presentation),
3108         (ev_window_stop_presentation), (build_comments_string),
3109         (ev_window_init):
3110         
3111         Move screensaver handling to application. No more
3112         message on startup.
3113
3114 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * configure.ac:
3117         * backend/Makefile.am:
3118         * backend/ev-file-exporter.[ch]:
3119         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3120         * ps/ps-document.c: (ps_document_file_exporter_*):
3121         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3122         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3123         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3124         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3125
3126         Allow printing to PDF when suppoted by the backend.
3127         
3128 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * shell/ev-window.c: (build_comments_string):
3131
3132         Use always "Document Viewer" in about dialog. 
3133
3134 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * djvu/djvu-document.c: (djvu_document_get_page_size):
3137
3138         Display a warning message when get_pageinfo fails. 
3139
3140 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3141
3142         * Makefile.am:
3143         * backend/Makefile.am:
3144         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3145         * configure.ac:
3146         * shell/ev-window.c: (build_comments_string):
3147         
3148         Make pdf compilation optional. See bug #38007.
3149
3150 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * ps/ps.c: (get_next_text):
3153
3154         Fix CVE-2006-5864.
3155
3156 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3159         * shell/ev-navigation-action.c: (connect_proxy),
3160         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3161         
3162         Do not call g_type_class_peek_parent twice.
3163
3164 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3165
3166         * configure.ac:
3167         * data/icons/24x24/.cvsignore:
3168         * data/icons/24x24/Makefile.am:
3169         * data/icons/24x24/evince.png:
3170         * data/icons/Makefile.am:
3171         
3172         Add 24x24 icon. Thanks to 
3173         Michael Monreal <infernux@web.de>.
3174
3175 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3176
3177         * configure.ac: Fix typo in configure.ac. Thanks
3178         to dmacks@netspace.org for notification.
3179
3180 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3181
3182         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3183         
3184         Drop dbus include, fixes compilation with older dbus.
3185
3186 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3187
3188         * configure.ac:
3189         * cut-n-paste/Makefile.am:
3190         * cut-n-paste/totem-screensaver/.cvsignore
3191         * cut-n-paste/totem-screensaver/Makefile.am:
3192         * cut-n-paste/totem-screensaver/README:
3193         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3194         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3195         * shell/Makefile.am:
3196         * shell/ev-window.c: (ev_window_run_presentation),
3197         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3198         (ev_window_init):
3199
3200         Implemented screensaver enabling/disabling for
3201         presentation mode (not fullscreen mode). Code stolen
3202         from Totem (with some minor tweaks). Fixes bug #338889.
3203
3204 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3205
3206         * configure.ac:
3207
3208         Bump gnome-icon-theme requirements. We use the rotation
3209         icons that appeared recently.
3210
3211 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3212
3213         * shell/ev-history.c: (ev_history_add_page):
3214         * shell/ev-history.h:
3215         * shell/ev-window.c: (page_changed_cb):
3216         
3217         Use page labels instead of numbers.
3218
3219 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3220
3221         * data/evince-toolbar.xml:
3222         * po/POTFILES.in:
3223         * shell/Makefile.am:
3224         * shell/ev-navigation-action-widget.c:
3225         (ev_navigation_action_widget_init),
3226         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3227         (menu_detacher), (ev_navigation_action_widget_set_menu),
3228         (menu_position_func), (popup_menu_under_arrow),
3229         (ev_navigation_action_widget_toggled),
3230         (ev_navigation_action_widget_button_press_event):
3231         * shell/ev-navigation-action-widget.h:
3232         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3233         (ev_navigation_action_set_window), (activate_menu_item_cb),
3234         (new_history_menu_item), (new_empty_history_menu_item),
3235         (build_menu), (menu_activated_cb), (connect_proxy),
3236         (create_tool_item), (ev_navigation_action_init),
3237         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3238         * shell/ev-navigation-action.h:
3239         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3240         (ev_page_action_widget_set_page_cache),
3241         (ev_page_action_widget_finalize),
3242         (ev_page_action_widget_class_init), (match_selected_cb),
3243         (display_completion_text), (match_completion), (build_new_tree_cb),
3244         (get_filter_model_from_model),
3245         (ev_page_action_widget_update_model):
3246         * shell/ev-page-action-widget.h:
3247         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3248         (connect_proxy):
3249         * shell/ev-page-action.h:
3250         * shell/ev-stock-icons.c:
3251         * shell/ev-stock-icons.h:
3252         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3253         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3254         (register_custom_actions):
3255         * shell/main.c:
3256         
3257         Preliminary history implementation
3258
3259 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3260
3261         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3262         (dvi_document_class_init), (dvi_document_init_params):
3263         * dvi/mdvi-lib/font.c: (font_reference):
3264         
3265         Add reference to subfont. Fixes bug #374277.
3266
3267 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3270         (ev_window_cmd_file_open_copy_at_dest):
3271
3272         Fix a race condition when creating symlink. Increase the counter
3273         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3274         Mathias Hasselmann).
3275
3276 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * backend/Makefile.am:
3279         * backend/ev-attachment.c: (ev_attachment_open):
3280         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3281         (ev_tmp_dir), (ev_tmp_filename):
3282         * shell/ev-sidebar-attachments.c:
3283         (ev_sidebar_attachments_drag_data_get):
3284         * shell/ev-window.c: (ev_window_clear_temp_file):
3285
3286         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3287         in ensure_dir_exists. Abort without crashing when we can't create
3288         user's directory.
3289
3290 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * data/evince-ui.xml:
3293         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3294         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3295         (ev_window_cmd_file_open_copy_at_dest),
3296         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3297         (ev_view_popup_cmd_open_link_new_window):
3298
3299         Allow opening a copy of the current document in a new window. Fixes bug
3300         #357472
3301
3302 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3303
3304         * data/evince-toolbar.xml:
3305         
3306         Add rotate right and rotate left to available items for toolbar.
3307         
3308         * data/evince-ui.xml:
3309         * shell/ev-window.c: (ev_window_init):
3310         
3311         Customize toolbar with right click. Fixes bug #372451.
3312
3313 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3314
3315         * shell/ev-window.c: 
3316         
3317         Use "object-rotate-{left,right}" stock icons. Fixes 
3318         bug #373863.
3319
3320 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3323         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3324         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3325         (ev_window_open_uri):
3326         * shell/main.c: (arguments_parse):
3327
3328         Remove temp file created when evince is used by GTK+ in
3329         preview mode. Fixes bug #365282. 
3330
3331 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3332
3333         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3334         
3335         Fixes bug #372474 - Side pane disabled when entering 
3336         and leaving fullscreen mode.
3337
3338 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3341         * data/Makefile.am:
3342         * data/evince-preview-toolbar.xml:
3343         * data/evince-toolbar.xml:
3344         * shell/ev-application.c: (ev_application_shutdown),
3345         (ev_application_init), (ev_application_get_toolbars_model):
3346         * shell/ev-application.h:
3347         * shell/ev-window.c: (update_chrome_visibility),
3348         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3349         (ev_window_cmd_edit_toolbar), (ev_window_init):
3350         
3351         Fixes bug #364364 - toolbar editor shows zoom actions again.
3352
3353 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3356
3357         Do not take margins into consideration for paper size when printing.
3358         Really fixes bug #350491.
3359
3360 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * data/evince-ui.xml:
3363         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3364         (ev_window_cmd_file_print_setup),
3365         (ev_window_print_dialog_response_cb),
3366         (ev_window_setup_action_sensitivity):
3367
3368         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3369
3370 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-window.c: (ev_window_print_range):
3373
3374         Revert my previuos commit, since printing to PDF is not supported by
3375         evince yet. 
3376
3377 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-window.c: (ev_window_print_range):
3380
3381         Enable print to a PDF. Fixes bug #332121.
3382
3383 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-application-service.xml:
3386         * shell/ev-application.[ch]: (ev_application_open_window),
3387         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3388         (ev_application_open_uri), (ev_application_open_uri_list):
3389         * shell/ev-window.c: (file_open_dialog_response_cb),
3390         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3391         (drag_data_received_cb), (open_remote_link):
3392         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3393
3394         Add support for multiscreen systems. Fixes bug #316206.
3395
3396 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * shell/ev-jobs.[ch]: (ev_job_print_new),
3399         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3400         (ev_job_print_do_page):
3401         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3402
3403         Allow printing only odd/even pages. Fixes bug #367289.
3404
3405 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3406
3407         * test/test1.py:
3408         * test/test2.py:
3409
3410         Re-add locale settings to test files.
3411
3412 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3413
3414         * data/evince-ui.xml:
3415         * shell/ev-window.c: (set_action_properties):
3416         
3417         Removed garbage from code and ui.
3418
3419 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3420
3421         * shell/ev-window.c: (ev_window_cmd_help_about):
3422
3423         Shamelessly add my name to the list of contributors.
3424
3425 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3426
3427         * test/test1.py:
3428         * test/test2.py:
3429
3430         Cleaned up the dogtail scripts.
3431
3432 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3433
3434         * shell/ev-view.c: (draw_loading_text): Don't render
3435         "loading..." text in presentation mode. Temporary
3436         workaround for bug #320352.
3437
3438 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3441         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3442
3443         Use print settings scale, copies, collate and reverse which were
3444         ignored. Fixes bug #359032.
3445
3446 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3447
3448         * configure.ac:
3449         * data/evince-password.glade:
3450         * test/Makefile.am:
3451         * test/test-encrypt.pdf:
3452         * test/test-links.pdf:
3453         * test/test1.py:
3454         * test/test2.py:
3455
3456         Add automated UI tests for evince with dogtail. See
3457         bug #300948.    
3458
3459 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3462
3463         Hide fullscreen toolbar when switching to another desktop workspace.
3464         Fixes bug #338871
3465
3466 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3467
3468         * shell/ev-window-title.c: 
3469         
3470         Test for .dvi in title of pdf documents.
3471
3472 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3473
3474         * shell/ev-view.c: (ev_view_scroll):
3475
3476         Page Up/Down should do page jumps in "Best fit" mode.
3477         If a user has explicitly chosen to view exactly one page
3478         at a time, scrolling just a part of the page when
3479         pressing Page Up/Down is not right. Fixes bug #323107.
3480
3481 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3482
3483         * NEWS:
3484         * configure.ac:
3485         
3486         Update for 0.6.1
3487
3488 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3489
3490         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3491         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3492         
3493         Correctly disconnect from job signals on destroy.
3494
3495 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * shell/ev-view-private.h:
3498         * shell/ev-view.c: (view_set_adjustment_values),
3499         (view_update_range_and_current_page),
3500         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3501         
3502         Fixes bug #343199, current page now follows find page.
3503
3504 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3505
3506         * backend/ev-document-factory.c:
3507         * configure.ac:
3508         Assigned OpenDocument presenation MIME type to the
3509         Impress backend. Added some missing (but harmless)
3510         #ifdefs in the document factory as well to make things
3511         consistent again. Fixes bug #360658.
3512
3513 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3514
3515         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3516         * backend/ev-document-find.c: (ev_document_find_get_type):
3517         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3518         * backend/ev-document-links.c: (ev_document_links_get_type):
3519         * backend/ev-document-security.c: (ev_document_security_get_type):
3520         * backend/ev-document-thumbnails.c:
3521         (ev_document_thumbnails_get_type):
3522         * backend/ev-document.c: (ev_document_get_type):
3523         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3524         * backend/ev-selection.c: (ev_selection_get_type):
3525         * cut-n-paste/recent-files/egg-recent-model.c:
3526         (egg_recent_model_get_type):
3527         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3528         (egg_recent_view_uimanager_get_type):
3529         * cut-n-paste/recent-files/egg-recent-view.c:
3530         (egg_recent_view_get_type):
3531         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3532         (egg_editable_toolbar_get_type):
3533         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3534         (egg_toolbar_editor_get_type):
3535         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3536         (egg_toolbars_model_get_type):
3537         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3538         (egg_tree_multi_drag_source_get_type):
3539         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3540         (ephy_zoom_action_get_type):
3541         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3542         (ephy_zoom_control_get_type):
3543         * impress/r_back.c: (_imp_fill_back):
3544         * properties/ev-properties-main.c:
3545         (ev_properties_plugin_register_type):
3546         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3547         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3548         (ev_view_accessible_factory_get_type):
3549
3550         Reduce relocations. Bug #360616.
3551
3552 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3553
3554         * backend/ev-document-factory.c:
3555         (ev_document_factory_get_document):
3556         
3557         Load document even if extension is wrong.
3558
3559 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3560
3561         * shell/ev-metadata-manager.c: (save_values):
3562         * shell/ev-window.c: (setup_size_from_metadata),
3563         (setup_view_from_metadata), (ev_window_setup_document),
3564         (ev_window_xfer_job_cb), (window_configure_event_cb):
3565         
3566         Set size according to the document size/page size ratio.
3567         That should correct rather wierd behaviour of the previous
3568         commit.
3569
3570 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3571
3572         * shell/ev-window.c: (setup_view_from_metadata):
3573         
3574         Set size for new windows from previous window size.
3575         See bugs #354968 and #168450 for details. Thanks
3576         to Meik Hellmund.
3577
3578 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * djvu/djvu-links.c: (build_tree):
3581
3582         Fix memory leak.
3583
3584 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3587         
3588         Don't make sidebar close button insensitive. Fixes
3589         bug #357871.
3590
3591 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3592
3593         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3594         (ev_window_set_view_accels_sensitivity):
3595         
3596         Don't enable Slash on documents which don't support
3597         find. Fixes bug #358648.
3598
3599 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3600
3601         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3602         open dialog fall back to the current document uri if the
3603         filechooser hasn't been used before. Fixes bug #356980.
3604
3605 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3606
3607         * shell/ev-window.c: (ev_window_setup_recent), 
3608         (ev_window_get_recent_file_label):
3609
3610         Escape underscores in filenames of recent file items.
3611
3612 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * configure.ac:
3615         
3616         Bumped poppler requirements, really 0.5.3 is very 
3617         buggy, now we require 0.5.4.
3618
3619 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3620
3621         * djvu/Makefile.am:
3622         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3623         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3624         (djvu_document_document_links_iface_init):
3625         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3626         (number_from_string_10), (get_djvu_link_dest),
3627         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3628         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3629         (djvu_links_get_links), (djvu_links_find_link_dest),
3630         (djvu_links_get_links_model):
3631         * djvu/djvu-links.h:
3632         
3633         Add support for links and bookmarks in djvu documents. Thanks
3634         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3635         patch.
3636
3637 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3638
3639         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3640         
3641         Reopen should reload document. Fixes 
3642         bug 327951.
3643
3644 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3645
3646         * configure.ac:
3647         * data/Makefile.am:
3648         * data/evince-16.png:
3649         * data/evince-22.png:
3650         * data/evince.png:
3651         * data/evince.svg:
3652         * data/icons/16x16/Makefile.am:
3653         * data/icons/16x16/evince.png:
3654         * data/icons/22x22/Makefile.am:
3655         * data/icons/22x22/evince.png:
3656         * data/icons/48x48/Makefile.am:
3657         * data/icons/48x48/evince.png:
3658         * data/icons/Makefile.am:
3659         * data/icons/scalable/Makefile.am:
3660         * data/icons/scalable/evince.svg:
3661         
3662         Install icons with correct names. Fixes
3663         bug #354429.
3664
3665 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-view.c: (ev_view_button_release_event):
3668
3669         Don't open links with middle mouse button. Fixes bug #353649
3670
3671 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3672
3673         * NEWS:
3674         * configure.ac:
3675         
3676         Update for release 0.6.0
3677
3678 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3679
3680         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3681         Implement Close named action. Patch by Carlos Garcia Campos.
3682
3683 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3686         
3687         Don't clear link mapping on copy_job_to_job_info. Fixes
3688         bug 346168.
3689
3690 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/main.c: (main):
3693
3694         Revert my previous commit, gnome_program_init owns the option context.
3695         Fix another memory leak in main. Both caught by Christian Persch. 
3696
3697 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/main.c: (main):
3700
3701         Fix memory leak.
3702
3703 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3706
3707         Fix crash when opening a pdf with password protection. 
3708
3709 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3710
3711         * pdf/ev-poppler.cc: (pdf_document_search_free):
3712
3713         Fix memory leak. 
3714
3715 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3716
3717         * backend/ev-document-factory.c:
3718         (ev_document_factory_get_document):
3719         * tiff/tiff-document.c: (tiff_document_finalize):
3720         
3721         More correct handling of document loading. Fixes
3722         bug #349043.
3723
3724 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * backend/ev-attachment.c: (ev_attachment_save):
3727
3728         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3729         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3730
3731 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3732         
3733         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3734         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3735
3736 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * shell/ev-sidebar-thumbnails.c:
3739
3740         Do not render thumbnails unless thumbnails page is active in the
3741         sidebar.
3742
3743 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3744
3745         * shell/ev-properties-dialog.c:
3746
3747         Fix dialogue spacing. Bug #351370.
3748
3749 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3750
3751         * configure.ac:
3752
3753         Use lowercase gettext catalog file names (evince.mo
3754         instead of Evince.mo)
3755
3756 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * shell/ev-sidebar-attachments.c:
3759
3760         GtkIconTheme is now screen safe too. Fixes bug #350878
3761
3762 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-window.c:
3765
3766         GtkRecent manager is now screen safe. Fixes bug #350145
3767
3768 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3769
3770         * shell/ev-sidebar.c: (ev_sidebar_init):
3771         
3772         Make sidebar close icon smaller. Fix for bug 350177.
3773         See also bugs 350176 and 165770.
3774
3775 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3778
3779         Ignore zoom for xyz destinations when it's <= 1, keeping user
3780         preferences instead. Set correct sizing-mode for fith and fitv
3781         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3782
3783 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3784
3785         * NEWS:
3786         * configure.ac:
3787         
3788         Update for release 0.5.5
3789
3790 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3791         
3792         * shell/ev-window.c: (ev_window_cmd_escape)
3793
3794         Escape unfocus page entry. Fixes bug #345809.
3795
3796 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3799         (build_tree), (pdf_document_links_get_links),
3800         (pdf_document_links_find_link_dest):
3801         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3802         (goto_xyz_dest):
3803
3804         Convert from PDF style coordinates to X style coordinates in the
3805         backend rather than in the view. Fixes bug #338440
3806
3807 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-window.c:
3810         
3811         Remove Ctrl+Shift+T shortcut for toolbars. See
3812         the bug #350098.
3813
3814 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * configure.ac:
3817
3818         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3819         of this. 
3820
3821 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * configure.ac:
3824         * cut-n-paste/Makefile.am:
3825         * data/evince-ui.xml:
3826         * shell/Makefile.am:
3827         * shell/ev-application.[ch]:
3828         * shell/ev-window.c:
3829
3830         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3831         #349273
3832
3833 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3834
3835         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3836         findbar code: s/help/search/
3837
3838 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3839
3840         * shell/ev-window.c: (setup_document_from_metadata),
3841         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3842         (setup_view_from_metadata):
3843         
3844         Fix memory leaks.
3845
3846 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3847
3848         * autogen.sh, configure.ac: 
3849         
3850         Update automake usage. See bug 349292.
3851
3852 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3853
3854         * shell/eggfindbar.c: (egg_find_bar_class_init),
3855         (entry_activate_callback), (egg_find_bar_init),
3856         (egg_find_bar_set_status_text):
3857         * shell/eggfindbar.h:
3858         
3859         Unify Evince findbar with Epiphany. Nice patch
3860         from Fabricio Silva <silva@crans.org> and
3861         Frederic Peters <fpeters@entrouvert.com>. See
3862         bug #339966 for details.
3863
3864 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * data/evince.desktop.in.in:
3867         
3868         Correct information for bugzilla. Thanks to
3869         Olaf Vitters, see bug #348855.
3870
3871 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3872
3873         * shell/ev-jobs.[ch]:
3874         * shell/ev-sidebar-links.c:
3875         * shell/ev-window.[ch]:
3876
3877         GtkPrintJob doesn't support print ranges or current page, so we export
3878         to a ps file now when printing ranges or current page.
3879
3880 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * pdf/ev-poppler.cc:
3883         * shell/ev-window.c: (do_action_named):
3884
3885         We should be more clear about bugzilla. See the
3886         poppler bug #7623.
3887
3888 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * configure.ac:
3891         * shell/Makefile.am:
3892         * shell/ev-job-queue.c:
3893         * shell/ev-jobs.[ch]:
3894         * shell/ev-sidebar-links.c:
3895         * shell/ev-window.[ch]:
3896         
3897         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3898         #348422
3899
3900 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3903         * shell/ev-application-service.xml:
3904         * shell/ev-application.[ch]:
3905         * shell/ev-jobs.[ch]:
3906         * shell/ev-window.[ch]: (ev_window_run_preview):
3907         * shell/main.c: 
3908
3909         Add preview mode to use evince as a printing previewer. It also adds
3910         other command line options for fullscreen and presentation modes.
3911         Fixes bugs #347822, #317031
3912
3913 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3914
3915         * NEWS:
3916         * configure.ac:
3917         
3918         Update for release 0.5.4
3919
3920 2006-07-11  Bastien Nocera <hadess@hadess.net>
3921
3922         * Makefile.am:
3923         * backend/Makefile.am:
3924         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3925         * backend/ev-document-factory.h:
3926         * configure.ac:
3927         * impress/.cvsignore:
3928         * impress/Makefile.am:
3929         * impress/common.h:
3930         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3931         (imp_get_page), (imp_next_page), (imp_prev_page),
3932         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3933         * impress/f_oasis.c: (render_object), (render_page),
3934         (get_geometry), (_imp_oasis_load):
3935         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3936         (_imp_oo13_load):
3937         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3938         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3939         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3940         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3941         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3942         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3943         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3944         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3945         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3946         (iks_new_within), (iks_insert), (iks_insert_cdata),
3947         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3948         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3949         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3950         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3951         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3952         (iks_cdata), (iks_cdata_size), (iks_has_children),
3953         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3954         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3955         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3956         (iks_tree), (iks_load), (iks_save):
3957         * impress/iksemel.h:
3958         * impress/imposter.h:
3959         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3960         (imp_render_draw_bezier_real), (imp_render_get_size),
3961         (imp_render_set_fg_color), (imp_render_draw_line),
3962         (imp_render_draw_rect), (imp_render_draw_polygon),
3963         (imp_render_draw_arc), (imp_render_draw_bezier),
3964         (imp_render_open_image), (imp_render_get_image_size),
3965         (imp_render_scale_image), (imp_render_draw_image),
3966         (imp_render_close_image), (imp_render_markup),
3967         (imp_render_get_text_size), (imp_render_draw_text),
3968         (impress_document_load), (impress_document_save),
3969         (impress_document_get_n_pages), (impress_document_get_page_size),
3970         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3971         (impress_document_finalize), (impress_document_class_init),
3972         (impress_document_can_get_text), (impress_document_get_info),
3973         (impress_document_document_iface_init),
3974         (impress_document_thumbnails_get_thumbnail),
3975         (impress_document_thumbnails_get_dimensions),
3976         (impress_document_document_thumbnails_iface_init),
3977         (impress_document_init):
3978         * impress/impress-document.h:
3979         * impress/internal.h:
3980         * impress/r_back.c: (_imp_fill_back):
3981         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3982         (_imp_draw_image), (_imp_tile_image):
3983         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3984         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3985         (r_polyline):
3986         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3987         (r_draw_gradient_complex), (r_draw_gradient):
3988         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3989         (r_get_bullet):
3990         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3991         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3992         (r_text):
3993         * impress/render.c: (imp_create_context), (imp_context_set_page),
3994         (imp_context_set_step), (imp_render), (imp_delete_context):
3995         * impress/render.h:
3996         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3997         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3998         (zip_load_xml), (zip_get_size), (zip_load):
3999         * impress/zip.h:
4000         * shell/ev-utils.c:
4001         
4002         New backend to support impress slides. Fixes bug #30867.
4003
4004 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4005
4006         * shell/ev-utils.c: (using_postscript_printer):
4007         
4008         Fixes crash when print using PAPI backend,
4009         bug #345012.
4010
4011 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4012
4013         * shell/ev-jobs.c: (ev_job_xfer_run):
4014         * shell/ev-window.c: (password_dialog_response),
4015         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4016         (ev_window_dispose):
4017         Fixes bug #344160: if the xfer job doesn't complete
4018         because a password is required, reload the existing
4019         instance instead of creating a new one.
4020
4021 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4022
4023         * shell/main.c: (main): Call gdk_threads_init. Thus
4024         we'll avoid errors in auth dialog. Fix for the bug
4025         #343347.
4026
4027 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4028
4029         * configure.ac: Advertise pixbuf support, fix
4030         for the bug 343317.
4031
4032 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4033
4034         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4035         (ev_sidebar_thumbnails_set_document):
4036         
4037         Update sidebar thumbnails after reloading.
4038
4039 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4042         * shell/ev-jobs.h:
4043         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4044         (ev_window_cmd_view_reload), (ev_window_init):
4045         
4046         Don't crash on reload. Fix for the bug #343167.
4047
4048 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * shell/ev-jobs.c: (ev_job_render_run):
4051         
4052         Check for document links.
4053
4054 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * backend/ev-attachment.c: (ev_attachment_save),
4057         (ev_attachment_launch_app), (ev_attachment_open):
4058         * backend/ev-document-factory.c: (get_document_from_uri):
4059         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4060         (egg_recent_view_uimanager_set_list):
4061         * ps/ps-document.c: (check_filecompressed), (document_load),
4062         (ps_document_load):
4063         * shell/ev-metadata-manager.c: (load_values):
4064         * shell/ev-password.c: (ev_password_dialog_set_property):
4065         * shell/ev-view.c: (tip_from_link):
4066         * shell/ev-window.c: (file_save_dialog_response_cb),
4067         (ev_window_print_dialog_response_cb):
4068         
4069         Use consistent quoting style. Fix for the bug #320285.
4070
4071 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * shell/ev-jobs.c: (ev_job_xfer_run):
4074         * shell/main.c: (load_files):
4075                 
4076         Open links with anchors. Fix for the bug #339836.
4077
4078 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4081         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4082         (ev_link_dest_set_property), (ev_link_dest_finalize),
4083         (ev_link_dest_class_init), (ev_link_dest_new_named),
4084         (ev_link_dest_new_page_label):
4085         * backend/ev-link-dest.h:
4086         * shell/ev-application.c: (ev_application_open_uri):
4087         * shell/ev-view.c: (goto_dest):
4088         * shell/ev-window.c:
4089         * shell/ev-window.h:
4090         
4091         Fix page-label command line option. Bug #342070.
4092
4093 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4094
4095         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4096         
4097         Don't show highlight rects if page can't be showed. Fix for 
4098         the bug #342076
4099
4100 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4101
4102         * shell/ev-window.c: (setup_sidebar_from_metadata),
4103         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4104         
4105         Setup sidebar from metadata even if there is no document
4106         loaded. Fix for the bug #342807.
4107
4108 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4109
4110         * cut-n-paste/toolbar-editor/Makefile.am:
4111         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4112         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4113         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4114         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4115         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4116         (popup_context_menu_cb), (button_press_event_cb),
4117         (configure_item_sensitivity), (configure_item_cursor),
4118         (configure_item_tooltip), (connect_widget_signals),
4119         (action_sensitive_cb), (create_item_from_action),
4120         (create_item_from_position), (toolbar_drag_data_received_cb),
4121         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4122         (toolbar_drag_leave_cb), (configure_drag_dest),
4123         (toggled_visibility_cb), (toolbar_visibility_refresh),
4124         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4125         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4126         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4127         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4128         (egg_editable_toolbar_dispose),
4129         (egg_editable_toolbar_set_ui_manager),
4130         (egg_editable_toolbar_get_selected),
4131         (egg_editable_toolbar_set_selected), (set_edit_mode),
4132         (egg_editable_toolbar_set_property),
4133         (egg_editable_toolbar_get_property),
4134         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4135         (egg_editable_toolbar_new_with_model),
4136         (egg_editable_toolbar_get_edit_mode),
4137         (egg_editable_toolbar_set_edit_mode),
4138         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4139         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4141         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4142         (item_added_or_removed_cb), (toolbar_removed_cb),
4143         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4144         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4145         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4146         (editor_create_item_from_name), (append_table),
4147         (update_editor_sheet), (egg_toolbar_editor_init):
4148         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4149         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4150         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4151         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4152         (toolbar_node_free), (egg_toolbars_model_get_flags),
4153         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4154         (egg_toolbars_model_get_name), (impl_add_item),
4155         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4156         (parse_data_list), (parse_item_list), (parse_toolbars),
4157         (egg_toolbars_model_load_toolbars), (parse_available_list),
4158         (parse_names), (egg_toolbars_model_load_names),
4159         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4160         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4161         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4162         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4163         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4164         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4165         (egg_toolbars_model_set_types), (fill_avail_array),
4166         (egg_toolbars_model_get_name_avail),
4167         (egg_toolbars_model_get_name_flags),
4168         (egg_toolbars_model_set_name_flags):
4169         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4170         * cut-n-paste/toolbar-editor/eggintl.h:
4171         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4172         (egg_tree_multi_drag_source_get_type),
4173         (egg_tree_multi_drag_source_row_draggable),
4174         (egg_tree_multi_drag_source_drag_data_delete),
4175         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4176         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4177         (path_list_free), (set_context_data), (get_context_data),
4178         (get_info), (egg_tree_multi_drag_drag_data_get),
4179         (egg_tree_multi_drag_motion_event),
4180         (egg_tree_multi_drag_button_press_event),
4181         (egg_tree_multi_drag_add_drag_support):
4182         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4183         * shell/ev-application.c: (ev_application_init),
4184         (ev_application_save_toolbars_model):
4185         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4186         (ev_window_cmd_edit_toolbar), (ev_window_init):
4187         
4188         Sync toolbareditor with epiphany and libegg
4189
4190 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * configure.ac: 
4193
4194         Depend on poppler 0.5.2
4195
4196 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * shell/ev-jobs.c: (ev_job_render_run):
4199         
4200         Check if document supports links iterface.
4201
4202 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4203
4204         * NEWS:
4205         * configure.ac:
4206         
4207         Update for release 0.5.3
4208
4209 2006-05-13  Michael Plump  <plumpy@skylab.org>
4210
4211         * configure.ac:
4212         * shell/Makefile.am:
4213         * shell/main.c: (main):
4214         
4215         Port to GOption command line parsing. Fix for the 
4216         bug #327518
4217
4218 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4219
4220         * shell/ev-window.c: (ev_window_cmd_help_about):
4221         
4222         Do not wrap license. Fix for the bug #309460.
4223
4224 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * configure.ac:
4227         * properties/ev-properties-main.c: (ev_properties_get_pages):
4228         * shell/ev-application.c: (ev_application_open_window),
4229         (ev_application_open_uri_at_dest):
4230         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4231         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4232         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4233         * shell/ev-utils.c: (save_print_config_to_file):
4234         * shell/ev-window.c: (ev_window_cmd_save_as),
4235         (ev_attachment_popup_cmd_save_attachment_as):
4236         * shell/main.c: (load_files_remote):
4237         
4238         Bump requirements to gtk 2.8 and drop all ifdefs used.
4239
4240 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4243         * shell/ev-window.c: (ev_window_init):
4244         
4245         Show attachments page.
4246
4247 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * po/POTFILES.in:
4250         * shell/ev-attachment-bar.c:
4251         * shell/ev-attachment-bar.h:
4252         * shell/ev-sidebar-attachments.c:
4253         (ev_sidebar_attachments_icon_cache_add),
4254         (icon_theme_get_pixbuf_from_mime_type),
4255         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4256         (ev_sidebar_attachments_icon_cache_refresh),
4257         (ev_sidebar_attachments_get_attachment_at_pos),
4258         (ev_sidebar_attachments_popup_menu_show),
4259         (ev_sidebar_attachments_popup_menu),
4260         (ev_sidebar_attachments_button_press),
4261         (ev_sidebar_attachments_update_icons),
4262         (ev_sidebar_attachments_drag_data_get),
4263         (ev_sidebar_attachments_get_property),
4264         (ev_sidebar_attachments_destroy),
4265         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4266         (ev_sidebar_attachments_new),
4267         (ev_sidebar_attachments_set_document),
4268         (ev_sidebar_attachments_support_document),
4269         (ev_sidebar_attachments_get_label),
4270         (ev_sidebar_attachments_page_iface_init):
4271         * shell/ev-sidebar-attachments.h:
4272         * shell/ev-window.c: (update_chrome_visibility),
4273         (setup_sidebar_from_metadata), (ev_window_setup_document),
4274         (ev_window_sidebar_current_page_changed_cb),
4275         (attachment_bar_menu_popup_cb), (ev_window_init):
4276         
4277         Move attachments bar to sidebar.
4278
4279 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4280
4281         * pdf/ev-poppler.cc:
4282         * shell/ev-application.[ch]:
4283         * shell/main.c:
4284
4285         Fix some memory leaks.
4286
4287 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4288
4289         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4290
4291         Change the properties dialog response to
4292         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4293         will make the dialog go away when the user presses
4294         enter. With gtk+ >= 2.9 this will happen anyway, but for
4295         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4296         escape by default. Fixes bug #340539. See also bug
4297         #101293 for the gtk+ part.
4298
4299 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4300
4301         * shell/ev-view.c (tip_from_action_named): Replace some strings
4302         that were wrong. Closes #340970.
4303
4304 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4307
4308         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4309         #341049
4310
4311 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * djvu/Makefile.am:
4314         * dvi/Makefile.am:
4315         * dvi/mdvi-lib/Makefile.am:
4316         * properties/Makefile.am:
4317         * ps/Makefile.am:
4318         * shell/Makefile.am:
4319         * thumbnailer/Makefile.am:
4320         
4321         Due to broken libtool that is unable to track dependencies
4322         of noinst libraries we are forced to explicitely point
4323         libraries for binary. Fix for the bug #333334.
4324
4325 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4326
4327         * data/evince.desktop.in.in:
4328         * shell/ev-view.c: (view_update_range_and_current_page),
4329         (ev_view_next_page), (ev_view_previous_page):
4330         * shell/ev-window.c: (update_chrome_visibility),
4331         (setup_sidebar_from_metadata), (ev_window_setup_document),
4332         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4333         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4334         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4335         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4336         (ev_window_stop_presentation), (ev_window_focus_in_event),
4337         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4338         (ev_window_init):
4339         * thumbnailer/Makefile.am:
4340         
4341         Update fullscreen and presentation timeout handling. Hide
4342         cursor in presentation after timeout. Fix for the bugs
4343         #136359 and #336981.
4344
4345 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * backend/ev-link-action.[ch]:
4348         * pdf/ev-poppler.cc: (ev_link_from_action):
4349         * shell/ev-view-private.h:
4350         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4351         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4352
4353         Add support for Named Action links
4354
4355 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * backend/Makefile.am:
4358         * backend/ev-document-links.[ch]:
4359         * backend/ev-document.[ch]:
4360         * backend/ev-link-action.[ch]:
4361         * backend/ev-link-dest.[ch]:
4362         * backend/ev-link.[ch]:
4363         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4364         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4365         * shell/ev-page-action.c: (build_new_tree_cb):
4366         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4367         (links_page_num_func), (update_page_callback):
4368         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4369         (tip_from_link):
4370         * shell/ev-jobs.c:
4371         * shell/ev-window.[ch]: (ev_window_open_uri),
4372         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4373         * shell/ev-application.[ch]: (ev_application_open_window),
4374         (ev_application_open_uri):
4375
4376         Rework links system, it adds support for remote links now and it makes
4377         easier to add new kinds of actions and destinations. Fixes bug #317292
4378
4379 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4380
4381         * data/Makefile.am:
4382         * data/evince.png:
4383         * data/evince-16.png:
4384         * data/evince-22.png:
4385         * data/evince.svg:
4386         * shell/main.c: (main):
4387         
4388         Evince use it's own icon. Fix for the bug #313392.
4389
4390         * shell/ev-window.c: (fullscreen_timeout_cb),
4391         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4392         (ev_window_cmd_help_about), (ev_window_dispose):
4393         
4394         Simplify fullscreen timeout code.
4395
4396 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * backend/ev-attachment.c: 
4399         * shell/ev-attachment-bar.c:
4400         * shell/ev-window.c:
4401
4402         Allow multiple selection of attachments
4403
4404 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-view.c: (view_update_range_and_current_page),
4407         (ev_view_scroll):
4408         
4409         Fix for the bug #312573 – Optimal selection of current 
4410         page among visible pages.
4411
4412 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4413
4414         * configure.ac:
4415         * djvu/Makefile.am:
4416         * djvu/djvu-text.h:
4417         
4418         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4419         for the bug 339868.
4420
4421 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4422
4423         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4424
4425 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4426
4427         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4428         dictated by the GNOME HIG. Fixes bug #339235.
4429
4430 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4431
4432         * data/evince-ui.xml:
4433         * shell/ev-view.c: (ev_view_can_find_previous):
4434         * shell/ev-view.h:
4435         * shell/ev-window.c: (ev_window_update_actions),
4436         (ev_window_cmd_edit_find_previous):
4437
4438         Add support for "Find Previous" as dictated by the GNOME HIG. A
4439         menu item is added and some glue code to make it all work is added
4440         to various files.
4441
4442 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4443
4444         * configure.ac: Award myself the "useless use of cat" award.
4445
4446 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4447
4448         * po/LINGUAS: New file listing all supported languages.
4449
4450         * configure.in: Use po/LINGUAS instead of including all languages
4451         directly in this file. See the wiki for more information:
4452         http://live.gnome.org/GnomeGoals/PoLinguas
4453
4454 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * backend/ev-document-factory.c:
4457
4458         Do not load the document twice when there isn't errors
4459
4460 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * backend/ev-attachment.c: 
4463
4464         Fix a crash when there isn't a default application to open an
4465         attachment
4466
4467 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * backend/ev-attachment.[ch]:
4470         * shell/ev-attachment-bar.[ch]:
4471
4472         Added missing files. 
4473
4474 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * backend/Makefile.am:
4477         * data/evince-ui.xml:
4478         * backend/ev-attachment.[ch]:
4479         * backend/ev-document.[ch]: (ev_document_has_attachments),
4480         (ev_document_get_attachments):
4481         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4482         (attachment_save_to_buffer), (pdf_document_get_attachments),
4483         (pdf_document_document_iface_init):
4484         * shell/Makefile.am:
4485         * shell/ev-attachment-bar.[ch]:
4486         * shell/ev-window.c:
4487
4488         Add support for PDF attachments. Fixes bug #325143
4489
4490 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * backend/ev-document-factory.c: (get_document_from_uri),
4493         (ev_document_factory_get_document):
4494         * backend/ev-document-factory.h:
4495         * properties/ev-properties-main.c: (ev_properties_get_pages):
4496         * shell/Makefile.am:
4497         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4498         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4499         (ev_job_queue_remove_job):
4500         * shell/ev-job-queue.h:
4501         * shell/ev-job-xfer.c:
4502         * shell/ev-job-xfer.h:
4503         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4504         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4505         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4506         (ev_job_xfer_run):
4507         * shell/ev-jobs.h:
4508         * shell/ev-window.c: (ev_window_is_empty),
4509         (password_dialog_response), (ev_window_clear_xfer_job),
4510         (ev_window_xfer_job_cb), (ev_window_open_uri),
4511         (ev_window_cmd_focus_page_selector),
4512         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4513         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4514         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4515         (ev_window_dispose):
4516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4517         
4518         * Cleanup mime type detection on document load. Fix for the
4519         bug #336448.
4520
4521 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4522
4523         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4524         
4525         Fix crash on exit, described in the bug #336825.
4526
4527 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * backend/ev-document-factory.c:
4530         (ev_document_factory_get_from_mime),
4531         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4532         (ev_document_factory_get_document),
4533         (file_filter_add_mime_list_and_free),
4534         (ev_document_factory_add_filters):
4535         * backend/ev-document-factory.h:
4536         * properties/ev-properties-main.c: (ev_properties_get_pages):
4537         * shell/Makefile.am:
4538         * shell/ev-application.c:
4539         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4540         * shell/ev-window.c: (ev_window_cmd_file_open),
4541         (ev_window_cmd_save_as):
4542         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4543         
4544         Rework factory functions so they are placed now in a single 
4545         file ev-document-factory.c
4546
4547 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * shell/ev-window.c: (update_chrome_visibility):
4550         
4551         Fix for the bug 166566 - don't show menubar in fullscreen
4552         mode.
4553
4554 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4555
4556         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4557
4558 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-view.c: (ev_view_expose_event):
4561         
4562         More correctly draw loading text when document
4563         is empty.
4564
4565 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4566
4567         * shell/ev-view.c: (ev_view_scroll):
4568         
4569         Fix for the bug #334854, page down and page up switch
4570         pages in presentation mode.
4571
4572 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * shell/ev-window.c: (ev_window_set_action_sensitive),
4575         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4576         (ev_window_set_view_accels_sensitivity),
4577         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4578         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4579         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4580         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4581         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4582         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4583         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4584         (view_actions_focus_in_cb), (ev_window_init):
4585         
4586         Fix for the bug #333902, now it's possible to search
4587         words with slash.
4588
4589 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4590
4591         * configure.ac: Added Breton translation.
4592         * po/br.po: Added Breton translation.
4593
4594 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * shell/ev-window-title (ev_window_title_update):
4597
4598         Fix memory leak in window title. Fixes bug #333944
4599
4600 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * shell/ev-metadata-manager.c (parseItem):
4603
4604         Fix memory leaks. Fixes bug #333945
4605
4606 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4607         
4608         * NEWS, configure.ac, TODO:
4609         
4610         Update for release 0.5.2.
4611
4612 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4613
4614         * shell/ev-view.c: (view_update_range_and_current_page),
4615         (page_changed_cb):
4616         
4617         Don't jump on scrolling, fix for the bug #333127.
4618
4619 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4622         
4623         Scroll by one page in presentation mode. Fix for the bug
4624         #332993.
4625
4626 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4627
4628         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4629
4630 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4631
4632         * configure.ac  Added lv in ALL_LINGUAS line.
4633
4634 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4635         
4636         * NEWS, configure.ac:
4637         
4638         Update for release 0.5.1
4639
4640 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4641
4642         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4643         * backend/ev-document-misc.h:
4644         * shell/ev-view.c: (draw_one_page):
4645         
4646          Clairfy what page the toolbar page number applies to. Fix
4647          for the bug #328102.
4648
4649 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4650
4651         * shell/ev-view-private.h:
4652         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4653         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4654         (ev_view_search_changed):
4655         * shell/ev-view.h:
4656         * shell/ev-window.c: (find_bar_search_changed_cb):
4657         
4658         Dont't jump to find result if window was scrolled during search.
4659         Fix for the bug #313266.
4660
4661 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4662
4663         * shell/eggfindbar.c: (egg_find_bar_class_init):
4664         * shell/eggfindbar.h:
4665         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4666         * shell/ev-view-private.h:
4667         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4668         (ev_view_class_init), (ev_sizing_mode_get_type),
4669         (ev_scroll_type_get_type):
4670         * shell/ev-view.h:
4671         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4672         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4673         (ev_window_init):
4674         
4675         Fix for the bug 319133 - Find entry should allow text scroll.
4676
4677 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4678
4679         * shell/ev-view-private.h:
4680         * shell/ev-view.c: (view_update_range_and_current_page),
4681         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4682         (ev_view_set_document), (update_find_status_message),
4683         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4684         (ev_view_find_previous):
4685         
4686         Fix for the bug #319137. Search now takes account for scrolling.
4687
4688 2006-02-19  Michael Hofmann <mh21@piware.de>
4689
4690         * configure.ac:
4691         * djvu/Makefile.am:
4692         * djvu/djvu-document-private.h:
4693         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4694         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4695         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4696         (djvu_document_can_get_text), (djvu_document_get_text),
4697         (djvu_document_document_iface_init),
4698         (djvu_document_thumbnails_get_thumbnail),
4699         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4700         (djvu_document_find_get_result),
4701         (djvu_document_find_page_has_results),
4702         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4703         (djvu_document_find_iface_init):
4704         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4705         (djvu_text_page_selection), (djvu_text_page_limits_process),
4706         (djvu_text_page_limits), (djvu_text_page_copy),
4707         (djvu_text_page_position), (djvu_text_page_union),
4708         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4709         (djvu_text_page_box), (djvu_text_page_append_text),
4710         (djvu_text_page_search), (djvu_text_page_prepare_search),
4711         (djvu_text_page_new), (djvu_text_page_free):
4712         * djvu/djvu-text-page.h:
4713         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4714         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4715         (djvu_text_n_results), (djvu_text_has_results),
4716         (djvu_text_get_result), (djvu_text_get_progress):
4717         * djvu/djvu-text.h:
4718         
4719         Text search in djvu. Fix for the bug #303415.
4720
4721 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * configure.ac:
4724         * shell/ev-window.c: (ev_window_cmd_save_as):
4725         
4726         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4727         Thanks to Gary Coady <gary@lyranthe.org>
4728
4729 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4730
4731         * shell/ev-print-job.c: (idle_print_handler):
4732         
4733         Inverse order printing, bug #320919.
4734
4735 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4736
4737         * data/evince-toolbar.xml:
4738         * shell/ev-window.c:
4739         
4740         Allow to add sidebar checkbutton on toolbar. Fix
4741         for the bug #144577.
4742
4743 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4746         
4747         Add checks that have sense for empty ps document.
4748
4749 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4750
4751         * configure.ac: Include PS in mime types list. 
4752
4753 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4754
4755         * configure.ac:
4756         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4757         * ps/gsdefaults.h:
4758         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4759         
4760         Runtime check for gs interpreter. Fix for the bug #320868.
4761         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4762
4763 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * shell/ev-application.c: 
4766
4767         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4768         dbus>=0.60, so that the request is not queued. 
4769
4770 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * configure.ac:
4773         * shell/Makefile.am:
4774         * shell/ev-sidebar-links.c: (print_section_cb):
4775         * shell/ev-utils.c:
4776         * shell/ev-utils.h:
4777         * shell/ev-window.c: (update_action_sensitivity),
4778         (ev_window_close_dialogs), (ev_window_print):
4779         * shell/ev-window.h:
4780         
4781         Make printing support optional. Patch from Eduardo de Barros Lima
4782         <eduardo.lima@indt.org.br> for the bug #330546.
4783
4784 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4785
4786         * shell/ev-view-private.h:
4787         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4788         (ev_view_set_document):
4789         * shell/ev-view.h:
4790         * shell/ev-window.c: (ev_window_load_job_cb),
4791         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4792         (ev_window_init):
4793
4794         Draw Loading message during xfer job. Fix for the bug #329495.
4795
4796 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4797
4798         * comics/comics-document.c: (comics_regex_quote),
4799         (comics_document_load), (extract_argv):
4800         
4801         Correcly quote regexp before passing it to unzip.
4802
4803 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * shell/ev-page-cache.c: (build_height_to_page),
4806         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4807         (ev_page_cache_get_dual_even_left):
4808         * shell/ev-page-cache.h:
4809         * shell/ev-view.c: (view_update_range_and_current_page),
4810         (get_page_y_offset), (get_page_extents):
4811         
4812         Place even pages to the left if document has less then
4813         two pages. Fix for the bug #328856.
4814
4815 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4818         
4819         Correct comics scheme. This make evince create thumbnails
4820         for comic books. Fix for the bug 329088.
4821
4822 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4823
4824         * data/evince-password.glade: Don't explicitly set
4825         invisible_char to the current default value in case
4826         the default changes; let GTK+ do its magic.
4827
4828 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4829
4830         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4831         real filename to tmp filename since often document
4832         type is determined by extension.
4833
4834 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4835
4836         * shell/ev-view.c: (add_scroll_binding_keypad),
4837         (ev_view_binding_activated), (ev_view_class_init):
4838         
4839         Add keybindings for percision-scrolling of display area. 
4840         Fix for the bug #314072.
4841
4842 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * data/evince.desktop.in.in:
4845         
4846         Add GTK to the list of categories. Fix for the bug #328034.
4847
4848 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4849
4850         * shell/ev-application.c: (ev_application_shutdown),
4851         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4852         * shell/ev-application.h:
4853         * shell/ev-window.c: (file_open_dialog_response_cb),
4854         (ev_window_cmd_file_open):
4855         
4856         Save last uri in file chooser dialog. Fix for the bug #327950.
4857
4858 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * NEWS:
4861         * README:
4862         
4863         Final update for release 0.5.0
4864         
4865         * shell/Makefile.am:
4866         
4867         Remove disable deprecated until we'll require libgnome-2.13.7
4868         and port to GOption argument parsing. See bug 327518.
4869
4870 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4871
4872         * comics/comics-document.c: (comics_document_save):
4873         * djvu/djvu-document.c: (djvu_document_save):
4874         * dvi/dvi-document.c: (dvi_document_save):
4875         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4876         * lib/ev-file-helpers.h:
4877         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4878         * tiff/tiff-document.c: (tiff_document_save):
4879         
4880         Use common save function for backends.
4881
4882 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4883
4884         * backend/ev-document-types.c:
4885         
4886         Fix crash on saving pixbuf.
4887
4888 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * cut-n-paste/recent-files/egg-recent-item.c:
4891         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4892         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4893         (parse_info_free), (valid_element), (start_element_handler),
4894         (end_element_handler), (text_handler), (egg_recent_model_filter),
4895         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4896         (egg_recent_model_monitor), (egg_recent_model_read),
4897         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4898         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4899         (egg_recent_model_set_property), (egg_recent_model_class_init),
4900         (egg_recent_model_init), (egg_recent_model_add_full),
4901         (egg_recent_model_delete), (egg_recent_model_get_list),
4902         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4903         (egg_recent_model_set_filter_mime_types),
4904         (egg_recent_model_clear_group_filter),
4905         (egg_recent_model_set_filter_groups),
4906         (egg_recent_model_clear_scheme_filter),
4907         (egg_recent_model_set_filter_uri_schemes),
4908         (egg_recent_model_remove_expired):
4909         * cut-n-paste/recent-files/egg-recent-util.c:
4910         (egg_recent_util_get_icon):
4911         * cut-n-paste/recent-files/egg-recent-util.h:
4912         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4913         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4914         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4915         (egg_recent_view_uimanager_set_property),
4916         (egg_recent_view_uimanager_get_property),
4917         (egg_recent_view_uimanager_class_init),
4918         (egg_recent_view_uimanager_init),
4919         (egg_recent_view_uimanager_set_label_width),
4920         (egg_recent_view_uimanager_get_label_width):
4921         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4922         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4923         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4924         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4925         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4926         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4927         
4928         Update from libegg.
4929
4930 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * shell/ev-page-cache.c: (build_height_to_page),
4933         (ev_page_cache_get_height_to_page):
4934         * shell/ev-page-cache.h:
4935         * shell/ev-view.c: (view_update_range_and_current_page),
4936         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4937         (ev_view_previous_page):
4938         
4939         Dual mode places even pages to the left. Fix for the bug #309393.
4940
4941         * shell/ev-view.h:
4942         * shell/ev-window.c: (update_action_sensitivity),
4943         (setup_view_from_metadata), (view_menu_popup_cb):
4944         
4945         Don't restore presentation in empty windows, more intelligent
4946         next page behaviour in dual mode.
4947
4948         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4949         (ev_pixbuf_cache_clear_job_sizes):
4950         
4951         Cleanup job callback on removal. Fix for the bug #325886.
4952
4953 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * ps/ps.c: (psscan):
4956         
4957         Commit workaround Mozilla problem. Fix for the bug #325919
4958         
4959         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4960         (save_item):
4961         
4962         Fix for year 2038 problem.
4963
4964 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4965
4966         * shell/ev-window.c: (setup_document_from_metadata),
4967         (ev_window_cmd_view_reload):
4968
4969         Clamp page recieved from metadata in valid values. Fix
4970         for the bug #325986.
4971
4972 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * MAINTAINERS: 
4975         Add MAINTAINERS as requested on desktop-devel-list.
4976
4977 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4980         (mime_type_supported_by_gdk_pixbuf),
4981         (ev_document_factory_get_mime_types),
4982         (ev_document_factory_get_all_mime_types):
4983         
4984         Don't add pixbuf mime types if pixbuf backend is disabled.
4985         
4986         * shell/ev-application.c: (ev_application_get_uri_window):
4987         
4988         Fix for the bug 325815 - unhandled MIME type message doesn't 
4989         appear a second time. 
4990         
4991         * shell/ev-document-types.c: (ev_document_types_add_filters):
4992         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4993         (password_dialog_response), (ev_window_popup_password_dialog),
4994         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4995         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4996         (ev_window_run_presentation), (ev_window_stop_presentation),
4997         (save_sizing_mode), (ev_window_zoom_changed_cb),
4998         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4999         (ev_window_dual_mode_changed_cb),
5000         (ev_window_sidebar_current_page_changed_cb),
5001         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5002         (window_state_event_cb), (window_configure_event_cb):
5003         
5004         Cleanup additional uris holded by EvWindow.
5005
5006 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5009         (ev_view_can_previous_page), (ev_view_can_next_page):
5010         * shell/ev-view.h:
5011         * shell/ev-window.c: (update_action_sensitivity):
5012         
5013         Two page scrolling with Space and PageUp in dual mode. Second fix 
5014         for the bug #316608.
5015
5016 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-view.c: (scroll_to_current_page):
5019         
5020         Correctly clamp adjustment value. Fix for the bug
5021         #325808.
5022
5023 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5024
5025         * shell/ev-sidebar-links.c: (print_section_cb):
5026         * shell/ev-window.c: (ev_window_get_uri),
5027         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5028         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5029         (ev_window_dispose):
5030         
5031         Make print dialog non-modal. Fix for the bug #325622.
5032
5033 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5034
5035         * shell/ev-metadata-manager.c:
5036         * shell/ev-utils.c: (using_pdf_printer),
5037         (using_postscript_printer), (load_print_config_from_file),
5038         (save_print_config_to_file):
5039         * shell/ev-utils.h:
5040         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5041         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5042         (setup_view_from_metadata), (ev_window_setup_document),
5043         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5044         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5045         (ev_window_run_presentation), (ev_window_stop_presentation),
5046         (save_sizing_mode), (ev_window_zoom_changed_cb),
5047         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5048         (ev_window_dual_mode_changed_cb),
5049         (ev_window_sidebar_current_page_changed_cb),
5050         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5051         (window_state_event_cb), (window_configure_event_cb),
5052         (ev_window_init):
5053         
5054         Setting saving behaviour fixes.
5055
5056 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * configure.ac:
5059         
5060         Make antialiasing gs options better and allow
5061         to change them during configure. Fix for the 
5062         bug #319049.
5063
5064 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5065
5066         * shell/ev-window.c: (setup_view_from_metadata):
5067         
5068         Remember if last window was maximized. Fix for the
5069         bug #323797.
5070
5071 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5072
5073         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5074
5075 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5076
5077         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5078         * shell/ev-page-action.c: (build_new_tree_cb):
5079         * shell/ev-sidebar-links.c: (links_page_num_func),
5080         (update_page_callback_foreach), (update_page_callback):
5081         * shell/ev-view.c: (scroll_to_current_page):
5082         
5083         Fix for the bug #325067 with more intelligent selection
5084         of current link in sidebar. Make sidebar handle links
5085         of FITR-like type more correctly.
5086
5087         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5088         (dvi_pixbuf_put_pixel):
5089         
5090         Fix memory consumtion with disabled alpha channel.
5091
5092 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * data/evince-ui.xml:
5095         * shell/ev-window.c: (view_menu_popup_cb),
5096         (ev_popup_cmd_open_link), (ev_window_init):
5097         
5098         Update context menu for internal links. Fix for the bug
5099         #325066.
5100
5101 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5104         
5105         Bind context menu to keyboard also. Fix for the bug
5106         #325065.
5107
5108 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-view.c: (selection_scroll_timeout_cb):
5111         
5112         Horizontal scroll on selection also.
5113
5114 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5115
5116         * shell/ev-metadata-manager.c: (parse_value):
5117         * shell/ev-view.c: (goto_xyz_link):
5118         
5119         Correct zoom setup and metadata save broken in 
5120         some locales.
5121
5122 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * shell/ev-view-private.h:
5125         * shell/ev-view.c: (scroll_to_current_page),
5126         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5127         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5128         (page_changed_cb), (ev_view_set_continuous),
5129         (ev_view_set_dual_page), (ev_view_set_presentation):
5130         
5131         Delay scroll until allocation to correctly position page. Fix
5132         for the bug #317334.
5133
5134 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5135
5136         * NEWS:
5137         * configure.ac:
5138         
5139         Update NEWS and require poppler 0.5.0.
5140
5141 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5142         
5143         * data/evince-ui.xml:
5144         * shell/ev-view-private.h:
5145         * shell/ev-view.c: (ev_view_get_link_at_location),
5146         (handle_link_over_xy), (ev_view_button_press_event),
5147         (ev_view_button_release_event), (ev_view_class_init):
5148         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5149         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5150         (ev_window_init):
5151         
5152         Implement right-click context menu.
5153
5154 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5157         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5158         (mdvi_pixbuf_device_render):
5159         * pdf/ev-poppler.cc:
5160
5161         Don't generate thumbnails with alpha. See bug #324077.
5162         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5163
5164 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5165
5166         * shell/ev-window.c: (setup_chrome_from_metadata):
5167         
5168         Fix typo that was hiding toolbar.
5169
5170 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5171
5172         * shell/ev-view-private.h:
5173         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5174         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5175         (ev_view_button_release_event), (ev_view_destroy):
5176         
5177         Small cleanup and autoscrolling during selection. Thanks to 
5178         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5179
5180 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5181
5182         * configure.ac:
5183         
5184         Correctly check for comics option.
5185
5186 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5187         * Makefile.am:
5188         * configure.ac:
5189         * backend/Makefile.am:
5190         * backend/ev-document-factory.c:
5191         * shell/ev-document-types.c:
5192
5193         Included option in configure to make ps backend 
5194         compilation optional with --disable-ps.
5195
5196 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5197
5198         * backend/ev-document-factory.c:
5199         * comics/Makefile.am:
5200         * comics/comics-document.c: (comics_document_load):
5201         * comics/ev-cbr-mime.xml:
5202         * configure.ac:
5203         
5204         Comics mime types are added to shared-mime-info CVS. Now
5205         we don't need to install our own mime types.
5206
5207 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * shell/ev-window.c:
5210         
5211         Add shortcut for "save a copy" menu entry. Fix for
5212         the bug #324582.
5213
5214 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5217         (job_finished_cb), (new_selection_pixbuf_needed),
5218         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5219         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5220         
5221         Rework selection job info logic and fix critical warning.
5222
5223 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5224
5225         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5226
5227 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5228
5229         * data/evince-ui.xml:
5230         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5231         
5232         Enter as shortcut key for next page. Fix for the bug
5233         #321394.
5234
5235 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5236
5237         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5238
5239 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5242         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5243         (new_selection_pixbuf_needed),
5244         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5245         (clear_job_selection):
5246         
5247         Too early for 0.5. Pixbuf cache code cleaned a bit.
5248
5249 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * NEWS:
5252         * configure.ac:
5253         
5254         Release 0.5.0 preparation
5255
5256 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * comics/Makefile.am:
5259         * configure.ac:
5260         * shell/ev-document-types.c: (ev_document_types_add_filters):
5261         
5262         More advanced handling of custom mime type installation.
5263
5264 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * data/evince.schemas.in:
5267         * shell/ev-metadata-manager.c: (value_free),
5268         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5269         (ev_metadata_manager_get), (ev_metadata_manager_set):
5270         * shell/ev-metadata-manager.h:
5271         * shell/ev-window.c: (update_chrome_flag),
5272         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5273         (setup_document_from_metadata), (setup_chrome_from_metadata),
5274         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5275         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5276         (ev_window_view_toolbar_cb),
5277         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5278         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5279         
5280         Save last document settings and reuse them for new documents.
5281
5282 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * Makefile.am:
5285         * backend/Makefile.am:
5286         * backend/ev-document-factory.c:
5287         * backend/ev-document-factory.h:
5288         * comics/Makefile.am:
5289         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5290         (comics_document_load), (comics_document_save),
5291         (comics_document_get_n_pages), (comics_document_get_page_size),
5292         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5293         (comics_document_class_init), (comics_document_can_get_text),
5294         (comics_document_get_info), (comics_document_document_iface_init),
5295         (comics_document_init), (get_supported_image_extensions),
5296         (comics_document_thumbnails_get_geometry),
5297         (comics_document_thumbnails_get_thumbnail),
5298         (comics_document_thumbnails_get_dimensions),
5299         (comics_document_document_thumbnails_iface_init), (extract_argv):
5300         * comics/comics-document.h:
5301         * comics/ev-cbr-mime.xml:
5302         * configure.ac:
5303         * po/POTFILES.in:
5304         * shell/ev-application.c: (ev_application_register_service):
5305         * shell/ev-document-types.c: (ev_document_types_add_filters):
5306         * thumbnailer/Makefile.am:
5307         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5308         
5309         New CBR/CBZ backend for comic books.
5310
5311 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * shell/main.c: (load_files_remote):
5314
5315         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5316         warning on startup of second instance is fixed. It
5317         is bug #320353.
5318
5319 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5320
5321         * shell/ev-window.c: (ev_window_finalize):
5322         
5323         Fix double free that cause crash.
5324
5325 2005-10-29  Bastien Nocera <hadess@hadess.net>
5326
5327         * tiff/tiff-document.c: (tiff_document_load):
5328         
5329         Fix memory leak.
5330
5331 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * po/POTFILES.in:
5334         * shell/Makefile.am:
5335         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5336         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5337         (ev_view_accessible_get_text),
5338         (ev_view_accessible_get_character_at_offset),
5339         (ev_view_accessible_get_text_before_offset),
5340         (ev_view_accessible_get_text_at_offset),
5341         (ev_view_accessible_get_text_after_offset),
5342         (ev_view_accessible_get_character_count),
5343         (ev_view_accessible_get_caret_offset),
5344         (ev_view_accessible_set_caret_offset),
5345         (ev_view_accessible_get_run_attributes),
5346         (ev_view_accessible_get_default_attributes),
5347         (ev_view_accessible_get_character_extents),
5348         (ev_view_accessible_get_offset_at_point),
5349         (ev_view_accessible_get_n_selections),
5350         (ev_view_accessible_get_selection),
5351         (ev_view_accessible_add_selection),
5352         (ev_view_accessible_remove_selection),
5353         (ev_view_accessible_set_selection),
5354         (ev_view_accessible_text_iface_init),
5355         (ev_view_accessible_idle_do_action),
5356         (ev_view_accessible_action_do_action),
5357         (ev_view_accessible_action_get_n_actions),
5358         (ev_view_accessible_action_get_description),
5359         (ev_view_accessible_action_get_name),
5360         (ev_view_accessible_action_set_description),
5361         (ev_view_accessible_action_iface_init),
5362         (ev_view_accessible_get_type), (ev_view_accessible_new),
5363         (ev_view_accessible_factory_get_accessible_type),
5364         (ev_view_accessible_factory_create_accessible),
5365         (ev_view_accessible_factory_class_init),
5366         (ev_view_accessible_factory_get_type):
5367         * shell/ev-view-accessible.h:
5368         * shell/ev-view-private.h:
5369         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5370         * shell/ev-view.h:
5371         
5372         Initial accessibility support.
5373
5374 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5375
5376         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5377
5378 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5379
5380         * shell/ev-print-job.c: (idle_print_handler):
5381         
5382         Fix for bug Bug 318916: Printing multiple pages.
5383
5384 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5385
5386         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5387
5388 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5389
5390         * pdf/ev-poppler.cc:
5391         
5392         Thumnail dimensions unified with other backends.
5393         
5394         * shell/ev-window-title.c: (ev_window_title_update):
5395         
5396         Fix warning.
5397
5398 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5399
5400         * data/ev-stock-zoom-fit-width.png:
5401         
5402         Remove unused file.
5403
5404 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * configure.ac:
5407         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5408         (djvu_document_finalize):
5409         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5410         (dvi_document_finalize):
5411         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5412         (pixbuf_document_save), (pixbuf_document_finalize):
5413         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5414         (tiff_document_finalize):
5415         
5416         Save a copy implemented for various backends.
5417
5418 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5419
5420         * configure.ac:
5421         
5422         Don't link with ltiff if tiff is disabled.
5423
5424 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5425
5426         * pdf/GDKSplashOutputDev.cc:
5427         * pdf/GDKSplashOutputDev.h:
5428         * pdf/Thumb.cc:
5429         * pdf/Thumb.h:
5430         * pdf/pdf-document.cc:
5431         * pdf/pdf-document.h:
5432         * pdf/test-gdk-output-dev.cc:
5433         
5434         Remove old unused files.
5435
5436 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5437
5438         * shell/ev-window.c: (ev_window_setup_document):
5439         
5440         Fixed warnings on reload and probably crash reason.
5441
5442 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * properties/ev-properties-view.c:
5445         (ev_properties_view_format_date):
5446         
5447         Check if date is invalid. Fix for bug 318134.
5448
5449 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5450
5451         * shell/ev-window-title.c:
5452         
5453         Add .indd files (Adobe Indesign) to the list of "bad
5454         extensions".
5455
5456 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5457
5458         * data/evince-ui.xml:
5459         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5460         
5461         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5462
5463 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5464
5465         * shell/ev-window.c: (launch_link), (launch_external_uri),
5466         (view_external_link_cb):
5467
5468         URL-escape link before passing it to gnome_vfs_url_show.
5469
5470 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5473         there isn't text selected.
5474
5475 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5476
5477         * shell/ev-view.c: (handle_link_over_xy):
5478
5479         Check tooltip is valid utf8 before showing it
5480
5481 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5482
5483         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5484
5485 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5486
5487         * shell/ev-window-title.c: (ev_window_title_update):
5488
5489         Guard against using g_strstrip on NULL. Fixes bug #317291.
5490
5491 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5492
5493         * pdf/ev-poppler.cc:
5494
5495         Show title even for unknown links
5496
5497 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5498
5499         * shell/ev-window-title.c: (ev_window_title_update):
5500
5501         Strip the title string
5502
5503 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5504
5505         * shell/ev-window-title.c:
5506
5507         Add .rtf to the bad extensions list
5508
5509 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5510
5511         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5512         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5513
5514         Ignore link coordinates if they are outside page bounds
5515
5516 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5517
5518         * backend/ev-link.c: (ev_link_type_get_type),
5519         (ev_link_get_filename), (ev_link_get_params),
5520         (ev_link_get_property), (ev_link_set_property),
5521         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5522         * backend/ev-link.h:
5523         * pdf/ev-poppler.cc:
5524         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5525         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5526         (ev_window_init):
5527
5528         Implement launch links. Delegate external link opening to
5529         the window.
5530
5531 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5532
5533         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5534         (ev_link_get_right), (ev_link_get_property),
5535         (ev_link_set_property), (ev_link_class_init),
5536         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5537         * backend/ev-link.h:
5538         * pdf/ev-poppler.cc:
5539         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5540
5541         Implement fitr links
5542
5543 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5544
5545         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5546         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5547         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5548         (ev_view_size_request_continuous),
5549         (ev_view_size_request_dual_page),
5550         (ev_view_size_request_single_page), (ev_view_size_allocate),
5551         (ev_view_zoom_for_size_continuous_and_dual_page),
5552         (ev_view_zoom_for_size_continuous),
5553         (ev_view_zoom_for_size_dual_page),
5554         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5555         (ev_sizing_mode_get_type):
5556         * shell/ev-view.h:
5557         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5558
5559         Do not use modes for link, we need to calculate size ad hoc.
5560         Still not perfect because of the usual scrollbar issues grrr.
5561
5562 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5563
5564         * backend/ev-link.c: (ev_link_type_get_type),
5565         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5566         * backend/ev-link.h:
5567         * pdf/ev-poppler.cc:
5568         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5569         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5570         (ev_view_size_request_continuous),
5571         (ev_view_size_request_dual_page),
5572         (ev_view_size_request_single_page), (ev_view_size_allocate),
5573         (zoom_for_size_fit_height),
5574         (ev_view_zoom_for_size_continuous_and_dual_page),
5575         (ev_view_zoom_for_size_continuous),
5576         (ev_view_zoom_for_size_dual_page),
5577         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5578         (ev_sizing_mode_get_type):
5579         * shell/ev-view.h:
5580         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5581
5582         Implement FIT_HEIGHT mode (only for links).
5583         Implement FITH links
5584
5585 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5586
5587         * shell/ev-window-title.c: (get_filename_from_uri),
5588         (ev_window_title_sanitize_extension), (ev_window_title_update),
5589         (ev_window_title_set_document), (ev_window_title_set_uri),
5590         (ev_window_title_free):
5591         * shell/ev-window-title.h:
5592         * shell/ev-window.c: (ev_window_setup_document),
5593         (ev_window_popup_password_dialog):
5594
5595         Refactor window title building while fixing it for
5596         password documents.
5597
5598 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5599
5600         * pdf/ev-poppler.cc:
5601
5602         Escape link title before setting it in the model
5603
5604 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5605
5606         * shell/ev-application.c: (removed_from_session), (save_session),
5607         (init_session), (ev_application_get_empty_window),
5608         (ev_application_init), (ev_application_get_windows):
5609         * shell/ev-application.h:
5610         * shell/ev-window.c: (ev_window_finalize):
5611
5612         Add a function to retrieve window list and share it where
5613         necessary.
5614         Implement session handling, works pretty well thanks to the
5615         metadata system.
5616
5617 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * shell/ev-password.c: (ev_password_item_created_callback),
5620         (ev_password_dialog_save_password):
5621         
5622         Fix for bug 316972. Use async gnome-keyring API.
5623
5624 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5625
5626         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5627         Remove unused unrealize handler. Add scroll handling to
5628         ev_view_scroll_event for presentation mode (bug #316708),
5629         and fix the event state checks there.
5630
5631 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5632
5633         * shell/ev-page-action.c: (page_changed_cb):
5634
5635         "marco, maybe we should be crazy and jump right to 6! :)"
5636
5637         Bryan Clark, Sep 2005
5638
5639 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5640
5641         * ps/ps-document.c: (save_document), (ps_document_save),
5642         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5643         (ps_document_ps_export_end):
5644
5645         Fix unstructured documents save and print
5646
5647 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5648
5649         * shell/ev-application.c: (ev_application_open_uri):
5650
5651         Fix window size persistance
5652
5653 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5654
5655         * shell/ev-view.c: (ev_view_button_release_event):
5656
5657         Based on a patch from carlosgc@gnome.org. Mouse buttons
5658         switch pages in presentation mode.
5659
5660 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5661
5662         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5663
5664         Dont cast to int before scaling
5665
5666 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5667
5668         * backend/ev-link.c: (ev_link_type_get_type),
5669         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5670         (ev_link_new_page_fith):
5671         * backend/ev-link.h:
5672         * pdf/ev-poppler.cc:
5673         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5674
5675         Implement FIT and FITH links
5676
5677 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5678
5679         * pdf/ev-poppler.cc:
5680
5681         Return 0 results when search is not in progress.
5682
5683         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5684         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5685
5686         Update menu sensitivity when cancelling search
5687
5688 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5689
5690         * shell/ev-view.c: (ev_view_can_find_next):
5691
5692         Take all pages in consideration, not just current one
5693
5694 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5695
5696         * shell/ev-page-cache.c:
5697         * shell/ev-page-cache.h:
5698         * shell/ev-view.c: (ev_view_binding_activated),
5699         (ev_view_next_page), (ev_view_previous_page),
5700         (ev_sizing_mode_get_type):
5701         * shell/ev-view.h:
5702         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5703         (ev_window_cmd_go_next_page):
5704
5705         Move page next/previous functions from page chace to
5706         view and change it to move by 2 page steps in dual mode.
5707
5708 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5709
5710         * shell/ev-window.c: (update_sidebar_visibility),
5711         (setup_sidebar_from_metadata), (ev_window_setup_document),
5712         (setup_view_from_metadata):
5713
5714         Show the index by default when there is one     
5715
5716 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5717
5718         * shell/ev-window-title.c: (ev_window_title_set_document):
5719
5720         Missing null check
5721
5722 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/ev-view.c: (view_update_range_and_current_page):
5725         
5726         Allow display of last odd page in dual view. Fix for 316347.
5727
5728 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5729
5730         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5731         
5732         Make close button default. Fix for 316383.
5733
5734 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5735
5736         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5737         
5738         Mark close button as default. Fix for 316381.
5739
5740 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5741
5742         * backend/ev-link.c: (ev_link_class_init):
5743
5744         Allow negative doubles in left/top properties
5745
5746 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5747
5748         * shell/ev-window.c:
5749
5750         Remove a bunch of strings that was used only
5751         by the statusbar.
5752
5753 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5754
5755         * shell/ev-window-title.c: (get_filename_from_uri),
5756         (ev_window_title_set_document):
5757
5758         When title has a confusing extension, show also
5759         the document filename inside ()
5760
5761 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5762
5763         * shell/Makefile.am:
5764         * shell/ev-window-title.c: (ev_window_title_new),
5765         (ev_window_title_update), (ev_window_title_set_type),
5766         (ev_window_title_set_document), (ev_window_title_free):
5767         * shell/ev-window-title.h:
5768         * shell/ev-window.c: (ev_window_setup_document),
5769         (password_dialog_response), (ev_window_popup_password_dialog),
5770         (ev_window_dispose), (ev_window_init):
5771
5772         Factor out and cleanup window title code
5773
5774 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5775
5776         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5777         (unable_to_load):
5778
5779         Make dialog transient so it doesnt block other windows
5780
5781 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * pdf/ev-poppler.cc:
5784         
5785         Fix pdf thumbnails rendering.
5786
5787 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5788
5789         * shell/ev-window.c: (fullscreen_set_timeout):
5790         
5791         Increase timeout to hide full screen popup. Bug 
5792         316123. 
5793
5794 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5795
5796         * data/evince.schemas.in:
5797         * shell/ev-window.c: (update_action_sensitivity):
5798
5799         Allow the user to override document restrictions. Fix for bug
5800         305818.
5801
5802 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5803
5804         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5805         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5806         (ev_window_class_init): Fix multihead behaviour of fullscreen
5807         toolbar popup. Fixes bug #315451.
5808
5809 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * configure.ac:
5812         * data/evince-password.glade:
5813         * shell/ev-password.c: (ev_password_dialog_set_property),
5814         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5815         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5816         (ev_password_dialog_entry_changed_cb),
5817         (ev_password_dialog_entry_activated_cb),
5818         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5819         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5820         (ev_password_dialog_set_bad_pass):
5821         * shell/ev-password.h:
5822         * shell/ev-window.c: (password_dialog_response),
5823         (ev_window_popup_password_dialog):
5824         
5825         Support for gnome-keyring for encrypted PDF's.
5826
5827 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5828
5829         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5830         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5831         (ev_view_enter_notify_event), (ev_view_class_init):
5832         
5833         More precise handling of enter_notify/leave_notify events
5834         in EvView. Fix for bug 315470.
5835
5836 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5837
5838         * shell/ev-window.c: (fullscreen_timeout_cb),
5839         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5840         (ev_window_dispose):
5841
5842         leak fix: unref fullscreen_timeout_source before clearing it
5843
5844 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * configure.ac, dvi/mdvi/Makefile.am: 
5847         
5848         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5849
5850 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5851
5852         * backend/ev-link.c: (ev_link_new_page_xyz):
5853         * pdf/ev-poppler.cc:
5854         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5855
5856         Fix some bugs with xyz links, respect zoom
5857
5858 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * shell/ev-window.c: (page_changed_cb),
5861         (setup_document_from_metadata), (update_sidebar_visibility),
5862         (setup_view_from_metadata), (ev_window_run_fullscreen),
5863         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5864         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5865         (ev_window_dual_mode_changed_cb),
5866         (ev_window_sidebar_current_page_changed_cb):
5867
5868         null check uri before setting and getting metadata
5869
5870 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5871
5872         * dvi/Makefile.am:
5873         * properties/Makefile.am:
5874         * shell/Makefile.am:
5875         * thumbnailer/Makefile.am:
5876
5877         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5878
5879 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5880
5881         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5882         (selection_changed_callback):
5883         * shell/ev-sidebar-links.h:
5884
5885         Add a signal for link activation.
5886
5887         * shell/ev-view.c: (ev_view_goto_link),
5888         (ev_view_button_release_event):
5889         * shell/ev-view.h:
5890         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5891         (ev_window_init):
5892
5893         Implement the signal so that we can handle all link types.
5894
5895         * shell/ev-page-cache.c:
5896
5897         Remove unused set_link function
5898
5899 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5900
5901         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5902
5903         Add some space from the cursor, hardcoded but I couldnt
5904         find a better way.
5905
5906 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5907
5908         * lib/ev-tooltip.c:
5909
5910         Use mozilla style vs gtk style, way better for links.
5911
5912         * shell/ev-view.c: (ev_view_motion_notify_event),
5913         (ev_view_destroy), (ev_view_init):
5914
5915         Deactive tooltip when the link hovered is changed.
5916
5917 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5918
5919         * backend/ev-document.h:
5920         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5921         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5922         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5923         (ev_link_new_page), (ev_link_new_page_xyz):
5924         * backend/ev-link.h:
5925         * pdf/ev-poppler.cc:
5926         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5927         (go_to_link), (tip_from_link):
5928
5929         Implement xyz links, still not functional. Links are a total
5930         mess, will need to refactor and bugfix a lot :(
5931
5932 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5933
5934         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5935
5936 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5937
5938         * data/evince-ui.xml:
5939         * data/evince.schemas.in:
5940         * shell/Makefile.am:
5941         * shell/ev-window.c: (update_chrome_visibility),
5942         (password_dialog_response), (ev_window_load_job_cb),
5943         (ev_window_xfer_job_cb), (ev_window_open_uri),
5944         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5945         (ev_window_init):
5946
5947         Remove the statusbar. This regress loading feedback, need to
5948         check with Bryan what we want to do there...
5949
5950 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5951
5952         * lib/ev-tooltip.c: (ev_tooltip_init):
5953
5954         Fix tooltip border and size handling
5955
5956 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5959         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5960         (ev_tooltip_timeout), (ev_tooltip_activate),
5961         (ev_tooltip_deactivate):
5962         * lib/ev-tooltip.h:
5963         * shell/ev-view.c: (ev_view_motion_notify_event):
5964
5965         Delay popup showing. Mirror gtk logic/times.
5966
5967 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5968
5969         * lib/Makefile.am:
5970         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5971         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5972         (ev_tooltip_set_text), (ev_tooltip_set_position):
5973         * lib/ev-tooltip.h:
5974
5975         Simple widget to show tooltips at a custom position
5976
5977         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5978         (ev_view_destroy):
5979
5980         Use it for links. First go, needs work
5981
5982 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5983
5984         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5985         HIG fixes.  Use title capitalization for window title. Use 12 
5986         pixels of space between the dialog's vbox and action area.
5987
5988 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5989
5990         * shell/ev-window.c: (file_open_dialog_response_cb),
5991         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5992         (ev_window_cmd_save_as):
5993
5994         Make file pickers not modal and refactor code some
5995
5996 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * shell/ev-sidebar.h:
5999         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6000         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6001         (ev_sidebar_class_init), (ev_sidebar_select_page),
6002         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6003         (ev_sidebar_set_page):
6004
6005         Add a current page property and allow to get/set it
6006
6007         * shell/ev-window.c: (setup_view_from_metadata),
6008         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6009
6010         Persist current sidebar page per document
6011
6012 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6013
6014         * data/evince.schemas.in:
6015         * shell/ev-window.c: (update_chrome_visibility),
6016         (setup_document_from_metadata), (update_sidebar_visibility),
6017         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6018         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6019         (ev_window_run_presentation), (ev_window_stop_presentation),
6020         (ev_window_view_sidebar_cb),
6021         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6022         (load_chrome), (ev_window_init):
6023
6024         Persist size/visibility of sidebar per document
6025
6026 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6027
6028         * shell/ev-view.c (draw_loading_text): Draw loading text.
6029
6030 2005-09-02  Dan Damian  <dand@gnome.ro>
6031
6032         * configure.in: Added "ro" to ALL_LINGUAS.
6033
6034 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6035
6036         * shell/ev-view.c: (clear_caches):
6037
6038         ev_page_cache_get doesnt return a reference,
6039         dont try to unref it.
6040
6041 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6042
6043         * shell/main.c: (load_files_remote):
6044
6045         Fix timestamp parameter with dbus <= 0.33
6046
6047 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6048
6049         * data/evince.schemas.in:
6050
6051         Add missing full stop
6052
6053 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6054
6055         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6056         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6057
6058         Plug some memory leaks
6059
6060 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6061
6062         * configure.ac:
6063         * lib/ev-debug.c: (trap_handler):
6064
6065         Check for execinfo.h and use it only if it exists.
6066         Ported from Epiphany (bug #314776).
6067
6068 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6069
6070         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6071
6072 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6073
6074         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6075         * po/id.po      : Added Indonesian translation
6076
6077 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6078
6079         * shell/main.c:
6080         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6081         * NEWS: Release 0.4.0
6082
6083 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6084
6085         * configure.ac: catch another gtk+-2.8ism
6086         * shell/main.c: Make work with gtk+-2.6
6087
6088 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6089
6090         * shell/ev-application-service.xml: Add 'timestamp' argument to
6091           ev_application_open_window and ev_application_open_uri methods.
6092
6093         * shell/ev-application.h: Add 'timestamp' argument to
6094           ev_application_open_window, ev_application_open_uri,
6095           and ev_application_open_uri_list functions.
6096
6097         * shell/ev-application.c (ev_application_open_window,
6098           ev_application_open_uri, ev_application_open_uri_list): Change
6099           functions that show/present windows to use a timestamp if one
6100           is passed in.
6101
6102         * shell/ev-window.c (ev_window_cmd_file_open,
6103           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6104         * shell/main.c (load_files): Modify calls to ev_application to
6105           include GDK_CURRENT_TIME as timestamp.
6106
6107         * shell/main.c (load_files_remote): Obtain timestamp for client
6108           instance from GDK and pass to server instance so new windows are
6109           focused properly.  Fix dbus_g_proxy_call() calls by including second
6110           G_TYPE_INVALID.
6111           
6112         Closes bug #314475.
6113
6114 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6115
6116         * shell/ev-window.c (ev_window_finalize): Check for
6117         avail. EvWindows when quiting to handle the finalize better,
6118         #314497
6119
6120 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121         
6122         * properties/ev-properties-view.c: 
6123         
6124         Set textdomain to libglade. Fixes translation problem in property page.
6125
6126 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6129         * dvi/Makefile.am:
6130         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6131         * dvi/mdvi-lib/Makefile.am:
6132         
6133         Fix rotation of thumbnails, ported to new API. Moved library
6134         dependencies earlier, probably it will fix linkage problem.
6135
6136 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6137
6138         * backend/ev-document-misc.c:
6139         (ev_document_misc_get_thumbnail_frame):
6140         * backend/ev-document-misc.h:
6141         * configure.ac:
6142         * pdf/ev-poppler.cc:
6143         * shell/Makefile.am:
6144         * shell/ev-sidebar-thumbnails.c: (add_range),
6145         (ev_sidebar_thumbnails_set_loading_icon),
6146         (ev_sidebar_thumbnails_refresh),
6147         (ev_sidebar_thumbnails_set_document):
6148         * shell/ev-sidebar-thumbnails.h:
6149         * shell/ev-view.c: (ev_view_motion_notify_event),
6150         (ev_view_set_property), (ev_view_get_property),
6151         (ev_view_class_init), (ev_view_set_rotation):
6152         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6153         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6154         (ev_window_init):
6155         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6156         Redo rotation (again).  prepare for 0.4.0
6157
6158 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6159
6160         * configure.ac: Bump poppler requirement to 0.4.1.
6161
6162         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6163         argument to poppler_page_render_selection() call.
6164
6165 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6168         (djvu_document_thumbnails_get_thumbnail):
6169         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6170         (dvi_document_thumbnails_get_thumbnail):
6171         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6172         (pixbuf_document_thumbnails_get_thumbnail):
6173         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6174         
6175         Update rotation direction of backends to fit with pdf and ps.
6176
6177 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6178
6179         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6180         * backend/ev-async-renderer.h:
6181         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6182         (setup_page), (ps_document_get_page_size),
6183         (ps_async_renderer_render_pixbuf):
6184         * ps/ps-document.h:
6185         * shell/ev-jobs.c: (ev_job_render_run):
6186
6187         Fix orientation in the postscript document
6188
6189 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6190
6191         * pdf/ev-poppler.cc:
6192         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6193         * shell/ev-view.c: (highlight_find_results):
6194
6195         Adapt to the new poppler rotation API. Fix text maps on landscape
6196         documents.
6197
6198 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6199
6200         * shell/ev-view.c (compute_new_selection_text): get the correct
6201         region when selecting in modes other than continuous.
6202
6203 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6204
6205         * shell/main.c (main): remove redundant g_warnings.
6206
6207 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * shell/Makefile.am: Don't include autogenerated
6210         file ev-application-service.h into distribution, since
6211         it causes dbus crash. Fix for bugs 313724 and 313443. 
6212
6213 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * configure.ac: Fix sed expression for FreeBSD. Thanks
6216         to Joe Marcus Clark <marcus@freebsd.org>
6217         
6218         * shell/eggfindbar.c: (entry_activate_callback),
6219         (entry_changed_callback), (egg_find_bar_init),
6220         (egg_find_bar_set_search_string):
6221         
6222         Made findbar buttons unsensitive if there is no text in
6223         entry. Fix for the bug 313285.
6224
6225 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6226
6227         * ps/ps-document.c: Use g_filename_display_name for displaying
6228         filenames and revert string freeze breackage
6229
6230 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6231
6232         * NEWS:
6233         * configure.ac:
6234
6235         Update for 0.3.4
6236
6237         * shell/Makefile.am:
6238
6239         Add ev-application-service.xml to extra dist
6240
6241         * shell/ev-view.c: (find_page_at_location):
6242
6243         Remove unused function (fix warning)
6244
6245 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6248         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6249         
6250         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6251         bug 313623.
6252
6253 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6256         * shell/ev-window.c:
6257         Fix build warnings
6258
6259 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6260
6261         * configure.ac: Update script to get dbus version.
6262         Fix for the bug #313443.
6263
6264 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * shell/ev-window.c: (ev_window_cmd_escape):
6267         
6268         Return focus back to view on escape. Fix for bug 313295.
6269
6270 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6271
6272         * shell/ev-window.c: (update_window_title),
6273         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6274         (ev_window_cmd_save_as):
6275         
6276         Correct conversion from uri to displayable string. Fix for
6277         bug 313296.
6278
6279 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6280
6281         * ps/ps-document.c: convert filename to utf8 when there is an error
6282         loading document. Fixes #309915
6283
6284 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6285
6286         * configure.ac:
6287
6288         We depend on poppler 0.4.0
6289
6290 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6291
6292         * configure.ac:
6293         * NEWS: Release 0.3.3.
6294         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6295
6296 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6297
6298         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6299         add a couple missing mnemonics to menu items, use title 
6300         capitalization for menu items and window titles, and add 
6301         ellipsis to open menu item.     
6302
6303 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6304
6305         * pdf/ev-poppler.cc:
6306         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6307         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6308         (ev_view_get_rotation):
6309         * shell/ev-view.h:
6310         * shell/ev-window.c: (setup_view_from_metadata),
6311         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6312         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6313         disk.
6314
6315 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6316
6317         * configure.ac: Added tr to ALL_LINGUAS
6318
6319 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6320
6321         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6322         requires several clicks to find word. Thanks to 
6323         Colin Slater <kiltedtaco@gmail.com>.
6324
6325 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6326
6327         * data/evince.desktop.in.in: Hide menu entry and
6328         rename it to "Document Viewer". Fix for bug 
6329         #312399.
6330
6331 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6332
6333         * shell/ev-page-action.c (ev_page_action_class_init): 
6334
6335         Point to the correct function in constructor of the
6336         activate_label signal
6337
6338 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6339
6340         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6341         * shell/ev-jobs.h: Make thread safe.
6342
6343 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * shell/ev-view.c: (view_update_range_and_current_page):
6346         Don't update page range if we are scrolling to some document
6347         point.
6348
6349 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6352         when getting max_page_width, fix drawing in dual mode.
6353
6354 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6355
6356         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6357         getting the area for select_all.
6358
6359 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6360
6361         * backend/ev-selection.c: (ev_selection_render_selection):
6362         * backend/ev-selection.h:
6363         * pdf/ev-poppler.cc:
6364         * shell/ev-jobs.c: (ev_job_render_new):
6365         * shell/ev-jobs.h:
6366         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6367         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6368         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6369         (ev_view_class_init):
6370
6371         Change selection color on focus in and focus out events.  Also,
6372         poppler now uses GdkColor for specifying the selection colors, so
6373         drop some awkward conversion code.
6374
6375 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6376
6377         * configure.ac: Added Hebrew translation
6378
6379 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6380
6381         * NOTES:
6382         * backend/ev-selection.c: (ev_selection_render_selection):
6383         * backend/ev-selection.h:
6384         * pdf/ev-poppler.cc:
6385         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6386         (ev_job_render_run):
6387         * shell/ev-jobs.h:
6388         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6389         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6390         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6391         (ev_pixbuf_cache_style_changed),
6392         (ev_pixbuf_cache_get_selection_pixbuf),
6393         (ev_pixbuf_cache_set_selection_list),
6394         (ev_pixbuf_cache_get_selection_list):
6395         * shell/ev-pixbuf-cache.h:
6396         * shell/ev-utils.c: (ev_print_region_contents):
6397         * shell/ev-utils.h:
6398         * shell/ev-view.c: (ev_view_queue_draw_page),
6399         (selection_update_idle_cb), (ev_view_motion_notify_event),
6400         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6401         (setup_caches), (ev_view_find_next), (merge_selection_region),
6402         (selection_free):
6403         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6404
6405         Clean up selection to be much smoother!
6406
6407 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6408
6409         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6410         to poppler_page_render_selection().
6411
6412 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * ps/ps-document.c: (save_page_list): Use
6415         unzipped document when printing. Thanks to 
6416         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6417         311016.
6418
6419 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * shell/ev-window.c: (update_action_sensitivity):
6422         
6423         Disable print and save respect to lockdown gconf keys. Fix
6424         for 312342.
6425
6426 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * configure.ac:
6429         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6430         (write_to_temp_file), (ev_file_set_contents):
6431         * shell/ev-utils.h:
6432         * shell/ev-window.c: (save_print_config_to_file):
6433         
6434         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6435         Fix for bug 312238
6436
6437 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6438
6439         * shell/ev-window.c: (load_print_config_from_file),
6440         (save_print_config_to_file), (ev_window_print_range):
6441
6442         Persist the print settings. Fixes bug #311578.
6443
6444 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * djvu/djvu-document.c: (djvu_document_get_page_size),
6447         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6448         (djvu_document_thumbnails_get_thumbnail):
6449         * dvi/dvi-document.c: (dvi_document_get_page_size),
6450         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6451         (dvi_document_thumbnails_get_dimensions),
6452         (dvi_document_thumbnails_get_thumbnail):
6453         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6454         (pixbuf_document_render_pixbuf),
6455         (pixbuf_document_document_iface_init),
6456         (pixbuf_document_thumbnails_get_thumbnail):
6457         
6458         Update backends to make them build with new rotation system.
6459
6460 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6461
6462         * help/C/figures/evince_start_window.png:
6463         
6464         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6465
6466 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6467
6468         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6469         * shell/ev-pixbuf-cache.h:
6470         * shell/ev-sidebar-thumbnails.c:
6471         (ev_sidebar_thumbnails_get_property), (add_range),
6472         (adjustment_changed_cb):
6473         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6474         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6475         we were thumbnailing the entire docment on startup, slowing us
6476         down hugely. 
6477
6478 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6479
6480         * shell/ev-page-cache.c: (ev_page_cache_new):
6481         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6482         == 0, fixes #310306.
6483
6484 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6485
6486         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6487         (ev_view_rotate_left):
6488
6489         Account rotation in doc_rect_to_view_rect.
6490         Ensure rotation doesnt go out of bounds.
6491
6492 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6493
6494         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6495
6496         Correct and cleanup w/h swapping
6497
6498 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6499
6500         * backend/ev-document-thumbnails.c:
6501         (ev_document_thumbnails_get_thumbnail):
6502         * backend/ev-document-thumbnails.h:
6503         * backend/ev-document.c:
6504         * backend/ev-document.h:
6505         * backend/ev-render-context.c: (ev_render_context_new),
6506         (ev_render_context_set_rotation):
6507         * backend/ev-render-context.h:
6508         * pdf/ev-poppler.cc:
6509         * ps/ps-document.c: (ps_document_document_iface_init):
6510         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6511         * shell/ev-jobs.h:
6512         * shell/ev-page-cache.c: (build_height_to_page),
6513         (ev_page_cache_new), (ev_page_cache_get_size),
6514         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6515         (ev_page_cache_get_height_to_page):
6516         * shell/ev-page-cache.h:
6517         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6518         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6519         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6520         (ev_pixbuf_cache_get_selection_pixbuf):
6521         * shell/ev-pixbuf-cache.h:
6522         * shell/ev-print-job.c: (idle_print_handler):
6523         * shell/ev-sidebar-thumbnails.c: (add_range):
6524         * shell/ev-view.c: (view_update_range_and_current_page),
6525         (get_page_y_offset), (get_page_extents),
6526         (ev_view_size_request_continuous_dual_page),
6527         (ev_view_size_request_continuous),
6528         (ev_view_size_request_dual_page),
6529         (ev_view_size_request_single_page), (draw_one_page),
6530         (ev_view_set_rotation), (ev_view_rotate_right),
6531         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6532         (ev_view_zoom_for_size_continuous_and_dual_page),
6533         (ev_view_zoom_for_size_continuous),
6534         (ev_view_zoom_for_size_dual_page),
6535         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6536         (ev_view_select_all):
6537         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6538         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6539         (tiff_document_document_iface_init),
6540         (tiff_document_thumbnails_get_thumbnail):
6541
6542         Use rotation rather than orientation. It's easier and enough
6543         for our needs.
6544
6545 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6546
6547         * shell/ev-page-cache.c: (build_height_to_page),
6548         (ev_page_cache_new), (ev_page_cache_get_size),
6549         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6550         (ev_page_cache_get_height_to_page):
6551         * shell/ev-page-cache.h:
6552         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6553         (ev_view_size_request_continuous_dual_page),
6554         (ev_view_size_request_continuous),
6555         (ev_view_zoom_for_size_continuous_and_dual_page),
6556         (ev_view_zoom_for_size_continuous):
6557
6558         Make the page cache aware of page orientation.
6559
6560 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6561
6562         * backend/ev-document-thumbnails.c:
6563         (ev_document_thumbnails_get_thumbnail):
6564         * backend/ev-document-thumbnails.h:
6565         * backend/ev-document.c:
6566         * backend/ev-document.h:
6567         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6568         * backend/ev-ps-exporter.h:
6569         * pdf/ev-poppler.cc:
6570         * ps/ps-document.c: (ps_document_document_iface_init),
6571         (ps_document_ps_export_do_page):
6572         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6573         * shell/ev-jobs.h:
6574         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6575         (ev_page_cache_get):
6576         * shell/ev-page-cache.h:
6577         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6578         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6579         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6580         * shell/ev-pixbuf-cache.h:
6581         * shell/ev-print-job.c: (idle_print_handler):
6582         * shell/ev-sidebar-thumbnails.c: (add_range):
6583         * shell/ev-view.c: (view_update_range_and_current_page),
6584         (get_page_extents), (ev_view_size_request_dual_page),
6585         (ev_view_size_request_single_page), (draw_one_page),
6586         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6587         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6588         (ev_view_zoom_for_size_dual_page),
6589         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6590         (ev_view_select_all):
6591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6592         * tiff/tiff-document.c: (tiff_document_get_page_size),
6593         (tiff_document_get_orientation), (rotate_pixbuf),
6594         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6595         (tiff_document_thumbnails_get_thumbnail),
6596         (tiff_document_ps_export_do_page), (tiff_document_init):
6597
6598         Really make use of the orientation bit of the render context.
6599         Use the render context in a few more places in the backend API.
6600         This regress orientation, but now it's done right. Will try to
6601         fix it up asap...
6602
6603 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6604
6605         * shell/ev-view.c: (ensure_rectangle_is_visible):
6606
6607         Patch by Nickolay V. Shmyrev to fix find flickering
6608
6609 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6610
6611         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6612         duplex parameters to ::begin.
6613
6614         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6615         * shell/ev-print-job.c (idle_print_handler): 
6616         * ps/ps-document.c (ps_document_ps_export_begin): 
6617         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6618         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6619         implementations. Poppler backend needs poppler cvs. Rest has
6620         unchanged behavior.
6621
6622 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6623
6624         * shell/ev-window.c (using_pdf_printer): new function.
6625         (ev_window_print_range): print a less techy message if someone
6626         tries to print to PDF.
6627
6628 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6629
6630         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6631         from "unknown font" string. Bug #311431
6632
6633 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6634
6635         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6636
6637 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6638
6639         Bug #311280
6640         
6641         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6642         name for PopplerFontTypes
6643         (pdf_document_fonts_fill_model): add font type to the detail column
6644
6645         * backend/ev-document-fonts.h: added
6646         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6647
6648         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6649         font name and font details, add a little markup.
6650         (ev_properties_fonts_init): use the new cell data func, specify ypad
6651         property for the cell renderer.
6652         (ev_properties_fonts_set_document): add the details column.
6653
6654 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6655
6656         * configure.ac: Added "pl" to ALL_LINGUAS.
6657
6658 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6659
6660         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6661
6662 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6663
6664         * help/ChangeLog: Started this for translations of manual.
6665         * configure.ac, autogen.sh, .cvsignore: Migrated to
6666         gnome-doc-utils. Patch in bug #311222.
6667
6668 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6669
6670         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6671         #ifdef this away to fix an unused-function warning.
6672
6673 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6674
6675         * configure.ac: Added 'gl' to ALL_LINGUAS.
6676
6677 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6678
6679         * configure.ac: Added ne in ALL_LINGUAS
6680         
6681 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * shell/ev-view.c: (ev_view_leave_notify_event):
6684         
6685         Clear status message when pointer leaves view. Fix for bug
6686         #310818 
6687
6688 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6689
6690         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6691
6692 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * shell/ev-view.c: (ev_view_leave_notify_event),
6695         (ev_view_class_init):
6696         
6697         Set cursor to normal then leaving view.
6698
6699 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * configure.ac:
6702         
6703         Fix required djvulibre version.
6704
6705 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6706
6707         *configure.ac: Hindi (hi) language added
6708
6709 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6710
6711         *configure.ac: Punjabi (pa) Language added
6712
6713 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6714
6715         * data/evince-ui.xml, shell/ev-window.c:
6716         
6717         Add keypad accelerators for zooming. Fix for bug 308128.
6718
6719 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6720
6721         * Makefile.am:
6722         * backend/Makefile.am:
6723         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6724         * configure.ac:
6725         * shell/ev-document-types.c: (ev_document_types_add_filters):
6726
6727         Allow to enable/disable the pixbuf backend.
6728         Default to off for now. If we want it enabled we should
6729         really put mime types in the desktop, implement properties etc.
6730
6731         * properties/evince-properties.c:
6732
6733         Initialize error to NULL.
6734         Check error is not NULL before freeing.
6735
6736 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6737
6738         * shell/ev-window.c:
6739
6740         Use F5 as presentation accell
6741
6742 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6743
6744         * shell/ev-window.c: (update_chrome_visibility),
6745         (ev_window_create_fullscreen_popup), (ev_window_init):
6746
6747         Do not leak the fullscreen toolbar
6748
6749 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6750
6751         * shell/ev-window.c: (view_actions_focus_in_cb),
6752         (view_actions_focus_out_cb):
6753
6754         These has a return value! Fix totally random focus
6755         issues we was seeing.
6756
6757 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6758
6759         * shell/main.c: (load_files_remote):
6760
6761         Allow open more than one file
6762
6763 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6764
6765         * shell/main.c: (load_files_remote):
6766
6767         Fix for dbus 0.33. bug #309975
6768
6769 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6770
6771         * properties/ev-properties-main.c: (ev_properties_get_pages):
6772
6773         Actually return NULL for types we dont support
6774
6775 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6776
6777         * po/POTFILES.in:
6778
6779         Remove empty lines.
6780
6781 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6782
6783         * backend/ev-document-factory.c:
6784         (ev_document_factory_get_document):
6785
6786         Do not try to create the object if type
6787         is invalid.
6788
6789 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6790
6791         * ps/ps-document.c: (ps_document_dispose),
6792         (ps_async_renderer_render_pixbuf):
6793         * ps/ps-document.h:
6794
6795         Do not leak the target window
6796
6797 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6798
6799         * shell/ev-application.c: (ev_application_init):
6800
6801         Let tbe check file existence for us.
6802         Add a comment about eggrecent mime filter.
6803
6804 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6805
6806         * data/evince-ui.xml:
6807         * shell/ev-application.c: (ev_application_shutdown),
6808         (ev_application_init), (ev_application_get_toolbars_model),
6809         (ev_application_get_recent_model),
6810         (ev_application_save_toolbars_model):
6811         * shell/ev-application.h:
6812         * shell/ev-window.c: (ev_window_add_recent),
6813         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6814         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6815         (ev_window_init):
6816
6817         Use common toolbar and recent models for all windows.
6818         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6819
6820 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6821
6822         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6823         successfully check for gtk_icon_view_get_visible_range.
6824
6825 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827         * djvu/Makefile.am:
6828         * dvi/Makefile.am:
6829         
6830         Fix djvu and dvi backend build.
6831
6832 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6833
6834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6835         (new_separator_pixbuf):
6836
6837         Don't leak windows.
6838
6839 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6840
6841         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6842
6843         HIGification of toolbar editor dialogue.
6844
6845 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6846
6847         * configure.ac:
6848         * shell/Makefile.am:
6849
6850         Ever build metadata manager since it's just
6851         disabled at runtime now.
6852
6853 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6854
6855         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6856         (ev_metadata_manager_get), (ev_metadata_manager_set):
6857         * shell/ev-metadata-manager.h:
6858
6859         Add an _init functions that enabled metadata management
6860         at runtime.
6861
6862         * shell/ev-window.c: (page_changed_cb),
6863         (setup_document_from_metadata), (ev_window_setup_document),
6864         (setup_view_from_metadata), (ev_window_open_uri),
6865         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6866         (ev_window_run_presentation), (ev_window_stop_presentation),
6867         (save_sizing_mode), (ev_window_zoom_changed_cb),
6868         (ev_window_continuous_changed_cb),
6869         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6870         (window_configure_event_cb):
6871
6872         Remove all ugly metadata define since we deal with it
6873         at runtime now.
6874
6875         * shell/main.c: (load_files_remote), (main):
6876
6877         Add support for dbus cvs head. Hopefully didnt break one
6878         of the other versions now!
6879
6880         If we dont get a response from the dbus server just
6881         give up with it and not enable metadata.
6882
6883 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * Makefile.am:
6886         * backend/Makefile.am:
6887         * configure.ac:
6888         * cut-n-paste/recent-files/Makefile.am:
6889         * cut-n-paste/toolbar-editor/Makefile.am:
6890         * cut-n-paste/zoom-control/Makefile.am:
6891         * lib/Makefile.am:
6892         * pdf/Makefile.am:
6893         * pixbuf/Makefile.am:
6894         * properties/Makefile.am:
6895         * ps/Makefile.am:
6896         * shell/Makefile.am:
6897         * thumbnailer/Makefile.am:
6898         * tiff/Makefile.am:
6899
6900         Make frontends depend on just libev.
6901         Rework and group CFLAGS/LIBS definitions.
6902         Cleanups.
6903
6904 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6905
6906         * shell/ev-window:
6907
6908         do not unnecessarily save zoom
6909
6910         * configure.ac:
6911         * lib/ev-file-helpers.c: (ev_dot_dir):
6912         * shell/Makefile.am:
6913         * shell/dummy.cc:
6914
6915         Some cleanups
6916
6917 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * configure.ac:
6920         
6921         Remove unnecessary dependencies
6922
6923 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6924
6925         * properties/Makefile.am:
6926         * thumbnailer/Makefile.am:
6927         * tiff/Makefile.am:
6928
6929         Some more cleanups. Was really necessary
6930         but I probably introduced bugs, feel free
6931         to flame :)
6932
6933 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * backend/Makefile.am:
6936         * configure.ac:
6937         * cut-n-paste/recent-files/Makefile.am:
6938         * cut-n-paste/toolbar-editor/Makefile.am:
6939         * cut-n-paste/zoom-control/Makefile.am:
6940         * lib/Makefile.am:
6941         * pdf/Makefile.am:
6942         * pixbuf/Makefile.am:
6943         * properties/Makefile.am:
6944         * ps/Makefile.am:
6945         * shell/Makefile.am:
6946         * thumbnailer/Makefile.am:
6947         * tiff/Makefile.am:
6948
6949         Use gnome-common macros when possible.
6950         Cleanup dependencies.
6951         Actually disable deprecated where possible.
6952
6953 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6954
6955         * Makefile.am:
6956         * backend/Makefile.am:
6957         * properties/Makefile.am:
6958         * shell/Makefile.am:
6959         * thumbnailer/Makefile.am:
6960
6961         This should solve the circular dep without
6962         requiring dir reorg!
6963
6964         * shell/ev-window.c: (setup_view_from_metadata):
6965
6966         Never restore window size/position when the
6967         window is already visible.
6968
6969 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6970
6971         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6972
6973         Return a boolean from timeout func. Fix ported from gedit.
6974
6975 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6976
6977         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6978
6979 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6980
6981         * shell/ev-document-types.c: set "All Documents" as default filter in
6982         open dialog
6983
6984 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6985
6986         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6987         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6988         (ev_metadata_manager_set_boolean): fix value/val thinko.
6989
6990 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6991
6992         * shell/ev-window.c: (setup_view_from_metadata),
6993         (window_state_event_cb), (window_configure_event_cb),
6994         (ev_window_init):
6995
6996         Remember window position and maximized state
6997
6998 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6999
7000         * configure.ac:
7001
7002         Fix DBUS configure checks.
7003
7004         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7005         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7006         (ev_metadata_manager_set_boolean):
7007
7008         Plug mem leaks.
7009
7010         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7011         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7012         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7013         (ev_window_continuous_changed_cb),
7014         (ev_window_dual_mode_changed_cb), (ev_window_new):
7015
7016         Fix the build without DBUS.
7017
7018 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7019
7020         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7021         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7022         (ev_metadata_manager_set_string),
7023         (ev_metadata_manager_set_boolean):
7024         * shell/ev-metadata-manager.h:
7025
7026         Add support for some more types
7027
7028         * shell/ev-view.c: (scroll_to_current_page),
7029         (ev_view_get_continuous), (ev_view_set_continuous),
7030         (ev_view_get_dual_page):
7031         * shell/ev-view.h:
7032         * shell/ev-window.c: (page_changed_cb),
7033         (setup_document_from_metadata), (ev_window_setup_document),
7034         (setup_view_from_metadata), (ev_window_open_uri),
7035         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7036         (ev_window_run_presentation), (ev_window_stop_presentation),
7037         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7038         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7039         (ev_window_update_dual_page_action),
7040         (ev_window_continuous_changed_cb),
7041         (ev_window_dual_mode_changed_cb), (ev_window_init):
7042
7043         Remember a bunch of view/document properties. Prolly some
7044         are still missing but it's getting interesting.
7045
7046 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7047
7048         * configure.ac: check if dbus-binding-tool is installed. Not the
7049         case on current Ubuntu breezy, it seems.
7050
7051 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7052
7053         * data/evince.desktop.in.in:
7054         
7055         Allow open uri lists and add TryExec field.
7056
7057 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7058
7059         * configure.ac:
7060
7061         Enable dbus when available, do not require a configure
7062         option.
7063
7064 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7065
7066         * configure.ac:
7067
7068         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7069         disabled.
7070
7071 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7072         Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7075         
7076         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7077         functions to the format required by dbus
7078
7079         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7080         errors. Use the RPC parameters in the expected way
7081
7082 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7083
7084         * Makefile.am:
7085         * properties/Makefile.am:
7086         * properties/ev-properties-main.c: (ev_properties_get_pages):
7087
7088         Support all mime types
7089
7090         * shell/Makefile.am:
7091         * thumbnailer/Makefile.am:
7092         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7093         (evince_thumbnail_pngenc_get):
7094
7095         Use the document factory
7096
7097 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7098
7099         * backend/Makefile.am:
7100         * backend/ev-document-factory.c:
7101         (mime_type_supported_by_gdk_pixbuf),
7102         (ev_document_type_get_from_mime),
7103         (ev_document_factory_get_document),
7104         (ev_document_factory_get_backend),
7105         (ev_document_factory_get_mime_types),
7106         (ev_document_factory_get_all_mime_types):
7107         * backend/ev-document-factory.h:
7108         * shell/Makefile.am:
7109         * shell/ev-document-types.c: (get_document_from_uri),
7110         (ev_document_types_get_document),
7111         (file_filter_add_mime_list_and_free),
7112         (ev_document_types_add_filters):
7113         * shell/ev-document-types.h:
7114         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7115         * shell/ev-properties-dialog.c:
7116         (ev_properties_dialog_set_document):
7117         * shell/ev-window.c: (ev_window_cmd_file_open),
7118         (ev_window_cmd_save_as):
7119         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7120
7121         Rework document types managing to avoid code duplication
7122         and actually abstract from backend implementations.
7123         Also provide a minimal factory api that can be used by
7124         thumbnailer/properties.
7125
7126 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7127
7128         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7129         Plug a mem leak.
7130         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7131         HIG spacings.
7132
7133 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7134
7135         * shell/ev-properties-dialog.c
7136         (ev_properties_dialog_set_document): only call
7137         ev_properties_fonts_set_document() if the document implements the
7138         fonts interface
7139
7140 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7141
7142         * configure.ac:
7143         * properties/Makefile.am:
7144         * properties/ev-properties-view.c:
7145         (ev_properties_view_register_type):
7146         * properties/ev-properties-view.h:
7147         * properties/ev-properties-main.h:
7148
7149         Implement nautilus plugin for properties.
7150         Works only for pdf atm, I need to rework the
7151         document types stuff to get this to work
7152         for all backends...
7153
7154 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7155
7156         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7157         (ev_properties_fonts_set_document): use
7158         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7159
7160 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7161
7162         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7163         them
7164         (PlaceImage, tiff2ps_process_page): use
7165         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7166
7167
7168 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7169
7170         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7171         (main): to call gnome_authentication_manager_init. Should fix
7172         Bug #308510
7173
7174         * configure.ac: that requires libgnomeui 2.6.0.
7175
7176 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7177
7178         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7179         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7180         use the new tiff2ps interfaces
7181
7182         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7183         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7184
7185         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7186         structure instead of global variables.  Remove use of static
7187         variables in functions.
7188
7189 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7190
7191         * shell/ev-page-action.c: unref the completion after setting it to the
7192         entry
7193
7194 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7195
7196         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7197         postscript files
7198
7199 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7200
7201         * shell/ev-window.c (update_action_sensitivity): disable
7202         File->Print if the document does not implement the ps exporter
7203         interface
7204
7205 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7206
7207         * Makefile.am:
7208         * configure.ac:
7209         * data/evince-properties.glade:
7210         * properties/.cvsignore:
7211         * properties/Makefile.am:
7212         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7213         (ev_properties_view_class_init), (ev_properties_view_format_date),
7214         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7215         (ev_properties_view_init), (ev_properties_view_new):
7216         * properties/ev-properties-view.h:
7217         * shell/Makefile.am:
7218         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7219         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7220         (ev_properties_dialog_new):
7221         * shell/ev-properties-dialog.h:
7222         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7223         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7224         (update_progress_label), (job_fonts_finished_cb),
7225         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7226         * shell/ev-properties-fonts.h:
7227         * shell/ev-properties.c:
7228         * shell/ev-properties.h:
7229         * shell/ev-window.c: (ev_window_setup_document),
7230         (ev_window_cmd_file_properties):
7231
7232         Split the properties pages in two different objects, depend
7233         only on the backend where possible, use widgets instead
7234         of gobject for the glade part, reimplement the dialog
7235         itself with gtk.
7236         I need this to implement nautilus properties page.
7237
7238 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7239
7240         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7241         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7242         (tiff_document_document_ps_exporter_iface_init): implement the ps
7243         exporter interface for tiff documents
7244
7245         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7246         libtiff to implement TIFF postscript export
7247
7248         * tiff/tiff2ps.h: added a header file for external tiff2ps
7249         functions.
7250
7251         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7252         tiff2ps.h
7253
7254 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7255
7256         * shell/ev-view.c: (scroll_to_current_page),
7257         (ev_view_set_fullscreen), (ev_view_set_presentation):
7258         
7259         Scroll to current page when exit from presentation
7260
7261 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-window.c: (update_document_mode),
7264         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7265         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7266         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7267         
7268         Exit from fullscreen mode when switch to presentation. Fix for
7269         bug 309365
7270
7271 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7272
7273         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7274         return NULL if the document does not implement the selection
7275         interface.
7276
7277 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7278
7279         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7280         reported height by using the resolution aspect ratio
7281         (tiff_document_render_pixbuf): scale the pixbuf using the
7282         resolution aspect ratio
7283
7284 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * configure.ac:
7287         
7288         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7289         <kiltedaco@gmail.com>
7290         
7291         * djvu/djvu-document.c: (djvu_document_get_orientation),
7292         (djvu_document_set_orientation), (djvu_document_get_page_size),
7293         (rotate_pixbuf), (djvu_document_render_pixbuf),
7294         (djvu_document_document_iface_init):
7295         * dvi/dvi-document.c: (dvi_document_get_orientation),
7296         (dvi_document_set_orientation), (dvi_document_get_page_size),
7297         (rotate_pixbuf), (dvi_document_render_pixbuf),
7298         (dvi_document_document_iface_init):
7299         
7300         Dvi and djvu backends are ported to new API
7301
7302 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7303
7304         * backend/ev-selection.c: (ev_selection_get_selection_region),
7305         (ev_selection_get_selection_map):
7306         * backend/ev-selection.h:
7307         * pdf/ev-poppler.cc:
7308         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7309         * shell/ev-jobs.h:
7310         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7311         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7312         (ev_pixbuf_cache_get_text_mapping):
7313         * shell/ev-pixbuf-cache.h:
7314         * shell/ev-view.c: (location_in_text),
7315         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7316         support to EvView.  Now we can see where we can select!  Sweet!
7317
7318 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7319
7320         * shell/ev-view.c (ev_view_button_press_event): Fix
7321         event->y + view->scroll_x typo.
7322
7323 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7324
7325         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7326         sub-GdkPixbuf instead of passing dest_x and dest_y.
7327         
7328         * shell/ev-view.c: (view_point_to_doc_point),
7329         (view_rect_to_doc_rect), (ev_view_button_press_event),
7330         (ev_view_motion_notify_event), (compute_new_selection_rect),
7331         (gdk_rectangle_point_in), (compute_new_selection_text),
7332         (compute_selections): Update selection code to keep the selection
7333         around as two points and not as a normalized rectangle, and fix
7334         page level selection in two-column mode.
7335
7336 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7337
7338         * shell/ev-window.c: (window_configure_event_cb): 
7339         
7340         Fix compilation
7341         
7342 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7343
7344         * pdf/ev-poppler.cc:
7345
7346         Fix compilation
7347
7348 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7349
7350         * shell/Makefile.am:
7351         * shell/ev-metadata-manager.c: (item_free),
7352         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7353         (parse_value), (parseItem), (load_values),
7354         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7355         (save_values), (save_item), (get_oldest), (resize_items),
7356         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7357         * shell/ev-metadata-manager.h:
7358
7359         Metadata manager from gedit but modified to use GValue, so that
7360         we dont need to keep converting from strings.
7361
7362         * configure.ac:
7363
7364         ENABLE_METADATA conditional, on when dbus is on
7365
7366         * shell/ev-application.c: (ev_application_open_uri):
7367
7368         Show the window after load so that we can initialize
7369         window size before it's showed.
7370
7371         * shell/ev-window.c: (ev_window_setup_from_metadata),
7372         (ev_window_open_uri), (window_configure_event_cb),
7373         (ev_window_init):
7374
7375         Save and load metadata information about window size.
7376         Not yet keeping states in account.
7377
7378         * shell/main.c: (main):
7379
7380         Shutdown metadata manager.
7381
7382 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7383
7384         * shell/ev-application-service.xml:
7385         * configure.ac:
7386         * shell/Makefile.am:
7387         * shell/ev-application.c:
7388         * shell/ev-application.h:
7389         * shell/ev-window.c:
7390         * shell/ev-window.h:
7391         * shell/main.c:
7392
7393         Add an optional dbus interface (--enable-dbus).
7394         Rework application code, mainly to be easier to
7395         use "remotely".
7396         Do not open multiple windows with the same document,
7397         spatial evince!
7398
7399 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7400
7401         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7402         pixbuf iff it exists.
7403
7404 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7405
7406         * shell/*:
7407         * backend/ev-render-context.[ch]:
7408         * backend/ev-selection.[ch]:
7409
7410         Massive changes.  We now support text selection of pdfs, and not
7411         just rectangular selection.  This is pretty broken still, but I
7412         want to get something into CVS.
7413
7414 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * pdf/ev-poppler.cc:
7417         
7418         Fix for Bug 309080: crash on window close.
7419         
7420         * shell/ev-page-action.c: (page_changed_cb):
7421         
7422         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7423         jensgr@gmx.net (Jens Granseuer).
7424
7425 2005-06-25  Marcel Telka  <marcel@telka.sk>
7426
7427         * configure.in (ALL_LINGUAS): Added sk.
7428
7429 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7430
7431         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7432         not a document open
7433
7434 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7435
7436         * NEWS:
7437         * configure.ac:
7438
7439         Release 0.3.2
7440
7441         * cut-n-paste/recent-files/Makefile.am:
7442
7443         Fix make distcheck
7444
7445 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7446
7447         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7448         (pixbuf_document_set_orientation), (rotate_pixbuf),
7449         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7450         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7451
7452         Implement rotation and cleanup the code a bit.
7453
7454         * tiff/tiff-document.c: (tiff_document_get_page_size),
7455         (tiff_document_get_orientation), (tiff_document_set_orientation),
7456         (rotate_pixbuf), (tiff_document_render_pixbuf),
7457         (tiff_document_document_iface_init), (tiff_document_init):
7458
7459         Implement rotation. Was the quicker solution for the release
7460         but we really need to share this code in the shell.
7461
7462 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7463
7464         * pdf/ev-poppler.cc:
7465
7466         Enable rotation, require poppler cvs. Fix a leak.
7467
7468 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7469
7470         * shell/ev-window.c: (update_action_sensitivity):
7471         
7472         Make properties unsensitive if document backend doesn't provide
7473         any info
7474
7475 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7478         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7479         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7480         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7481         (bitmap_flip_rotate_counter_clockwise):
7482         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7483         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7484         (buff_gets):
7485         * dvi/mdvi-lib/common.h:
7486         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7487         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7488         (opendvi), (mdvi_reload), (mdvi_init_context),
7489         (mdvi_destroy_context), (mdvi_dopage), (special):
7490         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7491         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7492         (file_hash_free), (register_encoding), (parse_spec),
7493         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7494         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7495         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7496         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7497         (mdvi_register_font_type), (mdvi_unregister_font_type),
7498         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7499         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7500         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7501         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7502         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7503         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7504         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7505         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7506         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7507         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7508         (mdvi_unregister_special), (mdvi_flush_specials):
7509         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7510         (t1_font_remove):
7511         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7512         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7513         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7514         (free_font_metrics), (flush_font_metrics):
7515         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7516         (tt_font_remove):
7517         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7518         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7519         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7520         (dstring_insert), (dstring_new), (dstring_reset):
7521         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7522         
7523         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7524         avoid conflict with libtool on FC4
7525         
7526         * shell/ev-window.c: (ev_window_cmd_help_about):
7527         
7528         Update copyright year. Fix for bug 308828.
7529
7530 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * shell/ev-view.c: (add_scroll_binding_keypad),
7533         (ev_view_binding_activated), (ev_view_class_init),
7534         (on_adjustment_value_changed):
7535         
7536         Bug 170874: Arrow keys switch pages in presentation mode
7537
7538 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7541         
7542         Fix for Bug 308265: Sidebar dissappears coming out of 
7543         Presentation mode
7544
7545 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7546
7547         * shell/ev-application.c: (ev_application_open):
7548         * shell/ev-document-types.c: (ev_document_types_add_filters),
7549         (ev_document_types_add_filters_for_type):
7550         * shell/ev-document-types.h:
7551         * shell/ev-window.c: (ev_window_cmd_save_as):
7552         
7553         Suggest basename as template when saving, provide filters
7554         for save dialog. It's bug 308402
7555
7556 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * pdf/ev-poppler.cc:
7559         * shell/ev-sidebar-links.c: (job_finished_callback):
7560         * shell/ev-view.c: (update_find_status_message):
7561         
7562         Some leaks fixed
7563
7564 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7565
7566         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7567         (egg_recent_view_uimanager_set_list):
7568
7569         Fix buglet in !show_numbers case.
7570
7571 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7572
7573         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7574         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7575
7576         Use pango ellipsisation.
7577
7578         * pdf/ev-poppler.cc:
7579
7580         Fix refcount leak, from nsh.
7581
7582 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * cut-n-paste/recent-files/Makefile.am:
7585         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7586         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7587         
7588         Removed EggRecentViewGtk
7589         
7590         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7591         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7592         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7593         (ev_window_setup_recent):
7594         
7595         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7596         with other projects
7597
7598 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7601         (egg_recent_view_gtk_finalize):
7602
7603         Fix memory leak
7604
7605         * cut-n-paste/toolbar-editor/Makefile.am:
7606         
7607         Fix location of cursor icon.
7608         
7609         * pdf/ev-poppler.cc:
7610         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7611         (display_completion_text), (match_completion):
7612         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7613         (selection_changed_callback), (create_loading_model),
7614         (print_section_cb), (links_page_num_func),
7615         (update_page_callback_foreach):
7616         * shell/ev-window.c: (ev_window_dispose):
7617         
7618         Small memory fixes. Links model now store objects instead
7619         of pointers to improve memory management. 
7620
7621 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7622
7623         * shell/ev-window.c: (zoom_control_changed_cb):
7624         
7625         Fix update of zoom control (bug 308268).
7626
7627 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7628
7629         * shell/ev-properties.c (set_property): escape the text correctly.
7630         Handles non-UTF-8 properties and escaped properties.  Also, sets
7631         the text to "<i>None</i>" if the property isn't set.
7632
7633         * data/evince-properties.glade: Change the label to be ellipsized,
7634         and give it a minimum size.
7635
7636 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7639         * shell/ev-sidebar-links.c: (create_loading_model):
7640         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7641         * shell/ev-view.c: (ev_view_set_document):
7642         * shell/ev-window.c: (ev_window_dispose):
7643         
7644         Various small fixes, mostly memory leaks. Thanks to valgrind.
7645
7646 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7647
7648         * ps/ps-document.c: remove the locale.h include again ;-). And
7649         kill the (bogus) setlocale/savelocale business.
7650
7651 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7652
7653         * ps/ps-document.c:
7654         
7655         Include locale.h to fix build
7656         
7657         * shell/ev-sidebar.c:
7658         
7659         Remove unnecessary includes
7660
7661 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7662
7663         * dvi/dvi-document.c: (dvi_document_load):
7664         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7665         * po/POTFILES.in:
7666         
7667         Check for incorrect dvi files. Fix parsing dvi on AMD64
7668         platform. Thanks to tester@tester.ca (Olivier Crete).
7669
7670 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7671
7672         * shell/ev-page-action.c: (match_selected_cb),
7673         (display_completion_text), (match_completion), (update_model):
7674         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7675         (expand_open_links):
7676         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7677         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7678         (ev_sidebar_set_document):
7679         * shell/ev-window.c: (ev_window_xfer_job_cb),
7680         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7681         
7682         Fixed lot's of memory leaks, for example, memory leak on reload, 
7683         described in bug 307793.
7684
7685 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * pdf/ev-poppler.cc:
7688         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7689         (update_visible_range), (adjustment_changed_cb),
7690         (ev_sidebar_thumbnails_fill_model),
7691         (ev_sidebar_thumbnails_refresh),
7692         (ev_sidebar_tree_selection_changed),
7693         (ev_sidebar_icon_selection_changed),
7694         (ev_sidebar_thumbnails_use_icon_view),
7695         (ev_sidebar_thumbnails_set_document):
7696         * shell/ev-sidebar-thumbnails.h:
7697         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7698         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7699
7700         Refresh thumbnails when changing orientation. Not fully
7701         working yet becuase of a sidebar bug.
7702
7703         Set page orientation to poppler page everywhere. This sucks
7704         really need to fix poppler.
7705
7706 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7709         (egg_recent_view_gtk_new_menu_item),
7710         (egg_recent_view_gtk_set_property),
7711         (egg_recent_view_gtk_get_property),
7712         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7713         (egg_recent_view_gtk_set_tooltip_func),
7714         (egg_recent_view_gtk_set_label_width),
7715         (egg_recent_view_gtk_get_label_width):
7716         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7717
7718         Sync with libegg (ellipsize labels)
7719
7720 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * data/evince-ui.xml:
7723         * shell/ev-window.c: (ev_window_cmd_go_forward),
7724         (ev_window_cmd_go_backward):
7725         
7726         Shift + PageUp moves 10 Pages. Fix for 306125
7727
7728 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7729
7730         * pdf/ev-poppler.cc:
7731
7732         Add a flag to check if orientation has been overriden
7733
7734 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7735
7736         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7737         field if necessary.
7738
7739         * ps/ps.h: add creator field to document.
7740
7741         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7742         set creator field.
7743
7744 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * data/evince-properties.glade:
7747         * shell/ev-properties.c: (ev_properties_set_document):
7748
7749         s/PDF Version/Format
7750
7751 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * shell/ev-properties.c: (ev_properties_set_document):
7754
7755         Remove unnecessary translations
7756
7757 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * cut-n-paste/toolbar-editor/Makefile.am:
7760
7761         Correct library name    
7762
7763 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * configure.ac:
7766         * cut-n-paste/recent-files/egg-recent-model.c:
7767         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7768         (egg_recent_model_unlock_file):
7769         * cut-n-paste/recent-files/egg-recent-util.c:
7770         (egg_recent_util_get_unique_id):
7771         * cut-n-paste/recent-files/update-from-egg.sh:
7772         * cut-n-paste/toolbar-editor/Makefile.am:
7773         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7774         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7775         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7776         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7777         (egg_toolbars_model_get_type):
7778         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7779
7780         Better makefile for toolbar editor and update everything
7781         to latest libegg.
7782
7783 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * shell/ev-window.c: (update_document_mode):
7786
7787         Prefer presentation mode when the document
7788         require fullscreen.
7789
7790 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * data/evince-ui.xml:
7793         * shell/ev-window.c:
7794
7795         Add control-equal for zooming
7796
7797 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7798
7799         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7800
7801 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * backend/ev-document.c: (ev_document_get_orientation):
7804         * backend/ev-document.h:
7805         * pdf/ev-poppler.cc:
7806         * ps/ps-document.c: (ps_document_get_orientation),
7807         (ps_document_set_orientation), (ps_document_document_iface_init):
7808
7809         Add a get_orientation api. Improve set_orientation.
7810
7811         * data/evince-ui.xml:
7812         * shell/ev-view.c: (ev_view_set_orientation),
7813         (ev_view_rotate_right), (ev_view_rotate_left):
7814         * shell/ev-view.h:
7815         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7816         (ev_window_cmd_edit_rotate_right):
7817
7818         Better ui for changing document orientation
7819
7820 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7821
7822         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7823         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7824         * shell/ev-sidebar-links.h:
7825         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7826         (ev_sidebar_page_iface_init):
7827         * shell/ev-sidebar-page.h:
7828         * shell/ev-sidebar-thumbnails.c:
7829         (ev_sidebar_thumbnails_get_property),
7830         (ev_sidebar_thumbnails_class_init),
7831         (ev_sidebar_thumbnails_set_document):
7832         * shell/ev-sidebar-thumbnails.h:
7833         * shell/ev-view.c: (ev_view_motion_notify_event):
7834         * shell/ev-window.c: (update_chrome_visibility),
7835         (ev_window_cmd_focus_page_selector),
7836         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7837         (sidebar_page_main_widget_update_cb), (ev_window_init):
7838         
7839         Autoraise toolbar on GoToPage binding and fix bindings in
7840         EvSidebarThumbnails page.
7841
7842 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7843
7844         * shell/ev-properties.c: (update_progress_label):
7845
7846         Hide the progress label when finished; bug #307697.
7847
7848 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7849
7850         * pdf/ev-poppler.cc:
7851
7852         Enable is_open for links, you will need poppler cvs
7853
7854         * shell/ev-properties.c: (job_fonts_finished_cb):
7855
7856         Get a lock on the document when filling the tree view
7857
7858 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7859
7860         * backend/ev-document-links.h:
7861         * pdf/ev-poppler.cc:
7862         * shell/ev-sidebar-links.c: (create_loading_model),
7863         (expand_open_links), (job_finished_callback):
7864
7865         Expand links when specified by the document.
7866         Depend on a poppler api (defined out for now)
7867
7868 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7869
7870         * shell/ev-properties.c: (ev_properties_dispose),
7871         (ev_properties_class_init), (dialog_destroy_cb),
7872         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7873         (ev_properties_set_document), (ev_properties_new),
7874         (ev_properties_show):
7875         * shell/ev-properties.h:
7876
7877         Make it an object, cleanup the code, api to show it as transient
7878         and to set the document.
7879
7880         * shell/ev-window.c: (ev_window_setup_document),
7881         (ev_window_cmd_file_properties):
7882
7883         Adapt to EvProperties changes, do not show multiple
7884         times, update it when document changes.
7885
7886 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7887
7888         * ps/gstypes.h:
7889         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7890         (ps_document_set_orientation), (ps_document_document_iface_init):
7891         * ps/ps-document.h:
7892
7893         Implement orientation here too
7894
7895         * shell/ev-properties.c: (ev_properties_new):
7896         * data/evince-properties.glade:
7897
7898         Hide the fonts page for backends that doesnt
7899         support it.     
7900
7901 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7902
7903         * backend/ev-document.c: (ev_document_set_orientation):
7904         * backend/ev-document.h:
7905         * pdf/ev-poppler.cc:
7906
7907         Add orientation api. Currently poppler api is not optimal,
7908         we need to set orientation every time we _get a page.
7909         I will try to fix that at some point.
7910
7911         * data/evince-ui.xml:
7912         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7913         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7914
7915         Add orientation menu items
7916
7917         * shell/ev-page-cache.c: (ev_page_cache_clear):
7918         * shell/ev-page-cache.h:
7919
7920         Add api to clear the cache
7921
7922         * shell/ev-view.c: (setup_caches), (clear_caches),
7923         (ev_view_set_document), (ev_view_zoom_out),
7924         (ev_view_set_orientation):
7925         * shell/ev-view.h:
7926
7927         Implement orientation changing
7928
7929 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7930
7931         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7932         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7933         * backend/ev-document-fonts.h:
7934
7935         Separate scan and fill so that we can incrementally fill from
7936         the main thread. Add a progress api.
7937
7938         * data/evince-properties.glade:
7939         * pdf/ev-poppler.cc:
7940         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7941         * shell/ev-jobs.h:
7942         * shell/ev-properties.c: (update_progress_label),
7943         (job_fonts_finished_cb), (setup_fonts_view):
7944
7945         Incrementally feel the list and show the progress
7946         percentage in a label like acrobat does.
7947
7948         You are going to need poppler cvs
7949
7950 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7951
7952         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7953         * backend/ev-document-fonts.h:
7954         * pdf/ev-poppler.cc:
7955
7956         Make fonts model fill incrementally.
7957
7958         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7959         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7960         (ev_job_queue_remove_job):
7961         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7962         (ev_job_fonts_new), (ev_job_fonts_run):
7963         * shell/ev-jobs.h:
7964
7965         New job for fonts scanning
7966
7967         * shell/ev-properties.c: (job_fonts_finished_cb),
7968         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7969         * shell/ev-properties.h:
7970         * shell/ev-window.c: (ev_window_cmd_file_properties):
7971
7972         Incrementally feel the treeview using the new job. Show Loading...
7973         message until scanning is completed.
7974
7975         Hopefully I didnt break the build without the poppler patch.
7976
7977 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7978
7979         * shell/ev-application.c: (ev_application_open):
7980         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7981         (ev_document_type_get_type), (ev_document_type_lookup):
7982         * shell/ev-document-types.h:
7983         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7984         * shell/ev-job-xfer.h:
7985         * shell/ev-window.c: (ev_window_clear_local_uri),
7986         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7987         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7989         
7990         Transfer remote documents to tmp directory to display them later.
7991
7992 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7993
7994         * backend/ev-document-info.h:
7995         * shell/ev-properties.c: (ev_properties_new):
7996
7997         s/GTime*/GTime. Not sure why we was using a pointer
7998         at all there!
7999
8000 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8003         situations.  That situation is that you're using GTK+-HEAD with
8004         the patch at #306726 is applied, and you have a document with <
8005         1500 pages in it.  It's not quite as uniformly nice as the
8006         TreeView, but should be better in the long run.
8007
8008         I'm pretty sure I guarded against breaking compilation with
8009         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8010         I missed some.
8011
8012         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8013         widget yet, so I commented that code out
8014         enable_view_actions_for_widget() for now.  Need to figure this
8015         out.
8016
8017         * shell/ev-page-action.c (match_selected_cb): emit the right
8018         signals.  Our cool C-l completion now works.
8019
8020 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * backend/Makefile.am:
8023         * backend/ev-document-fonts.c:
8024         * backend/ev-document-links.c:
8025         * backend/ev-document.c: (ev_document_load):
8026         * backend/ev-document.h:
8027         * backend/ev-job-queue.c:
8028         * backend/ev-job-queue.h:
8029         * backend/ev-jobs.c:
8030         * backend/ev-jobs.h:
8031         * backend/ev-page-cache.c:
8032         * backend/ev-page-cache.h:
8033
8034         EvPageCache and EvJobs are moved to shell.
8035
8036         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8037         (ev_tmp_filename):
8038         * lib/ev-file-helpers.h:
8039         
8040         New helper to work with temporary files
8041         
8042         * shell/Makefile.am:
8043         * shell/ev-application.c: (ev_application_open):
8044         * shell/ev-application.h:
8045         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8046         (remove_job_from_async_queue), (add_job_to_async_queue),
8047         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8048         (handle_job), (search_for_jobs_unlocked),
8049         (no_jobs_available_unlocked), (ev_render_thread),
8050         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8051         (ev_job_queue_add_job), (move_job_async), (move_job),
8052         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8053         * shell/ev-job-queue.h:
8054         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8055         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8056         * shell/ev-job-xfer.h:
8057         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8058         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8059         (ev_job_links_class_init), (ev_job_render_init),
8060         (ev_job_render_dispose), (ev_job_render_class_init),
8061         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8062         (ev_job_thumbnail_class_init), (ev_job_load_init),
8063         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8064         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8065         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8066         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8067         * shell/ev-jobs.h:
8068         * shell/ev-page-action.c: (ev_page_action_set_document):
8069         * shell/ev-page-cache.c: (ev_page_cache_init),
8070         (ev_page_cache_class_init), (ev_page_cache_finalize),
8071         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8072         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8073         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8074         (ev_page_cache_get_title), (ev_page_cache_get_size),
8075         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8076         (ev_page_cache_get_height_to_page),
8077         (ev_page_cache_get_max_label_chars),
8078         (ev_page_cache_get_page_label),
8079         (ev_page_cache_has_nonnumeric_page_labels),
8080         (ev_page_cache_get_info), (ev_page_cache_next_page),
8081         (ev_page_cache_prev_page), (ev_page_cache_get):
8082         * shell/ev-page-cache.h:
8083         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8084         (ev_pixbuf_cache_clear_job_sizes),
8085         (ev_pixbuf_cache_add_jobs_if_needed),
8086         (ev_pixbuf_cache_set_page_range):
8087         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8088         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8089         * shell/ev-sidebar-thumbnails.c:
8090         (ev_sidebar_tree_selection_changed),
8091         (ev_sidebar_thumbnails_set_document):
8092         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8093         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8094         (ev_statusbar_get_context_id), (ev_statusbar_push),
8095         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8096         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8097         (ev_statusbar_set_progress):
8098         * shell/ev-statusbar.h:
8099         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8100         (ev_view_find_previous):
8101         * shell/ev-window.c: (ev_window_is_empty),
8102         (ev_window_setup_document), (password_dialog_response),
8103         (ev_window_clear_jobs), (ev_window_load_job_cb),
8104         (ev_window_xfer_job_cb), (ev_window_open_uri),
8105         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8106         (ev_window_print), (ev_window_print_range),
8107         (ev_window_state_event), (ev_window_cmd_view_reload),
8108         (menu_item_select_cb), (menu_item_deselect_cb),
8109         (view_status_changed_cb), (ev_window_dispose),
8110         (drag_data_received_cb), (ev_window_init):
8111         * shell/ev-window.h:
8112         * shell/main.c: (load_files):
8113         
8114         New statusbar to show progress on idle. Two new jobs - 
8115         xfer job and load job to load document in background. And update
8116         of page_cache clients to new location of code.
8117
8118 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8119   
8120         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8121         selection in open dialog. It also remembers the last visited directory 
8122         in the current session.
8123
8124 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8125
8126         * shell/ev-properties.c: (ev_properties_new):
8127         * shell/ev-properties.h:
8128         * shell/ev-window.c: (ev_window_cmd_file_properties):
8129         
8130         Get document info from page cache instead of document itself.
8131         This should fix crash related to race conditions described in
8132         bug 306545.
8133
8134 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8135
8136         * ps/ps-document.c: (ps_document_init),
8137         (send_ps), (get_page_box), (output), (catchPipe), (input),
8138         (stop_interpreter), (file_length), (file_readable),
8139         (check_filecompressedb), (ps_document_enable_interpreter),
8140         (document_load), (ps_async_renderer_render_pixbuf):
8141         * ps/ps-document.h:
8142
8143         Big cleanup of the ps code
8144
8145 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8146
8147         * backend/Makefile.am:
8148         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8149         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8150         * backend/ev-async-renderer.h:
8151
8152         Add an async renderer interface (method + callback) which
8153         is useful for backends like ps.
8154
8155         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8156         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8157         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8158         (ev_job_queue_add_job), (move_job_async), (move_job),
8159         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8160
8161         Add queues for async renderer, these are executed on the
8162         main thread.
8163
8164         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8165         (ev_job_render_run):
8166         * backend/ev-jobs.h:
8167
8168         If the backend support async renderer interface use it.
8169
8170         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8171         (setup_pixmap), (ps_document_get_type),
8172         (ps_async_renderer_render_pixbuf),
8173         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8174
8175         Implement async renderer interface.
8176
8177 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8178
8179         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8180
8181         Cleanup links job on exit.
8182
8183 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8186         (drag_data_get_cb), (drag_data_received_cb):
8187         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8188         (drag_data_get_cb), (parse_item_list),
8189         (egg_toolbar_editor_load_actions):
8190         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8191         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8192         (parse_item_list), (parse_toolbars):
8193         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8194         (dvi_pixbuf_put_pixel):
8195         
8196         Fix gcc 4.0 warnings
8197
8198 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8199
8200         * ps/ps-document.c: (start_interpreter):
8201
8202         Fix warning when loading ps
8203
8204 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8205
8206         * ps/ps-document.c: (output):
8207
8208         Fix crash when priting gs error messages.
8209
8210 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8211
8212         * backend/ev-page-cache.c: (_ev_page_cache_new):
8213         * backend/ev-page-cache.h:
8214
8215         Use a const to return title so that we dont double
8216         free it. Small cleanup and fix a leak.
8217
8218         * shell/ev-window.c: (update_window_title):
8219
8220         strdup value from get_title.
8221
8222 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8223
8224         * shell/ev-sidebar-links.c: (job_finished_callback),
8225         (ev_sidebar_links_set_document):
8226
8227         Cleanup the old job when changing document
8228
8229 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8230
8231         * shell/ev-stock-icons.c:
8232         * shell/ev-stock-icons.h:
8233         * shell/ev-window.c:
8234         
8235         Add stock icons for actions that can appear in toolbar. Fix for
8236         bug 306566.
8237
8238 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8239
8240         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8241         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8242         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8243         * backend/ev-page-cache.h:
8244         * shell/ev-view.c: (scroll_to_current_page),
8245         (view_update_range_and_current_page), (get_page_y_offset),
8246         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8247         (ev_view_size_request_continuous),
8248         (ev_view_zoom_for_size_continuous_and_dual_page),
8249         (ev_view_zoom_for_size_continuous):
8250         
8251         More compact EvView layout in document with pages of different size.
8252
8253 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8254
8255         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8256         compilation.
8257
8258 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8259
8260         * shell/ev-view.c: (view_set_adjustment_values):
8261         * shell/ev-window.c: (ev_window_cmd_file_properties):
8262         
8263         A bit different fix for rounding problem but it has no
8264         problems on startup. Make properties window transient to parent.
8265
8266 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8267
8268         * pdf/ev-poppler.cc:
8269         
8270         More commenting of font stuff.
8271
8272 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8273
8274         * pdf/ev-poppler.cc:
8275
8276         Comment out some more fonts stuff. Should really
8277         work without the poppler patch now.
8278
8279 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8280
8281         * pdf/ev-poppler.cc:
8282
8283         Adapt to api change
8284
8285 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8286
8287         * data/evince-properties.glade:
8288         * pdf/ev-poppler.cc:
8289         * shell/ev-properties.c: (setup_fonts_view):
8290
8291         Set the column title. Show the dialog only
8292         once everything is setup.
8293         Getting font info can be very slow... will
8294         prolly need to make this threaded too.
8295
8296 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8297
8298         * backend/Makefile.am:
8299         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8300         (ev_document_fonts_get_fonts_model):
8301         * backend/ev-document-fonts.h:
8302         * data/evince-properties.glade:
8303         * pdf/ev-poppler.cc:
8304         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8305         * shell/ev-properties.h:
8306         * shell/ev-window.c: (ev_window_cmd_file_properties):
8307
8308         Implement fonts list. Defined out for now, since it depends
8309         on a not yet committed poppler patch.
8310
8311 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8314         page + 1.
8315
8316         * shell/ev-window.c: Make sure we add the timeout when we get a
8317         focus-in event.
8318
8319         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8320         adjustment->value before calculating the zoom factor to average
8321         out all of our rounding errors.  The page no longer 'drifts' when
8322         resizing.
8323
8324 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8325
8326         * data/evince-properties.glade:
8327         * shell/ev-properties.c: (ev_properties_format_date),
8328         (set_property):
8329         
8330         Labels don't expand when the dialogue is resized.
8331         strftime result needs to be converted to UTF-8. Thanks
8332         to Christian Persch <chpe@gnome.org>.
8333
8334 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8335
8336         * data/evince-properties.glade:
8337
8338         Hide the fonts tab
8339
8340 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8341
8342         * backend/ev-document-info.h:
8343         * backend/ev-document.c: (ev_document_info_free):
8344         * data/evince-properties.glade:
8345         * pdf/ev-poppler.cc:
8346         * ps/ps-document.c: (ps_document_get_info):
8347         * shell/ev-properties.c: (ev_properties_format_date),
8348         (set_property), (ev_properties_new):
8349         * shell/ev-properties.h:
8350         * shell/ev-window.c: (ev_window_cmd_file_properties):
8351
8352         Rework properties code to take only EvPropertyInfo
8353         in the constructor so that it can be useful for
8354         nautilus plugin too.
8355
8356         Deal with backends that doesnt support some properties.
8357         Make set property code generic.
8358
8359 2005-06-04  Christian Persch <chpe@gnome.org>
8360
8361         * data/evince-properties.glade:
8362
8363         fix spacings, make resizeable, and make data labels
8364         selectable + ellipsised
8365
8366 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8367
8368         * backend/ev-document-info.h:
8369         * data/Makefile.am:
8370         * data/evince-ui.xml:
8371         * pdf/ev-poppler.cc:
8372         * shell/Makefile.am:
8373         * shell/ev-window.c: (update_action_sensitivity),
8374         (ev_window_cmd_file_properties):
8375
8376         Initial go at file properties. Patch by
8377         Emil Soleyman-Zomalan <emil@soleyman.com>.
8378         Needs love see #169583
8379
8380 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8381
8382         * ps/ps-document.c: (output):
8383         * ps/ps.c: (psscan):
8384
8385         Try to render even if psscan fails.
8386
8387 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8388
8389         * ps/ps.c: (psscan), (pscopydoc):
8390
8391         Port buffered reading code from gv
8392
8393 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8394
8395         * ps/ps-document.c: (interpreter_message), (output):
8396
8397         Do not fail on interpreter messages
8398
8399 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8400
8401         * backend/ev-document-misc.c:
8402         (ev_document_misc_get_thumbnail_frame):
8403
8404         Pages can be 0 x 0, dont assert on this case
8405
8406 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8407
8408         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8409         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8410
8411         Correctly manage our reference on document. Finally the reload
8412         huge leak is gone...
8413
8414 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8415
8416         * ps/ps-document.c: (ps_document_dispose):
8417
8418         Forgot to chain it to the parent. Thanks chpe.
8419
8420 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8421
8422         * ps/ps-document.c: (ps_document_dispose),
8423         (ps_document_class_init), (stop_interpreter), (document_load):
8424
8425         Cleanup dispose a bit. Dont leak the whole pixmap.
8426
8427 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8428
8429         * pdf/ev-poppler.cc:
8430
8431         Release the poppler document on dispose
8432
8433 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8434
8435         * shell/ev-view.c: (ev_view_set_document):
8436
8437         Release ref on the pixbuf cache when changing
8438         document.
8439
8440 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8441
8442         * ps/ps-document.c: (ps_document_get_info):
8443
8444         Fix a double free
8445
8446 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8447
8448         * backend/ev-page-cache.c: (ev_page_cache_init),
8449         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8450         * backend/ev-page-cache.h:
8451         * shell/ev-page-action.c: (page_changed_cb):
8452         
8453         Set page action entry width depending on labels width. Fix
8454         for bug 305202.
8455
8456 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * backend/ev-link.c: (ev_link_class_init):
8459
8460         Allow -1 as page value (error)
8461
8462 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8463
8464         * shell/ev-sidebar-thumbnails.c:
8465         (ev_sidebar_thumbnails_set_document):
8466         * shell/ev-view.c: (scroll_to_current_page),
8467         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8468         (page_changed_cb), (on_adjustment_value_changed),
8469         (ev_view_set_document):
8470
8471         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8472         Fix bug 305377
8473
8474 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8475
8476         * configure.ac:
8477         * djvu/djvu-document.c: (djvu_document_get_page_size):
8478
8479         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8480         bug 301993.
8481
8482 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8483
8484         * shell/ev-view.c (draw_one_page): modify the expose handling to
8485         get the shadows.
8486
8487         * shell/ev-window.c (update_action_sensitivity): Respect
8488         permissions field.  Kowtow to the man.
8489
8490         * pdf/ev-poppler.cc: Get the permissions field.
8491
8492         * tiff/*c: Make a tiny bit more robust.
8493
8494 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8495
8496         * djvu/djvu-document.c:
8497         
8498         Pop messages from djvu context message queue.
8499
8500 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8501
8502         * configure.ac, Makefile.am, shell/Makefile.am:
8503         * tiff/Makefile.am, shell/ev-document-types.c:
8504         
8505         Cleanup tiff configure checks. Fix for bug 305218.
8506
8507 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8508
8509         * configure.ac: Added "uk" to ALL_LINGUAS.
8510
8511 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8512
8513         * cut-n-paste/zoom-control/ephy-zoom.c:
8514         (ephy_zoom_get_changed_zoom_level):
8515         * cut-n-paste/zoom-control/ephy-zoom.h:
8516         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8517         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8518         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8519         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8520         (zoom_control_changed_cb), (ev_window_init):
8521         
8522         Fix minor points related to moving best fit up. Introduce
8523         "zoom" property and make zoom control change it's value on
8524         notify::zoom signals. Fix for 305080.
8525
8526 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8527
8528         * data/evince-ui.xml:
8529         * shell/ev-window.c: (set_view_actions_sensitivity):
8530         
8531         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8532
8533 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * configure.ac:
8536
8537         Depends on poppler 0.3.2
8538
8539 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * cut-n-paste/recent-files/egg-recent-item.c:
8542         (egg_recent_item_get_short_name):
8543         * cut-n-paste/toolbar-editor/Makefile.am:
8544         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8545         (new_pixbuf_from_widget):
8546         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8547         * cut-n-paste/toolbar-editor/egg-marshal.c:
8548         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8549         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8550
8551         Sync
8552
8553 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8554
8555         * tiff/tiff-document.c: Rough TIFF backend.
8556
8557 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * NEWS:
8560         * configure.ac:
8561         * cut-n-paste/toolbar-editor/Makefile.am:
8562
8563         Release 0.3.1
8564
8565 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8566
8567         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8568         (ev_view_find_next), (ev_view_find_previous):
8569
8570         Remove the locks around get_n_results   
8571
8572 2005-05-21  Juerg Billeter  <j@bitron.ch>
8573
8574         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8575
8576         Pass correct number of pages to poppler.
8577
8578 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8579
8580         * configure.ac:
8581         * data/Makefile.am:
8582         * data/evince.desktop.in: 
8583         * data/evince.desktop.in.in:
8584         * po/POTFILES.in:
8585         
8586         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8587
8588 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8589
8590         * shell/ev-view.c: (view_update_adjustments),
8591         (view_set_adjustment_values): cast adjustmen->value to (int)
8592         before using it.  Otherwise, we get off by a pixel in some
8593         situations.
8594
8595         (draw_one_page): Draw the border on expose.
8596
8597 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8598
8599         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8600         adjustment when the mode changes, #304923
8601
8602 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8603
8604         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8605         flickering on resize but still use gdk_window_scroll on
8606         scrolling
8607
8608 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8609
8610         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8611         option, #170458
8612
8613 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8614
8615         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8616         second page on page_changed if possible, #304669
8617
8618 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8619
8620         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8621         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8622
8623 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8624
8625         * .cvsignore:
8626         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8627         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8628         (ev_view_zoom_for_size_presentation),
8629         (ev_view_zoom_for_size_continuous_and_dual_page),
8630         (ev_view_zoom_for_size_continuous),
8631         (ev_view_zoom_for_size_dual_page),
8632         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8633         * shell/ev-view.h:
8634         * shell/ev-window.c: (update_view_size),
8635         (ev_window_sizing_mode_changed_cb):
8636
8637         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8638         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8639         an infinite loop, #304769
8640
8641
8642 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8643
8644         * data/evince-ui.xml:
8645         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8646         * shell/ev-window.c: (set_view_actions_sensitivity):
8647
8648         Make PgUp/Down behave like Space
8649
8650 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8651
8652         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8653         * backend/ev-ps-exporter.h:
8654         * pdf/ev-poppler.cc:
8655         * ps/ps-document.c: (ps_document_ps_export_begin):
8656         * shell/ev-print-job.c: (idle_print_handler):
8657
8658         Adapt to new poppler api
8659
8660 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8661
8662         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8663         (ephy_zoom_control_init):
8664
8665         Translate zoom levels
8666
8667 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8668
8669         * cut-n-paste/zoom-control/ephy-zoom.c:
8670         (ephy_zoom_get_zoom_level_index):
8671
8672         Fix current zoom -> zoom control match
8673
8674 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8675
8676         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8677         rather than the scrolled_window that it's in. Fixes bug #304655.
8678
8679 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8680
8681         * shell/ev-view.c: (view_update_adjustments),
8682         (view_set_adjustment_values), (view_update_range_and_current_page),
8683         (view_scroll_to_page), (set_scroll_adjustment),
8684         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8685         (ev_view_scroll), (ev_view_scroll_view),
8686         (ensure_rectangle_is_visible), (find_page_at_location),
8687         (get_link_at_location), (go_to_link), (status_message_from_link),
8688         (ev_view_size_request_continuous_dual_page),
8689         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8690         (ev_view_unrealize), (ev_view_expose_event),
8691         (ev_view_button_press_event), (ev_view_motion_notify_event),
8692         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8693         (draw_rubberband), (highlight_find_results), (draw_one_page),
8694         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8695         (ev_view_init), (find_changed_cb), (page_changed_cb),
8696         (on_adjustment_value_changed), (ev_view_new),
8697         (ev_view_set_document), (ev_view_set_zoom),
8698         (ev_view_set_continuous), (ev_view_set_dual_page),
8699         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8700         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8701         (ev_view_zoom_for_size_presentation),
8702         (ev_view_zoom_for_size_continuous_dual_page),
8703         (ev_view_zoom_for_size_continuous),
8704         (ev_view_zoom_for_size_dual_page),
8705         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8706         (ev_view_get_status), (ev_view_set_status),
8707         (update_find_status_message), (ev_view_get_find_status),
8708         (ev_view_set_find_status), (jump_to_find_result),
8709         (jump_to_find_page), (compute_selections), (clear_selection),
8710         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8711         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8712         (ev_view_update_primary_selection),
8713         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8714         * shell/ev-view.h:
8715         * shell/ev-window.c: (ev_window_open_page_label),
8716         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8717         (ev_window_init):
8718         * shell/ev-window.h:
8719         * shell/main.c: (load_files):
8720
8721         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8722         when resizing.  Remove the bin_window().  Also, patch from James
8723         Bowes to fix command line page, #300641
8724         
8725 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * data/evince-ui.xml:
8728         * shell/ev-view.c:
8729         * shell/ev-view.h:
8730         * shell/ev-window.c: (update_action_sensitivity):
8731
8732         Get rid of View->Normal Size, it's just confusing
8733
8734 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8735
8736         * backend/ev-document-info.h:
8737         * backend/ev-document.c: (ev_document_info_free): Free the
8738         EvDocumentInfo.
8739
8740         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8741         (clear_range), (add_range), (update_visible_range),
8742         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8743         (ev_sidebar_thumbnails_set_document):
8744         * shell/ev-window.c: (ev_window_setup_document): Only render the
8745         visible thumbnails.  It takes an instant to render, but it uses
8746         much less memory.
8747
8748 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * shell/ev-sidebar-links.c: (popup_menu_cb):
8751
8752         Select first item
8753
8754 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * lib/Makefile.am:
8757         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8758         (button_press_cb), (ev_sidebar_links_construct):
8759
8760         Show the popup menu also on keybindings
8761
8762 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8765         * shell/ev-window.h:
8766
8767         Expose api to print a range (with dialog). Make private _print use
8768         it.
8769
8770         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8771         (ev_sidebar_links_construct):
8772
8773         Show a print context menu on linkx, it prints the selected
8774         section.
8775
8776 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8777
8778         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8779         button.
8780
8781 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * AUTHORS:
8784
8785         Update
8786
8787         * shell/ev-window.c: (build_comments_string),
8788         (ev_window_cmd_help_about):
8789
8790         Show poppler version/backend and authors
8791
8792 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * cut-n-paste/zoom-control/ephy-zoom.c:
8795         (ephy_zoom_get_zoom_level_index):
8796         * cut-n-paste/zoom-control/ephy-zoom.h:
8797
8798         Move the best fit items at the top of the list
8799
8800 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8801
8802         * shell/ev-marshal.list:
8803         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8804         (activate_cb), (match_selected_cb), (activate_link_cb),
8805         (connect_proxy), (ev_page_action_class_init):
8806         * shell/ev-page-action.h:
8807
8808         Use signals to notify action activation. Hopefully
8809         I did not break completion since I cant test...
8810
8811         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8812         (register_custom_actions):
8813
8814         Connect to page selector actions and also grab focus on
8815         the view when activated.
8816
8817 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8818
8819         * pdf/ev-poppler.cc:
8820         * backend/ev-page-cache.c: make page size calculation consistent
8821         and set it to (int)( width * scale + 0.5).  This makes the weird
8822         line going through the middle of the page go away.
8823
8824         * shell/ev-view.c: move painting the background page after
8825         checking the expose area covers us.
8826
8827 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8828
8829         * data/evince-password.glade:
8830         
8831         Mark labels as not translatable. Fix for bug 302842.
8832
8833 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8834
8835         * configure.ac: Added "es" to ALL_LINGUAS.
8836
8837 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * data/evince-toolbar.xml:
8840         * shell/ev-window.c: (update_action_sensitivity),
8841         (ev_window_setup_document), (ev_window_set_page_mode),
8842         (ev_window_init):
8843
8844         Remove some leftover code from jrb first continous
8845         attempt. Use the new actions, we still need good icons
8846         though...
8847
8848 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8849
8850         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8851
8852         Update label when connecting proxy. Fix a warning with NULL
8853         page_cache.
8854
8855 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * data/evince-ui.xml:
8858         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8859         * shell/ev-page-action.h:
8860         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8861
8862         Add mnemonic for edit toolbar.
8863         ctrl+l focus the page entry.
8864
8865 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * lib/Makefile.am:
8868         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8869         (ev_window_init):
8870         * shell/main.c: (main):
8871
8872         Put the toolbar xml in evince own dot dir
8873
8874 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8875
8876         * shell/ev-window.c: (ev_window_init):
8877
8878         Make the toolbar not removable
8879
8880 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * data/evince-ui.xml:
8883         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8884         * shell/ev-sidebar-links.h:
8885         * shell/ev-sidebar-thumbnails.c:
8886         (ev_sidebar_thumbnails_get_treeview):
8887         * shell/ev-sidebar-thumbnails.h:
8888         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8889         (ev_view_class_init):
8890         * shell/ev-view.h:
8891         * shell/ev-window.c: (update_action_sensitivity),
8892         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8893         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8894         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8895         (ev_window_init):
8896
8897         This is evil... Make space/backspace global accelerators but
8898         enable them only for some widgets (sidebars and view).
8899         I dont like it, but I dont know a better way... :/
8900
8901 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8902
8903         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8904         (ev_page_action_widget_finalize),
8905         (ev_page_action_widget_class_init), (update_page_cache):
8906
8907         Keep a weak reference on proxy->page_cache so that we
8908         dont try to disconnect the signal if the object is already
8909         gone. Maybe there is a better way to cleanup reference handling
8910         in page action though...
8911
8912 2005-05-10  Juerg Billeter  <j@bitron.ch>
8913
8914         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8915         * backend/ev-ps-exporter.h:
8916         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8917         * ps/ps-document.c: (ps_document_ps_export_begin):
8918         
8919         Change api to pass print range to ps_exporter_begin. The pdf backend
8920         requires this information.
8921         
8922         * shell/ev-print-job.c: (idle_print_handler):
8923         
8924         Adapt to api change
8925
8926 2005-05-10  Juerg Billeter  <j@bitron.ch>
8927
8928         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8929         (idle_print_handler)
8930         * shell/ev-window.c: (ev_window_print):
8931
8932         Support printing page range, based on patch by Amaury Jacquot
8933
8934 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8935
8936         * data/evince-toolbar.xml:
8937
8938         Add zoom control to available items
8939
8940 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * shell/ev-window.c: (update_action_sensitivity):
8943
8944         Set slash action insensitive when appropriate
8945
8946 2005-05-10  Christian Persch <chpe@gnome.org>
8947
8948         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8949
8950         Fix warning on the overflow menu
8951
8952 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8953
8954         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8955
8956         Check for uri correctness/existence
8957
8958 2005-05-09  Juerg Billeter  <j@bitron.ch>
8959
8960         * shell/ev-window.c: (using_postscript_printer):
8961
8962         LPD printers use postscript, too
8963
8964 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * shell/ev-window.c: (register_custom_actions):
8967
8968         The zoom one is actually sort of useful,
8969         put it back
8970
8971 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * shell/ev-window.c: (register_custom_actions):
8974
8975         Hide page/zoom controls from overflow, they
8976         are useless.
8977
8978 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * cut-n-paste/update-from-egg.sh:
8981         
8982         Share it between all cut-n-paste subdirs
8983
8984         * cut-n-paste/recent-files/Makefile.am:
8985
8986         Fix to use "global" update-from-egg.sh
8987
8988         * cut-n-paste/recent-files/egg-recent-model.c:
8989         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8990         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8991         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8992         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8993
8994         Update from libegg
8995
8996         * cut-n-paste/toolbar-editor/Makefile.am:
8997
8998         Fix to use "global" update-from-egg.sh
8999
9000         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9001
9002         Update from libegg
9003
9004 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9005
9006         * configure.ac:
9007         * cut-n-paste/Makefile.am:
9008         * cut-n-paste/recent-files/Makefile.am:
9009         * cut-n-paste/toolbar-editor/.cvsignore:
9010         * cut-n-paste/toolbar-editor/Makefile.am:
9011         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9012         (egg_editable_toolbar_get_type), (get_toolbar_position),
9013         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9014         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9015         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9016         (set_item_drag_source), (create_item_from_action), (create_item),
9017         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9018         (popup_toolbar_context_menu_cb), (free_dragged_item),
9019         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9020         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9021         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9022         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9023         (item_added_cb), (item_removed_cb),
9024         (egg_editable_toolbar_construct),
9025         (egg_editable_toolbar_disconnect_model),
9026         (egg_editable_toolbar_deconstruct),
9027         (egg_editable_toolbar_set_model),
9028         (egg_editable_toolbar_set_ui_manager),
9029         (egg_editable_toolbar_set_property),
9030         (egg_editable_toolbar_get_property),
9031         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9032         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9033         (egg_editable_toolbar_new_with_model),
9034         (egg_editable_toolbar_get_edit_mode),
9035         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9036         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9037         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9038         (new_pixbuf_from_widget), (new_separator_pixbuf),
9039         (update_separator_image), (style_set_cb),
9040         (_egg_editable_toolbar_new_separator_image),
9041         (egg_editable_toolbar_get_model):
9042         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9043         * cut-n-paste/toolbar-editor/egg-marshal.c:
9044         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9045         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9046         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9047         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9048         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9049         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9050         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9051         (editor_drag_data_delete_cb), (drag_data_get_cb),
9052         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9053         (editor_create_item), (update_editor_sheet), (setup_editor),
9054         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9055         (parse_item_list), (model_has_action), (update_actions_list),
9056         (egg_toolbar_editor_load_actions):
9057         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9058         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9059         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9060         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9061         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9062         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9063         (egg_toolbars_model_add_separator), (impl_add_item),
9064         (parse_item_list), (egg_toolbars_model_add_toolbar),
9065         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9066         (impl_get_item_data), (impl_get_item_type),
9067         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9068         (egg_toolbars_model_init), (free_toolbar),
9069         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9070         (egg_toolbars_model_remove_toolbar),
9071         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9072         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9073         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9074         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9075         (egg_toolbars_model_get_item_data),
9076         (egg_toolbars_model_get_item_type):
9077         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9078         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9079         * data/Makefile.am:
9080         * data/evince-toolbar.xml:
9081         * data/evince-ui.xml:
9082         * data/hand-open.png:
9083         * po/POTFILES.in:
9084         * shell/Makefile.am:
9085         * shell/ev-window.c: (update_chrome_visibility),
9086         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9087         (ev_window_dispose), (ev_window_init):
9088
9089         Implement epiphany like toolbar editor. Based on patch by
9090         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9091
9092 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9093
9094         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9095
9096         Use set_cursor instead of set_selection, so that
9097         the keyboard focus moves too.
9098
9099 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9100
9101         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9102
9103         Fix infinite loop when loading Type1 fonts
9104
9105 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9106
9107         * data/evince-ui.xml:
9108         * shell/ev-window.c:
9109
9110         Slash -> Find
9111
9112 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9113
9114         * configure.ac:
9115
9116         Make --disable really disable
9117
9118 2005-05-07  Juerg Billeter  <j@bitron.ch>
9119
9120         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9121
9122         Compare page labels even without has_labels set, fixes setting page
9123         with entry
9124
9125 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9128         (ev_view_set_cursor), (ev_view_button_press_event),
9129         (ev_view_motion_notify_event), (ev_view_button_release_event),
9130         (ev_view_init):
9131
9132         Implement middle button scrolling. Based on a patch
9133         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9134
9135 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9136
9137         * shell/ev-document-types.c: (get_slow_mime_type),
9138         (get_document_type_from_mime), (ev_document_type_lookup):
9139         * shell/ev-document-types.h:
9140
9141         Change api to lookup from uri. Do fast lookup first, if the
9142         type is unknown try with data sniffing.
9143
9144         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9145         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9146
9147         Adapt to api change
9148
9149 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9150
9151         * thumbnailer/Makefile.am:
9152
9153         Fix distcheck
9154
9155 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9156
9157         * NEWS:
9158         * configure.ac:
9159
9160         Release 0.3.0
9161
9162         * data/evince-ui.xml:
9163
9164         Hide presentation mode for now
9165
9166         * shell/ev-view.c: (highlight_find_results):
9167
9168         Show current find selection only on current page
9169
9170 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9171
9172         * shell/ev-view.c: (ev_view_select_all):
9173
9174         Compute size of the actual page, not of
9175         the current one.
9176
9177 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9178
9179         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9180         (view_rect_to_doc_rect), (compute_selections),
9181         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9182         (ev_view_copy), (ev_view_primary_get_cb),
9183         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9184         (ev_view_button_press_event), (ev_view_motion_notify_event),
9185         (ev_view_button_release_event), (page_changed_cb):
9186
9187         Fix text selection
9188
9189 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9190
9191         * shell/ev-view.c: (compute_border), (get_page_extents),
9192         (doc_rect_to_view_rect), (highlight_find_results),
9193         (ev_view_bin_expose), (ev_view_select_all),
9194         (ev_view_motion_notify_event), (update_find_status_message),
9195         (jump_to_find_result), (jump_to_find_page):
9196
9197         First go at fixing search, still buggy
9198
9199 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9200
9201         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9202         dropdown box and button at the top of the sidebar.
9203
9204 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9205
9206         * configure.ac: Output zoom-control Makefile.
9207         * cut-n-paste/Makefile.am: build zoom-control subdir.
9208         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9209         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9210         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9211         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9212         * cut-n-paste/zoom-control/ephy-zoom.c:
9213         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9214         from epiphany, and modified to add a separator into the menu.
9215         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9216         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9217         zoom-control action.
9218         * shell/Makefile.am: Include zoom-control flags.
9219         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9220         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9221         (ev_view_zoom_for_size_presentation),
9222         (ev_view_zoom_for_size_continuous_and_dual_page),
9223         (ev_view_zoom_for_size_continuous),
9224         (ev_view_zoom_for_size_dual_page),
9225         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9226         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9227         ev_view_get_zoom and ev_view_get_sizing_mode.
9228         * shell/ev-view.h:
9229         * shell/ev-window.c: (update_action_sensitivity),
9230         (update_sizing_buttons), (zoom_control_changed_cb),
9231         (register_custom_actions): Initialize and use the zoom-control 
9232         widget.
9233
9234 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9235
9236         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9237         preview cache back to 1.  Don't know when it got set to 0.
9238         
9239         * shell/ev-view.c: (compute_border), (ev_view_realize),
9240         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9241         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9242         (ev_view_get_fullscreen), (ev_view_set_presentation),
9243         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9244         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9245         * shell/ev-view.h:
9246         * shell/ev-window.c:
9247         (update_chrome_visibility),
9248         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9249         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9250         (update_document_mode), (ev_window_update_fullscreen_action),
9251         (ev_window_fullscreen), (ev_window_unfullscreen),
9252         (ev_window_cmd_view_fullscreen),
9253         (ev_window_update_presentation_action),
9254         (ev_window_run_presentation), (ev_window_stop_presentation),
9255         (ev_window_cmd_view_presentation), (ev_window_state_event),
9256         (ev_window_focus_in_event), (ev_window_focus_out_event),
9257         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9258         * data/evince-ui.xml: Initial presentation mode.  We should
9259         probably hide this until it's done, as it's quite rough.  Also,
9260         change full-screen to fullscreen and add two getters to EvView.
9261
9262 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9263
9264         * shell/ev-page-action.c: (update_page_cache),
9265         (ev_page_action_dispose):
9266         * shell/ev-window.c: (destroy_fullscreen_popup),
9267         (ev_window_create_fullscreen_popup):
9268
9269         Use connect_object rather than explicitly
9270         disconnect on dispose.
9271
9272 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9273
9274         * shell/ev-page-action.c: (update_page_cache),
9275         (ev_page_action_dispose):
9276
9277 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9278
9279         * backend/ev-page-cache.c: (_ev_page_cache_new),
9280         (ev_page_cache_set_page_label),
9281         (ev_page_cache_has_nonnumeric_page_labels):
9282         * backend/ev-page-cache.h:
9283         * shell/ev-page-action.c: (update_pages_label):
9284         
9285         If all page labels are numeric, fallback to default
9286         way to display number of pages. See bug 173185.
9287
9288 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9289
9290         * shell/ev-page-action.c: (ev_page_action_dispose):
9291         * shell/ev-view.c: (view_update_range_and_current_page):
9292         * shell/ev-window.c: (ev_window_dispose):
9293         
9294         Set page on scroll in continuous mode. Fixes bug 301986.
9295         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9296
9297 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9298
9299         * configure.ac:
9300
9301         Require poppler 0.3.0
9302
9303 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9304         
9305         * shell/Makefile.am, configure.ac: Fix build problems
9306         with t1lib. Bug 301996.
9307
9308 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9309
9310         * shell/ev-view.c: (ev_view_scroll_event):
9311         
9312         Scroll up increase zoom
9313
9314 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9315
9316         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9317         (ev_view_set_sizing_mode),
9318         (ev_view_zoom_for_size_continuous_and_dual_page),
9319         (ev_view_zoom_for_size_continuous):
9320         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9321         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9322         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9323         (ev_window_init):
9324
9325         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9326         Fix for 165473 and 165472.
9327
9328 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9329
9330         * po/POTFILES.in:
9331         * thumbnailer/Makefile.am:
9332         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9333         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9334         * thumbnailer/evince-thumbnailer.schemas.in:
9335         
9336         Make thumbnailer schemas translatable. Fix for bug 301773
9337         
9338         * thumbnailer/evince-thumbnailer-djvu.schemas:
9339         * thumbnailer/evince-thumbnailer-dvi.schemas:
9340         * thumbnailer/evince-thumbnailer.schemas:
9341
9342         Removed files
9343
9344 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9345
9346         * shell/ev-view.c (ev_view_init): forgot to set this.
9347
9348 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9349
9350         * shell/ev-view.c: (find_page_at_location),
9351         (get_link_at_location),
9352         (ev_view_set_show_border), (ev_view_set_spacing),
9353         (ev_view_zoom_for_size_continuous_and_dual_page),
9354         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9355         Also, add a quick fix measuring of widths.  Also, removed
9356         ev_view_set_spacing and ev_view_set_show_border.
9357         
9358         * shell/ev-window.c: (ev_window_unfullscreen),
9359         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9360
9361 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9362
9363         * shell/ev-view.c: (view_update_range_and_current_page),
9364         (page_changed_cb):
9365         
9366         Fix crash on exit and scrolling to page in continuous view.
9367
9368 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9369
9370         * TODO:
9371         * backend/ev-page-cache.c: (_ev_page_cache_new),
9372         (ev_page_cache_get_max_width_size),
9373         (ev_page_cache_get_max_height_size):
9374         * backend/ev-page-cache.h:
9375         * data/evince-ui.xml:
9376         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9377         * shell/ev-view.c: (view_update_adjustments),
9378         (view_update_range_and_current_page), (get_bounding_box_size),
9379         (ev_view_size_request_continuous_and_dual_page),
9380         (ev_view_size_request_continuous),
9381         (ev_view_size_request_dual_page),
9382         (ev_view_size_request_single_page), (ev_view_size_request),
9383         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9384         (ev_view_bin_expose), (ev_view_expose_event),
9385         (ev_view_set_property), (ev_view_get_property),
9386         (ev_view_class_init), (ev_view_init), (ev_view_new),
9387         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9388         (ev_view_set_dual_page), (ev_view_set_full_screen),
9389         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9390         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9391         (ev_view_zoom_out), (zoom_for_size_fit_width),
9392         (zoom_for_size_best_fit),
9393         (ev_view_zoom_for_size_continuous_and_dual_page),
9394         (ev_view_zoom_for_size_continuous),
9395         (ev_view_zoom_for_size_dual_page),
9396         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9397         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9398         * shell/ev-view.h:
9399         * shell/ev-window.c: (update_action_sensitivity),
9400         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9401         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9402         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9403         (ev_window_cmd_view_zoom_out), (update_view_size),
9404         (ev_window_set_sizing_mode), (ev_window_init):
9405
9406         Add Continuous and Dual page modes.
9407
9408 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9409
9410         * dvi/dvi-document.c: (dvi_document_load),
9411         (dvi_document_thumbnails_get_thumbnail),
9412         (dvi_document_init_params): Fix up some mixups between
9413         width and height to correct thumbnail rendering.
9414
9415 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9416
9417         * dvi/mdvi-lib/private.h:
9418         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9419         
9420         Suppess output for kpathsea during font generation. Thanks to
9421         James Bowes
9422
9423 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9424
9425         * NEWS:
9426         * configure.ac:
9427
9428         Release 0.2.1
9429
9430         * Makefile.am: fix distcheck.
9431
9432 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9433
9434         * shell/ev-sidebar-links.c: (selection_changed_callback),
9435         (update_page_callback), (row_activated_callback),
9436         (job_finished_callback), (ev_sidebar_links_set_document):
9437         
9438         Fix for bug #169901. Double click on links expands tree.
9439
9440 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9441
9442         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9443         hard-coded style. Fix for bug 170111
9444
9445 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9446
9447         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9448         locking.
9449
9450 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9451
9452         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9453
9454 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * pdf/ev-poppler.cc:
9457         * shell/ev-view.c: (highlight_find_results):
9458
9459         Fix find on single page documents
9460
9461 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9462
9463         * data/evince.schemas.in: fix for bug 301390
9464
9465 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9466
9467         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9468         (ev_view_zoom_out), (ev_view_zoom_normal):
9469         * shell/ev-view.h:
9470         * shell/ev-window.c: (update_action_sensitivity),
9471         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9472         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9473         (ev_window_cmd_view_normal_size):
9474
9475         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9476         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9477         better than oom. 
9478
9479 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9480
9481         * configure.ac:
9482
9483         Depend on 2.57, 2.59 doesnt seem to be necessary
9484
9485 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9486
9487         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9488         (create_tool_item):
9489
9490         Put back total number of pages as (1 of 1234)
9491
9492 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9493
9494         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9495         remove the job.
9496
9497         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9498         function.  This helps debugging.
9499
9500 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9501
9502         * djvu/djvu-document.c: (djvu_document_class_init),
9503         (djvu_document_get_info), (djvu_document_document_iface_init):
9504         * dvi/dvi-document.c: (dvi_document_class_init),
9505         (dvi_document_get_info), (dvi_document_document_iface_init):
9506
9507         Dummy implementation of get_info method for dvi and
9508         djvu. Fix crashes with those backends
9509
9510 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9511
9512         * data/evince.desktop.in:
9513
9514         Add application/x-gzpostscript
9515
9516 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9517
9518         * data/evince.schemas.in: Added real long descriptions, 
9519         closes bug 172496 
9520
9521         * README: Added actual text, closes bug 171869
9522
9523 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9524
9525         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9526
9527         Thumbnail page 0
9528
9529 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9530
9531         * backend/ev-document-info.h:
9532
9533         s/GDate */GDate so we can just use g_free
9534
9535 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9536
9537         * shell/ev-window.c: (update_document_mode),
9538         (ev_window_setup_document):
9539
9540         Show the window in fullscreen when specified by
9541         the document
9542
9543 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9544
9545         * backend/ev-document.c: (ev_document_class_init),
9546         (ev_document_get_info), (ev_document_render_pixbuf):
9547         * backend/ev-document.h:
9548         * backend/ev-page-cache.c: (_ev_page_cache_new):
9549         * pdf/ev-poppler.cc:
9550         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9551         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9552         * ps/ps-document.c: (ps_document_class_init), (document_load),
9553         (ps_document_get_info), (ps_document_document_iface_init):
9554
9555         Remove get_title from the interface, we can just use document info
9556
9557 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9558
9559         * backend/Makefile.am:
9560         * backend/ev-document.c: (ev_document_render_get_info):
9561         * backend/ev-document.h:
9562         * pdf/ev-poppler.cc:
9563
9564         Initial support for document info. Based on jrb patch.
9565
9566 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9567
9568         * shell/ev-window.c: (ev_window_state_event),
9569         (ev_window_class_init), (ev_window_init):
9570         
9571         Doesn't show resize grip when maximized. See bug #301053
9572
9573 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9574
9575         * po/POTFILES.in:
9576         
9577         ev-sidebar-thumbnails now has translatable labels
9578         
9579         * shell/Makefile.am:
9580         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9581         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9582         (ev_sidebar_links_page_iface_init):
9583         * shell/ev-sidebar-links.h:
9584         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9585         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9586         (ev_sidebar_page_get_label):
9587         * shell/ev-sidebar-page.h:
9588         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9589         (ev_sidebar_thumbnails_set_document),
9590         (ev_sidebar_thumbnails_support_document),
9591         (ev_sidebar_thumbnails_get_label),
9592         (ev_sidebar_thumbnails_page_iface_init):
9593         * shell/ev-sidebar-thumbnails.h:
9594         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9595         (ev_sidebar_set_document):
9596         * shell/ev-sidebar.h:
9597         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9598         
9599         Small rework of sidebar code. Now sidebar pages should implement
9600         EvSidebarPage interface. That makes page management in EvSidebar
9601         easier. See bug #164811 for details
9602
9603 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9604
9605         * shell/ev-application.c: (ev_application_open):
9606         * shell/ev-document-types.c:
9607         
9608         Fix build error and small problem with application exit
9609
9610 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9611
9612         * thumbnailer/Makefile.am:
9613         * thumbnailer/evince-thumbnailer-djvu.schemas:
9614         * thumbnailer/evince-thumbnailer-dvi.schemas:
9615         
9616         Conditionally install schemas for djvu/dvi thumbnailer
9617
9618 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9619
9620         * shell/ev-document-types.h: 
9621         * shell/ev-document-types.c: 
9622         New files, handling the mapping from mimetypes to backends
9623         
9624         * shell/ev-window.c: 
9625         * thumbnailer/evince-thumbnailer.c:     
9626         Use the ev-document-types code
9627         
9628         * shell/Makefile.am: 
9629         Added new convenience library libevbackendfactory_la, containing
9630         the new mimetype->backend logic; moved the backends into it.
9631
9632         * thumbnailer/Makefile.am:
9633         Make the thumbnailer link with the libevbackend.la convenience
9634         library, rather than having a duplicate of the backend logic here.
9635
9636 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9637
9638         * shell/ev-stock-icons.c: constify some vars.
9639         * shell/ev-window.c: ditto.
9640
9641 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * ps/ps-document.c (get_page_orientation):
9644
9645         Respect document orientation 
9646
9647 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9648
9649         * djvu/Makefile.am:
9650         * dvi/Makefile.am:
9651         * shell/Makefile.am:
9652         
9653         Move library dependencies to components.
9654         
9655         * shell/ev-window.c: (update_window_title),
9656         (start_loading_document):
9657         
9658         Fix display of uris with spaces. Bug 168358.
9659
9660 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9661
9662         * shell/ev-sidebar-links.c: (selection_changed_cb):
9663         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9664         (ev_view_button_release_event), (ev_view_set_document):
9665         * shell/ev-view.h:
9666         * shell/ev-window.c: (find_bar_search_changed_cb):
9667         * shell/ev-window.h: Minor cleanups removing some dead code.
9668
9669 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9670
9671         * backend/ev-page-cache.c: (_ev_page_cache_new):
9672         
9673         Set current page to 0 if document has pages.
9674
9675 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9676
9677         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9678
9679         Initialize GError to NULL, fix a crash when loading fails.
9680
9681 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * shell/ev-window.c: (update_view_size):
9684
9685         Calculate shadow size only when there is actually
9686         a shadow.
9687
9688 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9689
9690         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9691         * shell/ev-view.h:
9692
9693         Allow setting view spacing, default to 0
9694
9695         * shell/ev-window.c: (ev_window_unfullscreen),
9696         (ev_window_cmd_view_fullscreen), (ev_window_init):
9697
9698         Remove spacing in fullscreen mode
9699
9700 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9701
9702         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9703         (ev_view_size_request), (expose_bin_window),
9704         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9705         * shell/ev-view.h:
9706         * shell/ev-window.c: (ev_window_unfullscreen),
9707         (ev_window_cmd_view_fullscreen):
9708
9709         Do not draw the border in fulscreen
9710
9711 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9712
9713         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9714         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9715         (find_page_at_location), (page_changed_cb):
9716
9717         Rework border calculation, so that I can more easily disable it.
9718         Code somewhat cleaner too.
9719
9720 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9721
9722         * backend/ev-page-cache.c: (ev_page_cache_init),
9723         (_ev_page_cache_new):
9724
9725         Remove some assertions, documents can have 0 pages.
9726         Make initial current page -1.
9727
9728         * shell/ev-page-action.c: (page_changed_cb):
9729
9730         Show "" if current page is -1
9731
9732         * shell/ev-window.c: (update_action_sensitivity),
9733         (ev_window_setup_document):
9734
9735         When document has 0 pages do not set the view
9736         and make nearly everything insensitive.
9737
9738 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9739
9740         * shell/ev-page-view.c:
9741         * shell/ev-page-view.h:
9742
9743         Remove unused files.
9744         
9745         * shell/ev-sidebar-thumbnails.c:
9746         (ev_sidebar_thumbnails_set_document):
9747         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9748         (ev_sidebar_supports_document):
9749         * shell/ev-sidebar.h:
9750         * shell/ev-window.c: (ev_window_setup_document):
9751         
9752         Doesn't show thumbnails if document has 1 page. Make
9753         sidebar menu entries sensitive only if if they have 
9754         sense. Fix bug 164811. 
9755
9756 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9757
9758         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9759         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9760         (ev_view_zoom_out), (ev_view_set_size):
9761
9762         Rework sizing to deal with documents with not uniform page
9763         size.
9764
9765 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9766
9767         * backend/ev-page-cache.c: (_ev_page_cache_new):
9768
9769         Fix several page size caching bugs
9770
9771 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9772
9773         * shell/ev-window.c: (set_action_properties):
9774
9775         Make all toolbar items translatable
9776
9777 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9778
9779         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9780         (save_page_list), (ps_document_save),
9781         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9782         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9783         (ps_document_ps_exporter_iface_init):
9784         * ps/ps-document.h:
9785
9786         Based on a patch by J�rg Billeter <j@bitron.ch>
9787         
9788         Implement print and save a copy for the ps backend.
9789
9790 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9791
9792         * backend/ev-document.h:
9793         * djvu/djvu-document.c: (djvu_document_can_get_text),
9794         (djvu_document_document_iface_init):
9795         * dvi/dvi-document.c: (dvi_document_can_get_text),
9796         (dvi_document_document_iface_init):
9797         * pdf/ev-poppler.cc:
9798         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9799         (pixbuf_document_document_iface_init):
9800         * ps/ps-document.c: (ps_document_can_get_text),
9801         (ps_document_document_iface_init):
9802         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9803         * shell/ev-window.c: (update_action_sensitivity):
9804
9805         Fix the crash when trying to copy in backends that doesnt
9806         support it. We can implement a better solution once we
9807         do real text selection.
9808
9809 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9810
9811         * data/evince-ui.xml:
9812         * shell/ev-window.c: (ev_window_cmd_escape):
9813         
9814         Work around the Escape conflict (find bar and unfullscreen)
9815
9816 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9817
9818         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9819         
9820         Fix for #300233. Next page correctly handles document end.
9821         
9822         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9823         (ev_sidebar_thumbnails_class_init),
9824         (ev_sidebar_thumbnails_set_document),
9825         (ev_sidebar_thumbnails_clear_job),
9826         (ev_sidebar_thumbnails_clear_model):
9827         
9828         Cleanup thumbnail jobs on document changes.
9829         
9830         * shell/ev-view.c: (add_scroll_binding_keypad),
9831         (add_scroll_binding_shifted), (ev_view_class_init):
9832         
9833         Shift + Space scrolls up. Fix for #173184
9834         
9835         * shell/ev-window.c: (ev_window_open_page),
9836         (ev_window_cmd_view_reload):
9837         
9838         Fix reload (Bug #300094)
9839
9840 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9841
9842         
9843         * dvi/mdvi-lib/assoc.c:
9844         * dvi/mdvi-lib/assoc.h: Removed garbage files
9845         
9846         * dvi/mdvi-lib/bitmap.c:
9847         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9848         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9849         * dvi/mdvi-lib/color.h: Antialias of rules
9850         
9851         * dvi/mdvi-lib/common.h:
9852         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9853         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9854         * dvi/mdvi-lib/files.c:
9855         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9856         * dvi/mdvi-lib/mdvi.h:
9857         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9858         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9859         * dvi/mdvi-lib/util.c: Fix compile warnings
9860         
9861         * dvi/dvi-document.c:
9862         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9863         (dvi_document_thumbnails_get_thumbnail),
9864         (dvi_document_document_thumbnails_iface_init):
9865         * dvi/mdvi-lib/Makefile.am:
9866         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9867         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9868         
9869         Dvi backend now renders thumbnails
9870
9871 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9872
9873         * shell/main.c: (main): 
9874         
9875         Save accelerators on exit. Fixes bug #172095.
9876
9877 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9878
9879         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9880         update priority" comment.
9881
9882         * backend/ev-job-queue.c: Give a way to change priority.
9883
9884 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9885
9886         * shell/ev-page-action.c: Fix logic.
9887
9888 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9889
9890         * shell/ev-view.c: (ev_view_can_find_next):
9891         * shell/ev-window.c: (ev_window_setup_document):
9892
9893         Check that the document supports find
9894
9895 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9896
9897         * data/evince-ui.xml:
9898         * shell/ev-view.c: (ev_view_can_find_next):
9899         * shell/ev-view.h:
9900         * shell/ev-window.c: (update_action_sensitivity),
9901         (find_changed_cb), (ev_window_setup_document),
9902         (ev_window_cmd_edit_find_next):
9903
9904         Add Edit->Find Next
9905
9906 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9907
9908         * pdf/ev-poppler.cc:
9909         * shell/ev-print-job.c: (idle_print_handler):
9910
9911         Make printing work again
9912
9913 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9914
9915         * shell/ev-page-action.h:
9916         * shell/ev-page-action.c: (ev_page_action_widget_init),
9917         (ev_page_action_widget_class_init), (page_changed_cb),
9918         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9919         (get_filter_model_from_model), (match_selected_cb),
9920         (display_completion_text), (match_completion), (update_model),
9921         (connect_proxy), (ev_page_action_set_property),
9922         (ev_page_action_get_property), (ev_page_action_set_document),
9923         (ev_page_action_set_model), (ev_page_action_class_init): Big
9924         reworking to make completions work iff we have >= GTK-2.7.0
9925                 
9926         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9927         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9928         (job_finished_cb): We now have a 'model' property that is set when
9929         the links are loaded.  This can be caught with "notify::model"
9930
9931         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9932         listen for the model to be set, and propagate it to the action.
9933
9934 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9935
9936         * cut-n-paste/recent-files/egg-recent-item.c:
9937         (egg_recent_item_set_uri), (make_valid_utf8),
9938         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9939         * cut-n-paste/recent-files/egg-recent-item.h:
9940         
9941         Update egg-recent from libegg. This should fix long
9942         startup problem. For details see
9943         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9944
9945 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9946
9947         * cut-n-paste/recent-files/Makefile.am:
9948         * data/evince-ui.xml, shell/Makefile.am:
9949         * shell/ev-application.c, shell/ev-application.h:
9950         * shell/ev-window.c: Recent files support.
9951         
9952         * configure.ac: Added "ru" to ALL_LINGUAS.
9953         
9954         * dvju: new backend to support DJVU files.
9955         * dvi: new backend to support DVI.
9956
9957         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9958         * ev-application.c: Support for new backends.
9959         
9960         * help, ev-window.c, main.c shell/Makefile.am: 
9961         Evince user documentation.
9962
9963 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9964
9965         * po/POTFILES.in:
9966         * shell/ev-window.c:
9967         * thumbnailer/evince-thumbnailer.c:
9968
9969         s/pdf-document/ev-poppler
9970
9971 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9972
9973         * NEWS:
9974         * configure.ac:
9975
9976         Release 0.2.0
9977
9978         * ps/ps-document.c: (setup_pixmap):
9979
9980         Remove debug code
9981
9982 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9983
9984         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9985         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9986         (ev_window_cmd_go_first_page): Fix of by one errors.
9987
9988 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9989
9990         * ps/ps-document.c: (get_page_box):
9991
9992         Fix page size calculation
9993
9994 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9995
9996         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9997         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9998         (get_page_orientation), (setup_page), (document_load),
9999         (ps_document_get_page_size), (render_pixbuf_idle):
10000         * ps/ps-document.h:
10001
10002         More refactoring to adapt to EvDocument changes
10003
10004 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10005
10006         * ps/ps-document.c: (start_interpreter):
10007
10008         Actually add alpha args
10009
10010 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10011
10012         * pdf/ev-poppler.cc:
10013
10014         Make clipboard work again
10015
10016 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10017
10018         Make searching work again.
10019         
10020         * backend/ev-document.c:
10021         * backend/ev-document.h:
10022         * backend/ev-document-find.c:
10023         * backend/ev-document-find.h: Change EvDocumentIface so we no
10024         longer store the current page or zoom level in the document.  The
10025         consequence is that all calls that operate on the current page now
10026         instead take the page number as an extra argument, and all
10027         coordinates are now doubles in document coordinate system.
10028
10029         * pdf/ev-poppler.cc:
10030         * pixbuf/pixbuf-document.c:
10031         * ps/ps-document.c: Update backends accordingly.
10032
10033 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10034
10035         * autogen.sh:
10036
10037         Add required gettext version
10038
10039 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10040
10041         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10042         make F1 bring up non-existent help.
10043
10044         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10045         epiphany's find bar, #167477
10046
10047         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10048         <emil@nishra.com> to add space-bar scrolling, 
10049
10050         * shell/ev-window.c (static GtkActionEntry entries): add default
10051         keybinding for Help (F1)
10052         Fixes #171068
10053
10054         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10055         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10056         170110
10057
10058 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10059
10060         * Makefile.am: 
10061         * pixbuf/pixbuf-document.c: 
10062
10063         Got pixbuf backend working again
10064
10065 2005-04-01  Steve Murphy  <murf@e-tools.com>
10066
10067         * configure.in: Added "rw" to ALL_LINGUAS.
10068
10069 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10070
10071         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10072         model types, noticed by Martin Kretzschmar.
10073
10074 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10075
10076         * pdf/ev-poppler.cc: Implement search based on
10077         poppler_page_find_text().  Currently a bit crude since we remember
10078         all matches from all pages.  Also, we grab the big document lock
10079         when we search since searching changes the underlying stream and
10080         thus conflicts with the rendering thread.
10081         
10082         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10083         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10084         (ev_view_find_previous): Fix some page indexes to be 0 based,
10085         offset rubber band by view offset,
10086
10087 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10088
10089         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10090
10091 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10092
10093         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10094         completely because I didn't understand GtkActions.  I should
10095         read Marco's code more carefully in the future.
10096
10097         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10098         function
10099
10100 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10101
10102         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10103         PopplerRectangle change from poppler CVS.
10104
10105 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10106
10107         * backend/ev-document.c: (ev_document_get_page_label):
10108         * backend/ev-document.h:
10109         * backend/ev-page-cache.c: (_ev_page_cache_new),
10110         (ev_page_cache_get_page_label):
10111         * backend/ev-page-cache.h:
10112         * pdf/ev-poppler.cc:
10113         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10114         (links_page_num_func):
10115         * shell/ev-sidebar-thumbnails.c:
10116         (ev_sidebar_thumbnails_set_document):
10117         * shell/ev-view.c: (status_message_from_link),
10118         (ev_view_motion_notify_event):
10119         * shell/ev-window.c: (document_supports_sidebar): Add in page
10120         label support.  It's not perfect yet, but it's the first 'feature'
10121         in a while.
10122         Also, fix a bogus comment noticed by crispin. 
10123
10124 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10125
10126         * Makefile.am: Remove pixbuf backend for now
10127
10128         * configure.ac: Require poppler-glib instead of just poppler.
10129
10130         * backend/ev-document-thumbnails.h: Add a comment
10131
10132         * backend/ev-document.h:
10133         * backend/ev-document.c: (ev_document_class_init),
10134         (ev_document_load), (ev_document_get_link),
10135         (ev_document_get_links): Remove 3 methods and add get_links.
10136         Also, made 0 based.
10137
10138         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10139         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10140
10141         * backend/ev-link.c: (ev_link_set_title),
10142         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10143         (ev_link_mapping_find):
10144         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10145         
10146         * backend/ev-page-cache.c: (ev_page_cache_init),
10147         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10148         (ev_page_cache_get_size), (ev_page_cache_next_page),
10149         (ev_page_cache_prev_page): Fix to be 0 based.
10150
10151         * pdf/Makefile.am: 
10152         * pdf/ev-poppler.h:
10153         * pdf/ev-poppler.cc: New backend.
10154         
10155         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10156         (ps_document_get_page), (ps_document_document_iface_init):
10157
10158         * shell/ev-pixbuf-cache.h:
10159         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10160         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10161         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10162         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10163         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10164         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10165         based.
10166         
10167         * shell/ev-sidebar-thumbnails.c:
10168         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10169         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10170
10171         * shell/ev-view.c: (status_message_from_link),
10172         (find_page_at_location), (get_link_at_location),
10173         (ev_view_motion_notify_event), (ev_view_button_release_event),
10174         (ev_view_init): Use the new link code.  Fix to be 0 based.
10175
10176         * shell/ev-window.c: (update_action_sensitivity),
10177         (document_supports_sidebar): 0 based.
10178
10179 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10180
10181         * pdf/pdf-document.cc: Patch from Fernando Herrera
10182         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10183         *blush*
10184
10185 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10186
10187         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10188         1 to the page, as this seems to be 1 based.  I thought we has this
10189         fixed.  grump.
10190
10191 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10192
10193         * TODO:
10194         * backend/Makefile.am:
10195         * backend/ev-document-links.c:
10196         (ev_document_links_has_document_links),
10197         (ev_document_links_get_links_model):
10198         * backend/ev-document-links.h:
10199         * backend/ev-document.c: (ev_document_get_page_cache),
10200         (ev_document_get_doc_mutex), (ev_document_load),
10201         (ev_document_save), (ev_document_get_title),
10202         (ev_document_get_n_pages), (ev_document_set_page),
10203         (ev_document_get_page), (ev_document_set_target),
10204         (ev_document_set_scale), (ev_document_set_page_offset),
10205         (ev_document_get_page_size), (ev_document_get_text),
10206         (ev_document_get_link), (ev_document_render),
10207         (ev_document_render_pixbuf), (ev_document_scale_changed):
10208         * backend/ev-document.h:
10209         * backend/ev-job-queue.c: (remove_object_from_queue),
10210         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10211         (no_jobs_available_unlocked), (ev_render_thread),
10212         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10213         (ev_job_queue_remove_job):
10214         * backend/ev-job-queue.h:
10215         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10216         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10217         (ev_job_links_class_init), (ev_job_render_init),
10218         (ev_job_render_dispose), (ev_job_render_class_init),
10219         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10220         (ev_job_thumbnail_class_init), (ev_job_finished),
10221         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10222         (ev_job_render_run), (ev_job_thumbnail_new),
10223         (ev_job_thumbnail_run):
10224         * backend/ev-jobs.h:
10225         * backend/ev-link.c:
10226         * backend/ev-link.h:
10227         * backend/ev-page-cache.c: (ev_page_cache_init),
10228         (ev_page_cache_class_init), (ev_page_cache_finalize),
10229         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10230         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10231         (ev_page_cache_set_link), (ev_page_cache_get_title),
10232         (ev_page_cache_get_size), (ev_page_cache_next_page),
10233         (ev_page_cache_prev_page):
10234         * backend/ev-page-cache.h:
10235         * pdf/pdf-document.cc:
10236         * ps/gsdefaults.c:
10237         * ps/gsdefaults.h:
10238         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10239         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10240         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10241         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10242         (is_interpreter_ready), (output), (catchPipe), (input),
10243         (start_interpreter), (check_filecompressed), (compute_dimensions),
10244         (ps_document_enable_interpreter), (document_load),
10245         (ps_document_next_page), (render_page), (ps_document_set_page),
10246         (ps_document_set_scale), (render_pixbuf_idle),
10247         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10248         * ps/ps-document.h:
10249         * shell/Makefile.am:
10250         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10251         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10252         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10253         (ev_pixbuf_cache_new), (job_finished_cb),
10254         (check_job_size_and_unref), (move_one_job),
10255         (ev_pixbuf_cache_update_range), (find_job_cache),
10256         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10257         (ev_pixbuf_cache_add_jobs_if_needed),
10258         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10259         * shell/ev-pixbuf-cache.h:
10260         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10261         (idle_print_handler):
10262         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10263         (selection_changed_cb), (create_loading_model),
10264         (ev_sidebar_links_construct), (links_page_num_func),
10265         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10266         (update_page_callback), (job_finished_cb),
10267         (ev_sidebar_links_set_document):
10268         * shell/ev-sidebar-thumbnails.c:
10269         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10270         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10271         (page_changed_cb), (thumbnail_job_completed_callback),
10272         (ev_sidebar_thumbnails_set_document):
10273         * shell/ev-sidebar-thumbnails.h:
10274         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10275         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10276         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10277         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10278         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10279         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10280         (ev_view_button_release_event), (ev_view_scroll_view),
10281         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10282         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10283         (ev_view_new), (job_finished_cb), (page_changed_cb),
10284         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10285         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10286         (ev_view_find_previous):
10287         * shell/ev-view.h:
10288         * shell/ev-window.c: (update_action_sensitivity),
10289         (ev_window_open_page), (update_window_title), (update_total_pages),
10290         (page_changed_cb), (ev_window_setup_document),
10291         (password_dialog_response), (ev_window_cmd_save_as),
10292         (ev_window_print), (ev_window_cmd_go_previous_page),
10293         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10294         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10295         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10296         * shell/main.c: (main):
10297
10298         Merge evince-threads branch
10299
10300 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10301
10302         * configure.ac: Added "lt" to ALL_LINGUAS.
10303
10304 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10305
10306         * NEWS:
10307         * configure.ac:
10308
10309         Release 0.1.9
10310
10311 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10312
10313         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10314
10315         Fix here also the thumbnails 1-basedness :)
10316
10317 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10318
10319         * NEWS:
10320         * configure.ac:
10321
10322         Release 0.1.8
10323
10324 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10325
10326         * pdf/pdf-document.cc:
10327         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10328         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10329
10330         Fix the mess we did with thumbnails and 1-basedness
10331
10332 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10333
10334         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10335
10336 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10337
10338         * NEWS:
10339         * configure.ac:
10340
10341         Release 0.1.7
10342
10343 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10344
10345         * ps/Makefile.am:
10346         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10347         (gtk_gs_defaults_get_alpha_parameters),
10348         (gtk_gs_defaults_get_ungzip_cmd),
10349         (gtk_gs_defaults_get_unbzip2_cmd):
10350         * ps/gsdefaults.h:
10351         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10352         (ps_document_get_orientation), (document_load),
10353         (ps_document_goto_page), (ps_document_set_page_size):
10354         * ps/ps-document.h:
10355
10356         Some more sanitization of the ps backend. Remove a lot
10357         of unused code and do not base our defaults on ggv
10358         preferences (ugh!)
10359
10360 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10361
10362         * thumbnailer/evince-thumbnailer.schemas:
10363         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10364         (main): add -s option for thumbnail size.
10365
10366 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10367
10368         * configure.ac:
10369
10370         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10371         remove it.
10372
10373 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10374
10375         * pdf/pdf-document.cc:
10376
10377         Remove 4 pixels of useless border from the
10378         thumbnail.
10379
10380 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10381
10382         * backend/ev-document-thumbnails.c:
10383         (ev_document_thumbnails_get_thumbnail):
10384         * backend/ev-document-thumbnails.h:
10385
10386         Rework API a bit. Add a border flag and
10387         change sizing logic (now the size we specify
10388         applies to the bigger dimension).
10389
10390         * pdf/pdf-document.cc:
10391         * pixbuf/pixbuf-document.c:
10392         (pixbuf_document_thumbnails_get_thumbnail):
10393         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10394         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10395
10396         Adapt to the new API and do not draw a border for nautilus
10397         thumbnailer.
10398
10399 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10400
10401         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10402         take thumbnails from page "0" instead of "1". Added a copyright header.
10403
10404 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10405
10406         * ps/ps-document.c: (set_up_page), (start_interpreter):
10407
10408         Make it C89 compliant
10409
10410 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10411
10412         * Makefile.am:
10413         * configure.ac:
10414         * pdf/.cvsignore:
10415         * pdf/pdf-document.cc:
10416         * thumbnailer/Makefile.am:
10417         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10418         (main):
10419         * thumbnailer/evince-thumbnailer.schemas:
10420         * thumbnailer/pdf-icon.png:
10421
10422         Add a nautilus thumbnailer.
10423         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10424
10425 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10426
10427         * NEWS:
10428         * configure.ac:
10429         * po/POTFILES.in:
10430
10431         Release 0.1.6
10432
10433 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10434
10435         Use poppler instead of including xpdf source code.  Poppler is a
10436         fork of xpdf to build it as a shared library. See
10437         http://freedesktop.org/wiki/Software/poppler.
10438
10439         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10440         xpdf fork.
10441         
10442         * pdf/Makefile.am: Build libpdfdocument.a here.
10443         
10444         * pdf/GDKSplashOutputDev.cc:
10445         * pdf/GDKSplashOutputDev.h:
10446         * pdf/GnomeVFSStream.cc:
10447         * pdf/GnomeVFSStream.h:
10448         * pdf-document.cc:
10449         * pdf-document.h:
10450         * test-gdk-output-dev.cc
10451         * Thumb.cc:
10452         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10453         against poppler.
10454
10455 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10458
10459         Clear idle stack before unsetting the document
10460
10461 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10462
10463         * ps/ps-document.c: (ps_document_widget_event),
10464         (ps_document_set_target), (ps_document_finalize),
10465         (ps_document_get_page):
10466
10467         Disconnect the widget event signal on finalize.
10468         Some code cleanups.
10469
10470 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10471
10472         * ps/ps-document.c: (set_up_page):
10473
10474         If there is no bpixmap create one, even if size
10475         is not changed.
10476
10477 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10478
10479         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10480         (set_up_page), (document_load), (ps_document_set_zoom):
10481
10482         Default page is 0. Calculate size even when we have no
10483         target yet.
10484
10485 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10486
10487         * shell/ev-sidebar.c: expand the selection widget to be always as
10488         wide as the sidebar
10489
10490 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10491
10492         * shell/ev-sidebar-thumbnails.c:
10493         (ev_sidebar_thumbnails_set_document):
10494
10495         Clear the list store when setting document
10496
10497 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10498
10499         * shell/ev-page-action.c: (update_entry), (sync_entry),
10500         (activate_cb), (entry_size_request_cb), (create_tool_item),
10501         (connect_proxy):
10502
10503         Use an entry for the page control instead of spinbuttons
10504
10505 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10506
10507         * data/evince.schemas.in:
10508
10509         Correct confusing string
10510
10511 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10512
10513         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10514         for real.  Gosh, how long has this been broken.
10515
10516         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10517         check for a NULL link.  We crash otherwise.
10518
10519 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10520
10521         * NEWS:
10522         * configure.ac:
10523
10524         Release 0.1.5
10525
10526 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10527
10528         * configure.ac: add the french translation.
10529
10530 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10531
10532         * shell/ev-window.c:
10533
10534         Remove unused header -> fix distcheck
10535
10536 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10537
10538         * shell/ev-window.c: (update_window_title),
10539         (ev_window_popup_password_dialog):
10540
10541         Unescape filename for display
10542
10543 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10544
10545         * pdf/xpdf/pdf-document.cc:
10546
10547         In get_page_size deal with rotation. Also
10548         cleanup the function a bit.
10549
10550 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10551
10552         * pdf/xpdf/pdf-document.cc:
10553
10554         Fix crash when opening in new window
10555
10556 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10557
10558         * configure.ac:
10559
10560         Check ghostscript >= 7
10561
10562 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10563
10564         * shell/ev-window.c:
10565
10566         Make page width the default sizing mode
10567
10568 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10569         Marco Pesenti Gritti <marco@gnome.org>
10570
10571         * shell/ev-window.c: Remember the sidebar size
10572
10573         * data/evince.schemas.in: Add a new gconf key to store the size of
10574         the sidebar
10575
10576 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10577
10578         * data/evince-ui.xml:
10579         * shell/ev-window.c: (update_action_sensitivity),
10580         (ev_window_cmd_view_reload):
10581         
10582         Add a "Reload" action and menu entry
10583
10584 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10585
10586         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10587         iff the type doesn't support thumbnailing and indexing.
10588
10589 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10590
10591         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10592
10593 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10594
10595         * pdf/splash/Splash.cc:
10596
10597         Port fix for a crasher from kde bug
10598         http://bugs.kde.org/show_bug.cgi?id=97131
10599
10600 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10601
10602         * pdf/xpdf/pdf-document.cc:
10603
10604         Return a link even if it's of an unrecognized
10605         type. Otherwise we go in an infinte cycle.
10606
10607 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10608
10609         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10610         (size_allocate_cb), (ev_window_set_sizing_mode):
10611
10612         Update size when switching mode
10613
10614 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10615
10616         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10617         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10618         (ev_window_cmd_view_normal_size):
10619
10620         Fix size toggle buttons behavior
10621
10622 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10623
10624         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10625         (doc_rect_to_view_rect), (ev_view_size_allocate),
10626         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10627         (scale_changed_callback):
10628
10629         Do not cache offsets in size_allocate.
10630
10631 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10632
10633         * shell/ev-view.c: (ev_view_size_allocate):
10634
10635         Calculate offsets before calling the parent
10636         class (which does a redraw)
10637
10638 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10639
10640         * pdf/xpdf/pdf-document.cc:
10641
10642         Fix a crasher on exit. Unused code, put a TODO
10643
10644 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10645
10646         * backend/ev-document.c: (ev_document_class_init),
10647         (ev_document_page_changed), (ev_document_scale_changed):
10648         * backend/ev-document.h:
10649
10650         Separate page/scale notifications
10651
10652         * pdf/xpdf/pdf-document.cc:
10653
10654         Emit the new signals.
10655         Do not display the pdf page in _render, do it
10656         when scale/page are requested.
10657
10658         * ps/ps-document.c: (ps_document_set_zoom),
10659         (ps_document_widget_event):
10660         * ps/ps-document.h:
10661
10662         Emit the new signals.
10663
10664         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10665         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10666         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10667         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10668         * shell/ev-view.h:
10669         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10670         (ev_window_cmd_view_page_width), (size_allocate_cb),
10671         (ev_window_set_sizing_mode):
10672
10673         Rework sizing to be pixel based.
10674         There are bugs but should be already way better.
10675
10676 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * shell/ev-window.c: (ev_window_init):
10679
10680         Do not allow to shrink sidebar smaller then
10681         child requisition
10682
10683 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10684
10685         * shell/ev-sidebar.[ch]
10686         * shell/ev-window.c:
10687
10688         Improved sidebar widget. Fixes #166683
10689
10690 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10691
10692         * shell/ev-view.c (update_find_status_message): Give translators
10693         more flexibility with ngettext plural handling.
10694
10695 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10698         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10699         page when we get the page size.
10700
10701 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10702
10703         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10704
10705         ps pages are 0 based, convert 
10706
10707 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10708
10709         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10710
10711         Initialize correct parent class. Set GError on document load
10712
10713 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10714
10715         * pdf/xpdf/pdf-document.cc:
10716
10717         Fixup selection offset calculation
10718
10719         * shell/ev-view.c: (view_rect_to_doc_rect),
10720         (doc_rect_to_view_rect), (ev_view_size_allocate),
10721         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10722         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10723
10724         Store selection as document relative, so that zooming
10725         and offset changing doesnt break it.
10726
10727 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10728
10729         * shell/ev-view.c: (ev_view_best_fit):
10730
10731         Do not try to best fit if the view is not realized
10732
10733 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10734           
10735         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10736
10737 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10738
10739         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10740
10741 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10742
10743         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10744         the popup window.  That prevents it resizing when in full screen
10745         mode.
10746
10747         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10748         multiple rerenders.  This pretty much sucks.
10749
10750         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10751         rest of the toolbar.
10752
10753 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10754
10755         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10756
10757 2005-02-17  Alexander Shopov  <ash@contact.bg>
10758
10759         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10760
10761 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10762
10763         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10764
10765 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10766
10767         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10768         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10769         (set_document_page), (document_changed_callback),
10770         (ev_view_set_document), (ev_view_find_previous),
10771         (ev_view_hide_cursor), (ev_view_show_cursor):
10772         * shell/ev-view.h:
10773         * shell/ev-window.c: (update_chrome_visibility),
10774         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10775         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10776         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10777         (ev_window_unfullscreen):
10778         * shell/main.c: (main):
10779
10780         Automatically hide the fullscreen button.
10781         Patch by Kristian Høgsberg <krh@redhat.com>
10782
10783 2005-02-16  Vincent Noel  <vnoel@cox.net>
10784
10785         * shell/main.c (main): Specify an icon for the window. Patch by
10786         Jaap A. Haitsma. Fixes #166177.
10787
10788 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10789
10790         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10791
10792 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10793
10794         * backend/ev-document-misc.h:
10795         * backend/ev-document-misc.c:
10796         (ev_document_misc_get_page_border_size),
10797         (ev_document_misc_paint_one_page): New function to canonicalize
10798         sizing/painting a border.
10799
10800         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10801         used.
10802
10803         * pdf/xpdf/pdf-document.cc: use new function
10804
10805         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10806         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10807         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10808         shell/ev-window.c: (update_sizing_buttons),
10809         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10810         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10811         (ev_window_cmd_view_page_width), (size_allocate_cb),
10812         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10813         and "fit width" values act as toggle buttons so they stay
10814         toggled.  It's not 100% perfect, and it's a little slow, but it's
10815         good enough to commit I think.
10816
10817 2005-02-15  David Lodge  <dave@cirt.net>
10818
10819         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10820
10821 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10822
10823         * shell/ev-window.c (update_window_title): replace newlines in
10824         the title by spaces. Bug #166107.
10825
10826 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10827
10828         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10829         parameters providing allocation width and height without
10830         scrollbars and width of a possible vertical scrollbar. With this
10831         additional information the functions can work as
10832         intended. Unfortunately they're not idempotent. We should
10833         transform these commands to toggles. Fixes Bug #164976
10834         Initial patch by Stephane Loeuillet, then heavily modified.
10835
10836         * shell/ev-view.h: update prototypes.
10837
10838         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10839         (ev_window_cmd_view_page_width): provide EvView fit functions with
10840         all the information they need. Formulas to calculate this
10841         information taken from GtkScrolledWindow.
10842
10843 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10844
10845         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10846         created a thumbnail, the list store is updated to know
10847         that the thumbnail is set. Fixes bug #166792
10848
10849 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10850
10851         * shell/ev-window.c: fixed typo, closes bug 166897
10852
10853         * TODO: updated TODO with bug numbers that are relevant
10854
10855 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10856
10857         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10858
10859 2005-02-09  Vincent Noel  <vnoel@cox.net>
10860
10861         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10862         and "Next" toolbar buttons as important to make them stand out.
10863
10864 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10865
10866         * lib/ev-debug.c:
10867         * lib/ev-debug.h:
10868         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10869         (start_interpreter), (stop_interpreter), (document_load),
10870         (ps_document_next_page), (ps_document_goto_page),
10871         (ps_document_set_page_size), (ps_document_widget_event),
10872         (ps_document_render):
10873         * shell/ev-page-view.c: (ev_page_view_dispose):
10874         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10875
10876         Fix compilation on non-gcc platforms
10877
10878 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10879
10880         * NEWS:
10881         * configure.ac:
10882
10883         Release 0.1.4
10884
10885         * pdf/xpdf/Catalog.cc:
10886         * pdf/xpdf/XRef.cc:
10887
10888         Fix the fix for CAN-2004-0888
10889
10890 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10891
10892         * data/Makefile.am:
10893         * data/evince-ui.xml:
10894         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10895         * shell/ev-stock-icons.h:
10896         * shell/ev-window.c: (update_action_sensitivity),
10897         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10898         (set_action_properties):
10899
10900         Improve toolbar layout/icons
10901
10902 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10903
10904         * pdf/xpdf/pdf-document.cc:
10905
10906         Add warnings about unimplemented/unknown link
10907         types.
10908
10909 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * ps/ps-document.c: (set_up_page):
10912
10913         Log gs property
10914
10915 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10916
10917         * ps/ps-document.c: (start_interpreter):
10918
10919         Log gs env var
10920
10921 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10922
10923         * shell/ev-page-view.c: (ev_page_view_dispose):
10924         * shell/ev-view.c: (ev_view_finalize):
10925         * shell/ev-window.c: (ev_window_setup_document),
10926         (ev_window_dispose), (ev_window_init):
10927
10928         Solve more refs issues.
10929
10930         I commented out the page_view initialization for now:
10931         it was never destroyed (because it's never added
10932         to a container). Because of that we was leaking
10933         gs processes. Couldnt think to a clean fix.
10934         We need to figure this out, password view has the
10935         same issue probably.
10936
10937 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10938
10939         * ps/ps-document.c: (ps_document_finalize),
10940         (ps_document_get_n_pages), (ps_document_get_page):
10941
10942         Some cleanups, stop the interpreter on finalize
10943
10944         * shell/ev-page-view.c: (ev_page_view_dispose),
10945         (ev_page_view_class_init):
10946
10947         Release our reference on the document
10948
10949 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10950
10951         * Makefile.am:
10952         * configure.ac:
10953         * doc/debugging.txt:
10954         * lib/.cvsignore:
10955         * lib/Makefile.am:
10956         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10957         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10958         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10959         * lib/ev-debug.h:
10960
10961         Add debugging helpers
10962
10963         * ps/Makefile.am:
10964         * ps/ps-document.c: (set_up_page), (start_interpreter),
10965         (stop_interpreter), (document_load), (ps_document_next_page),
10966         (ps_document_goto_page), (ps_document_set_page_size),
10967         (ps_document_widget_event), (ps_document_render):
10968         * shell/Makefile.am:
10969         * shell/ev-view.c: (expose_bin_window):
10970         * shell/main.c: (main):
10971
10972         Add some logs
10973         
10974 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * ps/ps-document.c: (ps_document_widget_event):
10977
10978         Initialize message_window, this should make ps
10979         rendering really work! (Never noticed because I was
10980         testing with a ps that is causing gs to exit every time!)
10981
10982 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10983
10984         * data/evince.schemas.in: updated simple error in applyto closing tag
10985
10986 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10987
10988         * Makefile.am:
10989         * configure.ac:
10990         * data/.cvsignore:
10991         * data/Makefile.am:
10992         * data/evince-ui.xml:
10993         A data/evince.schemas.in:
10994         * po/POTFILES.in:
10995         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10996         * shell/ev-stock-icons.h:
10997         * shell/ev-window.c: (update_chrome_visibility),
10998         (update_chrome_flag), (ev_window_cmd_edit_find),
10999         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11000         (ev_window_unfullscreen), (ev_window_focus_in_event),
11001         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11002         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11003         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11004         (ev_window_dispose), (ev_window_class_init),
11005         (set_action_properties), (set_chrome_actions), (load_chrome),
11006         (ev_window_init):
11007
11008         Implement fullscreen mode changes from bug #164776.
11009         Also implement persistent chrome toggles.
11010
11011 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11012
11013         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11014
11015 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11016
11017         * NEWS:
11018         * configure.ac:
11019         * shell/ev-view.c:
11020
11021         Add another check for find interface
11022
11023         Release 0.1.3
11024
11025 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11026
11027         * shell/ev-application.c: (ev_application_open):
11028         * shell/ev-window.c: (ev_window_open):
11029
11030         Open gzipped ps documents
11031
11032 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11033
11034         * TODO:
11035         * shell/ev-view.c: (set_document_page):
11036
11037         Clamp page number, dont try to move to
11038         not existant pages.
11039
11040 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11041
11042         * backend/ev-document-find.c: (ev_document_find_changed):
11043         * backend/ev-document-find.h:
11044         * pdf/xpdf/pdf-document.cc:
11045         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11046         * shell/ev-window.c: (find_bar_search_changed_cb):
11047
11048         Fix several bugs with find
11049
11050 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11051
11052         * shell/ev-sidebar-thumbnails.c
11053         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11054         document. Prevents warning from scroll_to_cell.
11055
11056 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11057
11058         * configure.ac: Add «nb» to ALL_LINGUAS too.
11059
11060 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11061
11062         * NOTES: New file with some random thoughts.
11063
11064         * TODO: Update.
11065
11066         * backend/ev-document-misc.c:
11067         (ev_document_misc_get_page_border_size): New function to
11068         canonicalize shadow drawing sizes.  Possibly goofy.
11069
11070         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11071         (ev_view_best_fit), (ev_view_fit_width):
11072         * pdf/xpdf/pdf-document.cc:
11073         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11074         * ps/ps-document.c: (ps_document_get_page_size):
11075         * backend/ev-document-misc.h:
11076         * backend/ev-document.c: (ev_document_get_page_size):
11077         * backend/ev-document.h: get_page_size now takes a page number
11078         parameter.  Made all the backends/frontends honor it.
11079
11080         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11081         see.  Doesn't work yet.
11082
11083         * shell/Makefile.am:
11084         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11085         Doesn't do anything yet.
11086
11087         * shell/ev-sidebar-thumbnails.c:
11088         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11089         [0..n_pages-1]
11090
11091         * shell/ev-window.c: (update_action_sensitivity),
11092         (ev_window_setup_document), (ev_window_set_page_mode),
11093         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11094         view-swapping code a bit so we can have multiple views on a
11095         document.  Add the multi-page view, though it can't be turned on
11096         yet.
11097
11098 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11099
11100         * shell/ev-application.c: (ev_application_open):
11101         * shell/ev-view.c: (expose_bin_window):
11102         * shell/ev-window.c: (ev_window_open):
11103
11104         Support eps and check document supports find
11105         before drawing highlightings in expose.
11106
11107 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11108
11109         * pixbuf/pixbuf-document.c:
11110         (pixbuf_document_thumbnails_get_dimensions),
11111         (pixbuf_document_document_thumbnails_iface_init):
11112
11113         implement get_dimensions
11114
11115 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * NEWS:
11118         * configure.ac:
11119
11120         Release 0.1.2
11121
11122 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * shell/ev-view.c: (set_document_page):
11125
11126         Scroll at the top of the page when changing page
11127
11128 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11129
11130         * shell/ev-view.c: (ev_view_motion_notify_event):
11131
11132         Do not redraw unnecessarily
11133
11134 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11135
11136         * pdf/xpdf/pdf-document.cc:
11137         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11138         (expose_bin_window), (find_changed_cb):
11139
11140         Yay! find works now... Now to find bugs...
11141
11142 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11143
11144         * backend/ev-document-find.c: (ev_document_find_base_init),
11145         (ev_document_find_changed):
11146         * backend/ev-document-find.h:
11147         * pdf/xpdf/pdf-document.cc:
11148         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11149         (expose_bin_window), (ev_view_init), (set_document_page),
11150         (ensure_rectangle_is_visible), (jump_to_find_result),
11151         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11152         (ev_view_find_next), (ev_view_find_previous):
11153         * shell/ev-view.h:
11154         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11155
11156         More work on find implementation, mostly there now
11157
11158 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11159
11160         * backend/ev-backend-marshalers.list:
11161         * backend/ev-document-find.c: (ev_document_find_base_init),
11162         (ev_document_find_cancel), (ev_document_find_page_has_results),
11163         (ev_document_find_get_n_results), (ev_document_find_get_result),
11164         (ev_document_find_get_progress), (ev_document_find_changed):
11165         * backend/ev-document-find.h:
11166
11167         Enanche the find interface to be really able to do
11168         multi page find.
11169
11170         * pdf/xpdf/pdf-document.cc:
11171
11172         Implement
11173
11174         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11175         (expose_bin_window), (ev_view_init),
11176         (ev_view_get_find_status_message), (find_changed_cb),
11177         (ev_view_set_document), (set_document_page):
11178
11179         Adapt to the new interface. A few things are regressed sorry,
11180         I will finish it soon.
11181
11182 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11183
11184         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11185         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11186         ev_sidebar_thumbnails_parent_class variable, don't define another
11187         parent_class variable.
11188
11189         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11190         (ev_page_action_class_init): ditto.
11191
11192         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11193         (pixbuf_document_class_init): ditto.
11194
11195         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11196         ditto.
11197
11198         * .cvsignore: ignore various valgrind output files.
11199
11200 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11201
11202         * data/evince-ui.xml:
11203         * shell/Makefile.am:
11204         * shell/ev-history.c:
11205         * shell/ev-history.h:
11206         * shell/ev-navigation-action.c:
11207         * shell/ev-navigation-action.h:
11208         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11209         (ev_view_set_page), (ev_view_fit_width):
11210         * shell/ev-view.h:
11211         * shell/ev-window.c: (update_action_sensitivity),
11212         (ev_window_setup_document), (register_custom_actions):
11213
11214         Kill session history
11215
11216 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11217
11218         * shell/ev-window.c: (update_action_sensitivity):
11219
11220         Fix inverted up/down buttons
11221
11222 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11223
11224         * shell/ev-sidebar-thumbnails.c
11225         (ev_sidebar_thumbnails_select_page): make sure the selected
11226         thumbnail stays visible.
11227
11228 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11229
11230         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11231         scrolled window for Federico.
11232
11233 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11234
11235         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11236
11237 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11238
11239         * configure.ac:
11240         * pdf/splash/SplashFTFontEngine.cc:
11241
11242         Fix CID fonts with freetype 2.1.9
11243
11244 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11245
11246         * TODO: added item for desktop icon thumbnailer
11247
11248 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11249
11250         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11251         unloaded docs when the title is accessed.
11252
11253         * shell/ev-password-view.[hc]: New widget for displaying password
11254         state.
11255
11256         * shell/ev-window.[ch]: Refactor password handling code to handle
11257         the new view.
11258
11259 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11260
11261         * NEWS:
11262         * configure.ac:
11263         * data/Makefile.am:
11264
11265         Release 0.1.1
11266
11267 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11268
11269         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11270         ignore page offset here, to make search results independent of it,
11271
11272         * shell/ev-view.c (expose_bin_window): but take offsets into
11273         account here. Bug #164932
11274
11275         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11276         scale at the right time. Bug #164996
11277
11278 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11279
11280         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11281         fix the problem. Now I just removed the Adobe font names and hope
11282         that the URW fonts are always in outline format. Bug #164934
11283
11284         * shell/ev-window.c (update_window_title): empty titles are
11285         useless, use filename in that case too.
11286
11287         * NEWS: Add some content.
11288
11289 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11290
11291         * TODO: added one more TODO item and a TODONE section :)
11292
11293 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11294
11295         * ps/ps-document.h: add page_[xy]_offset fields.
11296
11297         * ps/ps-document.c (ps_document_set_page_offset)
11298         (ps_document_render): Keep offset in consideration in a few
11299         places. Bug #164752 "postscript documents are not centered in
11300         window"
11301
11302         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11303         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11304
11305         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11306         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11307         stub out missing methods for complete EvDocument implementation.
11308         Fixes segfaults with Save A Copy and Copy actions.
11309
11310         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11311         (ps_document_document_iface_init): ditto.
11312         
11313 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * data/.cvsignore:
11316         * data/Makefile.am:
11317         * data/evince.desktop.in:
11318
11319         Add desktop file
11320
11321 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * shell/ev-view.c: (ev_view_button_press_event),
11324         (ev_view_motion_notify_event):
11325
11326         Make selection work in any direction
11327
11328 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11329
11330         * TODO:
11331         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11332
11333         Use shorter labels for some of the toolbars items
11334
11335 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * pdf/xpdf/pdf-document.cc:
11338
11339         Check the links info is initialized before
11340         using it. Should fix a crash on startup.
11341
11342 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11343
11344         * pixbuf/pixbuf-document.c
11345         (pixbuf_document_thumbnails_get_dimensions): force floating point
11346         division to calculate page_ratio. Fixes crash with landscape
11347         format pixbufs.
11348
11349 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11350
11351         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11352
11353 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11354
11355         * shell/ev-view.c (set_document_page): unset has_selection when
11356         the page changes.
11357         (set_document_page): handle paper size changes when the page
11358         changes (test with Free Culture, page 2).
11359
11360 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11361
11362         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11363         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11364
11365         Use normal style color for the widget background and
11366         draw a black box around the page.
11367
11368 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11369
11370         * pdf/xpdf/pdf-document.cc:
11371
11372         Keep offset in consideration in a few places
11373
11374         * shell/ev-view.c: (expose_bin_window):
11375
11376         Set the offsets so that the document is ever centered
11377
11378 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11379
11380         * TODO: Added TODO items and finished off the first todo item
11381
11382         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11383         reflect current authors
11384
11385 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11386
11387         * pdf/xpdf/pdf-document.cc:
11388         * shell/ev-view.c: (ev_view_set_cursor),
11389         (ev_view_motion_notify_event), (document_changed_callback),
11390         (set_document_page):
11391
11392         Show a wait cursor while the page is rendering
11393
11394 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11395
11396         * shell/ev-sidebar-thumbnails.c:
11397         (ev_sidebar_tree_selection_changed),
11398         (ev_sidebar_thumbnails_select_page):
11399         * shell/ev-sidebar-thumbnails.h:
11400         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11401         (ev_view_can_go_forward):
11402         * shell/ev-window.c: (ev_window_open_page),
11403         (ev_window_setup_document), (update_current_page),
11404         (view_page_changed_cb), (ev_window_init):
11405         * shell/ev-window.h:
11406
11407         Ensure thumbnails selection, toolbar page control and
11408         current page are in sync.
11409
11410 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * pdf/xpdf/XRef.cc:
11413
11414         Fix CAN-2005-0064
11415
11416 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * backend/Makefile.am:
11419         * backend/ev-document-links.h:
11420         * backend/ev-document-security.c: (ev_document_security_get_type),
11421         (ev_document_security_has_document_security),
11422         (ev_document_security_set_password):
11423         * backend/ev-document-security.h:
11424         * backend/ev-document.c: (ev_document_error_quark):
11425         * backend/ev-document.h:
11426         * data/Makefile.am:
11427         * data/evince-password.glade:
11428         * pdf/xpdf/pdf-document.cc:
11429         * shell/Makefile.am:
11430         * shell/ev-password.c: (ev_password_set_bad_password_label),
11431         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11432         (ev_password_dialog_get_password),
11433         (ev_password_dialog_set_bad_pass):
11434         * shell/ev-password.h:
11435         * shell/ev-window.c: (ev_window_get_attribute),
11436         (ev_window_set_property), (update_action_sensitivity),
11437         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11438         (ev_window_setup_document), (ev_window_get_password),
11439         (ev_window_open), (ev_window_cmd_save_as),
11440         (using_postscript_printer), (ev_window_print),
11441         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11442         (update_fullscreen_popup), (ev_window_fullscreen),
11443         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11444         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11445         (menu_item_select_cb), (find_bar_search_changed_cb),
11446         (ev_window_dispose), (ev_window_init):
11447
11448         Add initial support for password-supported dialogs.  This could be
11449         a lot cooler, but it'll do for now.
11450
11451 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11452
11453         * pdf/xpdf/pdf-document.cc:
11454         * shell/ev-view.c: (status_message_from_link),
11455         (ev_view_set_status), (ev_view_set_cursor),
11456         (ev_view_motion_notify_event), (ev_view_init):
11457         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11458
11459         Fix bugs in the links implementation and change cursor
11460         when hovering a link.
11461
11462 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11463
11464         * viewer/.cvsignore: added cvsignore file for viewer directory
11465
11466         * TODO: created TODO document
11467
11468 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11469
11470         * shell/ev-view.h:
11471         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11472         new functions to help with implementation of sensitivity code
11473         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11474         of all actions that might require it.  Fixes a crash when you
11475         click on the Zoom actions in a window lacking a document.
11476
11477 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11478
11479         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11480         of the Find action
11481
11482 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11483
11484         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11485         (pixbuf_document_document_iface_init):
11486         * ps/ps-document.c: (ps_document_get_link),
11487         (ps_document_document_iface_init):
11488         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11489         (status_message_from_link), (ev_view_set_status),
11490         (ev_view_set_find_status), (ev_view_motion_notify_event),
11491         (ev_view_button_release_event), (ev_view_set_property),
11492         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11493         (ev_view_get_find_status_message), (update_find_results),
11494         (ev_view_get_status), (ev_view_get_find_status):
11495         * shell/ev-view.h:
11496         * shell/ev-window.c: (view_status_changed_cb),
11497         (view_find_status_changed_cb), (ev_window_init):
11498
11499         View status message support, use it to show the links.
11500         Needs work...
11501
11502 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11503
11504         * backend/ev-document.c: (ev_document_get_link):
11505         * backend/ev-document.h:
11506         * pdf/xpdf/pdf-document.cc:
11507         * shell/ev-application.c: (ev_application_open):
11508         * shell/ev-application.h:
11509         * shell/ev-sidebar-links.c: (selection_changed_cb):
11510         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11511         (ev_view_go_to_link):
11512
11513         Add support for document links
11514
11515 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11516
11517         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11518         (create_tool_item):
11519         Set the spin button limits correctly.
11520         
11521         * shell/ev-sidebar-thumbnails.c:
11522         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11523         Support changing pages by clicking on the thumbnails.
11524         
11525 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11526
11527         * pixbuf/pixbuf-document.c:
11528         (pixbuf_document_thumbnails_get_dimensions),
11529         (pixbuf_document_document_thumbnails_iface_init):
11530
11531         implement get_dimensions
11532
11533 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * ps/ps-document.c: (ps_document_goto_page):
11536
11537         Fix page switching on multipage documents
11538
11539 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11540
11541         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11542         
11543         check for NULL before assigning to width and height parameters
11544
11545 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11546
11547         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11548         (pixbuf_document_set_property), (pixbuf_document_get_property):
11549
11550         implement get/set properties
11551
11552 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11553
11554         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11555         
11556         return NULL instead of "Unknown", letting the title get set to
11557         the filename when the pdf has no title.
11558
11559 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11560
11561         * ps/ps-document.c: (ps_document_get_page_count),
11562         (ps_document_goto_page):
11563
11564 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * shell/ev-history.c: (ev_history_get_property),
11567         (ev_history_set_property), (ev_history_class_init),
11568         (ev_history_add_page), (ev_history_set_current_index):
11569         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11570         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11571         (ev_navigation_action_finalize):
11572         * shell/ev-navigation-action.h:
11573         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11574         (ev_view_go_forward), (ev_view_get_find_status_message),
11575         (history_index_changed_cb), (ev_view_set_history):
11576         * shell/ev-view.h:
11577         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11578         (update_current_page), (register_custom_actions):
11579
11580         Implement history dropdowns
11581
11582 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11583
11584         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11585         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11586         (ev_view_go_forward):
11587         * shell/ev-window.c: (register_custom_actions):
11588
11589         Fix several history bugs
11590
11591 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11592
11593         * configure.ac: Add «nb» to ALL_LINGUAS.
11594
11595 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11596
11597         * backend/Makefile.am:
11598         * backend/ev-bookmark.c:
11599         * backend/ev-bookmark.h:
11600         * backend/ev-document-bookmarks.c:
11601         * backend/ev-document-bookmarks.h:
11602         * backend/ev-document-links.c: (ev_document_links_get_type),
11603         (ev_document_links_has_document_links),
11604         (ev_document_links_begin_read), (ev_document_links_get_link),
11605         (ev_document_links_get_child), (ev_document_links_next),
11606         (ev_document_links_free_iter):
11607         * backend/ev-document-links.h:
11608         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11609         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11610         (ev_link_get_link_type), (ev_link_set_link_type),
11611         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11612         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11613         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11614         (ev_link_new_external):
11615         * backend/ev-link.h:
11616         * pdf/xpdf/pdf-document.cc:
11617         * shell/Makefile.am:
11618         * shell/ev-application.c: (ev_application_open_link):
11619         * shell/ev-application.h:
11620         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11621         (ev_history_get_link_nth):
11622         * shell/ev-history.h:
11623         * shell/ev-sidebar-bookmarks.c:
11624         * shell/ev-sidebar-bookmarks.h:
11625         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11626         (ev_sidebar_links_class_init), (selection_changed_cb),
11627         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11628         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11629         (do_one_iteration), (populate_links_idle),
11630         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11631         * shell/ev-sidebar-links.h:
11632         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11633         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11634         (go_to_index):
11635         * shell/ev-view.h:
11636         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11637         * shell/ev-window.h:
11638
11639         Rename bookmark to link, and use "Index" for the sidebar panel.
11640
11641 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11642
11643         * shell/Makefile.am:
11644         * shell/ev-application.c: (ev_application_open_bookmark):
11645         * shell/ev-application.h:
11646         * shell/ev-history.c: (ev_history_init), (free_links_list),
11647         (ev_history_finalize), (ev_history_class_init),
11648         (ev_history_add_link), (ev_history_add_page),
11649         (ev_history_get_link_nth), (ev_history_get_n_links),
11650         (ev_history_get_current_index), (ev_history_set_current_index),
11651         (ev_history_new):
11652         * shell/ev-history.h:
11653         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11654         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11655         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11656         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11657         (ev_view_set_page):
11658         * shell/ev-view.h:
11659         * shell/ev-window.c: (ev_window_open_bookmark),
11660         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11661         (goto_page_cb), (register_custom_actions):
11662         * shell/ev-window.h:
11663
11664         Initial history implementation. Needs work.
11665
11666 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11667
11668         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11669
11670 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11671
11672         * cut-n-paste/recent-files/egg-recent-item.c:
11673         * cut-n-paste/recent-files/egg-recent-item.h:
11674         * cut-n-paste/recent-files/egg-recent-model.c:
11675         * cut-n-paste/recent-files/egg-recent-util.c:
11676         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11677         * cut-n-paste/recent-files/egg-recent-view.c:
11678
11679         Update
11680
11681 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11682
11683         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11684         (fillGlyph, fillImageMask, drawImage):
11685         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11686         pdf/splash/SplashTypes.h:
11687         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11688         packed mode for Splash.
11689
11690         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11691         RGB8 packed mode, eliminates the pixbuf data creation loop.
11692
11693         * shell/ev-print-job.c (ev_print_job_finalize)
11694         (ev_print_job_set_property, ev_print_job_get_property)
11695         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11696         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11697         (print_closure_finalize, ev_print_job_print): implement
11698         printing (for backends with EvPsExporter)
11699
11700         * shell/ev_print_job.h: update prototypes.
11701
11702         * shell/ev-window.c (ev_window_print): unref print job after
11703         printing.
11704
11705         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11706         unless the document implements the EvDocumentFind interface.
11707
11708 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11709
11710         * configure.ac: Added ja to ALL_LINGUAS.
11711
11712 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11713
11714         * pdf/xpdf/pdf-document.cc:
11715
11716         add a FIXME. We should probably not allocate
11717         a bookmark object every time
11718
11719 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11720
11721         * shell/ev-application.c: (ev_application_open),
11722         (ev_application_open_bookmark):
11723         * shell/ev-application.h:
11724         
11725         Add a way to open bookmarks
11726
11727         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11728         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11729         (ev_bookmark_set_property), (ev_bookmark_class_init),
11730         (ev_bookmark_new_title), (ev_bookmark_new_link),
11731         (ev_bookmark_new_external):
11732
11733         Support for external uris, better constructors.
11734
11735         * backend/ev-bookmark.h:
11736         * pdf/xpdf/pdf-document.cc:
11737         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11738
11739         Handle external uris
11740
11741 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11744         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11745
11746         Hook up bookmarks navigation
11747
11748 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11749
11750         * backend/Makefile.am:
11751         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11752         (ev_bookmark_get_title), (ev_bookmark_set_title),
11753         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11754         (ev_bookmark_get_page), (ev_bookmark_set_page),
11755         (ev_bookmark_get_property), (ev_bookmark_set_property),
11756         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11757         (ev_bookmark_new):
11758         * backend/ev-bookmark.h:
11759         * backend/ev-document-bookmarks.c:
11760         (ev_document_bookmarks_get_bookmark):
11761         * backend/ev-document-bookmarks.h:
11762         * pdf/xpdf/pdf-document.cc:
11763         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11764
11765         Add a bookmark object to the backend and use it instead of get_values
11766
11767 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * data/evince-ui.xml:
11770
11771         Cleanup and add select all.
11772
11773         * shell/ev-view.c: (ev_view_select_all),
11774         (ev_view_button_press_event):
11775         * shell/ev-view.h:
11776         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11777
11778         Add select all.
11779         Clear selection on click.
11780
11781 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11782
11783         * shell/ev-sidebar-thumbnails.c
11784         (ev_sidebar_thumbnails_set_document): forgot to unref the
11785         loading_icon.
11786
11787 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11788
11789         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11790         at the visible page, not just linearly.  This makes it look fast.
11791
11792 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11793
11794         * backend/ev-document-misc.c
11795         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11796         white.
11797         * backend/ev-document-thumbnails.h: New interface to get the size
11798         of a page.
11799
11800 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11801
11802         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11803         make dist works
11804
11805 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11806
11807         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11808         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11809         things up a bit.
11810
11811         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11812
11813 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11814
11815         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11816         fonts. Should fix font problems on systems that have the base
11817         fonts in bitmap format. Reported by James Henstridge
11818         <james@jamesh.id.au>.
11819
11820 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11821
11822         * pdf/xpdf/Gfx.cc:
11823         * pdf/xpdf/GfxState.cc:
11824
11825         Fix for CAN-2004-1125
11826
11827 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * shell/ev-view.c: (ev_view_copy):
11830         * shell/ev-view.h:
11831         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11832
11833         Implement Edit->Copy
11834
11835 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * backend/ev-document.c: (ev_document_get_text):
11838         * backend/ev-document.h:
11839         * pdf/xpdf/pdf-document.cc:
11840         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11841         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11842         (ev_view_update_primary_selection), (ev_view_button_press_event),
11843         (ev_view_motion_notify_event), (ev_view_button_release_event):
11844
11845         Beginnings of clipboard support. Incomplete but primary sort
11846         of work.
11847
11848 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11851         (expose_bin_window):
11852
11853         Nicer rubberband drawing, from GtkIconView.
11854
11855 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * backend/ev-document.c: (ev_document_save):
11858         * backend/ev-document.h:
11859         * data/evince-ui.xml:
11860         * pdf/xpdf/pdf-document.cc:
11861         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11862
11863         Implement "Save a copy..." menu item
11864
11865 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11866
11867         * shell/ev-view.c: (ev_view_zoom):
11868
11869         Queue a resize when zoom changes
11870
11871 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11872
11873         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11874         shadows.
11875
11876         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11877         thumbnails..
11878
11879 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11880
11881         * pdf/xpdf/pdf-document.cc
11882         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11883
11884 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11885
11886         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11887         It's slow, but I'll speed it up next!
11888
11889 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11890
11891         * shell/main.c (load_files):
11892
11893         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11894         from the command line and because it seems more appropriate.
11895
11896 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11897
11898         * data/evince-ui.xml:
11899         * shell/ev-window.c: (update_action_sensitivity),
11900         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11901
11902         s/next page/page down
11903         s/previous page/page up
11904
11905 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11906
11907         * data/evince-ui.xml:
11908
11909         Change the layout to match clarkbw design.
11910
11911         * shell/Makefile.am:
11912         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11913         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11914         (ev_navigation_action_finalize),
11915         (ev_navigation_action_set_property),
11916         (ev_navigation_action_get_property),
11917         (ev_navigation_action_class_init):
11918         * shell/ev-navigation-action.h:
11919
11920         Implement clarkbw toolbar navigation controls (incomplete)
11921
11922         * shell/ev-page-action.c: (update_label), (update_spin),
11923         (value_changed_cb), (create_tool_item), (connect_proxy),
11924         (ev_page_action_init), (ev_page_action_finalize),
11925         (ev_page_action_set_property), (ev_page_action_get_property),
11926         (ev_page_action_set_current_page),
11927         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11928         * shell/ev-page-action.h:
11929
11930         Implement a page switcher in the toolbar
11931
11932         * shell/ev-view.c: (ev_view_scroll_view):
11933         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11934         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11935         (register_custom_actions), (ev_window_init):
11936
11937         Change page on PageUp/Down.
11938
11939 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11940
11941         * pdf/xpdf/pdf-document.cc
11942         (pdf_document_thumbnails_get_thumbnail): initial stab at
11943         implementing thumbnail support for pdfs.  It only does documents
11944         with precached pdfs now.
11945
11946 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11947
11948         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11949         thumbnail code into a time-based idle as well.  Also, turn off the
11950         shadow temporarily as it's really slow.
11951
11952 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11953
11954         * backend/ev-document.c: (ev_document_class_init):
11955         * pdf/xpdf/pdf-document.cc:
11956         * shell/ev-window.c: (ev_window_open):
11957
11958         Fix document title bugs and fallback to
11959         filename when not available.
11960
11961 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11962
11963         * backend/ev-document.c: (ev_document_get_type),
11964         (ev_document_class_init), (ev_document_load),
11965         (ev_document_get_title):
11966         * backend/ev-document.h:
11967         * pdf/xpdf/pdf-document.cc:
11968         * ps/ps-document.c: (ps_document_set_property),
11969         (ps_document_get_property), (ps_document_class_init),
11970         (document_load):
11971         * ps/ps-document.h:
11972         * ps/ps.h:
11973         * shell/ev-window.c: (update_window_title), (ev_window_open),
11974         (ev_window_init):
11975
11976         Initial support for document title. Not working yet.
11977
11978 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11979
11980         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11981
11982         Grab focus on the view when clicking it
11983
11984 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11985
11986         * shell/ev-marshal.list:
11987         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11988         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11989
11990         Add key bindings to the view. Now if the focus would work
11991         right...
11992
11993 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * Makefile.am:
11996         * backend/Makefile.am:
11997         * data/Makefile.am:
11998         * dvi/Makefile.am:
11999         * dvi/dvilib/Makefile.am:
12000         * pdf/xpdf/Makefile.am:
12001         * po/POTFILES.in:
12002         * ps/Makefile.am:
12003
12004         Fix distcheck
12005
12006 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12007
12008         * shell/ev-view.c: (ev_view_realize):
12009
12010         Fix mouse wheel scrolling
12011
12012 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12013
12014         * ps/Makefile.am:
12015         * ps/gstypes.h:
12016         * ps/gtkgs.c:
12017         * ps/gtkgs.h:
12018         * ps/ps-document.c: (catchPipe), (ps_document_init),
12019         (ps_document_class_init), (ps_document_cleanup),
12020         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12021         (set_up_page), (close_pipe), (is_interpreter_ready),
12022         (interpreter_failed), (output), (input), (start_interpreter),
12023         (stop_interpreter), (file_length), (file_readable),
12024         (check_filecompressed), (check_pdf), (compute_xdpi),
12025         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12026         (ps_document_get_type), (ps_document_emit_error_msg),
12027         (document_load), (ps_document_next_page),
12028         (ps_document_get_current_page), (ps_document_get_page_count),
12029         (ps_document_goto_page), (ps_document_set_page_size),
12030         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12031         (ps_document_load), (ps_document_get_n_pages),
12032         (ps_document_set_page), (ps_document_get_page),
12033         (ps_document_widget_event), (ps_document_set_target),
12034         (ps_document_set_scale), (ps_document_set_page_offset),
12035         (ps_document_get_page_size), (ps_document_render),
12036         (ps_document_document_iface_init):
12037         * ps/ps-document.h:
12038         * ps/ps.c:
12039         * shell/ev-window.c: (ev_window_open):
12040
12041         Rename GtkGS to PSDocument
12042
12043 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12044
12045         * ps/gtkgs.c: (gtk_gs_class_init):
12046         * ps/gtkgs.h:
12047
12048         Some more leftover...
12049
12050 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12051
12052         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12053         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12054         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12055         * ps/gtkgs.h:
12056
12057         Remove unused code and make a lot of stuff private
12058
12059 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12060
12061         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12062         (gtk_gs_defaults_changed):
12063         * ps/gsdefaults.h:
12064         * ps/gtkgs.c:
12065         * ps/gtkgs.h:
12066         * ps/ps.h:
12067
12068         Cleanup headers dependencies
12069
12070 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * ps/Makefile.am:
12073         * ps/ggvutils.c:
12074         * ps/ggvutils.h:
12075         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12076         * ps/gsdefaults.h:
12077         * ps/gtkgs.c: (file_length), (file_readable),
12078         (check_filecompressed), (check_pdf), (gtk_gs_load),
12079         (gtk_gs_get_postscript):
12080
12081         Get rid of ggvutils
12082
12083 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * ps/ggvutils.c:
12086         * ps/ggvutils.h:
12087         * ps/gsio.h:
12088         * ps/gtkgs.c: (gtk_gs_set_zoom):
12089
12090         Cleanups
12091
12092 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12095
12096         Ensure the page is rerendered when changing zoom
12097
12098 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12099
12100         * backend/ev-document.c: (ev_document_base_init),
12101         (ev_document_changed):
12102         * backend/ev-document.h:
12103
12104         Add a changed event that is emitted when the page content
12105         changes. This is necessary to deal with the fact that
12106         in ps backend rendering happen asycrounously.
12107         This makes the ps backend mostly work.
12108
12109         * pdf/xpdf/pdf-document.cc:
12110
12111         Emit changed event
12112
12113         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12114         (ps_document_set_target):
12115
12116         Emit changed event
12117
12118         * shell/ev-view.c: (document_changed_callback),
12119         (ev_view_set_document), (ev_view_set_page):
12120
12121         Redraw on the changed signal
12122
12123 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12124
12125         * configure.ac: Added pt_BR to ALL_LINGUAS.
12126
12127 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12128
12129         * backend/ev-document-bookmarks.c:
12130         (ev_document_bookmarks_get_child): *
12131         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12132         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12133         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12134         (ev_sidebar_bookmarks_destroy),
12135         (ev_sidebar_bookmarks_class_init),
12136         (ev_sidebar_bookmarks_construct), (stack_data_free),
12137         (do_one_iteration), (populate_bookmarks_idle),
12138         (ev_sidebar_bookmarks_clear_document),
12139         (ev_sidebar_bookmarks_set_document): *
12140         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12141         (ev_sidebar_add_page),
12142         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12143         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12144         it displays both the topics and the page numbers.
12145
12146 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12147
12148         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12149         toggle.
12150         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12151         visible.
12152
12153 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12154
12155         * configure.ac: Added en_CA to ALL_LINGUAS.
12156
12157 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12158
12159         * ChangeLog: replace bottom of this ChangeLog (merged history of
12160         ggv and gpdf; where all paths were wrong and most of the files are
12161         not even in this tree) with ChangeLog (from arch) of the shell
12162         code.
12163
12164 2004-12-23  Havoc Pennington  <hp@redhat.com>
12165
12166         * shell/ev-window.c: hook up potentially-questionable "find
12167         results status text" feature - something involving the sidebar or
12168         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12169         might be better in the end.
12170
12171         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12172         with corresponding signal when it should be updated
12173
12174         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12175
12176 2004-12-22  Havoc Pennington  <hp@redhat.com>
12177
12178         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12179         find stuff on other pages, sort of (only returns one result on
12180         invisible pages, to show they have results; updates full results
12181         for a page when you view it). Currently repaints the current page
12182         every time a new result is found on any page, which isn't so nice.
12183
12184 2004-12-22  Havoc Pennington  <hp@redhat.com>
12185
12186         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12187         the document doesn't support find (better ideas?)
12188         (find_bar_search_changed_cb): handle missing document or document
12189         that doesn't support find
12190
12191         * pdf/xpdf/pdf-document.cc: port to implement the new
12192         EvDocumentFindIface
12193
12194         * backend/ev-document-find.c: create a new interface for searching
12195
12196         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12197
12198 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12199
12200         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12201         libevbackend.la.
12202
12203         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12204         EvPrintJob constructor arguments.
12205
12206         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12207         for documents that can export PostScript (page by page).
12208
12209         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12210         
12211         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12212         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12213         (pdf_document_ps_exporter_iface_init:
12214         Implement EvPSExporter.
12215
12216         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12217
12218 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12219
12220         * backend/Makefile.am:
12221         * backend/ev-document-thumbnails.c:
12222         (ev_document_thumbnails_get_type),
12223         (ev_document_thumbnails_get_thumbnail):
12224         * backend/ev-document-thumbnails.h:
12225         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12226         (pixbuf_document_thumbnails_get_thumbnail),
12227         (pixbuf_document_document_thumbnails_iface_init):
12228         * shell/Makefile.am:
12229         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12230         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12231         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12232         * shell/ev-sidebar-thumbnails.h:
12233         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12234         (ev_sidebar_set_document):
12235         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12236         (create_shadow), (ev_pixbuf_add_shadow):
12237         * shell/ev-utils.h:
12238         Add thumbnail support.
12239         
12240 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12241
12242         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12243         (using_postscript_printer): Set up a print dialog for "PostScript
12244         injection" method.
12245
12246         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12247         EvPrintJob.
12248
12249         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12250
12251 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12252
12253         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12254         (ps_document_set_target), (ps_document_get_page_size),
12255         (ps_document_render):
12256         * ps/gtkgs.h:
12257
12258         Fix a few bugs
12259
12260 2004-12-22  Christian Rose  <menthos@menthos.com>
12261
12262         * configure.ac: Added "sv" to ALL_LINGUAS.
12263
12264 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12265
12266         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12267         document supports bookmarks.
12268
12269 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12270
12271         * ps/ggvutils.c: (ggv_file_readable):
12272         * ps/ggvutils.h:
12273         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12274         (gtk_gs_get_postscript):
12275
12276         Remove unused utils
12277
12278 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12281         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12282         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12283         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12284         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12285         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12286         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12287         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12288         (gtk_gs_set_antialiasing), (ps_document_load),
12289         (ps_document_render):
12290         * ps/gtkgs.h:
12291
12292         Another check point for the ps backend. Now I can get it to show
12293         pages!
12294
12295 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12296
12297         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12298         document setting code.
12299
12300 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12301
12302         * shell/eggfindbar.c: (entry_activate_callback):
12303         Animate the next button when activate is pressed.
12304         
12305 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12306
12307         * shell/ev-window.c: (ev_window_cmd_edit_find),
12308         (update_fullscreen_popup), (ev_window_fullscreen),
12309         (ev_window_unfullscreen), (ev_window_state_event_cb),
12310         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12311         Fix bugs in fullscreen code.
12312         
12313 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12314
12315         * Makefile.am:
12316         * configure.ac:
12317         * pixbuf/Makefile.am:
12318         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12319         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12320         (pixbuf_document_set_page), (pixbuf_document_get_page),
12321         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12322         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12323         (pixbuf_document_render), (pixbuf_document_begin_find),
12324         (pixbuf_document_end_find), (pixbuf_document_finalize),
12325         (pixbuf_document_class_init),
12326         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12327         * pixbuf/pixbuf-document.h:
12328         * shell/Makefile.am:
12329         * shell/ev-application.c: (ev_application_open):
12330         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12331         (ev_window_open):
12332         Add pixbuf backend.
12333         
12334 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12335
12336         * Makefile.am: 
12337         * dvi/dvilib/Makefile.am:
12338         * dvi/Makefile.am:
12339         * configure.ac: Auto*ify dvi and dvi/dvilib
12340
12341         * dvi/Makefile: Remove from CVS
12342         
12343         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12344         confusion.
12345
12346         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12347         
12348         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12349         
12350 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12351
12352         * ps/Makefile.am:
12353         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12354         (gtk_gs_value_adjustment_changed), (compute_size),
12355         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12356         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12357         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12358         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12359         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12360         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12361         (ps_document_load), (ps_document_get_n_pages),
12362         (ps_document_set_page), (ps_document_get_page),
12363         (ps_document_set_target), (ps_document_set_scale),
12364         (ps_document_set_page_offset), (ps_document_get_page_size),
12365         (ps_document_render), (ps_document_begin_find),
12366         (ps_document_end_find), (ps_document_document_iface_init):
12367         * ps/gtkgs.h:
12368         * shell/Makefile.am:
12369         * shell/ev-window.c: (ev_window_open):
12370
12371         Some work to integrate gtkgs with EvDocument
12372
12373 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12374
12375         * shell/ev-window.c: (update_fullscreen_popup),
12376         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12377         (exit_fullscreen_button_clicked_cb),
12378         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12379         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12380         (ev_window_state_event_cb), (ev_window_init):
12381         Add fullscreen support from Epiphany.
12382         
12383 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12384
12385         * data/ev-stock-zoom-fit-width.png: fit-width
12386         stock icon from gpdf.
12387         
12388         * shell/ev-stock-icons.[ch]: copied from gpdf.
12389         
12390         * shell/main.c: (main): init stock icons.
12391         
12392         * shell/ev-window.c: use the fit-width icon.
12393         
12394         * data/evince-ui.xml: add zooming toolbar items.
12395
12396 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12397
12398         * shell/ev-view.c: 
12399         (ev_view_best_fit), (ev_view_fit_width): because
12400         get_page_size() returns the scaled page size, we
12401         need to calculate the scale factor relative to
12402         the previous scale factor. Should really just
12403         add get_real_page_size().
12404
12405 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12406
12407         * shell/ev-view.[ch]:
12408         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12409         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12410         add zooming.
12411         
12412         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12413         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12414         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12415         hook it up.
12416         
12417         * pdf/xpdf/pdf-document.cc:
12418         (pdf_document_begin_find),
12419         (pdf_document_end_find): make static.
12420
12421 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12422
12423         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12424
12425         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12426         names to fontconfig patterns.
12427         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12428
12429         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12430         setupBaseFontsFc.
12431
12432 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * Makefile.am:
12435         * configure.ac:
12436         * ps/Makefile.am:
12437         * ps/ggvutils.c:
12438         * ps/ggvutils.h:
12439         * ps/gsdefaults.c:
12440         * ps/gsdefaults.h:
12441         * ps/gsio.c:
12442         * ps/gsio.h:
12443         * ps/gtkgs.c:
12444         * ps/gtkgs.h:
12445         * ps/ps.c:
12446         * ps/ps.h:
12447
12448         Import ggv backend. Not hooked up yet.
12449
12450 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12451
12452         * shell/main.c: (load_files), (main): load files
12453         from the command line.
12454
12455 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12456
12457         * configure.ac: don't require bonobo.
12458         
12459         * cut-n-paste/recent-files/*: kill bonobo recent
12460         view.
12461
12462         * shell/ev-window.c:
12463         (ev_window_is_empty): upd.
12464         (unable_to_load), (ev_window_open): load backend
12465         based on the mime type.
12466
12467 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12468
12469         * backend/.cvsignore: ignore generated marshalers source.
12470
12471         * shell/main.c (main): this is not epiphany.
12472
12473 2004-12-22  Havoc Pennington  <hp@redhat.com>
12474
12475         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12476         (expose_bin_window): draw find highlights
12477
12478         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12479         
12480         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12481         (pdf_document_end_find): implement this interface
12482
12483         * backend/ev-document.c (ev_document_found): add this to emit
12484         signal
12485
12486 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12487
12488         * data/evince-ui.xml: Add a few more toolbar items.
12489
12490         * shell/ev-window.c: Hook up page navigation toolbar 
12491         items.
12492
12493         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12494         a page-changed signal.
12495
12496         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12497         Add ev_document_get_page().
12498
12499         * shell/ev-window.c: Sensitize/desensitize navigation
12500         actions.
12501
12502 2004-12-21  Havoc Pennington  <hp@redhat.com>
12503
12504         * backend/ev-backend-marshal.c,
12505         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12506         marshaler-generator thingy. I'm sure there's a better way to do
12507         this in the modern world.
12508
12509         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12510         end_find methods and "found" signal.
12511
12512         * configure.ac: find glib-genmarshal
12513
12514 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12515
12516         * shell/ev-sidebar.c: Construct an actual sidebar.
12517         * shell/ev-sidebar-bookmarks.[ch]:
12518         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12519
12520 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12521
12522         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12523         Redo size handling.
12524         
12525         * shell/ev-view.c: Track the size from the document.
12526
12527 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12528
12529         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12530         constructor assumes ownership of the string passed in.
12531         
12532         * shell/ev-window.c (ev_window_open): Destroy the error
12533         dialog once we've displayed it.
12534
12535 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12536
12537         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12538         a bit, it works! (sort of)
12539
12540         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12541         Move to .cc since we need to use C++ in the implementation.
12542
12543         * shell/dummy.cc: Add a CC file to force evince
12544         to be linked as a C++ program.
12545
12546 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12547
12548         * shell/ev-view.[ch]: Start of content-area widget.
12549
12550         * shell/ev-window.c: Create a EvView, update it
12551         as we change documents.
12552
12553         * shell/Makefile.am shell/ev-marshal.list: Add
12554         generated marshalers.
12555
12556 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12557
12558         * Makefile.am (SUBDIRS): move shell.
12559
12560 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12561
12562         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12563         .a to libtool convenience libraries.
12564
12565         * shell/ev-window.c (ev_window_open): Hard code loading
12566         a PDF document.
12567         
12568         * backend/ev-document.h: Add a boolean return to load(),
12569         fix GError * to GError **.
12570
12571         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12572         object for a PDF backend EvDocument.
12573
12574 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12575
12576         * dvi/*: New directory with the beginning of a .dvi backend.
12577
12578 2004-12-21  Havoc Pennington  <hp@redhat.com>
12579
12580         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12581         previous/next instead of back/forward
12582
12583 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12584
12585         * backend/ev-document.[ch]: Fix a couple of problems so
12586         it compile.
12587
12588 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12589
12590         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12591         to backend/ directory, rename EvViewer to EvDocument.
12592
12593 2004-12-21  Havoc Pennington  <hp@redhat.com>
12594
12595         * shell/ev-window.c: hook up the find bar widget; now we just need
12596         a document to find things in
12597
12598         * shell/eggfindbar.c: a find bar widget
12599
12600 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12601
12602         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12603
12604 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12605
12606         * pdf/**: Import of xpdf code from gpdf. 
12607
12608         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12609
12610         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12611         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12612         Fix FreeType includes.
12613
12614         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12615         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12616         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12617         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12618         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12619         Include xpdfconfig.h
12620         
12621 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12622
12623         * shell/ev-window.c (ev_window_dispose): dispose can be called
12624         multiple times.
12625
12626 2004-12-21  Havoc Pennington  <hp@redhat.com>
12627
12628         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12629         rather than Evince
12630
12631         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12632         items; really they should be synced with the strings, etc. from
12633         current gpdf, but just getting the boring typing out of the way 
12634
12635 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12636
12637         * po/POTFILES.in:
12638         * shell/ev-application.c: (window_destroy_cb):
12639         * shell/ev-window.c:
12640         * shell/main.c: (main):
12641
12642         Actually show the window...
12643
12644 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12645
12646         * Makefile.am:
12647         * shell/Makefile.am:
12648         * shell/ev-application.c: (ev_application_class_init):
12649         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12650
12651         Make it build again
12652
12653 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12654
12655         Import to gnome cvs.
12656         
12657         * Remove copies of gpdf and ggv trees.
12658         * Rip out all the recursive configure code.
12659         * Remove bonobo machinery.
12660         * viewer/*: GInterfaces that backends should/can implement.
12661
12662 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12663
12664         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12665         typo
12666
12667 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12668
12669         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12670         (ev_application_finalize, ev_application_class_init)
12671         (ev_application_init): use GType instance private data for priv.
12672
12673         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12674         (ev_window_finalize, ev_window_class_init)
12675         (ev_window_init): ditto.
12676
12677 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12678
12679         * shell/ev-application.c (ev_application_new_window): make public
12680         (ev_application_show_initial_window): kill.
12681
12682         * shell/ev-application.h: update prototypes.
12683
12684         * shell/main.cc (main): inline ev_application_show_initial_window.
12685
12686 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12687
12688         * shell/ev-application.c (ev_application_new_window): impl.
12689         (ev_application_show_initial_window): use it.
12690         (is_window_empty, ev_application_get_empty_window): returns an
12691         existing empty window or a new one.
12692         (ev_application_open): from ev_window_cmd_file_open.
12693
12694         * shell/ev-application.h: update prototypes
12695
12696         * shell/ev-window.c (ev_window_is_empty): impl.
12697         (ev_window_open): make public.
12698         (ev_window_cmd_file_open): use ev_application_open
12699
12700         * shell/ev-window.h: update prototypes, remove unused.
12701
12702 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12703
12704         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12705         move destroy handler out of here...
12706
12707         * shell/ev-application.c, shell/ev-application.h: ...into this new
12708         class. Also handles initial window creation.
12709
12710         * shell/main.cc (main): use EvApplication to create initial
12711         window.
12712
12713 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12714
12715         * Makefile.am (SUBDIRS): add cut-n-paste
12716
12717         * cut-n-paste/Makefile.am: add
12718
12719         * configure.ac: generate Makefiles in cut-n-paste
12720
12721 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12722
12723         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12724         (ev_window_class_init): install ev_window_dispose.
12725
12726 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12727
12728         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12729         char (gchar looks stupid).
12730
12731 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12732
12733         * po/de.po: updated German translation.
12734
12735 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12736
12737         * configure.ac: add more pkg-config library checks for gnome-vfs,
12738         bonobo etc.
12739
12740         * gpdf/configure.in: temporarily disable libpaper
12741         checks. Otherwise I'd have to add the checks for the shell, too.
12742
12743 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12744
12745         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12746         and * file filters to the file choose.
12747
12748 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * po/de.po: Updated German translation.
12751
12752 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12755
12756 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12757
12758         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12759
12760         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12761         (ev_window_init): implement those menuitems.
12762
12763 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12764
12765         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12766
12767         * shell/ev-window.c (ev_window_init): use the toolbar.
12768
12769 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12770
12771         * shell/ev-window.c (ev_window_init): use menu translations
12772
12773 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12774
12775         * configure.ac: add "de" to ALL_LINGUAS.
12776
12777         * po/de.po: add German translation.
12778
12779 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12780
12781         * Makefile.am (SUBDIRS): add po
12782
12783         * configure.ac: check intltool, glib-gettext etc, generate
12784         po/Makefile.in
12785
12786         * po, po/POTFILES.in, po/POTFILES.skip: new.
12787
12788 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12789
12790         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12791         already use (#ifdef ENABLE_NLS)
12792
12793         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12794         pointer indirection thinko.
12795
12796         * shell/main.c: include gi18n.h for bindtextdomain etc.
12797
12798 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12799
12800         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12801         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12802         tooltips for menu items in the statusbar.
12803
12804 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12805
12806         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12807         pkgdatadir drop UIDIR
12808
12809 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12810
12811         * data/evince-ui.xml: Add File->Open menu item
12812
12813         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12814         chooser), hook it up in the ui manager.
12815
12816 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12817
12818         * shell/ev-window.c: fix Help->About tooltip.
12819
12820 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12821
12822         * configure.ac: set CFLAGS for libevprivate.
12823
12824         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12825         definitions, factory etc.
12826
12827         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12828
12829         * shell/Makefile.am: link against libevprivate.a.
12830
12831         * shell/ev-window.c (entries): add stock icon to Help->About.
12832
12833         * shell/main.c (main): init stock icon code.
12834
12835 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12836
12837         * lib/recent-files: egg recent files code
12838
12839         * lib/Makefile.am: add.
12840
12841         * Makefile.am: add lib subdir.
12842
12843         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12844         set CFLAGS for recent-files.
12845
12846 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12847
12848         * configure.ac: disable -ansi and -pedantic gcc flags. They
12849         disable POSIX stuff in stdio.h, but egg-recent uses them.
12850
12851 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12852
12853         * configure.ac: add --disable-deprecated flag (defaults to on in
12854         "cvs" builds).
12855
12856         * shell/Makefile.am (INCLUDES): use it.
12857
12858 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12859
12860         * shell/main.c: add missing #include.
12861
12862         * shell/ev-window.c: fix for pedantic gcc.
12863         (ev_window_cmd_help_about): split license into paragraphs for
12864         translators and pedantic compilers.
12865
12866 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12867
12868         * configure.ac: add more warning flags if compiling with gcc from
12869         cvs (or explicitly requested with --enable-more-warnings).
12870
12871 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12872
12873         * data/evince-ui.xml: add File and File->Close menu.
12874
12875         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12876         (ev_window_destroy): quit after destroy.
12877         (ev_window_class_init): override GtkObject::destroy.
12878         (entries): install close_window callback.
12879
12880 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12881
12882         * Makefile.am (SUBDIRS): add data subdir.
12883
12884         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12885         gtk+ 2.5.0 for GtkAboutDialog.
12886
12887         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12888         main window.
12889
12890         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12891
12892         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12893         manager.
12894         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12895
12896 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12897
12898         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12899
12900 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12901
12902         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12903
12904 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12905
12906         * shell/*: Added shell directory boilerplate, build it.
12907
12908 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12909
12910         * configure.ac, Makefile.am: Added top-level configure.ac and
12911         Makefile.am