]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use g_content_type_guess () to get mimetype for files. Bug #510401.
[evince.git] / ChangeLog
1 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2
3         * libdocument/ev-document-factory.c:
4         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
5         (get_document_from_uri):
6
7         Use g_content_type_guess () to get mimetype for files.
8         Bug #510401.
9
10 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * thumbnailer/Makefile.am:
13
14         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
15         
16 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * configure.ac:
19
20         Fix build with --without-libgnome. Fixes bug #512771.
21         
22 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
23
24         * backend/dvi/Makefile.am: Install only dvi
25         module. Fixes bug #512718.
26
27 2008-01-29   Matthias Clasen  <mclasen@redhat.com>
28
29         * properties/ev-properties-main.c: (nautilus_module_initialize):
30         
31         Initialize backends in properties tab. Fixes bug
32         #512720.
33
34 2008-01-29   Matthias Clasen  <mclasen@redhat.com>
35
36         * properties/Makefile.am: No need to link with 
37         libraries. Fixes bug #512719.
38
39 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
40
41         * NEWS:
42         * configure.ac:
43         
44         Update for release 2.21.90.
45
46 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * shell/ev-window.c: (ev_window_cmd_escape):
49
50         Fix compile warning.
51         
52 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
55
56         Fix printing in dvi backend when filename contains white
57         espaces. Fixes bug #502839.
58         
59 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
62         (screensaver_disable_x11):
63         * shell/Makefile.am:
64         * shell/xdg-user-dir-lookup.c: Removed
65         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
66         * shell/ev-view.c: (ev_view_presentation_transition_start):
67         * shell/ev-window.c: (ev_window_cmd_file_open),
68         (ev_window_cmd_save_as), (presentation_set_timeout):
69
70         Remove #ifdefs that are no longer needed.
71         
72 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * shell/ev-view.[ch]: (ev_view_button_release_event),
75         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
76         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
77         (ev_window_cmd_escape):
78
79         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
80         
81 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * configure.ac:
84         * backend/comics/comics-document.c: (comics_document_load):
85         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
86         (ev_attachment_set_property), (ev_attachment_init),
87         (ev_attachment_save), (ev_attachment_launch_app),
88         (ev_attachment_open):
89         * libdocument/ev-document-factory.c: (get_document_from_uri):
90         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
91         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
92         * shell/ev-jobs.c:
93         * shell/ev-password.c: (ev_password_dialog_set_property),
94         (ev_password_dialog_save_password):
95         * shell/ev-sidebar-attachments.c:
96         (ev_sidebar_attachments_drag_data_get):
97         * shell/ev-window-title.c: (get_filename_from_uri):
98         * shell/ev-window.c: (ev_window_clear_temp_file),
99         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
100         (ev_window_open_uri), (window_save_file_copy_ready_cb),
101         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
102         (launch_external_uri), (image_save_dialog_response_cb),
103         (attachment_save_dialog_response_cb):
104         * shell/main.c: (load_files), (load_files_remote), (main):
105         * thumbnailer/evince-thumbnailer.c: (main):
106
107         Port to gio and drop gnome-vfs dependency. Fixes bug
108         #510401. Based on patch by Cosimo Cecchi.
109         
110 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
111
112         * NEWS:
113
114         Fixed formatting inconsistencies (spaces vs. tabs)
115
116 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
117
118         * shell/ev-window.c:
119
120         Use top/up/bottom/down arrows instead of
121         first/left/last/right in the toolbar and menu actions.
122         This fixes issues with RTL languages and is visually
123         consistent with the page view. Fixes bug #170081.
124
125 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
126
127         * NEWS:
128
129         Fixed some inaccuracies pointed out by Carlos Garcia
130         Campos.
131
132 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
133
134         * NEWS:
135         * data/evince.schemas.in:
136         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
137
138         Override PDF restrictions by default. Fixes bug #382700.
139
140 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
141
142         * NEWS: Updated for upcoming release
143
144 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
147
148         Fix memory leak.
149         
150 2008-01-23  Gil Forcada <gilforcada@guifi.net>
151
152         * shell/ev-window.c: (register_custom_actions):
153         
154         Added comment for translators
155
156 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-view.c: (ev_view_button_release_event):
159
160         Do not create the idle function for kinetic scrolling if we are
161         not in a drag operation.
162
163 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
166         (ev_view_button_press_event), (ev_view_motion_notify_event),
167         (ev_view_button_release_event):
168
169         Restore cursor after autoscrolling. Fixes bug #509958.
170
171 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * configure.ac:
174         * backend/pdf/ev-poppler.cc:
175         (pdf_document_images_get_image_mapping),
176         (pdf_document_images_get_image),
177         (pdf_document_document_images_iface_init):
178         * libdocument/ev-document-images.[ch]:
179         (ev_document_images_get_image_mapping),
180         (ev_document_images_get_image):
181         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
182         (ev_image_get_id), (ev_image_save_tmp):
183         * shell/ev-jobs.c: (ev_job_render_run):
184         * shell/ev-view.c: (ev_view_drag_data_get):
185         * shell/ev-window.c: (image_save_dialog_response_cb),
186         (ev_view_popup_cmd_copy_image):
187
188         Do not render images when rendering the page but on demand. It
189         reduces the memory comsumption.
190         
191 2008-01-18  Marcelo Lira  <setanta@gmail.com>
192
193         * configure.a:
194         * shell/ev-password.c:
195
196         Make gnome-keyring optional. Fixes bug #509676.
197         
198 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-pixbuf-cache.c: (add_job):
201
202         Initialize include_images variable as FALSE instead of TRUE.
203         
204 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
205
206         * configure.ac:
207         * cut-n-paste/Makefile.am:
208         * cut-n-paste/fileformatchooser/Makefile.am:
209         * cut-n-paste/fileformatchooser/egg-macros.h:
210         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
211         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
212         * shell/Makefile.am:
213         * shell/ev-utils.c:
214         (file_chooser_dialog_add_writable_pixbuf_formats),
215         (get_gdk_pixbuf_format_by_extension):
216         * shell/ev-utils.h:
217         * shell/ev-window.c: (ev_window_error_message),
218         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
219         
220         Simplify image format selection on save.
221
222 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
223
224         * shell/ev-view.c: (ev_view_scroll_event):
225         
226         Repair gorizontal scrolling with shift. Fixes
227         bug #483412.
228
229 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
230         
231         * MAINTAINERS:
232
233         Fix formatting issues.
234         
235 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
236
237         * backend/comics/comics-document.c: (comics_regex_quote):
238         
239         Don't overquote special chars except of '. See bug 
240         502500. Thanks to Tom Parker.
241
242 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
243
244         * MAINTAINERS:
245         
246         Added Nickolay and Carlos, since they're doing most of
247         the releases nowadays.
248
249 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
250
251         * properties/Makefile.am:
252
253         Get the nautilus extension dir properly instead of using
254         a hack. Fixes bug #505359.
255
256 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
257
258         * properties/Makefile.am:
259         
260         Install nautilus extension into new place. See bug
261         #505359. Thanks to Matthias Clasen, Brian Pepple and
262         Damien Carbery.
263
264 2008-01-13   Djihed Afifi  <djihed@gmail.com>
265
266         * shell/ev-window.c: (ev_window_get_recent_file_label):
267         
268         RTL marker in recent file list. See bug #509076.
269
270 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
273         * shell/ev-window.c: (image_save_dialog_response_cb):
274
275         Fix compile warnings due to unused variables.
276         
277 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * configure.ac:
280         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
281         * backend/ps/ev-spectre.c: (ps_document_render):
282
283         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
284
285 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
286
287         * shell/ev-transition-animation.c (ev_transition_animation_fade)
288         (ev_transition_animation_paint): Implement "fade" effect.
289
290 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
291
292         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
293         (ev_transition_animation_paint): Implement "uncover" effect.
294
295 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
296
297         * shell/ev-transition-animation.c (ev_transition_animation_cover)
298         (ev_transition_animation_paint): Implement "cover" effect.
299
300 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
301
302         * shell/ev-transition-animation.c (ev_transition_animation_push)
303         (ev_transition_animation_paint): Implement "push" effect.
304
305 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
306
307         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
308         (ev_transition_animation_paint): Implement "dissolve" effect.
309
310 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
311
312         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
313         (ev_transition_animation_paint): Implement "wipe" effect.
314
315 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
316
317         * shell/ev-transition-animation.c (ev_transition_animation_box)
318         (ev_transition_animation_paint): Implement "box" effect.
319
320 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
321
322         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
323         (ev_transition_animation_paint): Implement "blinds" effect.
324
325 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
326
327         * shell/ev-transition-animation.c (ev_transition_animation_split)
328         (ev_transition_animation_paint): Implement "split" effect.
329
330 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
331
332         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
333         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
334         (ev_view_transition_animation_start) 
335         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
336         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
337         (ev_view_next_page) (ev_view_previous_page):
338         
339         Use EvTransitionAnimation to drive page changes in the presentation
340         mode, the animation will wait to start until both the origin and 
341         destination page surfaces are available. Fixes #458460.
342
343         (draw_loading_text):
344
345         Remove workaround for bug #320352, it's now fixed properly.
346
347
348 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
349
350         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
351         will contain the implementations for page transition animations, at
352         the moment it just has the "replace" effect.
353         * shell/Makefile.am: Added these files to build.
354
355 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
356
357         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
358         animations.
359         * shell/Makefile.am: Added these files to build.
360
361 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
362
363         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
364         implementation to get_effect() in EvDocumentTransitionIface.
365
366 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
367
368         * libdocument/ev-transition-effect.[ch]: New files, define a page
369         transition effect, at the moment it maps PopplerPageTransition to a
370         GObject.
371         * libdocument/Makefile.am: Added these files to build.
372         * libdocument/ev-document-transition.[ch]
373         (ev_document_transition_get_effect): New method, gets the
374         EvTransitionEffect returned by the interface implementation, with
375         fallback to the "replace" effect.
376
377 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
378
379         * configure.ac:
380         * cut-n-paste/Makefile.am:
381         * cut-n-paste/fileformatchooser/Makefile.am:
382         * cut-n-paste/fileformatchooser/egg-macros.h:
383         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
384         * shell/Makefile.am:
385         * shell/ev-window.c: (image_save_dialog_response_cb),
386         (ev_view_popup_cmd_save_image_as):
387
388         Allow exporting images in any format supported by
389         GdkPixbuf. Fixes bug #500209.
390         
391 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * backend/pixbuf/pixbuf-document.c:
394
395         More warnings fixed.
396         
397 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
400         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
401         * backend/djvu/djvu-text.h:
402         * backend/tiff/tiff-document.c: (tiff_document_render):
403
404         Fix compile warnings.
405         
406 2007-12-28  Christian Persch  <chpe@gnome.org>
407
408         * **/*.c: Include config.h. Bug #504721.
409
410 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * configure.ac:
413         * Makefile.am:
414         * po/POTFILES.in:
415         * backend/comics/Makefile.am:
416         * backend/comics/comics-document.[ch]:
417         * backend/comics/comicsdocument.evince-backend.in:
418         * backend/djvu/Makefile.am:
419         * backend/djvu/djvu-document.[ch]:
420         * backend/djvu/djvudocument.evince-backend.in:
421         * backend/dvi/Makefile.am:
422         * backend/dvi/dvi-document.[c]:
423         * backend/dvi/dvidocument.evince-backend.in:
424         * backend/impress/Makefile.am:
425         * backend/impress/impress-document.[ch]:
426         * backend/impress/impressdocument.evince-backend.in:
427         * backend/pdf/Makefile.am:
428         * backend/pdf/ev-poppler.cc:
429         * backend/pdf/ev-poppler.h:
430         * backend/pdf/pdfdocument.evince-backend.in:
431         * backend/pixbuf/Makefile.am:
432         * backend/pixbuf/pixbuf-document.[ch]:
433         * backend/pixbuf/pixbufdocument.evince-backend.in:
434         * backend/ps/Makefile.am:
435         * backend/ps/ev-spectre.[ch]:
436         * backend/ps/ps-document.[ch]:
437         * backend/ps/psdocument.evince-backend.in:
438         * backend/tiff/Makefile.am:
439         * backend/tiff/tiff-document.[ch]:
440         * backend/tiff/tiffdocument.evince-backend.in:
441         * libdocument/Makefile.am:
442         * libdocument/ev-backends-manager.[ch]:
443         * libdocument/ev-module.[ch]:
444         * libdocument/ev-document.h:
445         * libdocument/ev-document-factory.[ch]:
446         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
447         (get_compression_from_mime_type), (get_document_from_uri),
448         (ev_document_factory_get_document), (file_filter_add_mime_types),
449         (ev_document_factory_add_filters):
450         * shell/Makefile.am:
451         * shell/ev-window-title.c: (get_filename_from_uri):
452         * shell/main.c: (main):
453         * thumbnailer/Makefile.am:
454         * thumbnailer/evince-thumbnailer.c: (main):
455
456         Plugin system for backends. Fixes bug #351348.
457         
458 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
459
460         * shell/ev-view-private.h:
461         * shell/ev-view.c: (ev_view_drag_update_momentum),
462         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
463         (ev_view_button_release_event), (ev_view_destroy):
464         
465         Kinetic scrolling implemented as requested in
466         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
467
468 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
469
470         * data/evince-toolbar.xml:
471         * data/evince-ui.xml:
472         * shell/ev-view-private.h:
473         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
474         (ev_view_button_press_event), (ev_view_motion_notify_event),
475         (ev_view_button_release_event), (ev_view_init),
476         (ev_view_autoscroll_cb), (ev_view_autoscroll),
477         (ev_view_set_cursor):
478         * shell/ev-view.h:
479         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
480         (ev_window_cmd_view_autoscroll):
481         
482         Autoscroll feature with the context menu. Fixes bug 
483         #323670. Thanks to David Turner <cillian64@googlemail.com>.
484
485 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
488
489         Disconnect also page-ready signal when removing a job because the
490         page size has changed. Thanks to kripken
491         <kripkensteiner@gmail.com>.
492
493 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
494
495         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
496         
497         Scroll pages in page entry with mouse wheel. Fixes bug
498         #324122. Thanks to David Turner <cillian64@googlemail.com>.
499
500 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * backend/dvi/Makefile.am:
503         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
504         (mdvi_cairo_device_init):
505         * backend/dvi/mdvi-lib/common.h:
506         * backend/dvi/mdvi-lib/mdvi.h:
507         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
508         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
509         (mdvi_build_path_from_cwd):
510
511         Add ps specials support in dvi backend when libspectre is
512         present. Fixes bug #386005.
513         
514 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * configure.ac:
517         * backend/ps/Makefile.am:
518         * backend/ps/ev-spectre.[ch]:
519         
520         Use libspectre, if available, for the ps backend. Fixes bugs
521         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
522
523 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
524         
525         * backend/comics/comics-document.c: (comics_document_load):
526         
527         Cygwin build issue fix.
528
529 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-view.c: (ev_view_set_zoom):
532
533         Do not limit the minimum zoom factor when sizing mode is best bit
534         or fit width. Fixes bug #503805.
535         
536 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
539         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
540         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
541         (ev_link_dest_get_property), (ev_link_dest_set_property),
542         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
543         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
544         (ev_link_dest_new_fitr):
545         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
546         (goto_fith_dest), (goto_xyz_dest):
547
548         Do not change left, top and zoom values when they are null in PDF
549         destinations. Fixes bug #460658.
550         
551 2007-12-10  Christian Persch  <chpe@gnome.org>
552
553         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
554         (ev_view_accessible_class_init),
555         (ev_view_accessible_idle_do_action),
556         (ev_view_accessible_action_do_action),
557         (ev_view_accessible_action_get_description),
558         (ev_view_accessible_action_set_description),
559         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
560         (ev_view_accessible_factory_init),
561         (ev_view_accessible_factory_get_accessible_type):
562         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
563         private data, and G_DEFINE_TYPE. Bug #502843.
564
565 2007-12-08  Christian Persch  <chpe@gnome.org>
566
567         * shell/ev-metadata-manager.c: (item_free),
568         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
569         (value_free), (parse_value), (parseItem),
570         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
571         (save_values): Use GSlice to allocate small amounts of memory. Bug
572         #475972.
573
574 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
577
578         Restore cursor to normal after a drag operation. Fixes bug
579         #501603.
580         
581 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
582
583         * NEWS:
584         * configure.ac:
585         
586         Update for release 2.21.1
587
588 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * configure.ac:
591         * cut-n-paste/gedit-message-area/Makefile.am:
592         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
593         * shell/Makefile.am:
594         * shell/ev-message-area.[ch]:
595         * shell/ev-window.c: (ev_window_set_message_area),
596         (ev_window_error_message_response_cb), (ev_window_error_message),
597         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
598         (ev_window_save_job_cb), (image_save_dialog_response_cb),
599         (ev_attachment_popup_cmd_open_attachment),
600         (attachment_save_dialog_response_cb), (ev_window_set_document),
601         (ev_window_init):
602
603         Use a message area instead of a popup dialog for error
604         notifications. Fixes bug #337495.
605         
606 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
609         (ev_window_run_fullscreen):
610
611         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
612         
613 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * ev-sidebar-thumbnails.c: (update_visible_range),
616         (ev_sidebar_thumbnails_refresh),
617         (ev_sidebar_thumbnails_set_document),
618         (ev_sidebar_thumbnails_support_document):
619
620         Show thumbnails for documents with one page. Fixes bug #358751.
621         
622 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * shell/ev-window.c:
625         (ev_window_load_print_settings_from_metadata),
626         (ev_window_save_print_settings), (ev_window_print_finished),
627         (ev_window_print_range):
628
629         Print settings that are specific to the document are now saved per
630         document in the metadata file. Fixes bug #488806.
631         
632 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
633
634         * backend/tiff/tiff-document.c: (tiff_document_render):
635
636         Tiff documents were rendered with wrong colors. Fixes bug #497279.
637         
638 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * shell/ev-application.[ch]: (get_find_string_from_args),
641         (ev_application_open_uri_at_dest), (ev_application_open_uri),
642         (ev_application_open_uri_list):
643         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
644         * shell/ev-window.[ch]: (ev_window_load_job_cb),
645         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
646         (ev_window_cmd_recent_file_activate),
647         (ev_window_open_recent_action_item_activated),
648         (ev_window_print_send), (open_remote_link):
649         * shell/main.c: (arguments_parse):
650
651         Add a command line option for search. Fixes bug #497710.
652         
653 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
654
655         * shell/ev-jobs.c: (ev_job_print_new):
656
657         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
658         
659 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * data/evince-toolbar.xml:
662         * shell/Makefile.am:
663         * shell/ev-application.c: (ev_application_init):
664         * shell/ev-open-recent-action.[ch]:
665         * shell/ev-window.c:
666         (ev_window_open_recent_action_item_activated),
667         (register_custom_actions):
668
669         Add an expander to the open toolbar item which pops up a dropdown
670         menu with the recently used documents. Fixes bug #487215.
671         
672 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-window.c: (ev_window_open_uri),
675         (ev_window_cmd_view_reload):
676
677         Do not jump to the first page when reloading by running evince
678         from the command line. Fixes bug #490847.
679         
680 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
681
682         * shell/ev-window.c: (ev_window_cmd_help_contents):
683
684         Plugged memory leak when help file is not found. Fixes bug
685         #490762.
686         
687 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * configure.ac:
690
691         Enable djvu, dvi and comics backends by default. Fixes bug
692         #437121.
693         
694 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * configure.ac:
697         * cut-n-paste/Makefile.am:
698         * cut-n-paste/recent-files/*: Removed
699         * help/reference/Makefile.am:
700         * shell/Makefile.am:
701         * shell/ev-application.[ch]: (ev_application_shutdown),
702         (ev_application_init):
703         * shell/ev-window.c: (ev_window_add_recent),
704         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
705
706         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
707         
708 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
709
710         * shell/ev-window.c: (launch_external_uri):
711
712         Let GnomeVFS check the URL, this allow more URL (like mailto:),
713         and report error if the URL is not supported (#489910).
714
715 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
718         (pdf_document_file_exporter_begin_page),
719         (pdf_document_file_exporter_end_page):
720
721         Fix printing with poppler splash backend. Fixes bug #489774.
722         
723 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
726         * shell/ev-print-job.c: (ev_print_job_class_init):
727
728         Fix a crash when printing with the gnome-print dialog. Fixes bug
729         #488939.
730         
731 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
732
733         * backend/pixbuf/pixbuf-document.c:
734
735         Fix an implicit function definition warning (#487655)
736
737 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-window.c:
740
741         Fix conflicting shortcut for view sade pane and presentation.
742         
743 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * backend/pdf/ev-poppler.cc:
746         (pdf_document_file_exporter_begin_page),
747         (pdf_document_file_exporter_do_page),
748         (pdf_document_file_exporter_end_page),
749         (pdf_document_file_exporter_iface_init):
750         * libdocument/ev-file-exporter.[ch]:
751         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
752         * shell/ev-jobs.c: (ev_job_print_get_page_list),
753         (ev_job_print_run):
754
755         When printing multiple pages per sheet in reverse option, do not
756         invert the order of the pages in every sheet, but the order of the
757         sheets. Do not print blank pages when page range is invalid. Fixes
758         bugs #484857 and #485521.
759         
760 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * shell/ev-jobs.c: (ev_job_print_get_page_list),
763         (ev_job_print_run):
764         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
765
766         Respect ranges order when printing more than one range in random
767         order.
768         
769 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
770
771         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
772         (ev_window_setup_document), (ev_window_rotation_changed_cb):
773
774         Rotate also the window icon when document is rotated. Fixes bug
775         #474681.
776         
777 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
780         (pdf_document_forms_get_form_fields):
781
782         Silently ignore unknown form fields. Fixes bug #482654. Patch by
783         Matthias Drochner.
784         
785 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * configure.ac:
788         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
789
790         Use poppler_page_render_for_printing() instead of
791         poppler_page_render() if available when exporting to a ps or pdf
792         file. Fixes bug #476627.
793         
794 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * shell/ev-window.c: (ev_window_run_fullscreen):
797
798         Do not show the toolbar in fullscreen mode if the main toolbar is
799         not visible. Fixes bug #483048.
800         
801 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-view.c: (ev_view_button_press_event):
804
805         Give priority to form fields over images when deciding whether a
806         button press event is over an image or form field. It allows edit
807         form fields when they are over a background image. Fixes bug
808         #477841.
809         
810 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
811
812         * NEWS:
813         * configure.ac:
814         
815         Update for release 2.20.0
816
817 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * backend/pdf/ev-poppler.cc:
820
821         Remove #ifdef HAVE_FORMS, so that forms support works again.
822
823 2007-09-05  Götz Waschk  <waschk@mandriva.org>
824
825         * configure.ac:
826         * data/evince.desktop.in.in:
827         
828         Fixes desktop file issues. See bug #473471.
829
830 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
833         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
834         (ev_job_queue_remove_job):
835         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
836         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
837         * shell/ev-window.c: (ev_window_clear_save_job),
838         (ev_window_save_job_cb), (file_save_dialog_response_cb),
839         (ev_window_dispose):
840
841         Move save a copy task to its own job so that it's carried out in a
842         thread avoiding another lock in the main thread. Use
843         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
844         can be saved to a pathin another file system. Fixes bug #456891.
845         
846 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
847
848         * NEWS:
849         * configure.ac:
850         
851         Update for release 2.19.92
852
853 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * configure.ac:
856         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
857         (pdf_selection_get_selection_region),
858         (pdf_selection_get_selection_map),
859         (ev_form_field_from_poppler_field):
860
861         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
862         and triple click selections are enabled again now.
863
864 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-window.c: (ev_window_add_history):
867
868         Make sure not to use the history with documents not supporting
869         links. Fixes bug #468954.
870
871 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window.c: (ev_window_load_job_cb):
874
875         Restart the search when reloading a document with the find bar
876         visible. Fixes bug #461962.
877
878 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-window.c: (setup_document_from_metadata),
881         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
882
883         Do not jump to the first page when reloading a document from the
884         last page.
885
886 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * shell/ev-window.c: (update_chrome_flag),
889         (setup_sidebar_from_metadata),
890         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
891         (ev_window_cmd_edit_find_next),
892         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
893         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
894         (find_bar_close_cb), (view_actions_focus_in_cb):
895
896         Do not update visibility when changing a chrome flag so that it's
897         possible to update several flags and update visibility only once
898         for all of them.
899
900 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
903
904         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
905         supported by gtk+. Fixes bug #460907.
906
907 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-view.c: (view_update_range_and_current_page):
910
911         Make sure current-page <= end-page in continuous mode. Fixes bug
912         #454950.
913
914 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * backend/pdf/ev-poppler.cc: (build_tree):
917
918         Ignore outline items without a title. Fixes bug #453913.
919
920 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
923         (ev_view_button_release_event), (ev_view_leave_notify_event):
924
925         Use always drag mouse cursor during a drag operation. Fixes bug
926         #470564.
927
928 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
931         (pdf_selection_get_selection_region),
932         (pdf_selection_get_selection_map):
933
934         Temporarily disable double and triple selections since it depends on
935         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
936         released and the update of the external dependency minimal version
937         approved.
938
939 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
942         (pdf_document_file_exporter_do_page):
943         * libdocument/ev-file-exporter.h:
944         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
945         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
946
947         Actually fix printing regressions. Remove orientation from
948         EvPrintContext since it's redundant.
949
950 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
953         * backend/impress/impress-document.c:
954         (impress_document_document_iface_init):
955         * backend/ps/ps-document.c: (ps_document_document_iface_init):
956         * backend/djvu/djvu-document.c:
957         (djvu_document_document_iface_init),
958         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
959         * backend/tiff/tiff-document.c:
960         (tiff_document_document_iface_init):
961         * backend/pixbuf/pixbuf-document.c:
962         (pixbuf_document_document_iface_init):
963         * backend/comics/comics-document.c:
964         (comics_document_document_iface_init):
965         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
966         (pdf_selection_render_selection),
967         (pdf_selection_get_selected_text),
968         (pdf_selection_get_selection_region),
969         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
970         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
971         (ev_selection_get_selection_region),
972         (ev_selection_get_selection_map):
973         * libdocument/ev-document.[ch]:
974         * shell/ev-pixbuf-cache.[ch]: (add_job),
975         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
976         * shell/ev-view-private.h:
977         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
978         (ev_job_render_run):
979         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
980         * shell/ev-view.c: (start_selection_for_event),
981         (ev_view_button_press_event), (ev_view_drag_data_get),
982         (ev_view_drag_data_received), (ev_view_button_release_event),
983         (compute_new_selection_text), (compute_selections),
984         (ev_view_select_all), (get_selected_text), (ev_view_copy),
985         (ev_view_primary_get_cb):
986
987         Add support for double and triple click selections.
988
989 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
990
991         * NEWS:
992         * configure.ac:
993
994         Update for release 2.19.4
995
996 2007-08-28  Justin Blanchard  <justinb04@aim.com>
997
998         * shell/ev-view-private.h:
999         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1000         (ev_view_set_highlight_search):
1001         * shell/ev-view.h:
1002         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1003         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1004         (find_bar_visibility_changed_cb):
1005         
1006         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1007
1008 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1011         (pdf_document_file_exporter_begin),
1012         (pdf_document_file_exporter_do_page):
1013         * shell/ev-jobs.c: (ev_job_print_run):
1014         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1015
1016         Create always a portrait cairo surface and rotate when needed for
1017         landscape. It fixes printing problems in real printers.
1018
1019 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1022         * libdocument/ev-file-exporter.[ch]:
1023         (ev_file_exporter_get_capabilities):
1024         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1025         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1026
1027         Adjust number of pages per row according to page orientation when
1028         printing 2 or 6 pages per sheet.
1029
1030 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-window.c: (ev_window_print_send):
1033
1034         Reset also cups setting to 1 when printing multiple pages per
1035         sheet. Fixes bug #468853.
1036
1037 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * libdocument/ev-document-misc.c:
1040         (ev_document_misc_surface_rotate_and_scale):
1041
1042         Use directly cairo_surface_get_content() when creating a similar
1043         surface as suggested by Jeff Muizelaar. Thanks again.
1044
1045 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * backend/djvu/djvu-document.c: (djvu_document_render):
1048         * backend/tiff/tiff-document.c: (tiff_document_render):
1049         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1050         * libdocument/ev-document-misc.c:
1051         (ev_document_misc_surface_from_pixbuf),
1052         (ev_document_misc_surface_rotate_and_scale):
1053
1054         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1055         creating page surfaces. Fixes bug #453123. Thank you very much to
1056         Jeff Muizelaar <jeff@infidigm.net>.
1057
1058 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-page-cache.c: (ev_page_cache_new),
1061         (ev_page_cache_get_thumbnail_size):
1062         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1063         (ev_sidebar_thumbnails_set_loading_icon):
1064
1065         Also store in page-cache the dimensions of the thumbnails so that
1066         they can be used to create the correct loading icon in the side
1067         pane. Fixes bug #466857.
1068
1069 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * backend/pdf/ev-poppler.cc:
1072         (pdf_document_thumbnails_get_thumbnail):
1073
1074         Fix thumbnails rotation in pdf documents that include embedded 
1075         thumbnails.
1076
1077 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1078
1079         * backend/pdf/ev-poppler.cc:
1080
1081         Don't use #ifdef in macro expansion. Some compilers don't
1082         like that. Closes bug #467042.
1083
1084 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1085
1086         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1087         
1088         Fixes memory leak in djvu backend.
1089
1090 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1091
1092         * data/icons/32x32/Makefile.am:
1093         * data/icons/32x32/actions/Makefile.am:
1094         * data/icons/32x32/actions/view-page-cont.svg:
1095         * data/icons/32x32/actions/view-page-facing.svg:
1096         * data/icons/48x48/Makefile.am:
1097         * data/icons/48x48/actions/Makefile.am:
1098         * data/icons/48x48/actions/view-page-cont.svg:
1099         * data/icons/48x48/actions/view-page-facing.svg:
1100         
1101         Icons for a new sizes.
1102
1103 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1104
1105         * shell/ev-page-cache.c: (build_height_to_page),
1106         (ev_page_cache_get_height_to_page):
1107         
1108         Fixes invalid read, see bug #466401.
1109
1110 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1113         (set_drag_cursor):
1114         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1115         (configure_item_cursor), (new_pixbuf_from_widget):
1116
1117         Fix multihead problems in toolbar editor. Fixes bug #382055.
1118
1119 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * shell/ev-window.c: (ev_window_cmd_file_open),
1122         (ev_window_cmd_save_as):
1123
1124         Use g_get_user_special_dir when available instead of
1125         xdg_user_dir_lookup.
1126
1127 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1128
1129         * MAINTAINERS:
1130         
1131         Updated according to request on desktop-devel.
1132
1133 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1136
1137         Do not use cairo_rectangle and cairo_clip since we are
1138         not using cairo_fill but cairo_paint. Use the same cairo context
1139         for every page in the same expose event.
1140
1141 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1142
1143         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1144         leak.
1145
1146 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * configure.ac:
1149         * NEWS:
1150
1151         Release 0.9.3
1152
1153 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * libdocument/ev-document-info.h:
1156         * libdocument/ev-document.h:
1157         * shell/ev-page-action.h:
1158         * shell/ev-sidebar-links.h:
1159
1160         Fix a headers problem with ev-link
1161         
1162         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1163         * shell/ev-view-private.h:
1164         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1165         (get_link_area), (ev_view_query_tooltip),
1166         (ev_view_leave_notify_event), (ev_view_destroy),
1167         (ev_view_class_init):
1168
1169         Use new gtk tooltips when available instead of ev-tooltip.
1170         
1171 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-window.c: (update_chrome_visibility),
1174         (ev_window_sidebar_visibility_changed_cb):
1175
1176         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1177         
1178 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * shell/ev-navigation-action.c:
1181         (ev_navigation_action_history_changed),
1182         (ev_navigation_action_set_history):
1183         * shell/ev-navigation-action-widget.c:
1184         (ev_navigation_action_widget_init):
1185         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1186
1187         Fix compile warnings.
1188         
1189 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1192         (egg_editable_toolbar_dispose):
1193
1194         Fix memory leak.
1195         
1196 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1199         (screensaver_disable_x11):
1200         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1201         * shell/ev-window.c: (presentation_set_timeout):
1202         * shell/ev-view.c: (ev_view_presentation_transition_start):
1203
1204         Use g_timeout_add_seconds instead of g_timeout_add when
1205         available.
1206         
1207 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1210
1211         Set horizontal scrollbar policy to AUTOMATIC instead of
1212         NEVER. Workaround for bug #449462.
1213         
1214 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-jobs.c: (ev_job_render_page_ready):
1217
1218         Add page_ready callback to main loop with high priority and hold
1219         a reference to job during idle.
1220         
1221 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * configure.ac:
1224         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1225         (pdf_document_file_exporter_begin),
1226         (pdf_document_file_exporter_do_page),
1227         (pdf_document_file_exporter_get_capabilities):
1228         * libdocument/ev-file-exporter.h:
1229         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1230         * shell/ev-window.c: (ev_window_print_send),
1231         (ev_window_print_dialog_response_cb):
1232
1233         Allow printing multiple pages per sheet. Fixes bug #395573.
1234         
1235 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1236
1237         * shell/ev-view.c: (tip_from_link):
1238         
1239         Check for NULL, fixes bug #460862.
1240
1241 2007-07-29  Christian Persch  <chpe@gnome.org>
1242
1243         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1244         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1245         (ev_window_cmd_preview_print):
1246         
1247         Fixes bug #437681 - blocks while enumerating printers.
1248
1249 2007-07-29  Christian Persch  <chpe@gnome.org>
1250
1251         * shell/ev-window.c: (ev_window_screen_changed):
1252         
1253         Don't use deprecated gtk+ function. See bug #460909.
1254
1255 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-utils.c: (get_num_monitors):
1258         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1259
1260         Do not use display before initializing it. Remove compile
1261         warnings.
1262
1263 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1264
1265         * shell/ev-view.c: (ev_view_class_init):
1266         
1267         Unix-like hjkl bindings added. See bug #458111.
1268
1269 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1270
1271         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1272         * shell/ev-utils.h:
1273         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1274         (ev_view_update_view_size):
1275         * shell/ev-view.h:
1276         * shell/ev-window.c: (ev_window_update_actions),
1277         (setup_view_from_metadata), (ev_window_screen_changed),
1278         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1279         (zoom_control_changed_cb):
1280         * shell/ev-window.h:
1281         
1282         Reorganizes utility functions.
1283
1284 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1287         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1288         (add_job), (ev_pixbuf_cache_get_surface),
1289         (ev_pixbuf_cache_get_link_mapping),
1290         (ev_pixbuf_cache_get_image_mapping),
1291         (ev_pixbuf_cache_get_form_field_mapping),
1292         (ev_pixbuf_cache_get_text_mapping):
1293         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1294         (notify_page_ready), (ev_job_render_page_ready),
1295         (ev_job_render_run):
1296
1297         Add page_ready signal to notify that page is ready as soon as
1298         possible even if other page elements like links, forms, images or
1299         text mapping are not ready yet.
1300
1301 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1304         (dvi_document_file_exporter_do_page),
1305         (dvi_document_file_exporter_get_capabilities),
1306         (dvi_document_file_exporter_iface_init):
1307         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1308         (ps_document_file_exporter_do_page),
1309         (ps_document_file_exporter_get_capabilities),
1310         (ps_document_file_exporter_iface_init):
1311         * backend/djvu/djvu-document.c:
1312         (djvu_document_file_exporter_begin),
1313         (djvu_document_file_exporter_end),
1314         (djvu_document_file_exporter_get_capabilities),
1315         (djvu_document_file_exporter_iface_init):
1316         * backend/tiff/tiff-document.c:
1317         (tiff_document_file_exporter_begin),
1318         (tiff_document_file_exporter_get_capabilities),
1319         (tiff_document_document_file_exporter_iface_init):
1320         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1321         (pdf_document_file_exporter_do_page),
1322         (pdf_document_file_exporter_get_capabilities),
1323         (pdf_document_file_exporter_iface_init):
1324         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1325         (ev_file_exporter_get_capabilities):
1326         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1327         (idle_print_handler), (ev_print_job_print):
1328         * shell/ev-jobs.c: (ev_job_print_run):
1329         * shell/ev-window.c: (ev_window_print_send),
1330         (ev_window_print_range):
1331
1332         Use capabilities to know which options should be offered by the
1333         print dialog depending on the document backend.
1334
1335 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1338
1339         Give priority to forms over text to set the cursor.
1340
1341 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-view-private.h:
1344         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1345         (ev_view_leave_notify_event), (ev_view_finalize),
1346         (ev_view_get_property), (ev_view_class_init):
1347
1348         Use IBEAM cursor for text form fields and NORMAL cursor for read
1349         only fields. Remove unused status attribute.
1350
1351 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1354
1355         Update region for current selected items also for checkbox
1356         buttons, since they can behave as radio buttons when they are in a
1357         set.
1358
1359 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * configure.ac:
1362         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1363
1364         Get max length of text form fields.
1365
1366 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1369         * libdocument/ev-form-field.h:
1370         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1371
1372         Fix build with current poppler cvs head.
1373
1374 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1377         * shell/eggfindbar.c: (egg_find_bar_init):
1378
1379         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1380         deprecation. Fixes bug #455667
1381
1382 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1383
1384         * NEWS:
1385         * configure.ac:
1386         
1387         Update for release 0.9.2
1388
1389 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * shell/ev-view.c: (ev_view_form_field_text_save),
1392         (ev_view_form_field_choice_save):
1393
1394         Fix a crash when closing whith a form widget visible.
1395
1396 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1399
1400         Update also the region of the current selected button when
1401         clicking on another button if they are radio buttons.
1402
1403 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1406         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1407         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1408         (ev_pixbuf_cache_get_link_mapping),
1409         (ev_pixbuf_cache_get_image_mapping),
1410         (ev_pixbuf_cache_get_form_field_mapping),
1411         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1412         * shell/ev-view.c: (ev_view_form_field_get_region),
1413         (ev_view_form_field_button_create_widget),
1414         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1415         (job_finished_cb):
1416
1417         Redraw only form field region instead of the whole page when
1418         reloading a page to show changes on the form field.
1419
1420 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * shell/ev-view.c: (ev_view_form_field_choice_save):
1423
1424         Fix selection of first item in list form fields.
1425
1426 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1429         (ev_pixbuf_cache_reload_page),
1430         (ev_pixbuf_cache_get_form_field_mapping):
1431
1432         Some refactoring to avoid duplicated code.
1433
1434 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * configure.ac:
1437         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1438         (ev_form_field_from_poppler_field),
1439         (pdf_document_forms_get_form_fields),
1440         (pdf_document_forms_form_field_text_get_text),
1441         (pdf_document_forms_form_field_text_set_text),
1442         (pdf_document_forms_form_field_button_set_state),
1443         (pdf_document_forms_form_field_button_get_state),
1444         (pdf_document_forms_form_field_choice_get_item),
1445         (pdf_document_forms_form_field_choice_get_n_items),
1446         (pdf_document_forms_form_field_choice_is_item_selected),
1447         (pdf_document_forms_form_field_choice_select_item),
1448         (pdf_document_forms_form_field_choice_toggle_item),
1449         (pdf_document_forms_form_field_choice_unselect_all),
1450         (pdf_document_forms_form_field_choice_set_text),
1451         (pdf_document_forms_form_field_choice_get_text),
1452         (pdf_document_document_forms_iface_init):
1453         * libdocument/Makefile.am:
1454         * libdocument/ev-form-field.[ch]:
1455         * libdocument/ev-document-forms.[ch]:
1456         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1457         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1458         (add_job), (ev_pixbuf_cache_reload_page),
1459         (ev_pixbuf_cache_get_form_field_mapping):
1460         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1461         * shell/ev-view-private.h:
1462         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1463         (ev_view_handle_cursor_over_xy),
1464         (ev_view_get_form_field_at_location),
1465         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1466         (ev_view_form_field_button_create_widget),
1467         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1468         (ev_view_form_field_text_create_widget),
1469         (ev_view_form_field_choice_save),
1470         (ev_view_form_field_choice_changed),
1471         (ev_view_form_field_choice_create_widget),
1472         (ev_view_handle_form_field), (ev_view_size_allocate),
1473         (ev_view_realize), (draw_end_presentation_page),
1474         (ev_view_button_press_event), (ev_view_remove_all),
1475         (ev_view_motion_notify_event), (ev_view_key_press_event),
1476         (ev_view_enter_notify_event), (highlight_find_results),
1477         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1478         (ev_view_class_init), (page_changed_cb),
1479         (on_adjustment_value_changed), (ev_view_set_presentation),
1480         (merge_selection_region), (ev_view_set_cursor),
1481         (ev_view_reset_presentation_state):
1482         
1483         Merge evince-forms branch.
1484
1485 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1486
1487         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1488
1489         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1490         This script also updates itself from libegg
1491
1492         * cut-n-paste/toolbar-editor/egg*:
1493         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1494         libegg
1495
1496 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1497
1498         * shell/ev-window.c:
1499         
1500         Adds a nice icon to page action during toolbar editing.
1501         See bug #452872.
1502
1503 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1504
1505         * data/evince-toolbar.xml:
1506         * shell/ev-window.c:
1507         
1508         Let user add a presentation and fullscreen icons on toolbar.
1509         See bug #449734.
1510
1511 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1512
1513         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1514
1515         new script to keep in sync with toolbareditor in libegg
1516
1517         * cut-n-paste/toolbar-editor/*: 
1518
1519         Run update-toolbareditor-from-libegg so we are in sync again. 
1520         Fixes bug #452850.
1521         
1522
1523 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-sidebar-links.c: (job_finished_callback):
1526
1527         Do not connect selection changed signal more than once. Fixes bug
1528         #349433.
1529
1530 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1533
1534         Do not change sidebar chrome flag when pressing F9 key in
1535         presentation mode.
1536
1537 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * backend/pdf/ev-poppler.cc:
1540         (pdf_document_thumbnails_get_dimensions):
1541
1542         Make sure thumbnails width and height is not <= 0. Fixes a crash
1543         with some pdf documents which have really small pages.
1544
1545 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1546
1547         * shell/main.c: (main):
1548
1549         Fixes program description translation issue.
1550         Bug #450148.
1551
1552 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1553
1554         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1555
1556         Do not change current page when returning from black/white mode
1557         in presentation. Fixes bug #415032.
1558
1559 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1560
1561         * NEWS:
1562         * configure.ac:
1563         
1564         Update for release 0.9.1
1565
1566 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1567
1568         * backend/dvi/dvi-document.c:
1569         (dvi_document_finalize),
1570         (dvi_document_file_exporter_format_supported),
1571         (dvi_document_file_exporter_begin),
1572         (dvi_document_file_exporter_do_page),
1573         (dvi_document_file_exporter_end),
1574         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1575         
1576         PDF exporter for dvi documents. Fixes bug #441319.
1577
1578 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * shell/ev-window.c: (ev_window_clear_print_job):
1581
1582         Clear gtk print job when job has finished. Fixes bug #447612.
1583
1584 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * shell/ev-window.c: (ev_window_print_send),
1587         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1588
1589         Add preview button to print dialog. Fixes bug #445419.
1590
1591 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * backend/dvi/Makefile.am:
1594         * backend/dvi/pixbuf-device.[ch]: Removed
1595         * backend/dvi/cairo-device.[ch]: Added
1596         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1597         * backend/dvi/dvi-document.c: (dvi_document_load),
1598         (dvi_document_render), (dvi_document_finalize),
1599         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1600         (dvi_document_do_color_special):
1601         * libdocument/ev-document-misc.[ch]:
1602         (ev_document_misc_pixbuf_from_surface):
1603
1604         Port dvi backend to cairo and fix a problem with colors. 
1605
1606 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * shell/ev-view.c: (draw_one_page):
1609
1610         Draw only visible region.
1611
1612 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * backend/djvu/djvu-document.c: (djvu_document_render):
1615
1616         Fix rotation in djvu backend.
1617
1618 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1621         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1622         (ev_pixbuf_cache_get_image_mapping),
1623         (ev_pixbuf_cache_get_text_mapping):
1624
1625         Redraw view every time we have a new surface. Fixes bug #443587.
1626
1627 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * libdocument/ev-document.c: (ev_document_info_free):
1630
1631         Fix memory leaks.
1632
1633 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * backend/dvi/dvi-document.c: (dvi_document_render),
1636         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1637         * backend/impress/impress-document.c:
1638         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1639         (impress_document_render), (impress_document_document_iface_init),
1640         (impress_document_thumbnails_get_thumbnail):
1641         * backend/djvu/djvu-document-private.h:
1642         * backend/djvu/djvu-document.c: (djvu_document_render),
1643         (djvu_document_finalize), (djvu_document_document_iface_init),
1644         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1645         * backend/tiff/tiff-document.c: (tiff_document_render),
1646         (tiff_document_render_pixbuf),
1647         (tiff_document_document_iface_init):
1648         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1649         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1650         (pdf_selection_render_selection):
1651         * backend/comics/comics-document.c:
1652         (comics_document_render_pixbuf), (comics_document_render),
1653         (comics_document_document_iface_init):
1654         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1655         (pixbuf_document_document_iface_init):
1656         * libdocument/ev-document-misc.[ch]:
1657         (ev_document_misc_surface_from_pixbuf),
1658         (ev_document_misc_surface_rotate_and_scale):
1659         * libdocument/ev-document.[ch]: (ev_document_render):
1660         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1661         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1662         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1663         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1664         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1665         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1666         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1667         (render_finished_cb), (ev_job_render_run):
1668         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1669         (merge_selection_region):
1670
1671         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1672         and selections.
1673
1674 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-window-title.c: (ev_window_title_update):
1677
1678         Fix memory leak.
1679
1680 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-view.c: (draw_loading_text):
1683
1684         Show loading text centered. Fixes bug #433061
1685
1686 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-sidebar-thumbnails.c:
1689         (ev_sidebar_thumbnails_set_loading_icon):
1690
1691         Remove a mutex in the main thread that blocks the UI in heavy
1692         documents.
1693
1694 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1697
1698         Set points_set to TRUE so that selections don't disappear after a
1699         zoom change.
1700
1701 2007-06-07  Michael Monreal  <infernux@web.de>
1702
1703         * data/icons/16x16/actions/Makefile.am:
1704         * data/icons/16x16/actions/zoom.svg:
1705         * data/icons/22x22/actions/Makefile.am:
1706         * data/icons/22x22/actions/zoom.svg:
1707         * data/icons/24x24/actions/Makefile.am:
1708         * shell/ev-stock-icons.c:
1709         * shell/ev-stock-icons.h:
1710         * shell/ev-window.c:
1711         
1712         Zoom icon artwork. See bug #444795.
1713
1714 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1715
1716         * shell/ev-metadata-manager.c: Remove extraneous function
1717         (Closes: #444386)
1718
1719 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1720
1721         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1722         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1723         (ev_metadata_manager_set), (ev_metadata_manager_save):
1724         Simplify the timeout, no need for modified anymore
1725
1726 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1727
1728         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1729         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1730         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1731         (ev_metadata_manager_save): Adapted patch from Arjan van de
1732         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1733         time, saves on power (Closes: #443851)
1734
1735 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * configure.ac:
1738         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1739         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1740
1741         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1742
1743 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1744
1745         * shell/ev-window.c: (ev_window_add_history):
1746
1747         Check if history is NULL
1748
1749 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * libdocument/ev-image.c: (ev_image_finalize):
1752         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1753         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1754         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1755         (ev_tmp_uri_unlink):
1756
1757         Add functions to delete temporary files created by evince in a safe
1758         way.
1759
1760         * shell/ev-window.c: (ev_window_clear_local_uri),
1761         (open_xfer_update_progress_callback),
1762         (save_xfer_update_progress_callback), (ev_window_save_remote),
1763         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1764         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1765         (attachment_save_dialog_response_cb),
1766         (ev_attachment_popup_cmd_save_attachment_as):
1767
1768         Allow saving a copy of a document, image or attachment to a remote
1769         location. Fixes bug #440754. 
1770
1771 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * configure.ac:
1774         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1775
1776         Fix build with current poppler from cvs head. 
1777
1778 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1779
1780         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1781
1782         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1783         directory exists.
1784
1785 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1786
1787         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1788         * shell/ev-window.c:
1789
1790         Change sidebar ordering. Fixes bug #439939.
1791
1792 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1793
1794         * backend/comics/Makefile.am:
1795         
1796         Fixes build with --without-libgnome.
1797
1798 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1799         
1800         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1801
1802         Update cursor and tooltip on page change and view scroll. Fixes bug
1803         #439217.
1804
1805 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * NEWS:
1808         * configure.ac:
1809         
1810         Update for release 0.9.0
1811
1812 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1813
1814         * backend/djvu/djvu-document-private.h:
1815         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1816         (djvu_document_finalize),
1817         (djvu_document_file_exporter_format_supported),
1818         (djvu_document_file_exporter_begin),
1819         (djvu_document_file_exporter_do_page),
1820         (djvu_document_file_exporter_end),
1821         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1822         
1823         Implemented printing with djvu. Bug #437998.
1824
1825 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * backend/impress/zip.c:
1828         Add missing ulong definition.
1829
1830         * backend/ps/ps-interpreter.c:
1831         Add missing headers.
1832
1833         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1834
1835 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1838
1839         Add missing call to parent class dispose method. 
1840
1841 2007-05-12  Ross Burton  <ross@openedhand.com>
1842
1843         * shell/main.c:
1844         Sync keybindings manually when building without libgnome
1845         (#437925).
1846
1847 2007-05-12  Ross Burton  <ross@openedhand.com>
1848
1849         * shell/ev-window.c:
1850         Respect the screen when opening help (#437866).
1851
1852 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * data/evince-ui.xml:
1855         * shell/ev-application.[ch]: (get_print_settings_from_args),
1856         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1857         (ev_application_open_uri_list):
1858         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1859         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1860         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1861         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1862         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1863         (ev_window_dispose):
1864         * shell/main.c: (arguments_parse):
1865
1866         Add print button in preview mode. Fixes bug #396475. 
1867
1868 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1869
1870         * cut-n-paste/zoom-control/ephy-zoom.h:
1871         
1872         Fixes zoom level factors. See bug #408119 for details.
1873
1874 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1875
1876         * backend/comics/comics-document.c: (comics_regex_quote),
1877         (extract_argv):
1878         
1879         Correctly quote symbols. Fixes crash in the bug
1880         #415370.
1881
1882 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1883
1884         * shell/ev-navigation-action-widget.c:
1885         (ev_navigation_action_widget_init),
1886         (ev_navigation_action_widget_class_init),
1887         (ev_navigation_action_widget_button_press_event):
1888         
1889         Connect to button-press event on correct widget. Fixes
1890         bug #431988
1891
1892 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1893
1894         * shell/ev-application.c: (ev_application_open_window),
1895         (ev_application_add_icon_path_for_screen),
1896         (ev_application_open_uri_at_dest):
1897         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1898         * shell/ev-navigation-action.c: (build_menu):
1899         
1900         Add app-specific icons to our icon theme. Fixes bug
1901         #425508.
1902
1903 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1904
1905         * shell/ev-history.c: (ev_history_class_init),
1906         (ev_history_add_link):
1907         * shell/ev-history.h:
1908         * shell/ev-navigation-action.c:
1909         (ev_navigation_action_history_changed),
1910         (ev_navigation_action_set_history), (build_menu),
1911         (ev_navigation_action_finalize):
1912         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1913         
1914         Make navigation action unsensitive instead of showing
1915         menu with unsensitive word. Fixes bug #417392.
1916
1917 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-application.[ch]: (ev_application_shutdown),
1920         (ev_application_get_print_settings),
1921         (ev_application_set_print_settings):
1922         * shell/ev-window.c:
1923
1924         Remember print settings. Fixes bug #349102. 
1925
1926 2007-05-08  Christian Persch  <chpe@gnome.org>
1927
1928         * configure.ac:
1929         * properties/ev-properties-view.c:
1930
1931         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1932         Bug #382438.
1933
1934 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * configure.ac:
1937         * properties/ev-properties-view.c: (ev_regular_paper_size):
1938
1939         Use gtk+ builtin paper list to identify the document's paper size.
1940         Fixes bug #382438. 
1941
1942 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * configure.ac:
1945
1946         Fix build when compiling with thumbnailer and libgnome support. 
1947
1948 2007-05-04  Ross Burton  <ross@openedhand.com>
1949
1950         * configure.ac:
1951         Add --without-libgnome, check for libgnome and libgnomeui
1952         separately, and add them to the symbols as required.
1953
1954         * libdocument/ev-file-helpers.c:
1955         When building without libgnome, use g_get_user_config_dir instead
1956         of gnome_user_dir_get.
1957
1958         * shell/ev-application.c:
1959         When building without libgnome, don't use session management.
1960
1961         * shell/main.c:
1962         When building without libgnome, don't use GnomeProgram or
1963         initialise the authentication manager.
1964
1965         This fixes #328842.
1966
1967 2007-05-04  Ross Burton  <ross@openedhand.com>
1968
1969         * shell/ev-window.c:
1970         Don't use libgnome to open help, instead call Yelp directly.
1971
1972 2007-05-04  Ross Burton  <ross@openedhand.com>
1973
1974         * shell/ev-sidebar-attachments.c:
1975         Don't use libgnome to lookup icons for MIME types, instead copy
1976         code from GTK+ to do it manually.
1977
1978 2007-05-04  Ross Burton  <ross@openedhand.com>
1979
1980         * configure.ac:
1981         Add libxml to the dependencies for SHELL_CORE (#435818).
1982
1983 2007-05-02  Ross Burton  <ross@openedhand.com>
1984
1985         * configure.ac:
1986         * Makefile.am:
1987         Add --disable-thumbnailer (#434825)
1988
1989 2007-05-02  Ross Burton  <ross@openedhand.com>
1990
1991         * shell/ev-window.c:
1992         Add missing includes, fix indentation.
1993
1994         * shell/main.c:
1995         Fix indentation.
1996
1997 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1998
1999         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2000         ev_application_open_uri_at_dest instead of ev_application_open_uri
2001         preventing new document always being opened in a new window even if there
2002         is an empty window.
2003
2004 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2005
2006         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2007         (egg_recent_view_uimanager_finalize):
2008         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2009         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2010         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2011         (ev_pixbuf_cache_dispose):
2012         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2013         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2014         
2015         Add missing chain to parent class methods. Fixes
2016         bug #433128.
2017
2018 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2019
2020         * data/Makefile.am (update-icon-cache): Updates
2021         gtk-update-icon-cache in uninstall-hook.
2022
2023 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-window.c: (ev_window_setup_document),
2026         (ev_window_set_document), (ev_window_load_job_cb):
2027         * shell/ev-view.c: (setup_caches):
2028         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2029
2030         Start rendering pages before any other jobs. 
2031
2032 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * shell/ev-window.c: (ev_window_stop_fullscreen),
2035         (ev_window_stop_presentation):
2036
2037         Update chrome visibility before window unfullscreen. 
2038
2039 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * data/Makefile.am:
2042         * data/evince-ui.xml:
2043         * shell/ev-stock-icons.[ch]:
2044         * shell/ev-application.[ch]: (ev_application_shutdown),
2045         (ev_application_init), (ev_application_get_toolbars_model):
2046         * shell/ev-window.c: (update_chrome_visibility),
2047         (fullscreen_toolbar_setup_item_properties),
2048         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2049         (ev_window_run_presentation), (ev_window_stop_presentation),
2050         (ev_window_run_preview), (ev_window_screen_changed),
2051         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2052         (ev_window_dispose), (ev_window_init):
2053
2054         Make fullscreen toolbar always visible. Do not use egg toolbars for
2055         fullscreen and preview modes since such toolbars are not editables.
2056         Fixes bugs #300278, #338910 and #316188.  
2057
2058 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2059
2060         * shell/ev-application.c:
2061         * shell/ev-job-queue.c:
2062         * shell/ev-metadata-manager.c:
2063         * shell/ev-stock-icons.c:
2064         * shell/ev-window.c:
2065         * shell/main.c:
2066         
2067         Developers documentation updated.
2068
2069 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2072
2073         Check whether uri is valid before launching it. Fixes bug #427664.
2074
2075 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * shell/ev-window.c:
2078
2079         Change key accelerator for Open a Copy menu entry which is in conflict
2080         with Close. Fixes bug #427321.
2081
2082 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * NEWS:
2085         * configure.ac:
2086         
2087         Update for release 0.8.1
2088
2089 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * shell/ev-window.c: (setup_size_from_metadata):
2092         
2093         Do not make window bigger than screen. Fixes bug 
2094         #388985.
2095
2096 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2099         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2100
2101         Use default resolution when it's not provided by document. Fixes bug
2102         #408762.
2103
2104 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * configure.ac:
2107         * thumbnailer/Makefile.am:
2108         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2109         * thumbnailer/evince-thumbnailer.schemas.in:
2110         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2111
2112         Add support for ps, eps and compressed documents thumbnails. Do not
2113         ignore size parameter. 
2114
2115 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2116
2117         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2118         (dvi_document_do_color_special):
2119         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2120
2121         Implement font color specials in the DVI backend. Fixes bug #303651.
2122
2123 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2124
2125         Fixup the previous commit:
2126
2127         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2128         * shell/xdg-user-dir-lookup.c: Make the function non-static
2129         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2130
2131 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2132
2133         * shell/ev-window.c (file_open_dialog_response_cb): Use
2134         the xdg-user-dirs DOCUMENTS folder as default folder when
2135         opening a file chooser.  (#424858)
2136
2137         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2138         xdg-user-dirs.
2139
2140 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * shell/ev-window.c: (ev_window_load_job_cb):
2143
2144         Do not setup view from metadata on preview mode. 
2145
2146 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/main.c:
2149
2150         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2151
2152 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * shell/ev-view.c: (ev_view_primary_get_cb):
2155
2156         Check pointer != NULL before using it. Fixes bug #416841. 
2157
2158 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2159
2160         * NEWS:
2161         * configure.ac:
2162         
2163         Release 0.8.0
2164
2165 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2168
2169         Do not render thumbnails when sidebar thumbnail page is not visible
2170         at startup. Fixes bug #416447. 
2171
2172 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2173
2174         * data/evince.desktop.in.in:
2175
2176         "Application" is not a valid category in the freedesktop specification.
2177
2178 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * libdocument/ev-file-helpers.[ch]: (compression_run),
2181         (ev_file_uncompress), (ev_file_compress):
2182         * shell/ev-window.c: (file_save_dialog_response_cb):
2183
2184         Save document compressed when saving a copy of a compressed document.
2185         Fixes bug #334542.
2186
2187 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2190
2191         Allow deleting in goto window entry in presentation mode. 
2192
2193 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2194
2195         * Makefile.am: Dist MAINTAINERS.
2196
2197 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-window.c: (ev_window_update_actions):
2200
2201         Fix zoom shortcut keys when searching. Fixes bug #409828.
2202
2203 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * shell/ev-window.c: (ev_window_setup_document):
2206
2207         Fix crash when loading documents with only one page. 
2208
2209 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * backend/dvi/dvi-document.c:
2212         (dvi_document_thumbnails_get_dimensions),
2213         (dvi_document_thumbnails_get_thumbnail):
2214         * backend/impress/impress-document.c:
2215         (impress_document_thumbnails_get_thumbnail),
2216         (impress_document_thumbnails_get_dimensions):
2217         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2218         (ps_document_thumbnails_get_dimensions):
2219         * backend/djvu/djvu-document.c:
2220         (djvu_document_thumbnails_get_dimensions),
2221         (djvu_document_thumbnails_get_thumbnail):
2222         * backend/tiff/tiff-document.c:
2223         (tiff_document_thumbnails_get_thumbnail),
2224         (tiff_document_thumbnails_get_dimensions):
2225         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2226         (pdf_document_thumbnails_get_thumbnail),
2227         (pdf_document_thumbnails_get_dimensions):
2228         * backend/comics/comics-document.c:
2229         (comics_document_thumbnails_get_thumbnail),
2230         (comics_document_thumbnails_get_dimensions):
2231         * backend/pixbuf/pixbuf-document.c:
2232         (pixbuf_document_thumbnails_get_thumbnail),
2233         (pixbuf_document_thumbnails_get_dimensions):
2234         * libdocument/ev-document-thumbnails.[ch]:
2235         (ev_document_thumbnails_get_thumbnail),
2236         (ev_document_thumbnails_get_dimensions):
2237         * libdocument/ev-document-misc.[ch]:
2238         (ev_document_misc_get_thumbnail_frame):
2239         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2240         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2241         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2242         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2243         (ev_sidebar_thumbnails_refresh):
2244         * shell/ev-window.c: (ev_window_setup_document):
2245         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2246
2247         Use an EvRenderContext for rendering thumbnails instead of a suggested
2248         width, so that different sized pages get sized proportionally.
2249
2250 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * shell/ev-view.c: (ev_view_button_press_event),
2253         (ev_view_key_press_event):
2254
2255         Fix critical warnings when there is no document loaded. 
2256
2257 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * shell/ev-page-action-widget.c:
2260         * shell/ev-navigation-action.c:
2261         * shell/ev-window.c:
2262
2263         Fix compile warnings. 
2264
2265 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * backend/djvu/djvu-text.h:
2268         * backend/djvu/djvu-document.c:
2269         * backend/djvu/djvu-text-page.c:
2270         * backend/djvu/djvu-links.c:
2271         * backend/djvu/djvu-text-page.h:
2272         * backend/djvu/djvu-text.c:
2273         
2274         Fix build on Mac. Fixes bug #392186. Patch by
2275         <ephraim_owns@hotmail.com>
2276
2277 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2280
2281         Restore cairo context before rendering every page when printing a PDF
2282         document into a PDF file. 
2283
2284 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * backend/ps/gstypes.h:
2287         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2288         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2289         (ps_document_thumbnails_get_thumbnail):
2290
2291         Handle PostScript page orientation. Fixes bug #318568.
2292
2293 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2294
2295         * backend/ps/Makefile.am:
2296         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2297         (document_load), (ps_document_load), (save_document),
2298         (save_page_list), (ps_document_get_n_pages),
2299         (ps_document_get_page_size), (ps_document_get_info),
2300         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2301         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2302         (ps_document_thumbnails_get_thumbnail),
2303         (ps_document_thumbnails_get_dimensions),
2304         (ps_document_document_thumbnails_iface_init):
2305         * backend/ps/ps.[ch]: (psgetpagebox):
2306         * backend/ps/ps-interpreter.[ch]:
2307
2308         Add support for thumbnails in ps backend. Fixes bug #164755. 
2309
2310 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2311
2312         * NEWS:
2313         * configure.ac:
2314         
2315         Release 0.7.2
2316
2317 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2320         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2321         (ev_window_dispose):
2322
2323         Use document thumbnail as window icon. Fixes bug #384442.
2324
2325 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2326
2327         * configure.ac:
2328
2329         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2330         duplicated adding application/x-bzpostscript instead. 
2331
2332 2007-02-11  Tom Parker  <palfrey@tevp.net>
2333
2334         * backend/ps/ps-document.c: (document_load):
2335
2336         Check return value of psscan before trying
2337         to use it. Fixes bug #372414.
2338
2339 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2342
2343         Fix invalid free in ev-page-cache. Fixes bug #404745.
2344
2345 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2346
2347         * test/Makefile.am:
2348         * test/test3.py:
2349         
2350         Added reload test case.
2351
2352 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * po/POTFILES.in:
2355         * backend/djvu/djvu-document.c: (djvu_document_load):
2356
2357         Check whether there are missing files in indirect multipage djvu
2358         documents. Fixes bug #361683. 
2359
2360 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2361
2362         * test/Makefile.am:
2363         * test/test-mime.bin:
2364         * test/test3.py:
2365         
2366         Added test for slow mime type
2367
2368 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2371
2372         Add some checks and call parent_class->finalize. Fixes bug #404745.
2373
2374 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2375
2376         * shell/ev-navigation-action.c: (connect_proxy):
2377         
2378         Fixes dropdown history menu. Thanks a lot Carlos!
2379
2380 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2383
2384         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2385         bug #373715.
2386
2387 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * backend/ps/ps.c: (psscan):
2390
2391         Fix memory leak. 
2392
2393 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * configure.ac:
2396         * libdocument/ev-file-helpers.c: 
2397
2398         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2399
2400 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * configure.ac:
2403         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2404         (ps_interpreter_start), (document_load), (save_document),
2405         (save_page_list):
2406         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2407         * libdocument/ev-document-factory.c:
2408         (ev_document_factory_get_from_mime), (get_document_from_uri),
2409         (free_uncompressed_uri), (ev_document_factory_get_document):
2410         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2411
2412         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2413
2414 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * libdocument/ev-document.h:
2417
2418         Fix typo in function name. 
2419
2420 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * backend/ps/ps-document.c: (ps_interpreter_finished),
2423         (ps_interpreter_start), (ps_interpreter_failed):
2424
2425         Handle ghostscript interpreter crashes. 
2426
2427 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * shell/ev-window.c: (ev_window_open_uri),
2430         (window_configure_event_cb):
2431
2432         Setup window size and position before showing it. Fixes bug #401711.
2433
2434 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * backend/ps/Makefile.am:
2437         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2438         (ps_document_dispose), (ps_document_class_init),
2439         (ps_interpreter_input), (ps_interpreter_output),
2440         (ps_interpreter_error), (setup_interpreter_env),
2441         (ps_interpreter_start), (ps_interpreter_stop),
2442         (ps_interpreter_failed), (ps_interpreter_is_ready),
2443         (check_filecompressed), (document_load), (ps_document_load),
2444         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2445         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2446         (render_page):
2447
2448         Rework ps-document. Code cleanups, remove deprecated code. 
2449
2450 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-view.c: (ev_view_button_press_event):
2453
2454         Do not start an image drag and drop operation when pointer is on 
2455         text, so that we can select text when the whole background is an
2456         image. 
2457
2458 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * shell/ev-window.c: (ev_window_update_actions): 
2461
2462         Disable all zoom related actions during presentation mode. 
2463
2464 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2465
2466         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2467
2468         Do not zoom in or out on presentation mode. Fixes bug #401305.
2469
2470 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2471
2472         * shell/ev-navigation-action.c: (connect_proxy),
2473         (create_menu_item), (ev_navigation_action_class_init):
2474         
2475         Correctly show menu and fix crash when navigaton 
2476         action is out of toolbar visible area.
2477
2478 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2479
2480         * data/Makefile.am:
2481         * data/evince.1:
2482         
2483         Added man file
2484
2485 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2486
2487         * help/reference/* :
2488         * configure.ac:
2489         
2490         Added gtk-doc based documentation for Evince.
2491         Still in initial state but I hope it will
2492         grow.
2493         
2494         * configure.ac:
2495         
2496         Lower dbus requirement to 0.70
2497
2498 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-window.c: (ev_window_add_history):
2501
2502         Fix memory leak. 
2503
2504 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2505
2506         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2507         * shell/ev-view.h:
2508         * shell/ev-window.c: (ev_window_add_history):
2509         
2510         Correctly handle named destination links
2511
2512 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2513
2514         * NOTES:
2515         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2516         * backend/pdf/ev-poppler.cc:
2517         * libdocument/ev-document-links.h:
2518         * libdocument/ev-link.c: (ev_link_get_page):
2519         * libdocument/ev-link.h:
2520         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2521         (ev_history_add_link):
2522         * shell/ev-history.h:
2523         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2524         (new_history_menu_item), (build_menu):
2525         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2526         * shell/ev-sidebar-links.c: (create_loading_model),
2527         (print_section_cb), (ev_sidebar_links_construct),
2528         (fill_page_labels), (update_page_callback_foreach),
2529         (update_page_callback), (job_finished_callback):
2530         * shell/ev-view.c: (ev_view_handle_link):
2531         * shell/ev-window.c: (ev_window_find_chapter),
2532         (ev_window_add_history), (view_handle_link_cb),
2533         (history_changed_cb):
2534         
2535         Implements another history variant
2536
2537 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * shell/ev-window.c: (view_external_link_cb):
2540         * shell/ev-view.c: (ev_view_button_release_event):
2541
2542         Open links in new window when clicking with middle button. 
2543
2544 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2545
2546         * shell/ev-navigation-action.c: (new_history_menu_item):
2547         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2548         * shell/ev-view.c: (ev_view_handle_link):
2549         * shell/ev-window.c:
2550         
2551         Store link before jump, not the destination. For me it 
2552         seems like more natural history behavior.
2553
2554 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2555
2556         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2557         (ev_navigation_action_class_init):
2558         * shell/ev-navigation-action.h:
2559         * shell/ev-page-action.c: (activate_cb):
2560         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2561         (ev_page_cache_set_current_page_history):
2562         * shell/ev-page-cache.h:
2563         * shell/ev-sidebar-thumbnails.c:
2564         (ev_sidebar_tree_selection_changed),
2565         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2566         * shell/ev-view-private.h:
2567         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2568         * shell/ev-view.h:
2569         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2570         (ev_window_setup_document), (ev_window_load_job_cb):
2571         * shell/ev-window.h:
2572         
2573         History finally works as expected.
2574
2575 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2578
2579         Do not update links treeview if it doesn't have a model assigned yet. 
2580
2581 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2584         (ev_sidebar_links_class_init), (update_page_callback):
2585
2586         Do not update links treeview when sidepane is not visible. 
2587
2588 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2589
2590         * shell/ev-marshal.list:
2591         * shell/ev-page-action.c: (activate_cb),
2592         (ev_page_action_class_init):
2593         * shell/ev-page-action.h:
2594         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2595         * shell/ev-window.c:
2596         
2597         Remove activate_link signal, not required.
2598
2599 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2600
2601         * shell/ev-navigation-action.c: (build_menu):
2602         
2603         Reorder menu items and build menu with fixed length.
2604
2605 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2606
2607         * shell/ev-view.c: (get_selected_text):
2608         
2609         Normalize text to fix ligatures problem. See bug
2610         #341947 for details.
2611
2612 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2615
2616         Fix memory leak in ev-page-cache. 
2617
2618 2007-01-25  Tom Parker <palfrey@tevp.net>
2619
2620         * backend/impress/impress-document.c: (impress_document_load),
2621         (impress_document_finalize), (impress_document_init):
2622         * properties/ev-properties-main.c: (ev_properties_get_pages):
2623         
2624         Correctly handle impress document errors. Fixes nautilus
2625         crash in property page #370491.
2626
2627 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2630         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2631         (ev_job_queue_remove_job):
2632         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2633         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2634         (ev_job_load_run):
2635         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2636         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2637         (ev_window_load_job_cb), (xfer_update_progress_callback),
2638         (ev_window_open_uri), (ev_window_dispose):
2639         * shell/main.c: (main):
2640
2641         Do file transfer asynchronously in the main thread instead of
2642         synchronously in the load thread. Fixes bugs #399694, #398307 and
2643         #343542.
2644
2645 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * shell/ev-jobs.c: (ev_job_xfer_run):
2648
2649         Load the document with the font-config lock held. 
2650
2651 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * backend/ps/ps-document.c: (start_interpreter):
2654
2655         Fix memory leaks in ps backend. 
2656
2657 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * backend/impress/impress-document.c:
2660         (impress_document_render_pixbuf):
2661
2662         Do not acquire fontconfig lock in impress backend, since it is using
2663         the main loop for rendering. 
2664
2665 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * po/POTFILES.in: 
2668
2669         Remove mdvi files that shouldn't be translated. 
2670
2671 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * shell/ev-view-private.h:
2674         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2675         (ev_view_set_zoom):
2676
2677         Render "loading..." text into a cairo surface instead of directly into
2678         the window so that fontconfig lock is only needed once and UI is not
2679         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2680
2681 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2684         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2685
2686         Use icon theme associated with the window screen rather than default. 
2687
2688 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2689
2690         * configure.ac:
2691
2692         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2693
2694 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2695
2696         * data/icons/*/apps/evince.*:
2697
2698         Move Evince icons under new apps directory.
2699
2700         * data/icons/*/actions/*:
2701
2702         Add new custom themeable Evince icons: view-page-continuous, 
2703         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2704         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2705
2706         * configure.ac:
2707
2708         Add new directories to AC_CONFIG_FILES.
2709
2710         * shell/ev-stock-icons.c:
2711         * shell/ev-stock-icons.h:
2712
2713         Use new custom themeable icons.
2714
2715 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2718
2719         Do not draw white background page in presentation mode. 
2720
2721 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2722
2723         * shell/ev-view.c: Remove unused gnome-vfs include.
2724
2725 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2726
2727         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2728         
2729         Format string is corrected, fixes bug #397129.
2730
2731 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-window.c: (ev_window_setup_recent):
2734
2735         Do not include in recent menu inexistent documents. Fixes
2736         bug #339171.
2737
2738 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * po/POTFILES.skip: 
2741
2742         Update POTFILES.skip file according to current source tree. 
2743
2744 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2745
2746         * shell/ev-window.c: (file_save_dialog_response_cb):
2747
2748         Do Save a copy in atomic way. Fixes bug #328266. 
2749
2750 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2753
2754         Keep selected cell always visible in index treeview.
2755
2756 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2757         
2758         * shell/ev-view.c: (ev_view_size_allocate):
2759
2760         Restore horizontal scrollbar after switching to/from fullscreen
2761         or presentation mode. Fixes bug #331728.
2762
2763 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * shell/ev-view-private.h:
2766         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2767         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2768         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2769         (ev_view_can_zoom_out):
2770
2771         Use max and min scale values in the view iby taking dpi into account. 
2772
2773 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * configure.ac:
2776         * NEWS:
2777
2778         Release 0.7.1
2779
2780 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-window.c: (ev_window_print_send):
2783
2784         Send print job to printer with some settings set to default values,
2785         since we have already exported to a file according to such settings
2786         and they could be taken twice by some printers. 
2787
2788 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * shell/ev-jobs.c: (ev_job_xfer_run):
2791         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2792
2793         Show main window and load document with the font-config lock held. 
2794
2795 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * configure.ac:
2798         * shell/ev-application.c: (ev_application_register_service):
2799         * shell/main.c: (load_files_remote):
2800
2801         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2802
2803 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2804
2805         * doc/debugging.txt:
2806         
2807         Remove obsolete documentation.
2808
2809 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2810
2811         * Makefile.am:
2812         * backend/Makefile.am:
2813         * backend/comics/Makefile.am:
2814         * backend/djvu/Makefile.am:
2815         * backend/dvi/Makefile.am:
2816         * backend/ev-async-renderer.c:
2817         * backend/ev-async-renderer.h:
2818         * backend/ev-attachment.c:
2819         * backend/ev-attachment.h:
2820         * backend/ev-backend-marshal.c:
2821         * backend/ev-document-factory.c:
2822         * backend/ev-document-factory.h:
2823         * backend/ev-document-find.c:
2824         * backend/ev-document-find.h:
2825         * backend/ev-document-fonts.c:
2826         * backend/ev-document-fonts.h:
2827         * backend/ev-document-images.c:
2828         * backend/ev-document-images.h:
2829         * backend/ev-document-info.h:
2830         * backend/ev-document-links.c:
2831         * backend/ev-document-links.h:
2832         * backend/ev-document-misc.c:
2833         * backend/ev-document-misc.h:
2834         * backend/ev-document-security.c:
2835         * backend/ev-document-security.h:
2836         * backend/ev-document-thumbnails.c:
2837         * backend/ev-document-thumbnails.h:
2838         * backend/ev-document-transition.c:
2839         * backend/ev-document-transition.h:
2840         * backend/ev-document.c:
2841         * backend/ev-document.h:
2842         * backend/ev-file-exporter.c:
2843         * backend/ev-file-exporter.h:
2844         * backend/ev-image.c:
2845         * backend/ev-image.h:
2846         * backend/ev-link-action.c:
2847         * backend/ev-link-action.h:
2848         * backend/ev-link-dest.c:
2849         * backend/ev-link-dest.h:
2850         * backend/ev-link.c:
2851         * backend/ev-link.h:
2852         * backend/ev-render-context.c:
2853         * backend/ev-render-context.h:
2854         * backend/ev-selection.c:
2855         * backend/ev-selection.h:
2856         * backend/impress/Makefile.am:
2857         * backend/pdf/Makefile.am:
2858         * backend/pixbuf/Makefile.am:
2859         * backend/ps/Makefile.am:
2860         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2861         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2862         (start_interpreter), (stop_interpreter), (document_load),
2863         (ps_document_next_page), (render_page):
2864         * backend/tiff/Makefile.am:
2865         * comics/Makefile.am:
2866         * comics/comics-document.c:
2867         * comics/comics-document.h:
2868         * configure.ac:
2869         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2870         * djvu/Makefile.am:
2871         * djvu/djvu-document-private.h:
2872         * djvu/djvu-document.c:
2873         * djvu/djvu-document.h:
2874         * djvu/djvu-links.c:
2875         * djvu/djvu-links.h:
2876         * djvu/djvu-text-page.c:
2877         * djvu/djvu-text-page.h:
2878         * djvu/djvu-text.c:
2879         * djvu/djvu-text.h:
2880         * dvi/Makefile.am:
2881         * dvi/dvi-document.c:
2882         * dvi/dvi-document.h:
2883         * dvi/fonts.c:
2884         * dvi/fonts.h:
2885         * dvi/mdvi-lib/Makefile.am:
2886         * dvi/mdvi-lib/afmparse.c:
2887         * dvi/mdvi-lib/afmparse.h:
2888         * dvi/mdvi-lib/bitmap.c:
2889         * dvi/mdvi-lib/bitmap.h:
2890         * dvi/mdvi-lib/color.c:
2891         * dvi/mdvi-lib/color.h:
2892         * dvi/mdvi-lib/common.c:
2893         * dvi/mdvi-lib/common.h:
2894         * dvi/mdvi-lib/defaults.h:
2895         * dvi/mdvi-lib/dvimisc.c:
2896         * dvi/mdvi-lib/dviopcodes.h:
2897         * dvi/mdvi-lib/dviread.c:
2898         * dvi/mdvi-lib/files.c:
2899         * dvi/mdvi-lib/font.c:
2900         * dvi/mdvi-lib/fontmap.c:
2901         * dvi/mdvi-lib/fontmap.h:
2902         * dvi/mdvi-lib/fontsrch.c:
2903         * dvi/mdvi-lib/gf.c:
2904         * dvi/mdvi-lib/hash.c:
2905         * dvi/mdvi-lib/hash.h:
2906         * dvi/mdvi-lib/list.c:
2907         * dvi/mdvi-lib/mdvi.h:
2908         * dvi/mdvi-lib/pagesel.c:
2909         * dvi/mdvi-lib/paper.c:
2910         * dvi/mdvi-lib/paper.h:
2911         * dvi/mdvi-lib/pk.c:
2912         * dvi/mdvi-lib/private.h:
2913         * dvi/mdvi-lib/setup.c:
2914         * dvi/mdvi-lib/sp-epsf.c:
2915         * dvi/mdvi-lib/special.c:
2916         * dvi/mdvi-lib/sysdeps.h:
2917         * dvi/mdvi-lib/t1.c:
2918         * dvi/mdvi-lib/tfm.c:
2919         * dvi/mdvi-lib/tfmfile.c:
2920         * dvi/mdvi-lib/tt.c:
2921         * dvi/mdvi-lib/util.c:
2922         * dvi/mdvi-lib/vf.c:
2923         * dvi/pixbuf-device.c:
2924         * dvi/pixbuf-device.h:
2925         * impress/Makefile.am:
2926         * impress/common.h:
2927         * impress/document.c:
2928         * impress/f_oasis.c:
2929         * impress/f_oo13.c:
2930         * impress/iksemel.c:
2931         * impress/iksemel.h:
2932         * impress/imposter.h:
2933         * impress/impress-document.c:
2934         * impress/impress-document.h:
2935         * impress/internal.h:
2936         * impress/r_back.c:
2937         * impress/r_draw.c:
2938         * impress/r_geometry.c:
2939         * impress/r_gradient.c:
2940         * impress/r_style.c:
2941         * impress/r_text.c:
2942         * impress/render.c:
2943         * impress/render.h:
2944         * impress/zip.c:
2945         * impress/zip.h:
2946         * lib/Makefile.am:
2947         * lib/ev-debug.c:
2948         * lib/ev-debug.h:
2949         * lib/ev-file-helpers.c:
2950         * lib/ev-file-helpers.h:
2951         * lib/ev-gui.c:
2952         * lib/ev-gui.h:
2953         * lib/ev-tooltip.c:
2954         * lib/ev-tooltip.h:
2955         * libdocument/Makefile.am:
2956         * libdocument/ev-file-helpers.c:
2957         * pdf/Makefile.am:
2958         * pdf/ev-poppler.cc:
2959         * pdf/ev-poppler.h:
2960         * pixbuf/Makefile.am:
2961         * pixbuf/pixbuf-document.c:
2962         * pixbuf/pixbuf-document.h:
2963         * properties/Makefile.am:
2964         * ps/Makefile.am:
2965         * ps/gsdefaults.c:
2966         * ps/gsdefaults.h:
2967         * ps/gsio.c:
2968         * ps/gsio.h:
2969         * ps/gstypes.h:
2970         * ps/ps-document.c:
2971         * ps/ps-document.h:
2972         * ps/ps.c:
2973         * ps/ps.h:
2974         * shell/Makefile.am:
2975         * shell/ev-application.h:
2976         * shell/ev-sidebar-links.c:
2977         * shell/ev-sidebar-links.h:
2978         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2979         (ev_gui_menu_position_tree_selection):
2980         * shell/ev-utils.h:
2981         * shell/ev-view.c: (ev_view_finalize):
2982         * shell/ev-window.c:
2983         * shell/main.c: (main):
2984         * thumbnailer/Makefile.am:
2985         * tiff/Makefile.am:
2986         * tiff/tiff-document.c:
2987         * tiff/tiff-document.h:
2988         * tiff/tiff2ps.c:
2989         * tiff/tiff2ps.h:
2990         
2991         Reorganize source tree.
2992
2993 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * backend/ev-document-factory.c:
2996
2997         Do not include ev-poppler.h when pdf is disabled. 
2998
2999 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * configure.ac:
3002         * data/evince-ui.xml:
3003         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3004         (pdf_document_document_images_iface_init):
3005         * backend/Makefile.am:
3006         * backend/ev-document-images.[ch]:
3007         * backend/ev-image.[ch]:
3008         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3009         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3010         (ev_job_xfer_run):
3011         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3012         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3013         (ev_pixbuf_cache_get_image_mapping):
3014         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3015         (view_menu_popup_cb), (ev_window_dispose),
3016         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3017         (ev_view_popup_cmd_copy_image):
3018         * shell/ev-view-private.h:
3019         * shell/ev-view.c: (ev_view_get_image_at_location),
3020         (ev_view_do_popup_menu), (ev_view_popup_menu),
3021         (ev_view_button_press_event), (ev_view_drag_data_get),
3022         (ev_view_drag_motion), (ev_view_drag_data_received),
3023         (ev_view_motion_notify_event), (ev_view_button_release_event),
3024         (ev_view_finalize), (ev_view_class_init):
3025
3026         Add image handling support. Fixes bugs #310008 and #325047. Images
3027         selection is not supported yet. 
3028
3029 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3032         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3033         (ev_view_init):
3034
3035         Move view drag and drop stuff to ev-view.
3036
3037 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3040         * shell/ev-view.c: (clear_selection): 
3041
3042         Clear selection also in pixbuf cache.
3043
3044 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3045
3046         * data/evince.desktop.in.in:
3047         
3048         Change icon name in desktop file. See bug #390734
3049         for details.
3050
3051 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3052
3053         * thumbnailer/Makefile.am:
3054
3055         Use top_builddir instead top_srcdir for generated schema
3056         file installation. Fixes bug #390161.
3057
3058 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * configure.ac:
3061         * backend/Makefile.am:
3062         * backend/ev-document-transition.[ch]:
3063         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3064         (pdf_document_page_transition_iface_init):
3065         * shell/ev-view-private.h:
3066         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3067         (ev_view_set_presentation), (transition_next_page),
3068         (ev_view_presentation_transition_stop),
3069         (ev_view_presentation_transition_start), (ev_view_next_page):
3070
3071         Add page transition support in presentation mode. At the moment only
3072         page duration is supported, but not transition effects. Fixes bug
3073         #309815.
3074
3075 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3078
3079         Run find_link_dest with document lock held, since it's called by links
3080         thread and main thread at the same time. 
3081
3082 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * shell/ev-view.c: (goto_dest):
3085
3086         Update page-cache when page is changed by the view, so that
3087         page-changed signal is emitted. 
3088
3089 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * test/test1.py:
3092         * test/test2.py:
3093
3094         Use C locale in tests. 
3095
3096 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-window.c: (ev_window_run_presentation):
3099         * shell/ev-view-private.h:
3100         * shell/ev-view.c: (ev_view_set_presentation):
3101
3102         Restore zoom settings when back from presentation mode. 
3103
3104 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3105
3106         * shell/ev-window.c: (ev_window_run_presentation):
3107
3108         Always use "best fit" zoom in presentation mode.
3109         Fixes bug #389195.
3110
3111 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3112
3113         * shell/ev-view.c: (ev_view_goto_window_create):
3114
3115         Show "Jump to page" label in the page jumping popup in
3116         presentation mode instead of just a GtkEntry.
3117
3118 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3119
3120         * shell/ev-window.c: (launch_external_uri):
3121
3122         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3123         #378085.
3124
3125 2006-12-22  Elijah Newren  <newren gmail com>
3126
3127         * configure.ac: explicitly check for libxml2.  Fixes #388795
3128
3129 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/ev-view-private.h:
3132         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3133         (ev_view_goto_window_delete_event), (key_is_numeric),
3134         (ev_view_goto_window_key_press_event),
3135         (ev_view_goto_window_button_press_event),
3136         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3137         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3138         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3139
3140         Allow jumping to another page by typing a page number in presentation
3141         mode. It uses a popup window with an entry. Fixes bug #353625.
3142
3143 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3144
3145         * configure.ac:
3146         * properties/ev-properties-view.c: (ev_get_default_user_units),
3147         (ev_regular_paper_size):
3148         
3149         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3150         to Damien Carbery <damien.carbery@sun.com> and
3151         Yevgen Muntyan <muntyan@tamu.edu>.
3152
3153 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3154
3155         * shell/ev-window.c: (setup_document_from_metadata):
3156
3157         Make sure Evince doesn't restore the view on the last
3158         page when a document is reopened. Fixes bug #383381.
3159
3160 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3161
3162         * shell/ev-view.c: (draw_loading_text):
3163
3164         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3165
3166 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * configure.ac:
3169         * NEWS:
3170
3171         Release 0.7.0
3172
3173 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * configure.ac:
3176         * pdf/ev-poppler.cc: (pdf_print_context_free),
3177         (pdf_document_file_exporter_begin),
3178         (pdf_document_file_exporter_do_page):
3179
3180         Make cairo-pdf depedency optional. 
3181
3182 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3185
3186         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3187
3188 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3191         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3192         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3193         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3194         * shell/ev-view.c: (draw_loading_text):
3195         * shell/ev-window.c: (ev_window_cmd_file_properties):
3196
3197         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3198         related to using FontConfig from different threads.
3199         
3200 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-view.c: (draw_loading_text):
3203
3204         Acquire lock document when drawing "Loading..." text so that only one
3205         thread will use FontConfig at the same time. Fixes bug #374750.
3206
3207 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * shell/ev-page-action.[ch]: (activate_cb):
3210         * shell/ev-window.c: (activate_label_cb):
3211
3212         Check if text inserted in page entry is a valid page number when it
3213         doesn't match to any document page label. Fixes bug #383165.
3214
3215 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3216         * shell/ev-window.c:
3217
3218         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3219         available with GTK < 2.10. Added an ifdef to avoid compilation
3220         error.
3221
3222 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * configure.ac:
3225         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3226
3227         Fix ps backend in multihead systems.
3228
3229 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3232         * shell/ev-window.c: (ev_window_get_screen_dpi),
3233         (ev_window_update_actions), (setup_view_from_metadata),
3234         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3235
3236         Take screen DPI into account when zooming. Fixes bug #318285.
3237
3238 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3239
3240         * data/Makefile.am:
3241
3242         Cleaned up/slightly refactored Makefile.am. Added GConf
3243         schemas uninstallation as well.
3244
3245 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3246
3247         * Makefile.am:
3248         * test/Makefile.am:
3249
3250         Fight with autotools to fix make check. Make distcheck
3251         works fine as well now!
3252
3253 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3254
3255         * shell/ev-view.c: (draw_end_presentation_page):
3256
3257         Corrected "end of presentation" string.
3258
3259 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3260
3261         * shell/ev-view.c: (ev_view_key_press_event):
3262
3263         Correctly propagate key press event so that up/down keys
3264         work as expected (correct behaviour was broken by
3265         black/white screen key bindings for presentations).
3266
3267 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3270         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3271         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3272         (pdf_selection_get_selection_region),
3273         (pdf_selection_get_selection_map):
3274
3275         Add "static" to some private functions. 
3276
3277 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3278
3279         * lib/ev-tooltip.h:
3280         * properties/ev-properties-view.h:
3281         * shell/ev-jobs.h:
3282         * shell/ev-properties-dialog.h:
3283         * shell/ev-properties-fonts.h:
3284         * shell/ev-sidebar-links.h:
3285         * shell/ev-sidebar-thumbnails.h:
3286         * shell/ev-sidebar.h:
3287         * shell/ev-window.h:
3288         
3289         Fixes CHACK type in class casts. See bug #385343
3290         for details.
3291
3292 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-view-private.h:
3295         * shell/ev-view.c: (draw_end_presentation_page),
3296         (ev_view_expose_event), (ev_view_key_press_event),
3297         (ev_view_class_init), (ev_view_init):
3298
3299         Blank screen in presentation mode when pressing 'b' (filling with
3300         black) or 'w' (filling with white) keys. Fixes bug #358132.
3301
3302 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3303
3304         * data/evince-toolbar.xml:
3305         * shell/ev-window.c:
3306         
3307         Use stock icon for Select All action. Fixes
3308         bug #382652.
3309
3310 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3311
3312         * shell/ev-view.c: (get_doc_point_from_offset),
3313         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3314
3315         Add links support in rotated documents. Fixes bug #343733.
3316
3317 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * shell/ev-view-private.h:
3320         * shell/ev-view.c: (draw_end_presentation_page),
3321         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3322
3323         Show a blank page after the last page in presentation mode with a
3324         message indicating that presentation has finished and how to exit. 
3325
3326 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (fullscreen_timeout_cb):
3329
3330         Hide cursor after a while in presentation mode. 
3331
3332 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3333
3334         * backend/ev-document-info.h:
3335         * data/evince-properties.glade:
3336         * pdf/ev-poppler.cc:
3337         * properties/ev-properties-view.c: (ev_regular_paper_size),
3338         (ev_properties_view_set_info):
3339         * ps/ps-document.c: (ps_document_get_info):
3340
3341         Adds a paper size field to the properties dialog. Fixes
3342         bug #307315. Patch by Kasper Svendsen (with some i18n
3343         changes done by me).
3344
3345 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3346
3347         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3348         (screensaver_init_dbus), (totem_scrsaver_new),
3349         (totem_scrsaver_init):
3350         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3351         * shell/ev-application.c: (ev_application_register_service),
3352         (ev_application_screensaver_enable),
3353         (ev_application_screensaver_disable):
3354         * shell/ev-application.h:
3355         * shell/ev-window.c: (ev_window_run_presentation),
3356         (ev_window_stop_presentation), (build_comments_string),
3357         (ev_window_init):
3358         
3359         Move screensaver handling to application. No more
3360         message on startup.
3361
3362 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * configure.ac:
3365         * backend/Makefile.am:
3366         * backend/ev-file-exporter.[ch]:
3367         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3368         * ps/ps-document.c: (ps_document_file_exporter_*):
3369         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3370         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3371         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3372         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3373
3374         Allow printing to PDF when suppoted by the backend.
3375         
3376 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-window.c: (build_comments_string):
3379
3380         Use always "Document Viewer" in about dialog. 
3381
3382 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3383
3384         * djvu/djvu-document.c: (djvu_document_get_page_size):
3385
3386         Display a warning message when get_pageinfo fails. 
3387
3388 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3389
3390         * Makefile.am:
3391         * backend/Makefile.am:
3392         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3393         * configure.ac:
3394         * shell/ev-window.c: (build_comments_string):
3395         
3396         Make pdf compilation optional. See bug #38007.
3397
3398 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * ps/ps.c: (get_next_text):
3401
3402         Fix CVE-2006-5864.
3403
3404 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3407         * shell/ev-navigation-action.c: (connect_proxy),
3408         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3409         
3410         Do not call g_type_class_peek_parent twice.
3411
3412 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3413
3414         * configure.ac:
3415         * data/icons/24x24/.cvsignore:
3416         * data/icons/24x24/Makefile.am:
3417         * data/icons/24x24/evince.png:
3418         * data/icons/Makefile.am:
3419         
3420         Add 24x24 icon. Thanks to 
3421         Michael Monreal <infernux@web.de>.
3422
3423 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3424
3425         * configure.ac: Fix typo in configure.ac. Thanks
3426         to dmacks@netspace.org for notification.
3427
3428 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3429
3430         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3431         
3432         Drop dbus include, fixes compilation with older dbus.
3433
3434 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3435
3436         * configure.ac:
3437         * cut-n-paste/Makefile.am:
3438         * cut-n-paste/totem-screensaver/.cvsignore
3439         * cut-n-paste/totem-screensaver/Makefile.am:
3440         * cut-n-paste/totem-screensaver/README:
3441         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3442         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3443         * shell/Makefile.am:
3444         * shell/ev-window.c: (ev_window_run_presentation),
3445         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3446         (ev_window_init):
3447
3448         Implemented screensaver enabling/disabling for
3449         presentation mode (not fullscreen mode). Code stolen
3450         from Totem (with some minor tweaks). Fixes bug #338889.
3451
3452 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3453
3454         * configure.ac:
3455
3456         Bump gnome-icon-theme requirements. We use the rotation
3457         icons that appeared recently.
3458
3459 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3460
3461         * shell/ev-history.c: (ev_history_add_page):
3462         * shell/ev-history.h:
3463         * shell/ev-window.c: (page_changed_cb):
3464         
3465         Use page labels instead of numbers.
3466
3467 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3468
3469         * data/evince-toolbar.xml:
3470         * po/POTFILES.in:
3471         * shell/Makefile.am:
3472         * shell/ev-navigation-action-widget.c:
3473         (ev_navigation_action_widget_init),
3474         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3475         (menu_detacher), (ev_navigation_action_widget_set_menu),
3476         (menu_position_func), (popup_menu_under_arrow),
3477         (ev_navigation_action_widget_toggled),
3478         (ev_navigation_action_widget_button_press_event):
3479         * shell/ev-navigation-action-widget.h:
3480         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3481         (ev_navigation_action_set_window), (activate_menu_item_cb),
3482         (new_history_menu_item), (new_empty_history_menu_item),
3483         (build_menu), (menu_activated_cb), (connect_proxy),
3484         (create_tool_item), (ev_navigation_action_init),
3485         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3486         * shell/ev-navigation-action.h:
3487         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3488         (ev_page_action_widget_set_page_cache),
3489         (ev_page_action_widget_finalize),
3490         (ev_page_action_widget_class_init), (match_selected_cb),
3491         (display_completion_text), (match_completion), (build_new_tree_cb),
3492         (get_filter_model_from_model),
3493         (ev_page_action_widget_update_model):
3494         * shell/ev-page-action-widget.h:
3495         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3496         (connect_proxy):
3497         * shell/ev-page-action.h:
3498         * shell/ev-stock-icons.c:
3499         * shell/ev-stock-icons.h:
3500         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3501         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3502         (register_custom_actions):
3503         * shell/main.c:
3504         
3505         Preliminary history implementation
3506
3507 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3508
3509         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3510         (dvi_document_class_init), (dvi_document_init_params):
3511         * dvi/mdvi-lib/font.c: (font_reference):
3512         
3513         Add reference to subfont. Fixes bug #374277.
3514
3515 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3518         (ev_window_cmd_file_open_copy_at_dest):
3519
3520         Fix a race condition when creating symlink. Increase the counter
3521         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3522         Mathias Hasselmann).
3523
3524 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * backend/Makefile.am:
3527         * backend/ev-attachment.c: (ev_attachment_open):
3528         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3529         (ev_tmp_dir), (ev_tmp_filename):
3530         * shell/ev-sidebar-attachments.c:
3531         (ev_sidebar_attachments_drag_data_get):
3532         * shell/ev-window.c: (ev_window_clear_temp_file):
3533
3534         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3535         in ensure_dir_exists. Abort without crashing when we can't create
3536         user's directory.
3537
3538 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3539
3540         * data/evince-ui.xml:
3541         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3542         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3543         (ev_window_cmd_file_open_copy_at_dest),
3544         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3545         (ev_view_popup_cmd_open_link_new_window):
3546
3547         Allow opening a copy of the current document in a new window. Fixes bug
3548         #357472
3549
3550 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * data/evince-toolbar.xml:
3553         
3554         Add rotate right and rotate left to available items for toolbar.
3555         
3556         * data/evince-ui.xml:
3557         * shell/ev-window.c: (ev_window_init):
3558         
3559         Customize toolbar with right click. Fixes bug #372451.
3560
3561 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3562
3563         * shell/ev-window.c: 
3564         
3565         Use "object-rotate-{left,right}" stock icons. Fixes 
3566         bug #373863.
3567
3568 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3569
3570         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3571         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3572         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3573         (ev_window_open_uri):
3574         * shell/main.c: (arguments_parse):
3575
3576         Remove temp file created when evince is used by GTK+ in
3577         preview mode. Fixes bug #365282. 
3578
3579 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3580
3581         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3582         
3583         Fixes bug #372474 - Side pane disabled when entering 
3584         and leaving fullscreen mode.
3585
3586 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3589         * data/Makefile.am:
3590         * data/evince-preview-toolbar.xml:
3591         * data/evince-toolbar.xml:
3592         * shell/ev-application.c: (ev_application_shutdown),
3593         (ev_application_init), (ev_application_get_toolbars_model):
3594         * shell/ev-application.h:
3595         * shell/ev-window.c: (update_chrome_visibility),
3596         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3597         (ev_window_cmd_edit_toolbar), (ev_window_init):
3598         
3599         Fixes bug #364364 - toolbar editor shows zoom actions again.
3600
3601 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3604
3605         Do not take margins into consideration for paper size when printing.
3606         Really fixes bug #350491.
3607
3608 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * data/evince-ui.xml:
3611         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3612         (ev_window_cmd_file_print_setup),
3613         (ev_window_print_dialog_response_cb),
3614         (ev_window_setup_action_sensitivity):
3615
3616         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3617
3618 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-window.c: (ev_window_print_range):
3621
3622         Revert my previuos commit, since printing to PDF is not supported by
3623         evince yet. 
3624
3625 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * shell/ev-window.c: (ev_window_print_range):
3628
3629         Enable print to a PDF. Fixes bug #332121.
3630
3631 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * shell/ev-application-service.xml:
3634         * shell/ev-application.[ch]: (ev_application_open_window),
3635         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3636         (ev_application_open_uri), (ev_application_open_uri_list):
3637         * shell/ev-window.c: (file_open_dialog_response_cb),
3638         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3639         (drag_data_received_cb), (open_remote_link):
3640         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3641
3642         Add support for multiscreen systems. Fixes bug #316206.
3643
3644 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * shell/ev-jobs.[ch]: (ev_job_print_new),
3647         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3648         (ev_job_print_do_page):
3649         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3650
3651         Allow printing only odd/even pages. Fixes bug #367289.
3652
3653 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3654
3655         * test/test1.py:
3656         * test/test2.py:
3657
3658         Re-add locale settings to test files.
3659
3660 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3661
3662         * data/evince-ui.xml:
3663         * shell/ev-window.c: (set_action_properties):
3664         
3665         Removed garbage from code and ui.
3666
3667 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3668
3669         * shell/ev-window.c: (ev_window_cmd_help_about):
3670
3671         Shamelessly add my name to the list of contributors.
3672
3673 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3674
3675         * test/test1.py:
3676         * test/test2.py:
3677
3678         Cleaned up the dogtail scripts.
3679
3680 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3681
3682         * shell/ev-view.c: (draw_loading_text): Don't render
3683         "loading..." text in presentation mode. Temporary
3684         workaround for bug #320352.
3685
3686 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3687
3688         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3689         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3690
3691         Use print settings scale, copies, collate and reverse which were
3692         ignored. Fixes bug #359032.
3693
3694 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * configure.ac:
3697         * data/evince-password.glade:
3698         * test/Makefile.am:
3699         * test/test-encrypt.pdf:
3700         * test/test-links.pdf:
3701         * test/test1.py:
3702         * test/test2.py:
3703
3704         Add automated UI tests for evince with dogtail. See
3705         bug #300948.    
3706
3707 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3710
3711         Hide fullscreen toolbar when switching to another desktop workspace.
3712         Fixes bug #338871
3713
3714 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * shell/ev-window-title.c: 
3717         
3718         Test for .dvi in title of pdf documents.
3719
3720 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3721
3722         * shell/ev-view.c: (ev_view_scroll):
3723
3724         Page Up/Down should do page jumps in "Best fit" mode.
3725         If a user has explicitly chosen to view exactly one page
3726         at a time, scrolling just a part of the page when
3727         pressing Page Up/Down is not right. Fixes bug #323107.
3728
3729 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * NEWS:
3732         * configure.ac:
3733         
3734         Update for 0.6.1
3735
3736 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3739         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3740         
3741         Correctly disconnect from job signals on destroy.
3742
3743 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3744
3745         * shell/ev-view-private.h:
3746         * shell/ev-view.c: (view_set_adjustment_values),
3747         (view_update_range_and_current_page),
3748         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3749         
3750         Fixes bug #343199, current page now follows find page.
3751
3752 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3753
3754         * backend/ev-document-factory.c:
3755         * configure.ac:
3756         Assigned OpenDocument presenation MIME type to the
3757         Impress backend. Added some missing (but harmless)
3758         #ifdefs in the document factory as well to make things
3759         consistent again. Fixes bug #360658.
3760
3761 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3762
3763         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3764         * backend/ev-document-find.c: (ev_document_find_get_type):
3765         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3766         * backend/ev-document-links.c: (ev_document_links_get_type):
3767         * backend/ev-document-security.c: (ev_document_security_get_type):
3768         * backend/ev-document-thumbnails.c:
3769         (ev_document_thumbnails_get_type):
3770         * backend/ev-document.c: (ev_document_get_type):
3771         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3772         * backend/ev-selection.c: (ev_selection_get_type):
3773         * cut-n-paste/recent-files/egg-recent-model.c:
3774         (egg_recent_model_get_type):
3775         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3776         (egg_recent_view_uimanager_get_type):
3777         * cut-n-paste/recent-files/egg-recent-view.c:
3778         (egg_recent_view_get_type):
3779         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3780         (egg_editable_toolbar_get_type):
3781         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3782         (egg_toolbar_editor_get_type):
3783         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3784         (egg_toolbars_model_get_type):
3785         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3786         (egg_tree_multi_drag_source_get_type):
3787         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3788         (ephy_zoom_action_get_type):
3789         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3790         (ephy_zoom_control_get_type):
3791         * impress/r_back.c: (_imp_fill_back):
3792         * properties/ev-properties-main.c:
3793         (ev_properties_plugin_register_type):
3794         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3795         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3796         (ev_view_accessible_factory_get_type):
3797
3798         Reduce relocations. Bug #360616.
3799
3800 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3801
3802         * backend/ev-document-factory.c:
3803         (ev_document_factory_get_document):
3804         
3805         Load document even if extension is wrong.
3806
3807 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-metadata-manager.c: (save_values):
3810         * shell/ev-window.c: (setup_size_from_metadata),
3811         (setup_view_from_metadata), (ev_window_setup_document),
3812         (ev_window_xfer_job_cb), (window_configure_event_cb):
3813         
3814         Set size according to the document size/page size ratio.
3815         That should correct rather wierd behaviour of the previous
3816         commit.
3817
3818 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3819
3820         * shell/ev-window.c: (setup_view_from_metadata):
3821         
3822         Set size for new windows from previous window size.
3823         See bugs #354968 and #168450 for details. Thanks
3824         to Meik Hellmund.
3825
3826 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * djvu/djvu-links.c: (build_tree):
3829
3830         Fix memory leak.
3831
3832 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3833
3834         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3835         
3836         Don't make sidebar close button insensitive. Fixes
3837         bug #357871.
3838
3839 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3842         (ev_window_set_view_accels_sensitivity):
3843         
3844         Don't enable Slash on documents which don't support
3845         find. Fixes bug #358648.
3846
3847 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3848
3849         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3850         open dialog fall back to the current document uri if the
3851         filechooser hasn't been used before. Fixes bug #356980.
3852
3853 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3854
3855         * shell/ev-window.c: (ev_window_setup_recent), 
3856         (ev_window_get_recent_file_label):
3857
3858         Escape underscores in filenames of recent file items.
3859
3860 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * configure.ac:
3863         
3864         Bumped poppler requirements, really 0.5.3 is very 
3865         buggy, now we require 0.5.4.
3866
3867 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * djvu/Makefile.am:
3870         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3871         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3872         (djvu_document_document_links_iface_init):
3873         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3874         (number_from_string_10), (get_djvu_link_dest),
3875         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3876         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3877         (djvu_links_get_links), (djvu_links_find_link_dest),
3878         (djvu_links_get_links_model):
3879         * djvu/djvu-links.h:
3880         
3881         Add support for links and bookmarks in djvu documents. Thanks
3882         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3883         patch.
3884
3885 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3886
3887         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3888         
3889         Reopen should reload document. Fixes 
3890         bug 327951.
3891
3892 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * data/Makefile.am:
3896         * data/evince-16.png:
3897         * data/evince-22.png:
3898         * data/evince.png:
3899         * data/evince.svg:
3900         * data/icons/16x16/Makefile.am:
3901         * data/icons/16x16/evince.png:
3902         * data/icons/22x22/Makefile.am:
3903         * data/icons/22x22/evince.png:
3904         * data/icons/48x48/Makefile.am:
3905         * data/icons/48x48/evince.png:
3906         * data/icons/Makefile.am:
3907         * data/icons/scalable/Makefile.am:
3908         * data/icons/scalable/evince.svg:
3909         
3910         Install icons with correct names. Fixes
3911         bug #354429.
3912
3913 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-view.c: (ev_view_button_release_event):
3916
3917         Don't open links with middle mouse button. Fixes bug #353649
3918
3919 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * NEWS:
3922         * configure.ac:
3923         
3924         Update for release 0.6.0
3925
3926 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3929         Implement Close named action. Patch by Carlos Garcia Campos.
3930
3931 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3932
3933         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3934         
3935         Don't clear link mapping on copy_job_to_job_info. Fixes
3936         bug 346168.
3937
3938 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3939
3940         * shell/main.c: (main):
3941
3942         Revert my previous commit, gnome_program_init owns the option context.
3943         Fix another memory leak in main. Both caught by Christian Persch. 
3944
3945 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * shell/main.c: (main):
3948
3949         Fix memory leak.
3950
3951 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3954
3955         Fix crash when opening a pdf with password protection. 
3956
3957 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * pdf/ev-poppler.cc: (pdf_document_search_free):
3960
3961         Fix memory leak. 
3962
3963 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3964
3965         * backend/ev-document-factory.c:
3966         (ev_document_factory_get_document):
3967         * tiff/tiff-document.c: (tiff_document_finalize):
3968         
3969         More correct handling of document loading. Fixes
3970         bug #349043.
3971
3972 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * backend/ev-attachment.c: (ev_attachment_save):
3975
3976         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3977         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3978
3979 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3980         
3981         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3982         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3983
3984 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-sidebar-thumbnails.c:
3987
3988         Do not render thumbnails unless thumbnails page is active in the
3989         sidebar.
3990
3991 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3992
3993         * shell/ev-properties-dialog.c:
3994
3995         Fix dialogue spacing. Bug #351370.
3996
3997 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3998
3999         * configure.ac:
4000
4001         Use lowercase gettext catalog file names (evince.mo
4002         instead of Evince.mo)
4003
4004 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-sidebar-attachments.c:
4007
4008         GtkIconTheme is now screen safe too. Fixes bug #350878
4009
4010 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-window.c:
4013
4014         GtkRecent manager is now screen safe. Fixes bug #350145
4015
4016 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4017
4018         * shell/ev-sidebar.c: (ev_sidebar_init):
4019         
4020         Make sidebar close icon smaller. Fix for bug 350177.
4021         See also bugs 350176 and 165770.
4022
4023 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4026
4027         Ignore zoom for xyz destinations when it's <= 1, keeping user
4028         preferences instead. Set correct sizing-mode for fith and fitv
4029         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4030
4031 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4032
4033         * NEWS:
4034         * configure.ac:
4035         
4036         Update for release 0.5.5
4037
4038 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4039         
4040         * shell/ev-window.c: (ev_window_cmd_escape)
4041
4042         Escape unfocus page entry. Fixes bug #345809.
4043
4044 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4045
4046         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4047         (build_tree), (pdf_document_links_get_links),
4048         (pdf_document_links_find_link_dest):
4049         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4050         (goto_xyz_dest):
4051
4052         Convert from PDF style coordinates to X style coordinates in the
4053         backend rather than in the view. Fixes bug #338440
4054
4055 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4056
4057         * shell/ev-window.c:
4058         
4059         Remove Ctrl+Shift+T shortcut for toolbars. See
4060         the bug #350098.
4061
4062 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * configure.ac:
4065
4066         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4067         of this. 
4068
4069 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * configure.ac:
4072         * cut-n-paste/Makefile.am:
4073         * data/evince-ui.xml:
4074         * shell/Makefile.am:
4075         * shell/ev-application.[ch]:
4076         * shell/ev-window.c:
4077
4078         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4079         #349273
4080
4081 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4082
4083         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4084         findbar code: s/help/search/
4085
4086 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4087
4088         * shell/ev-window.c: (setup_document_from_metadata),
4089         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4090         (setup_view_from_metadata):
4091         
4092         Fix memory leaks.
4093
4094 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4095
4096         * autogen.sh, configure.ac: 
4097         
4098         Update automake usage. See bug 349292.
4099
4100 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4101
4102         * shell/eggfindbar.c: (egg_find_bar_class_init),
4103         (entry_activate_callback), (egg_find_bar_init),
4104         (egg_find_bar_set_status_text):
4105         * shell/eggfindbar.h:
4106         
4107         Unify Evince findbar with Epiphany. Nice patch
4108         from Fabricio Silva <silva@crans.org> and
4109         Frederic Peters <fpeters@entrouvert.com>. See
4110         bug #339966 for details.
4111
4112 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * data/evince.desktop.in.in:
4115         
4116         Correct information for bugzilla. Thanks to
4117         Olaf Vitters, see bug #348855.
4118
4119 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * shell/ev-jobs.[ch]:
4122         * shell/ev-sidebar-links.c:
4123         * shell/ev-window.[ch]:
4124
4125         GtkPrintJob doesn't support print ranges or current page, so we export
4126         to a ps file now when printing ranges or current page.
4127
4128 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * pdf/ev-poppler.cc:
4131         * shell/ev-window.c: (do_action_named):
4132
4133         We should be more clear about bugzilla. See the
4134         poppler bug #7623.
4135
4136 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * configure.ac:
4139         * shell/Makefile.am:
4140         * shell/ev-job-queue.c:
4141         * shell/ev-jobs.[ch]:
4142         * shell/ev-sidebar-links.c:
4143         * shell/ev-window.[ch]:
4144         
4145         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4146         #348422
4147
4148 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4151         * shell/ev-application-service.xml:
4152         * shell/ev-application.[ch]:
4153         * shell/ev-jobs.[ch]:
4154         * shell/ev-window.[ch]: (ev_window_run_preview):
4155         * shell/main.c: 
4156
4157         Add preview mode to use evince as a printing previewer. It also adds
4158         other command line options for fullscreen and presentation modes.
4159         Fixes bugs #347822, #317031
4160
4161 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * NEWS:
4164         * configure.ac:
4165         
4166         Update for release 0.5.4
4167
4168 2006-07-11  Bastien Nocera <hadess@hadess.net>
4169
4170         * Makefile.am:
4171         * backend/Makefile.am:
4172         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4173         * backend/ev-document-factory.h:
4174         * configure.ac:
4175         * impress/.cvsignore:
4176         * impress/Makefile.am:
4177         * impress/common.h:
4178         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4179         (imp_get_page), (imp_next_page), (imp_prev_page),
4180         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4181         * impress/f_oasis.c: (render_object), (render_page),
4182         (get_geometry), (_imp_oasis_load):
4183         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4184         (_imp_oo13_load):
4185         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4186         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4187         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4188         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4189         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4190         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4191         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4192         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4193         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4194         (iks_new_within), (iks_insert), (iks_insert_cdata),
4195         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4196         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4197         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4198         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4199         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4200         (iks_cdata), (iks_cdata_size), (iks_has_children),
4201         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4202         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4203         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4204         (iks_tree), (iks_load), (iks_save):
4205         * impress/iksemel.h:
4206         * impress/imposter.h:
4207         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4208         (imp_render_draw_bezier_real), (imp_render_get_size),
4209         (imp_render_set_fg_color), (imp_render_draw_line),
4210         (imp_render_draw_rect), (imp_render_draw_polygon),
4211         (imp_render_draw_arc), (imp_render_draw_bezier),
4212         (imp_render_open_image), (imp_render_get_image_size),
4213         (imp_render_scale_image), (imp_render_draw_image),
4214         (imp_render_close_image), (imp_render_markup),
4215         (imp_render_get_text_size), (imp_render_draw_text),
4216         (impress_document_load), (impress_document_save),
4217         (impress_document_get_n_pages), (impress_document_get_page_size),
4218         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4219         (impress_document_finalize), (impress_document_class_init),
4220         (impress_document_can_get_text), (impress_document_get_info),
4221         (impress_document_document_iface_init),
4222         (impress_document_thumbnails_get_thumbnail),
4223         (impress_document_thumbnails_get_dimensions),
4224         (impress_document_document_thumbnails_iface_init),
4225         (impress_document_init):
4226         * impress/impress-document.h:
4227         * impress/internal.h:
4228         * impress/r_back.c: (_imp_fill_back):
4229         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4230         (_imp_draw_image), (_imp_tile_image):
4231         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4232         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4233         (r_polyline):
4234         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4235         (r_draw_gradient_complex), (r_draw_gradient):
4236         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4237         (r_get_bullet):
4238         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4239         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4240         (r_text):
4241         * impress/render.c: (imp_create_context), (imp_context_set_page),
4242         (imp_context_set_step), (imp_render), (imp_delete_context):
4243         * impress/render.h:
4244         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4245         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4246         (zip_load_xml), (zip_get_size), (zip_load):
4247         * impress/zip.h:
4248         * shell/ev-utils.c:
4249         
4250         New backend to support impress slides. Fixes bug #30867.
4251
4252 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4253
4254         * shell/ev-utils.c: (using_postscript_printer):
4255         
4256         Fixes crash when print using PAPI backend,
4257         bug #345012.
4258
4259 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4260
4261         * shell/ev-jobs.c: (ev_job_xfer_run):
4262         * shell/ev-window.c: (password_dialog_response),
4263         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4264         (ev_window_dispose):
4265         Fixes bug #344160: if the xfer job doesn't complete
4266         because a password is required, reload the existing
4267         instance instead of creating a new one.
4268
4269 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4270
4271         * shell/main.c: (main): Call gdk_threads_init. Thus
4272         we'll avoid errors in auth dialog. Fix for the bug
4273         #343347.
4274
4275 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4276
4277         * configure.ac: Advertise pixbuf support, fix
4278         for the bug 343317.
4279
4280 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4281
4282         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4283         (ev_sidebar_thumbnails_set_document):
4284         
4285         Update sidebar thumbnails after reloading.
4286
4287 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4288
4289         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4290         * shell/ev-jobs.h:
4291         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4292         (ev_window_cmd_view_reload), (ev_window_init):
4293         
4294         Don't crash on reload. Fix for the bug #343167.
4295
4296 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * shell/ev-jobs.c: (ev_job_render_run):
4299         
4300         Check for document links.
4301
4302 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * backend/ev-attachment.c: (ev_attachment_save),
4305         (ev_attachment_launch_app), (ev_attachment_open):
4306         * backend/ev-document-factory.c: (get_document_from_uri):
4307         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4308         (egg_recent_view_uimanager_set_list):
4309         * ps/ps-document.c: (check_filecompressed), (document_load),
4310         (ps_document_load):
4311         * shell/ev-metadata-manager.c: (load_values):
4312         * shell/ev-password.c: (ev_password_dialog_set_property):
4313         * shell/ev-view.c: (tip_from_link):
4314         * shell/ev-window.c: (file_save_dialog_response_cb),
4315         (ev_window_print_dialog_response_cb):
4316         
4317         Use consistent quoting style. Fix for the bug #320285.
4318
4319 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4320
4321         * shell/ev-jobs.c: (ev_job_xfer_run):
4322         * shell/main.c: (load_files):
4323                 
4324         Open links with anchors. Fix for the bug #339836.
4325
4326 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4327
4328         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4329         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4330         (ev_link_dest_set_property), (ev_link_dest_finalize),
4331         (ev_link_dest_class_init), (ev_link_dest_new_named),
4332         (ev_link_dest_new_page_label):
4333         * backend/ev-link-dest.h:
4334         * shell/ev-application.c: (ev_application_open_uri):
4335         * shell/ev-view.c: (goto_dest):
4336         * shell/ev-window.c:
4337         * shell/ev-window.h:
4338         
4339         Fix page-label command line option. Bug #342070.
4340
4341 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4342
4343         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4344         
4345         Don't show highlight rects if page can't be showed. Fix for 
4346         the bug #342076
4347
4348 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * shell/ev-window.c: (setup_sidebar_from_metadata),
4351         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4352         
4353         Setup sidebar from metadata even if there is no document
4354         loaded. Fix for the bug #342807.
4355
4356 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4357
4358         * cut-n-paste/toolbar-editor/Makefile.am:
4359         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4360         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4361         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4362         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4363         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4364         (popup_context_menu_cb), (button_press_event_cb),
4365         (configure_item_sensitivity), (configure_item_cursor),
4366         (configure_item_tooltip), (connect_widget_signals),
4367         (action_sensitive_cb), (create_item_from_action),
4368         (create_item_from_position), (toolbar_drag_data_received_cb),
4369         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4370         (toolbar_drag_leave_cb), (configure_drag_dest),
4371         (toggled_visibility_cb), (toolbar_visibility_refresh),
4372         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4373         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4374         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4375         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4376         (egg_editable_toolbar_dispose),
4377         (egg_editable_toolbar_set_ui_manager),
4378         (egg_editable_toolbar_get_selected),
4379         (egg_editable_toolbar_set_selected), (set_edit_mode),
4380         (egg_editable_toolbar_set_property),
4381         (egg_editable_toolbar_get_property),
4382         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4383         (egg_editable_toolbar_new_with_model),
4384         (egg_editable_toolbar_get_edit_mode),
4385         (egg_editable_toolbar_set_edit_mode),
4386         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4387         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4388         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4389         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4390         (item_added_or_removed_cb), (toolbar_removed_cb),
4391         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4392         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4393         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4394         (editor_create_item_from_name), (append_table),
4395         (update_editor_sheet), (egg_toolbar_editor_init):
4396         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4397         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4398         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4399         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4400         (toolbar_node_free), (egg_toolbars_model_get_flags),
4401         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4402         (egg_toolbars_model_get_name), (impl_add_item),
4403         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4404         (parse_data_list), (parse_item_list), (parse_toolbars),
4405         (egg_toolbars_model_load_toolbars), (parse_available_list),
4406         (parse_names), (egg_toolbars_model_load_names),
4407         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4408         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4409         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4410         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4411         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4412         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4413         (egg_toolbars_model_set_types), (fill_avail_array),
4414         (egg_toolbars_model_get_name_avail),
4415         (egg_toolbars_model_get_name_flags),
4416         (egg_toolbars_model_set_name_flags):
4417         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4418         * cut-n-paste/toolbar-editor/eggintl.h:
4419         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4420         (egg_tree_multi_drag_source_get_type),
4421         (egg_tree_multi_drag_source_row_draggable),
4422         (egg_tree_multi_drag_source_drag_data_delete),
4423         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4424         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4425         (path_list_free), (set_context_data), (get_context_data),
4426         (get_info), (egg_tree_multi_drag_drag_data_get),
4427         (egg_tree_multi_drag_motion_event),
4428         (egg_tree_multi_drag_button_press_event),
4429         (egg_tree_multi_drag_add_drag_support):
4430         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4431         * shell/ev-application.c: (ev_application_init),
4432         (ev_application_save_toolbars_model):
4433         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4434         (ev_window_cmd_edit_toolbar), (ev_window_init):
4435         
4436         Sync toolbareditor with epiphany and libegg
4437
4438 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * configure.ac: 
4441
4442         Depend on poppler 0.5.2
4443
4444 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * shell/ev-jobs.c: (ev_job_render_run):
4447         
4448         Check if document supports links iterface.
4449
4450 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * NEWS:
4453         * configure.ac:
4454         
4455         Update for release 0.5.3
4456
4457 2006-05-13  Michael Plump  <plumpy@skylab.org>
4458
4459         * configure.ac:
4460         * shell/Makefile.am:
4461         * shell/main.c: (main):
4462         
4463         Port to GOption command line parsing. Fix for the 
4464         bug #327518
4465
4466 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * shell/ev-window.c: (ev_window_cmd_help_about):
4469         
4470         Do not wrap license. Fix for the bug #309460.
4471
4472 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4473
4474         * configure.ac:
4475         * properties/ev-properties-main.c: (ev_properties_get_pages):
4476         * shell/ev-application.c: (ev_application_open_window),
4477         (ev_application_open_uri_at_dest):
4478         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4479         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4480         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4481         * shell/ev-utils.c: (save_print_config_to_file):
4482         * shell/ev-window.c: (ev_window_cmd_save_as),
4483         (ev_attachment_popup_cmd_save_attachment_as):
4484         * shell/main.c: (load_files_remote):
4485         
4486         Bump requirements to gtk 2.8 and drop all ifdefs used.
4487
4488 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4491         * shell/ev-window.c: (ev_window_init):
4492         
4493         Show attachments page.
4494
4495 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * po/POTFILES.in:
4498         * shell/ev-attachment-bar.c:
4499         * shell/ev-attachment-bar.h:
4500         * shell/ev-sidebar-attachments.c:
4501         (ev_sidebar_attachments_icon_cache_add),
4502         (icon_theme_get_pixbuf_from_mime_type),
4503         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4504         (ev_sidebar_attachments_icon_cache_refresh),
4505         (ev_sidebar_attachments_get_attachment_at_pos),
4506         (ev_sidebar_attachments_popup_menu_show),
4507         (ev_sidebar_attachments_popup_menu),
4508         (ev_sidebar_attachments_button_press),
4509         (ev_sidebar_attachments_update_icons),
4510         (ev_sidebar_attachments_drag_data_get),
4511         (ev_sidebar_attachments_get_property),
4512         (ev_sidebar_attachments_destroy),
4513         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4514         (ev_sidebar_attachments_new),
4515         (ev_sidebar_attachments_set_document),
4516         (ev_sidebar_attachments_support_document),
4517         (ev_sidebar_attachments_get_label),
4518         (ev_sidebar_attachments_page_iface_init):
4519         * shell/ev-sidebar-attachments.h:
4520         * shell/ev-window.c: (update_chrome_visibility),
4521         (setup_sidebar_from_metadata), (ev_window_setup_document),
4522         (ev_window_sidebar_current_page_changed_cb),
4523         (attachment_bar_menu_popup_cb), (ev_window_init):
4524         
4525         Move attachments bar to sidebar.
4526
4527 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * pdf/ev-poppler.cc:
4530         * shell/ev-application.[ch]:
4531         * shell/main.c:
4532
4533         Fix some memory leaks.
4534
4535 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4536
4537         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4538
4539         Change the properties dialog response to
4540         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4541         will make the dialog go away when the user presses
4542         enter. With gtk+ >= 2.9 this will happen anyway, but for
4543         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4544         escape by default. Fixes bug #340539. See also bug
4545         #101293 for the gtk+ part.
4546
4547 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4548
4549         * shell/ev-view.c (tip_from_action_named): Replace some strings
4550         that were wrong. Closes #340970.
4551
4552 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4553
4554         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4555
4556         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4557         #341049
4558
4559 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4560
4561         * djvu/Makefile.am:
4562         * dvi/Makefile.am:
4563         * dvi/mdvi-lib/Makefile.am:
4564         * properties/Makefile.am:
4565         * ps/Makefile.am:
4566         * shell/Makefile.am:
4567         * thumbnailer/Makefile.am:
4568         
4569         Due to broken libtool that is unable to track dependencies
4570         of noinst libraries we are forced to explicitely point
4571         libraries for binary. Fix for the bug #333334.
4572
4573 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * data/evince.desktop.in.in:
4576         * shell/ev-view.c: (view_update_range_and_current_page),
4577         (ev_view_next_page), (ev_view_previous_page):
4578         * shell/ev-window.c: (update_chrome_visibility),
4579         (setup_sidebar_from_metadata), (ev_window_setup_document),
4580         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4581         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4582         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4583         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4584         (ev_window_stop_presentation), (ev_window_focus_in_event),
4585         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4586         (ev_window_init):
4587         * thumbnailer/Makefile.am:
4588         
4589         Update fullscreen and presentation timeout handling. Hide
4590         cursor in presentation after timeout. Fix for the bugs
4591         #136359 and #336981.
4592
4593 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * backend/ev-link-action.[ch]:
4596         * pdf/ev-poppler.cc: (ev_link_from_action):
4597         * shell/ev-view-private.h:
4598         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4599         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4600
4601         Add support for Named Action links
4602
4603 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4604
4605         * backend/Makefile.am:
4606         * backend/ev-document-links.[ch]:
4607         * backend/ev-document.[ch]:
4608         * backend/ev-link-action.[ch]:
4609         * backend/ev-link-dest.[ch]:
4610         * backend/ev-link.[ch]:
4611         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4612         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4613         * shell/ev-page-action.c: (build_new_tree_cb):
4614         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4615         (links_page_num_func), (update_page_callback):
4616         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4617         (tip_from_link):
4618         * shell/ev-jobs.c:
4619         * shell/ev-window.[ch]: (ev_window_open_uri),
4620         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4621         * shell/ev-application.[ch]: (ev_application_open_window),
4622         (ev_application_open_uri):
4623
4624         Rework links system, it adds support for remote links now and it makes
4625         easier to add new kinds of actions and destinations. Fixes bug #317292
4626
4627 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * data/Makefile.am:
4630         * data/evince.png:
4631         * data/evince-16.png:
4632         * data/evince-22.png:
4633         * data/evince.svg:
4634         * shell/main.c: (main):
4635         
4636         Evince use it's own icon. Fix for the bug #313392.
4637
4638         * shell/ev-window.c: (fullscreen_timeout_cb),
4639         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4640         (ev_window_cmd_help_about), (ev_window_dispose):
4641         
4642         Simplify fullscreen timeout code.
4643
4644 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * backend/ev-attachment.c: 
4647         * shell/ev-attachment-bar.c:
4648         * shell/ev-window.c:
4649
4650         Allow multiple selection of attachments
4651
4652 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * shell/ev-view.c: (view_update_range_and_current_page),
4655         (ev_view_scroll):
4656         
4657         Fix for the bug #312573 – Optimal selection of current 
4658         page among visible pages.
4659
4660 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * configure.ac:
4663         * djvu/Makefile.am:
4664         * djvu/djvu-text.h:
4665         
4666         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4667         for the bug 339868.
4668
4669 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4670
4671         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4672
4673 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4674
4675         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4676         dictated by the GNOME HIG. Fixes bug #339235.
4677
4678 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4679
4680         * data/evince-ui.xml:
4681         * shell/ev-view.c: (ev_view_can_find_previous):
4682         * shell/ev-view.h:
4683         * shell/ev-window.c: (ev_window_update_actions),
4684         (ev_window_cmd_edit_find_previous):
4685
4686         Add support for "Find Previous" as dictated by the GNOME HIG. A
4687         menu item is added and some glue code to make it all work is added
4688         to various files.
4689
4690 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4691
4692         * configure.ac: Award myself the "useless use of cat" award.
4693
4694 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4695
4696         * po/LINGUAS: New file listing all supported languages.
4697
4698         * configure.in: Use po/LINGUAS instead of including all languages
4699         directly in this file. See the wiki for more information:
4700         http://live.gnome.org/GnomeGoals/PoLinguas
4701
4702 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * backend/ev-document-factory.c:
4705
4706         Do not load the document twice when there isn't errors
4707
4708 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4709
4710         * backend/ev-attachment.c: 
4711
4712         Fix a crash when there isn't a default application to open an
4713         attachment
4714
4715 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * backend/ev-attachment.[ch]:
4718         * shell/ev-attachment-bar.[ch]:
4719
4720         Added missing files. 
4721
4722 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * backend/Makefile.am:
4725         * data/evince-ui.xml:
4726         * backend/ev-attachment.[ch]:
4727         * backend/ev-document.[ch]: (ev_document_has_attachments),
4728         (ev_document_get_attachments):
4729         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4730         (attachment_save_to_buffer), (pdf_document_get_attachments),
4731         (pdf_document_document_iface_init):
4732         * shell/Makefile.am:
4733         * shell/ev-attachment-bar.[ch]:
4734         * shell/ev-window.c:
4735
4736         Add support for PDF attachments. Fixes bug #325143
4737
4738 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4739
4740         * backend/ev-document-factory.c: (get_document_from_uri),
4741         (ev_document_factory_get_document):
4742         * backend/ev-document-factory.h:
4743         * properties/ev-properties-main.c: (ev_properties_get_pages):
4744         * shell/Makefile.am:
4745         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4746         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4747         (ev_job_queue_remove_job):
4748         * shell/ev-job-queue.h:
4749         * shell/ev-job-xfer.c:
4750         * shell/ev-job-xfer.h:
4751         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4752         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4753         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4754         (ev_job_xfer_run):
4755         * shell/ev-jobs.h:
4756         * shell/ev-window.c: (ev_window_is_empty),
4757         (password_dialog_response), (ev_window_clear_xfer_job),
4758         (ev_window_xfer_job_cb), (ev_window_open_uri),
4759         (ev_window_cmd_focus_page_selector),
4760         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4761         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4762         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4763         (ev_window_dispose):
4764         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4765         
4766         * Cleanup mime type detection on document load. Fix for the
4767         bug #336448.
4768
4769 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4772         
4773         Fix crash on exit, described in the bug #336825.
4774
4775 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * backend/ev-document-factory.c:
4778         (ev_document_factory_get_from_mime),
4779         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4780         (ev_document_factory_get_document),
4781         (file_filter_add_mime_list_and_free),
4782         (ev_document_factory_add_filters):
4783         * backend/ev-document-factory.h:
4784         * properties/ev-properties-main.c: (ev_properties_get_pages):
4785         * shell/Makefile.am:
4786         * shell/ev-application.c:
4787         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4788         * shell/ev-window.c: (ev_window_cmd_file_open),
4789         (ev_window_cmd_save_as):
4790         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4791         
4792         Rework factory functions so they are placed now in a single 
4793         file ev-document-factory.c
4794
4795 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4796
4797         * shell/ev-window.c: (update_chrome_visibility):
4798         
4799         Fix for the bug 166566 - don't show menubar in fullscreen
4800         mode.
4801
4802 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4803
4804         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4805
4806 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * shell/ev-view.c: (ev_view_expose_event):
4809         
4810         More correctly draw loading text when document
4811         is empty.
4812
4813 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * shell/ev-view.c: (ev_view_scroll):
4816         
4817         Fix for the bug #334854, page down and page up switch
4818         pages in presentation mode.
4819
4820 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * shell/ev-window.c: (ev_window_set_action_sensitive),
4823         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4824         (ev_window_set_view_accels_sensitivity),
4825         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4826         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4827         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4828         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4829         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4830         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4831         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4832         (view_actions_focus_in_cb), (ev_window_init):
4833         
4834         Fix for the bug #333902, now it's possible to search
4835         words with slash.
4836
4837 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4838
4839         * configure.ac: Added Breton translation.
4840         * po/br.po: Added Breton translation.
4841
4842 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * shell/ev-window-title (ev_window_title_update):
4845
4846         Fix memory leak in window title. Fixes bug #333944
4847
4848 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * shell/ev-metadata-manager.c (parseItem):
4851
4852         Fix memory leaks. Fixes bug #333945
4853
4854 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4855         
4856         * NEWS, configure.ac, TODO:
4857         
4858         Update for release 0.5.2.
4859
4860 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * shell/ev-view.c: (view_update_range_and_current_page),
4863         (page_changed_cb):
4864         
4865         Don't jump on scrolling, fix for the bug #333127.
4866
4867 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4870         
4871         Scroll by one page in presentation mode. Fix for the bug
4872         #332993.
4873
4874 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4875
4876         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4877
4878 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4879
4880         * configure.ac  Added lv in ALL_LINGUAS line.
4881
4882 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4883         
4884         * NEWS, configure.ac:
4885         
4886         Update for release 0.5.1
4887
4888 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4889
4890         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4891         * backend/ev-document-misc.h:
4892         * shell/ev-view.c: (draw_one_page):
4893         
4894          Clairfy what page the toolbar page number applies to. Fix
4895          for the bug #328102.
4896
4897 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4898
4899         * shell/ev-view-private.h:
4900         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4901         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4902         (ev_view_search_changed):
4903         * shell/ev-view.h:
4904         * shell/ev-window.c: (find_bar_search_changed_cb):
4905         
4906         Dont't jump to find result if window was scrolled during search.
4907         Fix for the bug #313266.
4908
4909 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4910
4911         * shell/eggfindbar.c: (egg_find_bar_class_init):
4912         * shell/eggfindbar.h:
4913         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4914         * shell/ev-view-private.h:
4915         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4916         (ev_view_class_init), (ev_sizing_mode_get_type),
4917         (ev_scroll_type_get_type):
4918         * shell/ev-view.h:
4919         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4920         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4921         (ev_window_init):
4922         
4923         Fix for the bug 319133 - Find entry should allow text scroll.
4924
4925 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4926
4927         * shell/ev-view-private.h:
4928         * shell/ev-view.c: (view_update_range_and_current_page),
4929         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4930         (ev_view_set_document), (update_find_status_message),
4931         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4932         (ev_view_find_previous):
4933         
4934         Fix for the bug #319137. Search now takes account for scrolling.
4935
4936 2006-02-19  Michael Hofmann <mh21@piware.de>
4937
4938         * configure.ac:
4939         * djvu/Makefile.am:
4940         * djvu/djvu-document-private.h:
4941         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4942         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4943         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4944         (djvu_document_can_get_text), (djvu_document_get_text),
4945         (djvu_document_document_iface_init),
4946         (djvu_document_thumbnails_get_thumbnail),
4947         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4948         (djvu_document_find_get_result),
4949         (djvu_document_find_page_has_results),
4950         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4951         (djvu_document_find_iface_init):
4952         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4953         (djvu_text_page_selection), (djvu_text_page_limits_process),
4954         (djvu_text_page_limits), (djvu_text_page_copy),
4955         (djvu_text_page_position), (djvu_text_page_union),
4956         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4957         (djvu_text_page_box), (djvu_text_page_append_text),
4958         (djvu_text_page_search), (djvu_text_page_prepare_search),
4959         (djvu_text_page_new), (djvu_text_page_free):
4960         * djvu/djvu-text-page.h:
4961         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4962         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4963         (djvu_text_n_results), (djvu_text_has_results),
4964         (djvu_text_get_result), (djvu_text_get_progress):
4965         * djvu/djvu-text.h:
4966         
4967         Text search in djvu. Fix for the bug #303415.
4968
4969 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * configure.ac:
4972         * shell/ev-window.c: (ev_window_cmd_save_as):
4973         
4974         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4975         Thanks to Gary Coady <gary@lyranthe.org>
4976
4977 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * shell/ev-print-job.c: (idle_print_handler):
4980         
4981         Inverse order printing, bug #320919.
4982
4983 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * data/evince-toolbar.xml:
4986         * shell/ev-window.c:
4987         
4988         Allow to add sidebar checkbutton on toolbar. Fix
4989         for the bug #144577.
4990
4991 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4994         
4995         Add checks that have sense for empty ps document.
4996
4997 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4998
4999         * configure.ac: Include PS in mime types list. 
5000
5001 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * configure.ac:
5004         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5005         * ps/gsdefaults.h:
5006         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5007         
5008         Runtime check for gs interpreter. Fix for the bug #320868.
5009         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5010
5011 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * shell/ev-application.c: 
5014
5015         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5016         dbus>=0.60, so that the request is not queued. 
5017
5018 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * configure.ac:
5021         * shell/Makefile.am:
5022         * shell/ev-sidebar-links.c: (print_section_cb):
5023         * shell/ev-utils.c:
5024         * shell/ev-utils.h:
5025         * shell/ev-window.c: (update_action_sensitivity),
5026         (ev_window_close_dialogs), (ev_window_print):
5027         * shell/ev-window.h:
5028         
5029         Make printing support optional. Patch from Eduardo de Barros Lima
5030         <eduardo.lima@indt.org.br> for the bug #330546.
5031
5032 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5033
5034         * shell/ev-view-private.h:
5035         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5036         (ev_view_set_document):
5037         * shell/ev-view.h:
5038         * shell/ev-window.c: (ev_window_load_job_cb),
5039         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5040         (ev_window_init):
5041
5042         Draw Loading message during xfer job. Fix for the bug #329495.
5043
5044 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5045
5046         * comics/comics-document.c: (comics_regex_quote),
5047         (comics_document_load), (extract_argv):
5048         
5049         Correcly quote regexp before passing it to unzip.
5050
5051 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * shell/ev-page-cache.c: (build_height_to_page),
5054         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5055         (ev_page_cache_get_dual_even_left):
5056         * shell/ev-page-cache.h:
5057         * shell/ev-view.c: (view_update_range_and_current_page),
5058         (get_page_y_offset), (get_page_extents):
5059         
5060         Place even pages to the left if document has less then
5061         two pages. Fix for the bug #328856.
5062
5063 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5066         
5067         Correct comics scheme. This make evince create thumbnails
5068         for comic books. Fix for the bug 329088.
5069
5070 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5071
5072         * data/evince-password.glade: Don't explicitly set
5073         invisible_char to the current default value in case
5074         the default changes; let GTK+ do its magic.
5075
5076 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5079         real filename to tmp filename since often document
5080         type is determined by extension.
5081
5082 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5083
5084         * shell/ev-view.c: (add_scroll_binding_keypad),
5085         (ev_view_binding_activated), (ev_view_class_init):
5086         
5087         Add keybindings for percision-scrolling of display area. 
5088         Fix for the bug #314072.
5089
5090 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * data/evince.desktop.in.in:
5093         
5094         Add GTK to the list of categories. Fix for the bug #328034.
5095
5096 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5097
5098         * shell/ev-application.c: (ev_application_shutdown),
5099         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5100         * shell/ev-application.h:
5101         * shell/ev-window.c: (file_open_dialog_response_cb),
5102         (ev_window_cmd_file_open):
5103         
5104         Save last uri in file chooser dialog. Fix for the bug #327950.
5105
5106 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5107
5108         * NEWS:
5109         * README:
5110         
5111         Final update for release 0.5.0
5112         
5113         * shell/Makefile.am:
5114         
5115         Remove disable deprecated until we'll require libgnome-2.13.7
5116         and port to GOption argument parsing. See bug 327518.
5117
5118 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5119
5120         * comics/comics-document.c: (comics_document_save):
5121         * djvu/djvu-document.c: (djvu_document_save):
5122         * dvi/dvi-document.c: (dvi_document_save):
5123         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5124         * lib/ev-file-helpers.h:
5125         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5126         * tiff/tiff-document.c: (tiff_document_save):
5127         
5128         Use common save function for backends.
5129
5130 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5131
5132         * backend/ev-document-types.c:
5133         
5134         Fix crash on saving pixbuf.
5135
5136 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * cut-n-paste/recent-files/egg-recent-item.c:
5139         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5140         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5141         (parse_info_free), (valid_element), (start_element_handler),
5142         (end_element_handler), (text_handler), (egg_recent_model_filter),
5143         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5144         (egg_recent_model_monitor), (egg_recent_model_read),
5145         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5146         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5147         (egg_recent_model_set_property), (egg_recent_model_class_init),
5148         (egg_recent_model_init), (egg_recent_model_add_full),
5149         (egg_recent_model_delete), (egg_recent_model_get_list),
5150         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5151         (egg_recent_model_set_filter_mime_types),
5152         (egg_recent_model_clear_group_filter),
5153         (egg_recent_model_set_filter_groups),
5154         (egg_recent_model_clear_scheme_filter),
5155         (egg_recent_model_set_filter_uri_schemes),
5156         (egg_recent_model_remove_expired):
5157         * cut-n-paste/recent-files/egg-recent-util.c:
5158         (egg_recent_util_get_icon):
5159         * cut-n-paste/recent-files/egg-recent-util.h:
5160         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5161         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5162         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5163         (egg_recent_view_uimanager_set_property),
5164         (egg_recent_view_uimanager_get_property),
5165         (egg_recent_view_uimanager_class_init),
5166         (egg_recent_view_uimanager_init),
5167         (egg_recent_view_uimanager_set_label_width),
5168         (egg_recent_view_uimanager_get_label_width):
5169         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5170         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5171         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5172         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5173         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5174         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5175         
5176         Update from libegg.
5177
5178 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/ev-page-cache.c: (build_height_to_page),
5181         (ev_page_cache_get_height_to_page):
5182         * shell/ev-page-cache.h:
5183         * shell/ev-view.c: (view_update_range_and_current_page),
5184         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5185         (ev_view_previous_page):
5186         
5187         Dual mode places even pages to the left. Fix for the bug #309393.
5188
5189         * shell/ev-view.h:
5190         * shell/ev-window.c: (update_action_sensitivity),
5191         (setup_view_from_metadata), (view_menu_popup_cb):
5192         
5193         Don't restore presentation in empty windows, more intelligent
5194         next page behaviour in dual mode.
5195
5196         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5197         (ev_pixbuf_cache_clear_job_sizes):
5198         
5199         Cleanup job callback on removal. Fix for the bug #325886.
5200
5201 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * ps/ps.c: (psscan):
5204         
5205         Commit workaround Mozilla problem. Fix for the bug #325919
5206         
5207         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5208         (save_item):
5209         
5210         Fix for year 2038 problem.
5211
5212 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * shell/ev-window.c: (setup_document_from_metadata),
5215         (ev_window_cmd_view_reload):
5216
5217         Clamp page recieved from metadata in valid values. Fix
5218         for the bug #325986.
5219
5220 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5221
5222         * MAINTAINERS: 
5223         Add MAINTAINERS as requested on desktop-devel-list.
5224
5225 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5228         (mime_type_supported_by_gdk_pixbuf),
5229         (ev_document_factory_get_mime_types),
5230         (ev_document_factory_get_all_mime_types):
5231         
5232         Don't add pixbuf mime types if pixbuf backend is disabled.
5233         
5234         * shell/ev-application.c: (ev_application_get_uri_window):
5235         
5236         Fix for the bug 325815 - unhandled MIME type message doesn't 
5237         appear a second time. 
5238         
5239         * shell/ev-document-types.c: (ev_document_types_add_filters):
5240         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5241         (password_dialog_response), (ev_window_popup_password_dialog),
5242         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5243         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5244         (ev_window_run_presentation), (ev_window_stop_presentation),
5245         (save_sizing_mode), (ev_window_zoom_changed_cb),
5246         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5247         (ev_window_dual_mode_changed_cb),
5248         (ev_window_sidebar_current_page_changed_cb),
5249         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5250         (window_state_event_cb), (window_configure_event_cb):
5251         
5252         Cleanup additional uris holded by EvWindow.
5253
5254 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5255
5256         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5257         (ev_view_can_previous_page), (ev_view_can_next_page):
5258         * shell/ev-view.h:
5259         * shell/ev-window.c: (update_action_sensitivity):
5260         
5261         Two page scrolling with Space and PageUp in dual mode. Second fix 
5262         for the bug #316608.
5263
5264 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * shell/ev-view.c: (scroll_to_current_page):
5267         
5268         Correctly clamp adjustment value. Fix for the bug
5269         #325808.
5270
5271 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * shell/ev-sidebar-links.c: (print_section_cb):
5274         * shell/ev-window.c: (ev_window_get_uri),
5275         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5276         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5277         (ev_window_dispose):
5278         
5279         Make print dialog non-modal. Fix for the bug #325622.
5280
5281 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * shell/ev-metadata-manager.c:
5284         * shell/ev-utils.c: (using_pdf_printer),
5285         (using_postscript_printer), (load_print_config_from_file),
5286         (save_print_config_to_file):
5287         * shell/ev-utils.h:
5288         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5289         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5290         (setup_view_from_metadata), (ev_window_setup_document),
5291         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5292         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5293         (ev_window_run_presentation), (ev_window_stop_presentation),
5294         (save_sizing_mode), (ev_window_zoom_changed_cb),
5295         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5296         (ev_window_dual_mode_changed_cb),
5297         (ev_window_sidebar_current_page_changed_cb),
5298         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5299         (window_state_event_cb), (window_configure_event_cb),
5300         (ev_window_init):
5301         
5302         Setting saving behaviour fixes.
5303
5304 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * configure.ac:
5307         
5308         Make antialiasing gs options better and allow
5309         to change them during configure. Fix for the 
5310         bug #319049.
5311
5312 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5313
5314         * shell/ev-window.c: (setup_view_from_metadata):
5315         
5316         Remember if last window was maximized. Fix for the
5317         bug #323797.
5318
5319 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5320
5321         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5322
5323 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5326         * shell/ev-page-action.c: (build_new_tree_cb):
5327         * shell/ev-sidebar-links.c: (links_page_num_func),
5328         (update_page_callback_foreach), (update_page_callback):
5329         * shell/ev-view.c: (scroll_to_current_page):
5330         
5331         Fix for the bug #325067 with more intelligent selection
5332         of current link in sidebar. Make sidebar handle links
5333         of FITR-like type more correctly.
5334
5335         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5336         (dvi_pixbuf_put_pixel):
5337         
5338         Fix memory consumtion with disabled alpha channel.
5339
5340 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * data/evince-ui.xml:
5343         * shell/ev-window.c: (view_menu_popup_cb),
5344         (ev_popup_cmd_open_link), (ev_window_init):
5345         
5346         Update context menu for internal links. Fix for the bug
5347         #325066.
5348
5349 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5350
5351         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5352         
5353         Bind context menu to keyboard also. Fix for the bug
5354         #325065.
5355
5356 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * shell/ev-view.c: (selection_scroll_timeout_cb):
5359         
5360         Horizontal scroll on selection also.
5361
5362 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * shell/ev-metadata-manager.c: (parse_value):
5365         * shell/ev-view.c: (goto_xyz_link):
5366         
5367         Correct zoom setup and metadata save broken in 
5368         some locales.
5369
5370 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * shell/ev-view-private.h:
5373         * shell/ev-view.c: (scroll_to_current_page),
5374         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5375         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5376         (page_changed_cb), (ev_view_set_continuous),
5377         (ev_view_set_dual_page), (ev_view_set_presentation):
5378         
5379         Delay scroll until allocation to correctly position page. Fix
5380         for the bug #317334.
5381
5382 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * NEWS:
5385         * configure.ac:
5386         
5387         Update NEWS and require poppler 0.5.0.
5388
5389 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5390         
5391         * data/evince-ui.xml:
5392         * shell/ev-view-private.h:
5393         * shell/ev-view.c: (ev_view_get_link_at_location),
5394         (handle_link_over_xy), (ev_view_button_press_event),
5395         (ev_view_button_release_event), (ev_view_class_init):
5396         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5397         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5398         (ev_window_init):
5399         
5400         Implement right-click context menu.
5401
5402 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5405         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5406         (mdvi_pixbuf_device_render):
5407         * pdf/ev-poppler.cc:
5408
5409         Don't generate thumbnails with alpha. See bug #324077.
5410         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5411
5412 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * shell/ev-window.c: (setup_chrome_from_metadata):
5415         
5416         Fix typo that was hiding toolbar.
5417
5418 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * shell/ev-view-private.h:
5421         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5422         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5423         (ev_view_button_release_event), (ev_view_destroy):
5424         
5425         Small cleanup and autoscrolling during selection. Thanks to 
5426         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5427
5428 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5429
5430         * configure.ac:
5431         
5432         Correctly check for comics option.
5433
5434 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5435         * Makefile.am:
5436         * configure.ac:
5437         * backend/Makefile.am:
5438         * backend/ev-document-factory.c:
5439         * shell/ev-document-types.c:
5440
5441         Included option in configure to make ps backend 
5442         compilation optional with --disable-ps.
5443
5444 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * backend/ev-document-factory.c:
5447         * comics/Makefile.am:
5448         * comics/comics-document.c: (comics_document_load):
5449         * comics/ev-cbr-mime.xml:
5450         * configure.ac:
5451         
5452         Comics mime types are added to shared-mime-info CVS. Now
5453         we don't need to install our own mime types.
5454
5455 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * shell/ev-window.c:
5458         
5459         Add shortcut for "save a copy" menu entry. Fix for
5460         the bug #324582.
5461
5462 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5465         (job_finished_cb), (new_selection_pixbuf_needed),
5466         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5467         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5468         
5469         Rework selection job info logic and fix critical warning.
5470
5471 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5472
5473         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5474
5475 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5476
5477         * data/evince-ui.xml:
5478         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5479         
5480         Enter as shortcut key for next page. Fix for the bug
5481         #321394.
5482
5483 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5484
5485         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5486
5487 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5490         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5491         (new_selection_pixbuf_needed),
5492         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5493         (clear_job_selection):
5494         
5495         Too early for 0.5. Pixbuf cache code cleaned a bit.
5496
5497 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * NEWS:
5500         * configure.ac:
5501         
5502         Release 0.5.0 preparation
5503
5504 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * comics/Makefile.am:
5507         * configure.ac:
5508         * shell/ev-document-types.c: (ev_document_types_add_filters):
5509         
5510         More advanced handling of custom mime type installation.
5511
5512 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * data/evince.schemas.in:
5515         * shell/ev-metadata-manager.c: (value_free),
5516         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5517         (ev_metadata_manager_get), (ev_metadata_manager_set):
5518         * shell/ev-metadata-manager.h:
5519         * shell/ev-window.c: (update_chrome_flag),
5520         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5521         (setup_document_from_metadata), (setup_chrome_from_metadata),
5522         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5523         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5524         (ev_window_view_toolbar_cb),
5525         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5526         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5527         
5528         Save last document settings and reuse them for new documents.
5529
5530 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * Makefile.am:
5533         * backend/Makefile.am:
5534         * backend/ev-document-factory.c:
5535         * backend/ev-document-factory.h:
5536         * comics/Makefile.am:
5537         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5538         (comics_document_load), (comics_document_save),
5539         (comics_document_get_n_pages), (comics_document_get_page_size),
5540         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5541         (comics_document_class_init), (comics_document_can_get_text),
5542         (comics_document_get_info), (comics_document_document_iface_init),
5543         (comics_document_init), (get_supported_image_extensions),
5544         (comics_document_thumbnails_get_geometry),
5545         (comics_document_thumbnails_get_thumbnail),
5546         (comics_document_thumbnails_get_dimensions),
5547         (comics_document_document_thumbnails_iface_init), (extract_argv):
5548         * comics/comics-document.h:
5549         * comics/ev-cbr-mime.xml:
5550         * configure.ac:
5551         * po/POTFILES.in:
5552         * shell/ev-application.c: (ev_application_register_service):
5553         * shell/ev-document-types.c: (ev_document_types_add_filters):
5554         * thumbnailer/Makefile.am:
5555         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5556         
5557         New CBR/CBZ backend for comic books.
5558
5559 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5560
5561         * shell/main.c: (load_files_remote):
5562
5563         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5564         warning on startup of second instance is fixed. It
5565         is bug #320353.
5566
5567 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5568
5569         * shell/ev-window.c: (ev_window_finalize):
5570         
5571         Fix double free that cause crash.
5572
5573 2005-10-29  Bastien Nocera <hadess@hadess.net>
5574
5575         * tiff/tiff-document.c: (tiff_document_load):
5576         
5577         Fix memory leak.
5578
5579 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * po/POTFILES.in:
5582         * shell/Makefile.am:
5583         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5584         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5585         (ev_view_accessible_get_text),
5586         (ev_view_accessible_get_character_at_offset),
5587         (ev_view_accessible_get_text_before_offset),
5588         (ev_view_accessible_get_text_at_offset),
5589         (ev_view_accessible_get_text_after_offset),
5590         (ev_view_accessible_get_character_count),
5591         (ev_view_accessible_get_caret_offset),
5592         (ev_view_accessible_set_caret_offset),
5593         (ev_view_accessible_get_run_attributes),
5594         (ev_view_accessible_get_default_attributes),
5595         (ev_view_accessible_get_character_extents),
5596         (ev_view_accessible_get_offset_at_point),
5597         (ev_view_accessible_get_n_selections),
5598         (ev_view_accessible_get_selection),
5599         (ev_view_accessible_add_selection),
5600         (ev_view_accessible_remove_selection),
5601         (ev_view_accessible_set_selection),
5602         (ev_view_accessible_text_iface_init),
5603         (ev_view_accessible_idle_do_action),
5604         (ev_view_accessible_action_do_action),
5605         (ev_view_accessible_action_get_n_actions),
5606         (ev_view_accessible_action_get_description),
5607         (ev_view_accessible_action_get_name),
5608         (ev_view_accessible_action_set_description),
5609         (ev_view_accessible_action_iface_init),
5610         (ev_view_accessible_get_type), (ev_view_accessible_new),
5611         (ev_view_accessible_factory_get_accessible_type),
5612         (ev_view_accessible_factory_create_accessible),
5613         (ev_view_accessible_factory_class_init),
5614         (ev_view_accessible_factory_get_type):
5615         * shell/ev-view-accessible.h:
5616         * shell/ev-view-private.h:
5617         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5618         * shell/ev-view.h:
5619         
5620         Initial accessibility support.
5621
5622 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5623
5624         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5625
5626 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5627
5628         * shell/ev-print-job.c: (idle_print_handler):
5629         
5630         Fix for bug Bug 318916: Printing multiple pages.
5631
5632 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5633
5634         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5635
5636 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5637
5638         * pdf/ev-poppler.cc:
5639         
5640         Thumnail dimensions unified with other backends.
5641         
5642         * shell/ev-window-title.c: (ev_window_title_update):
5643         
5644         Fix warning.
5645
5646 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * data/ev-stock-zoom-fit-width.png:
5649         
5650         Remove unused file.
5651
5652 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * configure.ac:
5655         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5656         (djvu_document_finalize):
5657         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5658         (dvi_document_finalize):
5659         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5660         (pixbuf_document_save), (pixbuf_document_finalize):
5661         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5662         (tiff_document_finalize):
5663         
5664         Save a copy implemented for various backends.
5665
5666 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5667
5668         * configure.ac:
5669         
5670         Don't link with ltiff if tiff is disabled.
5671
5672 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * pdf/GDKSplashOutputDev.cc:
5675         * pdf/GDKSplashOutputDev.h:
5676         * pdf/Thumb.cc:
5677         * pdf/Thumb.h:
5678         * pdf/pdf-document.cc:
5679         * pdf/pdf-document.h:
5680         * pdf/test-gdk-output-dev.cc:
5681         
5682         Remove old unused files.
5683
5684 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5685
5686         * shell/ev-window.c: (ev_window_setup_document):
5687         
5688         Fixed warnings on reload and probably crash reason.
5689
5690 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * properties/ev-properties-view.c:
5693         (ev_properties_view_format_date):
5694         
5695         Check if date is invalid. Fix for bug 318134.
5696
5697 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5698
5699         * shell/ev-window-title.c:
5700         
5701         Add .indd files (Adobe Indesign) to the list of "bad
5702         extensions".
5703
5704 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * data/evince-ui.xml:
5707         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5708         
5709         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5710
5711 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5712
5713         * shell/ev-window.c: (launch_link), (launch_external_uri),
5714         (view_external_link_cb):
5715
5716         URL-escape link before passing it to gnome_vfs_url_show.
5717
5718 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5719
5720         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5721         there isn't text selected.
5722
5723 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5724
5725         * shell/ev-view.c: (handle_link_over_xy):
5726
5727         Check tooltip is valid utf8 before showing it
5728
5729 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5730
5731         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5732
5733 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5734
5735         * shell/ev-window-title.c: (ev_window_title_update):
5736
5737         Guard against using g_strstrip on NULL. Fixes bug #317291.
5738
5739 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5740
5741         * pdf/ev-poppler.cc:
5742
5743         Show title even for unknown links
5744
5745 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5746
5747         * shell/ev-window-title.c: (ev_window_title_update):
5748
5749         Strip the title string
5750
5751 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * shell/ev-window-title.c:
5754
5755         Add .rtf to the bad extensions list
5756
5757 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5758
5759         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5760         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5761
5762         Ignore link coordinates if they are outside page bounds
5763
5764 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5765
5766         * backend/ev-link.c: (ev_link_type_get_type),
5767         (ev_link_get_filename), (ev_link_get_params),
5768         (ev_link_get_property), (ev_link_set_property),
5769         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5770         * backend/ev-link.h:
5771         * pdf/ev-poppler.cc:
5772         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5773         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5774         (ev_window_init):
5775
5776         Implement launch links. Delegate external link opening to
5777         the window.
5778
5779 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5780
5781         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5782         (ev_link_get_right), (ev_link_get_property),
5783         (ev_link_set_property), (ev_link_class_init),
5784         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5785         * backend/ev-link.h:
5786         * pdf/ev-poppler.cc:
5787         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5788
5789         Implement fitr links
5790
5791 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5792
5793         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5794         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5795         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5796         (ev_view_size_request_continuous),
5797         (ev_view_size_request_dual_page),
5798         (ev_view_size_request_single_page), (ev_view_size_allocate),
5799         (ev_view_zoom_for_size_continuous_and_dual_page),
5800         (ev_view_zoom_for_size_continuous),
5801         (ev_view_zoom_for_size_dual_page),
5802         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5803         (ev_sizing_mode_get_type):
5804         * shell/ev-view.h:
5805         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5806
5807         Do not use modes for link, we need to calculate size ad hoc.
5808         Still not perfect because of the usual scrollbar issues grrr.
5809
5810 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5811
5812         * backend/ev-link.c: (ev_link_type_get_type),
5813         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5814         * backend/ev-link.h:
5815         * pdf/ev-poppler.cc:
5816         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5817         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5818         (ev_view_size_request_continuous),
5819         (ev_view_size_request_dual_page),
5820         (ev_view_size_request_single_page), (ev_view_size_allocate),
5821         (zoom_for_size_fit_height),
5822         (ev_view_zoom_for_size_continuous_and_dual_page),
5823         (ev_view_zoom_for_size_continuous),
5824         (ev_view_zoom_for_size_dual_page),
5825         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5826         (ev_sizing_mode_get_type):
5827         * shell/ev-view.h:
5828         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5829
5830         Implement FIT_HEIGHT mode (only for links).
5831         Implement FITH links
5832
5833 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5834
5835         * shell/ev-window-title.c: (get_filename_from_uri),
5836         (ev_window_title_sanitize_extension), (ev_window_title_update),
5837         (ev_window_title_set_document), (ev_window_title_set_uri),
5838         (ev_window_title_free):
5839         * shell/ev-window-title.h:
5840         * shell/ev-window.c: (ev_window_setup_document),
5841         (ev_window_popup_password_dialog):
5842
5843         Refactor window title building while fixing it for
5844         password documents.
5845
5846 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5847
5848         * pdf/ev-poppler.cc:
5849
5850         Escape link title before setting it in the model
5851
5852 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5853
5854         * shell/ev-application.c: (removed_from_session), (save_session),
5855         (init_session), (ev_application_get_empty_window),
5856         (ev_application_init), (ev_application_get_windows):
5857         * shell/ev-application.h:
5858         * shell/ev-window.c: (ev_window_finalize):
5859
5860         Add a function to retrieve window list and share it where
5861         necessary.
5862         Implement session handling, works pretty well thanks to the
5863         metadata system.
5864
5865 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * shell/ev-password.c: (ev_password_item_created_callback),
5868         (ev_password_dialog_save_password):
5869         
5870         Fix for bug 316972. Use async gnome-keyring API.
5871
5872 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5873
5874         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5875         Remove unused unrealize handler. Add scroll handling to
5876         ev_view_scroll_event for presentation mode (bug #316708),
5877         and fix the event state checks there.
5878
5879 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5880
5881         * shell/ev-page-action.c: (page_changed_cb):
5882
5883         "marco, maybe we should be crazy and jump right to 6! :)"
5884
5885         Bryan Clark, Sep 2005
5886
5887 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5888
5889         * ps/ps-document.c: (save_document), (ps_document_save),
5890         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5891         (ps_document_ps_export_end):
5892
5893         Fix unstructured documents save and print
5894
5895 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5896
5897         * shell/ev-application.c: (ev_application_open_uri):
5898
5899         Fix window size persistance
5900
5901 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5902
5903         * shell/ev-view.c: (ev_view_button_release_event):
5904
5905         Based on a patch from carlosgc@gnome.org. Mouse buttons
5906         switch pages in presentation mode.
5907
5908 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5909
5910         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5911
5912         Dont cast to int before scaling
5913
5914 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5915
5916         * backend/ev-link.c: (ev_link_type_get_type),
5917         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5918         (ev_link_new_page_fith):
5919         * backend/ev-link.h:
5920         * pdf/ev-poppler.cc:
5921         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5922
5923         Implement FIT and FITH links
5924
5925 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5926
5927         * pdf/ev-poppler.cc:
5928
5929         Return 0 results when search is not in progress.
5930
5931         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5932         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5933
5934         Update menu sensitivity when cancelling search
5935
5936 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5937
5938         * shell/ev-view.c: (ev_view_can_find_next):
5939
5940         Take all pages in consideration, not just current one
5941
5942 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5943
5944         * shell/ev-page-cache.c:
5945         * shell/ev-page-cache.h:
5946         * shell/ev-view.c: (ev_view_binding_activated),
5947         (ev_view_next_page), (ev_view_previous_page),
5948         (ev_sizing_mode_get_type):
5949         * shell/ev-view.h:
5950         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5951         (ev_window_cmd_go_next_page):
5952
5953         Move page next/previous functions from page chace to
5954         view and change it to move by 2 page steps in dual mode.
5955
5956 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * shell/ev-window.c: (update_sidebar_visibility),
5959         (setup_sidebar_from_metadata), (ev_window_setup_document),
5960         (setup_view_from_metadata):
5961
5962         Show the index by default when there is one     
5963
5964 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5965
5966         * shell/ev-window-title.c: (ev_window_title_set_document):
5967
5968         Missing null check
5969
5970 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * shell/ev-view.c: (view_update_range_and_current_page):
5973         
5974         Allow display of last odd page in dual view. Fix for 316347.
5975
5976 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5977
5978         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5979         
5980         Make close button default. Fix for 316383.
5981
5982 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5985         
5986         Mark close button as default. Fix for 316381.
5987
5988 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5989
5990         * backend/ev-link.c: (ev_link_class_init):
5991
5992         Allow negative doubles in left/top properties
5993
5994 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5995
5996         * shell/ev-window.c:
5997
5998         Remove a bunch of strings that was used only
5999         by the statusbar.
6000
6001 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6002
6003         * shell/ev-window-title.c: (get_filename_from_uri),
6004         (ev_window_title_set_document):
6005
6006         When title has a confusing extension, show also
6007         the document filename inside ()
6008
6009 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6010
6011         * shell/Makefile.am:
6012         * shell/ev-window-title.c: (ev_window_title_new),
6013         (ev_window_title_update), (ev_window_title_set_type),
6014         (ev_window_title_set_document), (ev_window_title_free):
6015         * shell/ev-window-title.h:
6016         * shell/ev-window.c: (ev_window_setup_document),
6017         (password_dialog_response), (ev_window_popup_password_dialog),
6018         (ev_window_dispose), (ev_window_init):
6019
6020         Factor out and cleanup window title code
6021
6022 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6023
6024         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6025         (unable_to_load):
6026
6027         Make dialog transient so it doesnt block other windows
6028
6029 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6030
6031         * pdf/ev-poppler.cc:
6032         
6033         Fix pdf thumbnails rendering.
6034
6035 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6036
6037         * shell/ev-window.c: (fullscreen_set_timeout):
6038         
6039         Increase timeout to hide full screen popup. Bug 
6040         316123. 
6041
6042 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * data/evince.schemas.in:
6045         * shell/ev-window.c: (update_action_sensitivity):
6046
6047         Allow the user to override document restrictions. Fix for bug
6048         305818.
6049
6050 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6051
6052         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6053         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6054         (ev_window_class_init): Fix multihead behaviour of fullscreen
6055         toolbar popup. Fixes bug #315451.
6056
6057 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6058
6059         * configure.ac:
6060         * data/evince-password.glade:
6061         * shell/ev-password.c: (ev_password_dialog_set_property),
6062         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6063         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6064         (ev_password_dialog_entry_changed_cb),
6065         (ev_password_dialog_entry_activated_cb),
6066         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6067         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6068         (ev_password_dialog_set_bad_pass):
6069         * shell/ev-password.h:
6070         * shell/ev-window.c: (password_dialog_response),
6071         (ev_window_popup_password_dialog):
6072         
6073         Support for gnome-keyring for encrypted PDF's.
6074
6075 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6076
6077         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6078         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6079         (ev_view_enter_notify_event), (ev_view_class_init):
6080         
6081         More precise handling of enter_notify/leave_notify events
6082         in EvView. Fix for bug 315470.
6083
6084 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6085
6086         * shell/ev-window.c: (fullscreen_timeout_cb),
6087         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6088         (ev_window_dispose):
6089
6090         leak fix: unref fullscreen_timeout_source before clearing it
6091
6092 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * configure.ac, dvi/mdvi/Makefile.am: 
6095         
6096         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6097
6098 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6099
6100         * backend/ev-link.c: (ev_link_new_page_xyz):
6101         * pdf/ev-poppler.cc:
6102         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6103
6104         Fix some bugs with xyz links, respect zoom
6105
6106 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6107
6108         * shell/ev-window.c: (page_changed_cb),
6109         (setup_document_from_metadata), (update_sidebar_visibility),
6110         (setup_view_from_metadata), (ev_window_run_fullscreen),
6111         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6112         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6113         (ev_window_dual_mode_changed_cb),
6114         (ev_window_sidebar_current_page_changed_cb):
6115
6116         null check uri before setting and getting metadata
6117
6118 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6119
6120         * dvi/Makefile.am:
6121         * properties/Makefile.am:
6122         * shell/Makefile.am:
6123         * thumbnailer/Makefile.am:
6124
6125         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6126
6127 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6128
6129         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6130         (selection_changed_callback):
6131         * shell/ev-sidebar-links.h:
6132
6133         Add a signal for link activation.
6134
6135         * shell/ev-view.c: (ev_view_goto_link),
6136         (ev_view_button_release_event):
6137         * shell/ev-view.h:
6138         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6139         (ev_window_init):
6140
6141         Implement the signal so that we can handle all link types.
6142
6143         * shell/ev-page-cache.c:
6144
6145         Remove unused set_link function
6146
6147 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6148
6149         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6150
6151         Add some space from the cursor, hardcoded but I couldnt
6152         find a better way.
6153
6154 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6155
6156         * lib/ev-tooltip.c:
6157
6158         Use mozilla style vs gtk style, way better for links.
6159
6160         * shell/ev-view.c: (ev_view_motion_notify_event),
6161         (ev_view_destroy), (ev_view_init):
6162
6163         Deactive tooltip when the link hovered is changed.
6164
6165 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6166
6167         * backend/ev-document.h:
6168         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6169         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6170         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6171         (ev_link_new_page), (ev_link_new_page_xyz):
6172         * backend/ev-link.h:
6173         * pdf/ev-poppler.cc:
6174         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6175         (go_to_link), (tip_from_link):
6176
6177         Implement xyz links, still not functional. Links are a total
6178         mess, will need to refactor and bugfix a lot :(
6179
6180 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6181
6182         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6183
6184 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6185
6186         * data/evince-ui.xml:
6187         * data/evince.schemas.in:
6188         * shell/Makefile.am:
6189         * shell/ev-window.c: (update_chrome_visibility),
6190         (password_dialog_response), (ev_window_load_job_cb),
6191         (ev_window_xfer_job_cb), (ev_window_open_uri),
6192         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6193         (ev_window_init):
6194
6195         Remove the statusbar. This regress loading feedback, need to
6196         check with Bryan what we want to do there...
6197
6198 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6199
6200         * lib/ev-tooltip.c: (ev_tooltip_init):
6201
6202         Fix tooltip border and size handling
6203
6204 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6207         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6208         (ev_tooltip_timeout), (ev_tooltip_activate),
6209         (ev_tooltip_deactivate):
6210         * lib/ev-tooltip.h:
6211         * shell/ev-view.c: (ev_view_motion_notify_event):
6212
6213         Delay popup showing. Mirror gtk logic/times.
6214
6215 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6216
6217         * lib/Makefile.am:
6218         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6219         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6220         (ev_tooltip_set_text), (ev_tooltip_set_position):
6221         * lib/ev-tooltip.h:
6222
6223         Simple widget to show tooltips at a custom position
6224
6225         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6226         (ev_view_destroy):
6227
6228         Use it for links. First go, needs work
6229
6230 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6231
6232         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6233         HIG fixes.  Use title capitalization for window title. Use 12 
6234         pixels of space between the dialog's vbox and action area.
6235
6236 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6237
6238         * shell/ev-window.c: (file_open_dialog_response_cb),
6239         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6240         (ev_window_cmd_save_as):
6241
6242         Make file pickers not modal and refactor code some
6243
6244 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6245
6246         * shell/ev-sidebar.h:
6247         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6248         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6249         (ev_sidebar_class_init), (ev_sidebar_select_page),
6250         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6251         (ev_sidebar_set_page):
6252
6253         Add a current page property and allow to get/set it
6254
6255         * shell/ev-window.c: (setup_view_from_metadata),
6256         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6257
6258         Persist current sidebar page per document
6259
6260 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6261
6262         * data/evince.schemas.in:
6263         * shell/ev-window.c: (update_chrome_visibility),
6264         (setup_document_from_metadata), (update_sidebar_visibility),
6265         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6266         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6267         (ev_window_run_presentation), (ev_window_stop_presentation),
6268         (ev_window_view_sidebar_cb),
6269         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6270         (load_chrome), (ev_window_init):
6271
6272         Persist size/visibility of sidebar per document
6273
6274 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6275
6276         * shell/ev-view.c (draw_loading_text): Draw loading text.
6277
6278 2005-09-02  Dan Damian  <dand@gnome.ro>
6279
6280         * configure.in: Added "ro" to ALL_LINGUAS.
6281
6282 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * shell/ev-view.c: (clear_caches):
6285
6286         ev_page_cache_get doesnt return a reference,
6287         dont try to unref it.
6288
6289 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6290
6291         * shell/main.c: (load_files_remote):
6292
6293         Fix timestamp parameter with dbus <= 0.33
6294
6295 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6296
6297         * data/evince.schemas.in:
6298
6299         Add missing full stop
6300
6301 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6302
6303         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6304         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6305
6306         Plug some memory leaks
6307
6308 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6309
6310         * configure.ac:
6311         * lib/ev-debug.c: (trap_handler):
6312
6313         Check for execinfo.h and use it only if it exists.
6314         Ported from Epiphany (bug #314776).
6315
6316 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6317
6318         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6319
6320 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6321
6322         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6323         * po/id.po      : Added Indonesian translation
6324
6325 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6326
6327         * shell/main.c:
6328         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6329         * NEWS: Release 0.4.0
6330
6331 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6332
6333         * configure.ac: catch another gtk+-2.8ism
6334         * shell/main.c: Make work with gtk+-2.6
6335
6336 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6337
6338         * shell/ev-application-service.xml: Add 'timestamp' argument to
6339           ev_application_open_window and ev_application_open_uri methods.
6340
6341         * shell/ev-application.h: Add 'timestamp' argument to
6342           ev_application_open_window, ev_application_open_uri,
6343           and ev_application_open_uri_list functions.
6344
6345         * shell/ev-application.c (ev_application_open_window,
6346           ev_application_open_uri, ev_application_open_uri_list): Change
6347           functions that show/present windows to use a timestamp if one
6348           is passed in.
6349
6350         * shell/ev-window.c (ev_window_cmd_file_open,
6351           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6352         * shell/main.c (load_files): Modify calls to ev_application to
6353           include GDK_CURRENT_TIME as timestamp.
6354
6355         * shell/main.c (load_files_remote): Obtain timestamp for client
6356           instance from GDK and pass to server instance so new windows are
6357           focused properly.  Fix dbus_g_proxy_call() calls by including second
6358           G_TYPE_INVALID.
6359           
6360         Closes bug #314475.
6361
6362 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6363
6364         * shell/ev-window.c (ev_window_finalize): Check for
6365         avail. EvWindows when quiting to handle the finalize better,
6366         #314497
6367
6368 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369         
6370         * properties/ev-properties-view.c: 
6371         
6372         Set textdomain to libglade. Fixes translation problem in property page.
6373
6374 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6377         * dvi/Makefile.am:
6378         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6379         * dvi/mdvi-lib/Makefile.am:
6380         
6381         Fix rotation of thumbnails, ported to new API. Moved library
6382         dependencies earlier, probably it will fix linkage problem.
6383
6384 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6385
6386         * backend/ev-document-misc.c:
6387         (ev_document_misc_get_thumbnail_frame):
6388         * backend/ev-document-misc.h:
6389         * configure.ac:
6390         * pdf/ev-poppler.cc:
6391         * shell/Makefile.am:
6392         * shell/ev-sidebar-thumbnails.c: (add_range),
6393         (ev_sidebar_thumbnails_set_loading_icon),
6394         (ev_sidebar_thumbnails_refresh),
6395         (ev_sidebar_thumbnails_set_document):
6396         * shell/ev-sidebar-thumbnails.h:
6397         * shell/ev-view.c: (ev_view_motion_notify_event),
6398         (ev_view_set_property), (ev_view_get_property),
6399         (ev_view_class_init), (ev_view_set_rotation):
6400         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6401         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6402         (ev_window_init):
6403         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6404         Redo rotation (again).  prepare for 0.4.0
6405
6406 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6407
6408         * configure.ac: Bump poppler requirement to 0.4.1.
6409
6410         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6411         argument to poppler_page_render_selection() call.
6412
6413 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6416         (djvu_document_thumbnails_get_thumbnail):
6417         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6418         (dvi_document_thumbnails_get_thumbnail):
6419         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6420         (pixbuf_document_thumbnails_get_thumbnail):
6421         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6422         
6423         Update rotation direction of backends to fit with pdf and ps.
6424
6425 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6426
6427         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6428         * backend/ev-async-renderer.h:
6429         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6430         (setup_page), (ps_document_get_page_size),
6431         (ps_async_renderer_render_pixbuf):
6432         * ps/ps-document.h:
6433         * shell/ev-jobs.c: (ev_job_render_run):
6434
6435         Fix orientation in the postscript document
6436
6437 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6438
6439         * pdf/ev-poppler.cc:
6440         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6441         * shell/ev-view.c: (highlight_find_results):
6442
6443         Adapt to the new poppler rotation API. Fix text maps on landscape
6444         documents.
6445
6446 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6447
6448         * shell/ev-view.c (compute_new_selection_text): get the correct
6449         region when selecting in modes other than continuous.
6450
6451 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6452
6453         * shell/main.c (main): remove redundant g_warnings.
6454
6455 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * shell/Makefile.am: Don't include autogenerated
6458         file ev-application-service.h into distribution, since
6459         it causes dbus crash. Fix for bugs 313724 and 313443. 
6460
6461 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * configure.ac: Fix sed expression for FreeBSD. Thanks
6464         to Joe Marcus Clark <marcus@freebsd.org>
6465         
6466         * shell/eggfindbar.c: (entry_activate_callback),
6467         (entry_changed_callback), (egg_find_bar_init),
6468         (egg_find_bar_set_search_string):
6469         
6470         Made findbar buttons unsensitive if there is no text in
6471         entry. Fix for the bug 313285.
6472
6473 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6474
6475         * ps/ps-document.c: Use g_filename_display_name for displaying
6476         filenames and revert string freeze breackage
6477
6478 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6479
6480         * NEWS:
6481         * configure.ac:
6482
6483         Update for 0.3.4
6484
6485         * shell/Makefile.am:
6486
6487         Add ev-application-service.xml to extra dist
6488
6489         * shell/ev-view.c: (find_page_at_location):
6490
6491         Remove unused function (fix warning)
6492
6493 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6496         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6497         
6498         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6499         bug 313623.
6500
6501 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6504         * shell/ev-window.c:
6505         Fix build warnings
6506
6507 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6508
6509         * configure.ac: Update script to get dbus version.
6510         Fix for the bug #313443.
6511
6512 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * shell/ev-window.c: (ev_window_cmd_escape):
6515         
6516         Return focus back to view on escape. Fix for bug 313295.
6517
6518 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6519
6520         * shell/ev-window.c: (update_window_title),
6521         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6522         (ev_window_cmd_save_as):
6523         
6524         Correct conversion from uri to displayable string. Fix for
6525         bug 313296.
6526
6527 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6528
6529         * ps/ps-document.c: convert filename to utf8 when there is an error
6530         loading document. Fixes #309915
6531
6532 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6533
6534         * configure.ac:
6535
6536         We depend on poppler 0.4.0
6537
6538 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6539
6540         * configure.ac:
6541         * NEWS: Release 0.3.3.
6542         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6543
6544 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6545
6546         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6547         add a couple missing mnemonics to menu items, use title 
6548         capitalization for menu items and window titles, and add 
6549         ellipsis to open menu item.     
6550
6551 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6552
6553         * pdf/ev-poppler.cc:
6554         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6555         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6556         (ev_view_get_rotation):
6557         * shell/ev-view.h:
6558         * shell/ev-window.c: (setup_view_from_metadata),
6559         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6560         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6561         disk.
6562
6563 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6564
6565         * configure.ac: Added tr to ALL_LINGUAS
6566
6567 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6568
6569         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6570         requires several clicks to find word. Thanks to 
6571         Colin Slater <kiltedtaco@gmail.com>.
6572
6573 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6574
6575         * data/evince.desktop.in.in: Hide menu entry and
6576         rename it to "Document Viewer". Fix for bug 
6577         #312399.
6578
6579 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6580
6581         * shell/ev-page-action.c (ev_page_action_class_init): 
6582
6583         Point to the correct function in constructor of the
6584         activate_label signal
6585
6586 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6587
6588         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6589         * shell/ev-jobs.h: Make thread safe.
6590
6591 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * shell/ev-view.c: (view_update_range_and_current_page):
6594         Don't update page range if we are scrolling to some document
6595         point.
6596
6597 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6600         when getting max_page_width, fix drawing in dual mode.
6601
6602 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6603
6604         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6605         getting the area for select_all.
6606
6607 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6608
6609         * backend/ev-selection.c: (ev_selection_render_selection):
6610         * backend/ev-selection.h:
6611         * pdf/ev-poppler.cc:
6612         * shell/ev-jobs.c: (ev_job_render_new):
6613         * shell/ev-jobs.h:
6614         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6615         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6616         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6617         (ev_view_class_init):
6618
6619         Change selection color on focus in and focus out events.  Also,
6620         poppler now uses GdkColor for specifying the selection colors, so
6621         drop some awkward conversion code.
6622
6623 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6624
6625         * configure.ac: Added Hebrew translation
6626
6627 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6628
6629         * NOTES:
6630         * backend/ev-selection.c: (ev_selection_render_selection):
6631         * backend/ev-selection.h:
6632         * pdf/ev-poppler.cc:
6633         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6634         (ev_job_render_run):
6635         * shell/ev-jobs.h:
6636         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6637         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6638         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6639         (ev_pixbuf_cache_style_changed),
6640         (ev_pixbuf_cache_get_selection_pixbuf),
6641         (ev_pixbuf_cache_set_selection_list),
6642         (ev_pixbuf_cache_get_selection_list):
6643         * shell/ev-pixbuf-cache.h:
6644         * shell/ev-utils.c: (ev_print_region_contents):
6645         * shell/ev-utils.h:
6646         * shell/ev-view.c: (ev_view_queue_draw_page),
6647         (selection_update_idle_cb), (ev_view_motion_notify_event),
6648         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6649         (setup_caches), (ev_view_find_next), (merge_selection_region),
6650         (selection_free):
6651         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6652
6653         Clean up selection to be much smoother!
6654
6655 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6656
6657         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6658         to poppler_page_render_selection().
6659
6660 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * ps/ps-document.c: (save_page_list): Use
6663         unzipped document when printing. Thanks to 
6664         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6665         311016.
6666
6667 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-window.c: (update_action_sensitivity):
6670         
6671         Disable print and save respect to lockdown gconf keys. Fix
6672         for 312342.
6673
6674 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * configure.ac:
6677         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6678         (write_to_temp_file), (ev_file_set_contents):
6679         * shell/ev-utils.h:
6680         * shell/ev-window.c: (save_print_config_to_file):
6681         
6682         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6683         Fix for bug 312238
6684
6685 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6686
6687         * shell/ev-window.c: (load_print_config_from_file),
6688         (save_print_config_to_file), (ev_window_print_range):
6689
6690         Persist the print settings. Fixes bug #311578.
6691
6692 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * djvu/djvu-document.c: (djvu_document_get_page_size),
6695         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6696         (djvu_document_thumbnails_get_thumbnail):
6697         * dvi/dvi-document.c: (dvi_document_get_page_size),
6698         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6699         (dvi_document_thumbnails_get_dimensions),
6700         (dvi_document_thumbnails_get_thumbnail):
6701         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6702         (pixbuf_document_render_pixbuf),
6703         (pixbuf_document_document_iface_init),
6704         (pixbuf_document_thumbnails_get_thumbnail):
6705         
6706         Update backends to make them build with new rotation system.
6707
6708 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6709
6710         * help/C/figures/evince_start_window.png:
6711         
6712         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6713
6714 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6715
6716         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6717         * shell/ev-pixbuf-cache.h:
6718         * shell/ev-sidebar-thumbnails.c:
6719         (ev_sidebar_thumbnails_get_property), (add_range),
6720         (adjustment_changed_cb):
6721         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6722         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6723         we were thumbnailing the entire docment on startup, slowing us
6724         down hugely. 
6725
6726 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6727
6728         * shell/ev-page-cache.c: (ev_page_cache_new):
6729         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6730         == 0, fixes #310306.
6731
6732 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6733
6734         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6735         (ev_view_rotate_left):
6736
6737         Account rotation in doc_rect_to_view_rect.
6738         Ensure rotation doesnt go out of bounds.
6739
6740 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6741
6742         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6743
6744         Correct and cleanup w/h swapping
6745
6746 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6747
6748         * backend/ev-document-thumbnails.c:
6749         (ev_document_thumbnails_get_thumbnail):
6750         * backend/ev-document-thumbnails.h:
6751         * backend/ev-document.c:
6752         * backend/ev-document.h:
6753         * backend/ev-render-context.c: (ev_render_context_new),
6754         (ev_render_context_set_rotation):
6755         * backend/ev-render-context.h:
6756         * pdf/ev-poppler.cc:
6757         * ps/ps-document.c: (ps_document_document_iface_init):
6758         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6759         * shell/ev-jobs.h:
6760         * shell/ev-page-cache.c: (build_height_to_page),
6761         (ev_page_cache_new), (ev_page_cache_get_size),
6762         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6763         (ev_page_cache_get_height_to_page):
6764         * shell/ev-page-cache.h:
6765         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6766         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6767         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6768         (ev_pixbuf_cache_get_selection_pixbuf):
6769         * shell/ev-pixbuf-cache.h:
6770         * shell/ev-print-job.c: (idle_print_handler):
6771         * shell/ev-sidebar-thumbnails.c: (add_range):
6772         * shell/ev-view.c: (view_update_range_and_current_page),
6773         (get_page_y_offset), (get_page_extents),
6774         (ev_view_size_request_continuous_dual_page),
6775         (ev_view_size_request_continuous),
6776         (ev_view_size_request_dual_page),
6777         (ev_view_size_request_single_page), (draw_one_page),
6778         (ev_view_set_rotation), (ev_view_rotate_right),
6779         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6780         (ev_view_zoom_for_size_continuous_and_dual_page),
6781         (ev_view_zoom_for_size_continuous),
6782         (ev_view_zoom_for_size_dual_page),
6783         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6784         (ev_view_select_all):
6785         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6786         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6787         (tiff_document_document_iface_init),
6788         (tiff_document_thumbnails_get_thumbnail):
6789
6790         Use rotation rather than orientation. It's easier and enough
6791         for our needs.
6792
6793 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * shell/ev-page-cache.c: (build_height_to_page),
6796         (ev_page_cache_new), (ev_page_cache_get_size),
6797         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6798         (ev_page_cache_get_height_to_page):
6799         * shell/ev-page-cache.h:
6800         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6801         (ev_view_size_request_continuous_dual_page),
6802         (ev_view_size_request_continuous),
6803         (ev_view_zoom_for_size_continuous_and_dual_page),
6804         (ev_view_zoom_for_size_continuous):
6805
6806         Make the page cache aware of page orientation.
6807
6808 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6809
6810         * backend/ev-document-thumbnails.c:
6811         (ev_document_thumbnails_get_thumbnail):
6812         * backend/ev-document-thumbnails.h:
6813         * backend/ev-document.c:
6814         * backend/ev-document.h:
6815         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6816         * backend/ev-ps-exporter.h:
6817         * pdf/ev-poppler.cc:
6818         * ps/ps-document.c: (ps_document_document_iface_init),
6819         (ps_document_ps_export_do_page):
6820         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6821         * shell/ev-jobs.h:
6822         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6823         (ev_page_cache_get):
6824         * shell/ev-page-cache.h:
6825         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6826         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6827         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6828         * shell/ev-pixbuf-cache.h:
6829         * shell/ev-print-job.c: (idle_print_handler):
6830         * shell/ev-sidebar-thumbnails.c: (add_range):
6831         * shell/ev-view.c: (view_update_range_and_current_page),
6832         (get_page_extents), (ev_view_size_request_dual_page),
6833         (ev_view_size_request_single_page), (draw_one_page),
6834         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6835         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6836         (ev_view_zoom_for_size_dual_page),
6837         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6838         (ev_view_select_all):
6839         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6840         * tiff/tiff-document.c: (tiff_document_get_page_size),
6841         (tiff_document_get_orientation), (rotate_pixbuf),
6842         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6843         (tiff_document_thumbnails_get_thumbnail),
6844         (tiff_document_ps_export_do_page), (tiff_document_init):
6845
6846         Really make use of the orientation bit of the render context.
6847         Use the render context in a few more places in the backend API.
6848         This regress orientation, but now it's done right. Will try to
6849         fix it up asap...
6850
6851 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6852
6853         * shell/ev-view.c: (ensure_rectangle_is_visible):
6854
6855         Patch by Nickolay V. Shmyrev to fix find flickering
6856
6857 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6858
6859         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6860         duplex parameters to ::begin.
6861
6862         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6863         * shell/ev-print-job.c (idle_print_handler): 
6864         * ps/ps-document.c (ps_document_ps_export_begin): 
6865         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6866         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6867         implementations. Poppler backend needs poppler cvs. Rest has
6868         unchanged behavior.
6869
6870 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6871
6872         * shell/ev-window.c (using_pdf_printer): new function.
6873         (ev_window_print_range): print a less techy message if someone
6874         tries to print to PDF.
6875
6876 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6877
6878         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6879         from "unknown font" string. Bug #311431
6880
6881 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6882
6883         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6884
6885 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6886
6887         Bug #311280
6888         
6889         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6890         name for PopplerFontTypes
6891         (pdf_document_fonts_fill_model): add font type to the detail column
6892
6893         * backend/ev-document-fonts.h: added
6894         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6895
6896         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6897         font name and font details, add a little markup.
6898         (ev_properties_fonts_init): use the new cell data func, specify ypad
6899         property for the cell renderer.
6900         (ev_properties_fonts_set_document): add the details column.
6901
6902 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6903
6904         * configure.ac: Added "pl" to ALL_LINGUAS.
6905
6906 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6907
6908         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6909
6910 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6911
6912         * help/ChangeLog: Started this for translations of manual.
6913         * configure.ac, autogen.sh, .cvsignore: Migrated to
6914         gnome-doc-utils. Patch in bug #311222.
6915
6916 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6917
6918         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6919         #ifdef this away to fix an unused-function warning.
6920
6921 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6922
6923         * configure.ac: Added 'gl' to ALL_LINGUAS.
6924
6925 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6926
6927         * configure.ac: Added ne in ALL_LINGUAS
6928         
6929 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-view.c: (ev_view_leave_notify_event):
6932         
6933         Clear status message when pointer leaves view. Fix for bug
6934         #310818 
6935
6936 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6937
6938         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6939
6940 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * shell/ev-view.c: (ev_view_leave_notify_event),
6943         (ev_view_class_init):
6944         
6945         Set cursor to normal then leaving view.
6946
6947 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * configure.ac:
6950         
6951         Fix required djvulibre version.
6952
6953 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6954
6955         *configure.ac: Hindi (hi) language added
6956
6957 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6958
6959         *configure.ac: Punjabi (pa) Language added
6960
6961 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6962
6963         * data/evince-ui.xml, shell/ev-window.c:
6964         
6965         Add keypad accelerators for zooming. Fix for bug 308128.
6966
6967 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6968
6969         * Makefile.am:
6970         * backend/Makefile.am:
6971         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6972         * configure.ac:
6973         * shell/ev-document-types.c: (ev_document_types_add_filters):
6974
6975         Allow to enable/disable the pixbuf backend.
6976         Default to off for now. If we want it enabled we should
6977         really put mime types in the desktop, implement properties etc.
6978
6979         * properties/evince-properties.c:
6980
6981         Initialize error to NULL.
6982         Check error is not NULL before freeing.
6983
6984 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * shell/ev-window.c:
6987
6988         Use F5 as presentation accell
6989
6990 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6991
6992         * shell/ev-window.c: (update_chrome_visibility),
6993         (ev_window_create_fullscreen_popup), (ev_window_init):
6994
6995         Do not leak the fullscreen toolbar
6996
6997 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6998
6999         * shell/ev-window.c: (view_actions_focus_in_cb),
7000         (view_actions_focus_out_cb):
7001
7002         These has a return value! Fix totally random focus
7003         issues we was seeing.
7004
7005 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7006
7007         * shell/main.c: (load_files_remote):
7008
7009         Allow open more than one file
7010
7011 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/main.c: (load_files_remote):
7014
7015         Fix for dbus 0.33. bug #309975
7016
7017 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7018
7019         * properties/ev-properties-main.c: (ev_properties_get_pages):
7020
7021         Actually return NULL for types we dont support
7022
7023 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7024
7025         * po/POTFILES.in:
7026
7027         Remove empty lines.
7028
7029 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7030
7031         * backend/ev-document-factory.c:
7032         (ev_document_factory_get_document):
7033
7034         Do not try to create the object if type
7035         is invalid.
7036
7037 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7038
7039         * ps/ps-document.c: (ps_document_dispose),
7040         (ps_async_renderer_render_pixbuf):
7041         * ps/ps-document.h:
7042
7043         Do not leak the target window
7044
7045 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7046
7047         * shell/ev-application.c: (ev_application_init):
7048
7049         Let tbe check file existence for us.
7050         Add a comment about eggrecent mime filter.
7051
7052 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7053
7054         * data/evince-ui.xml:
7055         * shell/ev-application.c: (ev_application_shutdown),
7056         (ev_application_init), (ev_application_get_toolbars_model),
7057         (ev_application_get_recent_model),
7058         (ev_application_save_toolbars_model):
7059         * shell/ev-application.h:
7060         * shell/ev-window.c: (ev_window_add_recent),
7061         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7062         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7063         (ev_window_init):
7064
7065         Use common toolbar and recent models for all windows.
7066         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7069
7070         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7071         successfully check for gtk_icon_view_get_visible_range.
7072
7073 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * djvu/Makefile.am:
7076         * dvi/Makefile.am:
7077         
7078         Fix djvu and dvi backend build.
7079
7080 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7081
7082         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7083         (new_separator_pixbuf):
7084
7085         Don't leak windows.
7086
7087 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7088
7089         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7090
7091         HIGification of toolbar editor dialogue.
7092
7093 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7094
7095         * configure.ac:
7096         * shell/Makefile.am:
7097
7098         Ever build metadata manager since it's just
7099         disabled at runtime now.
7100
7101 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7102
7103         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7104         (ev_metadata_manager_get), (ev_metadata_manager_set):
7105         * shell/ev-metadata-manager.h:
7106
7107         Add an _init functions that enabled metadata management
7108         at runtime.
7109
7110         * shell/ev-window.c: (page_changed_cb),
7111         (setup_document_from_metadata), (ev_window_setup_document),
7112         (setup_view_from_metadata), (ev_window_open_uri),
7113         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7114         (ev_window_run_presentation), (ev_window_stop_presentation),
7115         (save_sizing_mode), (ev_window_zoom_changed_cb),
7116         (ev_window_continuous_changed_cb),
7117         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7118         (window_configure_event_cb):
7119
7120         Remove all ugly metadata define since we deal with it
7121         at runtime now.
7122
7123         * shell/main.c: (load_files_remote), (main):
7124
7125         Add support for dbus cvs head. Hopefully didnt break one
7126         of the other versions now!
7127
7128         If we dont get a response from the dbus server just
7129         give up with it and not enable metadata.
7130
7131 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7132
7133         * Makefile.am:
7134         * backend/Makefile.am:
7135         * configure.ac:
7136         * cut-n-paste/recent-files/Makefile.am:
7137         * cut-n-paste/toolbar-editor/Makefile.am:
7138         * cut-n-paste/zoom-control/Makefile.am:
7139         * lib/Makefile.am:
7140         * pdf/Makefile.am:
7141         * pixbuf/Makefile.am:
7142         * properties/Makefile.am:
7143         * ps/Makefile.am:
7144         * shell/Makefile.am:
7145         * thumbnailer/Makefile.am:
7146         * tiff/Makefile.am:
7147
7148         Make frontends depend on just libev.
7149         Rework and group CFLAGS/LIBS definitions.
7150         Cleanups.
7151
7152 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7153
7154         * shell/ev-window:
7155
7156         do not unnecessarily save zoom
7157
7158         * configure.ac:
7159         * lib/ev-file-helpers.c: (ev_dot_dir):
7160         * shell/Makefile.am:
7161         * shell/dummy.cc:
7162
7163         Some cleanups
7164
7165 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7166
7167         * configure.ac:
7168         
7169         Remove unnecessary dependencies
7170
7171 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7172
7173         * properties/Makefile.am:
7174         * thumbnailer/Makefile.am:
7175         * tiff/Makefile.am:
7176
7177         Some more cleanups. Was really necessary
7178         but I probably introduced bugs, feel free
7179         to flame :)
7180
7181 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * backend/Makefile.am:
7184         * configure.ac:
7185         * cut-n-paste/recent-files/Makefile.am:
7186         * cut-n-paste/toolbar-editor/Makefile.am:
7187         * cut-n-paste/zoom-control/Makefile.am:
7188         * lib/Makefile.am:
7189         * pdf/Makefile.am:
7190         * pixbuf/Makefile.am:
7191         * properties/Makefile.am:
7192         * ps/Makefile.am:
7193         * shell/Makefile.am:
7194         * thumbnailer/Makefile.am:
7195         * tiff/Makefile.am:
7196
7197         Use gnome-common macros when possible.
7198         Cleanup dependencies.
7199         Actually disable deprecated where possible.
7200
7201 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7202
7203         * Makefile.am:
7204         * backend/Makefile.am:
7205         * properties/Makefile.am:
7206         * shell/Makefile.am:
7207         * thumbnailer/Makefile.am:
7208
7209         This should solve the circular dep without
7210         requiring dir reorg!
7211
7212         * shell/ev-window.c: (setup_view_from_metadata):
7213
7214         Never restore window size/position when the
7215         window is already visible.
7216
7217 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7218
7219         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7220
7221         Return a boolean from timeout func. Fix ported from gedit.
7222
7223 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7224
7225         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7226
7227 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7228
7229         * shell/ev-document-types.c: set "All Documents" as default filter in
7230         open dialog
7231
7232 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7233
7234         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7235         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7236         (ev_metadata_manager_set_boolean): fix value/val thinko.
7237
7238 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7239
7240         * shell/ev-window.c: (setup_view_from_metadata),
7241         (window_state_event_cb), (window_configure_event_cb),
7242         (ev_window_init):
7243
7244         Remember window position and maximized state
7245
7246 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7247
7248         * configure.ac:
7249
7250         Fix DBUS configure checks.
7251
7252         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7253         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7254         (ev_metadata_manager_set_boolean):
7255
7256         Plug mem leaks.
7257
7258         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7259         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7260         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7261         (ev_window_continuous_changed_cb),
7262         (ev_window_dual_mode_changed_cb), (ev_window_new):
7263
7264         Fix the build without DBUS.
7265
7266 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7267
7268         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7269         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7270         (ev_metadata_manager_set_string),
7271         (ev_metadata_manager_set_boolean):
7272         * shell/ev-metadata-manager.h:
7273
7274         Add support for some more types
7275
7276         * shell/ev-view.c: (scroll_to_current_page),
7277         (ev_view_get_continuous), (ev_view_set_continuous),
7278         (ev_view_get_dual_page):
7279         * shell/ev-view.h:
7280         * shell/ev-window.c: (page_changed_cb),
7281         (setup_document_from_metadata), (ev_window_setup_document),
7282         (setup_view_from_metadata), (ev_window_open_uri),
7283         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7284         (ev_window_run_presentation), (ev_window_stop_presentation),
7285         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7286         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7287         (ev_window_update_dual_page_action),
7288         (ev_window_continuous_changed_cb),
7289         (ev_window_dual_mode_changed_cb), (ev_window_init):
7290
7291         Remember a bunch of view/document properties. Prolly some
7292         are still missing but it's getting interesting.
7293
7294 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7295
7296         * configure.ac: check if dbus-binding-tool is installed. Not the
7297         case on current Ubuntu breezy, it seems.
7298
7299 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7300
7301         * data/evince.desktop.in.in:
7302         
7303         Allow open uri lists and add TryExec field.
7304
7305 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * configure.ac:
7308
7309         Enable dbus when available, do not require a configure
7310         option.
7311
7312 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7313
7314         * configure.ac:
7315
7316         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7317         disabled.
7318
7319 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7320         Marco Pesenti Gritti  <mpg@redhat.com>
7321
7322         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7323         
7324         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7325         functions to the format required by dbus
7326
7327         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7328         errors. Use the RPC parameters in the expected way
7329
7330 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7331
7332         * Makefile.am:
7333         * properties/Makefile.am:
7334         * properties/ev-properties-main.c: (ev_properties_get_pages):
7335
7336         Support all mime types
7337
7338         * shell/Makefile.am:
7339         * thumbnailer/Makefile.am:
7340         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7341         (evince_thumbnail_pngenc_get):
7342
7343         Use the document factory
7344
7345 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7346
7347         * backend/Makefile.am:
7348         * backend/ev-document-factory.c:
7349         (mime_type_supported_by_gdk_pixbuf),
7350         (ev_document_type_get_from_mime),
7351         (ev_document_factory_get_document),
7352         (ev_document_factory_get_backend),
7353         (ev_document_factory_get_mime_types),
7354         (ev_document_factory_get_all_mime_types):
7355         * backend/ev-document-factory.h:
7356         * shell/Makefile.am:
7357         * shell/ev-document-types.c: (get_document_from_uri),
7358         (ev_document_types_get_document),
7359         (file_filter_add_mime_list_and_free),
7360         (ev_document_types_add_filters):
7361         * shell/ev-document-types.h:
7362         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7363         * shell/ev-properties-dialog.c:
7364         (ev_properties_dialog_set_document):
7365         * shell/ev-window.c: (ev_window_cmd_file_open),
7366         (ev_window_cmd_save_as):
7367         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7368
7369         Rework document types managing to avoid code duplication
7370         and actually abstract from backend implementations.
7371         Also provide a minimal factory api that can be used by
7372         thumbnailer/properties.
7373
7374 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7375
7376         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7377         Plug a mem leak.
7378         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7379         HIG spacings.
7380
7381 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7382
7383         * shell/ev-properties-dialog.c
7384         (ev_properties_dialog_set_document): only call
7385         ev_properties_fonts_set_document() if the document implements the
7386         fonts interface
7387
7388 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7389
7390         * configure.ac:
7391         * properties/Makefile.am:
7392         * properties/ev-properties-view.c:
7393         (ev_properties_view_register_type):
7394         * properties/ev-properties-view.h:
7395         * properties/ev-properties-main.h:
7396
7397         Implement nautilus plugin for properties.
7398         Works only for pdf atm, I need to rework the
7399         document types stuff to get this to work
7400         for all backends...
7401
7402 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7403
7404         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7405         (ev_properties_fonts_set_document): use
7406         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7407
7408 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7409
7410         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7411         them
7412         (PlaceImage, tiff2ps_process_page): use
7413         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7414
7415
7416 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7417
7418         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7419         (main): to call gnome_authentication_manager_init. Should fix
7420         Bug #308510
7421
7422         * configure.ac: that requires libgnomeui 2.6.0.
7423
7424 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7425
7426         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7427         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7428         use the new tiff2ps interfaces
7429
7430         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7431         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7432
7433         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7434         structure instead of global variables.  Remove use of static
7435         variables in functions.
7436
7437 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7438
7439         * shell/ev-page-action.c: unref the completion after setting it to the
7440         entry
7441
7442 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7443
7444         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7445         postscript files
7446
7447 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7448
7449         * shell/ev-window.c (update_action_sensitivity): disable
7450         File->Print if the document does not implement the ps exporter
7451         interface
7452
7453 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * Makefile.am:
7456         * configure.ac:
7457         * data/evince-properties.glade:
7458         * properties/.cvsignore:
7459         * properties/Makefile.am:
7460         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7461         (ev_properties_view_class_init), (ev_properties_view_format_date),
7462         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7463         (ev_properties_view_init), (ev_properties_view_new):
7464         * properties/ev-properties-view.h:
7465         * shell/Makefile.am:
7466         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7467         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7468         (ev_properties_dialog_new):
7469         * shell/ev-properties-dialog.h:
7470         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7471         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7472         (update_progress_label), (job_fonts_finished_cb),
7473         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7474         * shell/ev-properties-fonts.h:
7475         * shell/ev-properties.c:
7476         * shell/ev-properties.h:
7477         * shell/ev-window.c: (ev_window_setup_document),
7478         (ev_window_cmd_file_properties):
7479
7480         Split the properties pages in two different objects, depend
7481         only on the backend where possible, use widgets instead
7482         of gobject for the glade part, reimplement the dialog
7483         itself with gtk.
7484         I need this to implement nautilus properties page.
7485
7486 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7487
7488         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7489         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7490         (tiff_document_document_ps_exporter_iface_init): implement the ps
7491         exporter interface for tiff documents
7492
7493         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7494         libtiff to implement TIFF postscript export
7495
7496         * tiff/tiff2ps.h: added a header file for external tiff2ps
7497         functions.
7498
7499         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7500         tiff2ps.h
7501
7502 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * shell/ev-view.c: (scroll_to_current_page),
7505         (ev_view_set_fullscreen), (ev_view_set_presentation):
7506         
7507         Scroll to current page when exit from presentation
7508
7509 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * shell/ev-window.c: (update_document_mode),
7512         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7513         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7514         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7515         
7516         Exit from fullscreen mode when switch to presentation. Fix for
7517         bug 309365
7518
7519 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7520
7521         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7522         return NULL if the document does not implement the selection
7523         interface.
7524
7525 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7526
7527         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7528         reported height by using the resolution aspect ratio
7529         (tiff_document_render_pixbuf): scale the pixbuf using the
7530         resolution aspect ratio
7531
7532 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7533
7534         * configure.ac:
7535         
7536         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7537         <kiltedaco@gmail.com>
7538         
7539         * djvu/djvu-document.c: (djvu_document_get_orientation),
7540         (djvu_document_set_orientation), (djvu_document_get_page_size),
7541         (rotate_pixbuf), (djvu_document_render_pixbuf),
7542         (djvu_document_document_iface_init):
7543         * dvi/dvi-document.c: (dvi_document_get_orientation),
7544         (dvi_document_set_orientation), (dvi_document_get_page_size),
7545         (rotate_pixbuf), (dvi_document_render_pixbuf),
7546         (dvi_document_document_iface_init):
7547         
7548         Dvi and djvu backends are ported to new API
7549
7550 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7551
7552         * backend/ev-selection.c: (ev_selection_get_selection_region),
7553         (ev_selection_get_selection_map):
7554         * backend/ev-selection.h:
7555         * pdf/ev-poppler.cc:
7556         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7557         * shell/ev-jobs.h:
7558         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7559         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7560         (ev_pixbuf_cache_get_text_mapping):
7561         * shell/ev-pixbuf-cache.h:
7562         * shell/ev-view.c: (location_in_text),
7563         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7564         support to EvView.  Now we can see where we can select!  Sweet!
7565
7566 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7567
7568         * shell/ev-view.c (ev_view_button_press_event): Fix
7569         event->y + view->scroll_x typo.
7570
7571 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7572
7573         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7574         sub-GdkPixbuf instead of passing dest_x and dest_y.
7575         
7576         * shell/ev-view.c: (view_point_to_doc_point),
7577         (view_rect_to_doc_rect), (ev_view_button_press_event),
7578         (ev_view_motion_notify_event), (compute_new_selection_rect),
7579         (gdk_rectangle_point_in), (compute_new_selection_text),
7580         (compute_selections): Update selection code to keep the selection
7581         around as two points and not as a normalized rectangle, and fix
7582         page level selection in two-column mode.
7583
7584 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7585
7586         * shell/ev-window.c: (window_configure_event_cb): 
7587         
7588         Fix compilation
7589         
7590 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7591
7592         * pdf/ev-poppler.cc:
7593
7594         Fix compilation
7595
7596 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7597
7598         * shell/Makefile.am:
7599         * shell/ev-metadata-manager.c: (item_free),
7600         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7601         (parse_value), (parseItem), (load_values),
7602         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7603         (save_values), (save_item), (get_oldest), (resize_items),
7604         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7605         * shell/ev-metadata-manager.h:
7606
7607         Metadata manager from gedit but modified to use GValue, so that
7608         we dont need to keep converting from strings.
7609
7610         * configure.ac:
7611
7612         ENABLE_METADATA conditional, on when dbus is on
7613
7614         * shell/ev-application.c: (ev_application_open_uri):
7615
7616         Show the window after load so that we can initialize
7617         window size before it's showed.
7618
7619         * shell/ev-window.c: (ev_window_setup_from_metadata),
7620         (ev_window_open_uri), (window_configure_event_cb),
7621         (ev_window_init):
7622
7623         Save and load metadata information about window size.
7624         Not yet keeping states in account.
7625
7626         * shell/main.c: (main):
7627
7628         Shutdown metadata manager.
7629
7630 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7631
7632         * shell/ev-application-service.xml:
7633         * configure.ac:
7634         * shell/Makefile.am:
7635         * shell/ev-application.c:
7636         * shell/ev-application.h:
7637         * shell/ev-window.c:
7638         * shell/ev-window.h:
7639         * shell/main.c:
7640
7641         Add an optional dbus interface (--enable-dbus).
7642         Rework application code, mainly to be easier to
7643         use "remotely".
7644         Do not open multiple windows with the same document,
7645         spatial evince!
7646
7647 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7648
7649         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7650         pixbuf iff it exists.
7651
7652 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7653
7654         * shell/*:
7655         * backend/ev-render-context.[ch]:
7656         * backend/ev-selection.[ch]:
7657
7658         Massive changes.  We now support text selection of pdfs, and not
7659         just rectangular selection.  This is pretty broken still, but I
7660         want to get something into CVS.
7661
7662 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * pdf/ev-poppler.cc:
7665         
7666         Fix for Bug 309080: crash on window close.
7667         
7668         * shell/ev-page-action.c: (page_changed_cb):
7669         
7670         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7671         jensgr@gmx.net (Jens Granseuer).
7672
7673 2005-06-25  Marcel Telka  <marcel@telka.sk>
7674
7675         * configure.in (ALL_LINGUAS): Added sk.
7676
7677 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7678
7679         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7680         not a document open
7681
7682 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7683
7684         * NEWS:
7685         * configure.ac:
7686
7687         Release 0.3.2
7688
7689         * cut-n-paste/recent-files/Makefile.am:
7690
7691         Fix make distcheck
7692
7693 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7696         (pixbuf_document_set_orientation), (rotate_pixbuf),
7697         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7698         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7699
7700         Implement rotation and cleanup the code a bit.
7701
7702         * tiff/tiff-document.c: (tiff_document_get_page_size),
7703         (tiff_document_get_orientation), (tiff_document_set_orientation),
7704         (rotate_pixbuf), (tiff_document_render_pixbuf),
7705         (tiff_document_document_iface_init), (tiff_document_init):
7706
7707         Implement rotation. Was the quicker solution for the release
7708         but we really need to share this code in the shell.
7709
7710 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7711
7712         * pdf/ev-poppler.cc:
7713
7714         Enable rotation, require poppler cvs. Fix a leak.
7715
7716 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7717
7718         * shell/ev-window.c: (update_action_sensitivity):
7719         
7720         Make properties unsensitive if document backend doesn't provide
7721         any info
7722
7723 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7724
7725         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7726         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7727         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7728         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7729         (bitmap_flip_rotate_counter_clockwise):
7730         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7731         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7732         (buff_gets):
7733         * dvi/mdvi-lib/common.h:
7734         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7735         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7736         (opendvi), (mdvi_reload), (mdvi_init_context),
7737         (mdvi_destroy_context), (mdvi_dopage), (special):
7738         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7739         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7740         (file_hash_free), (register_encoding), (parse_spec),
7741         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7742         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7743         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7744         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7745         (mdvi_register_font_type), (mdvi_unregister_font_type),
7746         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7747         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7748         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7749         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7750         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7751         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7752         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7753         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7754         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7755         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7756         (mdvi_unregister_special), (mdvi_flush_specials):
7757         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7758         (t1_font_remove):
7759         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7760         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7761         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7762         (free_font_metrics), (flush_font_metrics):
7763         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7764         (tt_font_remove):
7765         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7766         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7767         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7768         (dstring_insert), (dstring_new), (dstring_reset):
7769         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7770         
7771         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7772         avoid conflict with libtool on FC4
7773         
7774         * shell/ev-window.c: (ev_window_cmd_help_about):
7775         
7776         Update copyright year. Fix for bug 308828.
7777
7778 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * shell/ev-view.c: (add_scroll_binding_keypad),
7781         (ev_view_binding_activated), (ev_view_class_init),
7782         (on_adjustment_value_changed):
7783         
7784         Bug 170874: Arrow keys switch pages in presentation mode
7785
7786 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7789         
7790         Fix for Bug 308265: Sidebar dissappears coming out of 
7791         Presentation mode
7792
7793 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-application.c: (ev_application_open):
7796         * shell/ev-document-types.c: (ev_document_types_add_filters),
7797         (ev_document_types_add_filters_for_type):
7798         * shell/ev-document-types.h:
7799         * shell/ev-window.c: (ev_window_cmd_save_as):
7800         
7801         Suggest basename as template when saving, provide filters
7802         for save dialog. It's bug 308402
7803
7804 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7805
7806         * pdf/ev-poppler.cc:
7807         * shell/ev-sidebar-links.c: (job_finished_callback):
7808         * shell/ev-view.c: (update_find_status_message):
7809         
7810         Some leaks fixed
7811
7812 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7813
7814         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7815         (egg_recent_view_uimanager_set_list):
7816
7817         Fix buglet in !show_numbers case.
7818
7819 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7820
7821         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7822         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7823
7824         Use pango ellipsisation.
7825
7826         * pdf/ev-poppler.cc:
7827
7828         Fix refcount leak, from nsh.
7829
7830 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7831
7832         * cut-n-paste/recent-files/Makefile.am:
7833         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7834         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7835         
7836         Removed EggRecentViewGtk
7837         
7838         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7839         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7840         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7841         (ev_window_setup_recent):
7842         
7843         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7844         with other projects
7845
7846 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7847
7848         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7849         (egg_recent_view_gtk_finalize):
7850
7851         Fix memory leak
7852
7853         * cut-n-paste/toolbar-editor/Makefile.am:
7854         
7855         Fix location of cursor icon.
7856         
7857         * pdf/ev-poppler.cc:
7858         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7859         (display_completion_text), (match_completion):
7860         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7861         (selection_changed_callback), (create_loading_model),
7862         (print_section_cb), (links_page_num_func),
7863         (update_page_callback_foreach):
7864         * shell/ev-window.c: (ev_window_dispose):
7865         
7866         Small memory fixes. Links model now store objects instead
7867         of pointers to improve memory management. 
7868
7869 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * shell/ev-window.c: (zoom_control_changed_cb):
7872         
7873         Fix update of zoom control (bug 308268).
7874
7875 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7876
7877         * shell/ev-properties.c (set_property): escape the text correctly.
7878         Handles non-UTF-8 properties and escaped properties.  Also, sets
7879         the text to "<i>None</i>" if the property isn't set.
7880
7881         * data/evince-properties.glade: Change the label to be ellipsized,
7882         and give it a minimum size.
7883
7884 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7885
7886         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7887         * shell/ev-sidebar-links.c: (create_loading_model):
7888         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7889         * shell/ev-view.c: (ev_view_set_document):
7890         * shell/ev-window.c: (ev_window_dispose):
7891         
7892         Various small fixes, mostly memory leaks. Thanks to valgrind.
7893
7894 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7895
7896         * ps/ps-document.c: remove the locale.h include again ;-). And
7897         kill the (bogus) setlocale/savelocale business.
7898
7899 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7900
7901         * ps/ps-document.c:
7902         
7903         Include locale.h to fix build
7904         
7905         * shell/ev-sidebar.c:
7906         
7907         Remove unnecessary includes
7908
7909 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * dvi/dvi-document.c: (dvi_document_load):
7912         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7913         * po/POTFILES.in:
7914         
7915         Check for incorrect dvi files. Fix parsing dvi on AMD64
7916         platform. Thanks to tester@tester.ca (Olivier Crete).
7917
7918 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * shell/ev-page-action.c: (match_selected_cb),
7921         (display_completion_text), (match_completion), (update_model):
7922         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7923         (expand_open_links):
7924         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7925         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7926         (ev_sidebar_set_document):
7927         * shell/ev-window.c: (ev_window_xfer_job_cb),
7928         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7929         
7930         Fixed lot's of memory leaks, for example, memory leak on reload, 
7931         described in bug 307793.
7932
7933 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * pdf/ev-poppler.cc:
7936         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7937         (update_visible_range), (adjustment_changed_cb),
7938         (ev_sidebar_thumbnails_fill_model),
7939         (ev_sidebar_thumbnails_refresh),
7940         (ev_sidebar_tree_selection_changed),
7941         (ev_sidebar_icon_selection_changed),
7942         (ev_sidebar_thumbnails_use_icon_view),
7943         (ev_sidebar_thumbnails_set_document):
7944         * shell/ev-sidebar-thumbnails.h:
7945         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7946         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7947
7948         Refresh thumbnails when changing orientation. Not fully
7949         working yet becuase of a sidebar bug.
7950
7951         Set page orientation to poppler page everywhere. This sucks
7952         really need to fix poppler.
7953
7954 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7955
7956         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7957         (egg_recent_view_gtk_new_menu_item),
7958         (egg_recent_view_gtk_set_property),
7959         (egg_recent_view_gtk_get_property),
7960         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7961         (egg_recent_view_gtk_set_tooltip_func),
7962         (egg_recent_view_gtk_set_label_width),
7963         (egg_recent_view_gtk_get_label_width):
7964         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7965
7966         Sync with libegg (ellipsize labels)
7967
7968 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7969
7970         * data/evince-ui.xml:
7971         * shell/ev-window.c: (ev_window_cmd_go_forward),
7972         (ev_window_cmd_go_backward):
7973         
7974         Shift + PageUp moves 10 Pages. Fix for 306125
7975
7976 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7977
7978         * pdf/ev-poppler.cc:
7979
7980         Add a flag to check if orientation has been overriden
7981
7982 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7983
7984         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7985         field if necessary.
7986
7987         * ps/ps.h: add creator field to document.
7988
7989         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7990         set creator field.
7991
7992 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7993
7994         * data/evince-properties.glade:
7995         * shell/ev-properties.c: (ev_properties_set_document):
7996
7997         s/PDF Version/Format
7998
7999 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8000
8001         * shell/ev-properties.c: (ev_properties_set_document):
8002
8003         Remove unnecessary translations
8004
8005 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * cut-n-paste/toolbar-editor/Makefile.am:
8008
8009         Correct library name    
8010
8011 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * configure.ac:
8014         * cut-n-paste/recent-files/egg-recent-model.c:
8015         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8016         (egg_recent_model_unlock_file):
8017         * cut-n-paste/recent-files/egg-recent-util.c:
8018         (egg_recent_util_get_unique_id):
8019         * cut-n-paste/recent-files/update-from-egg.sh:
8020         * cut-n-paste/toolbar-editor/Makefile.am:
8021         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8022         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8023         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8024         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8025         (egg_toolbars_model_get_type):
8026         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8027
8028         Better makefile for toolbar editor and update everything
8029         to latest libegg.
8030
8031 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8032
8033         * shell/ev-window.c: (update_document_mode):
8034
8035         Prefer presentation mode when the document
8036         require fullscreen.
8037
8038 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8039
8040         * data/evince-ui.xml:
8041         * shell/ev-window.c:
8042
8043         Add control-equal for zooming
8044
8045 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8046
8047         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8048
8049 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8050
8051         * backend/ev-document.c: (ev_document_get_orientation):
8052         * backend/ev-document.h:
8053         * pdf/ev-poppler.cc:
8054         * ps/ps-document.c: (ps_document_get_orientation),
8055         (ps_document_set_orientation), (ps_document_document_iface_init):
8056
8057         Add a get_orientation api. Improve set_orientation.
8058
8059         * data/evince-ui.xml:
8060         * shell/ev-view.c: (ev_view_set_orientation),
8061         (ev_view_rotate_right), (ev_view_rotate_left):
8062         * shell/ev-view.h:
8063         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8064         (ev_window_cmd_edit_rotate_right):
8065
8066         Better ui for changing document orientation
8067
8068 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8071         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8072         * shell/ev-sidebar-links.h:
8073         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8074         (ev_sidebar_page_iface_init):
8075         * shell/ev-sidebar-page.h:
8076         * shell/ev-sidebar-thumbnails.c:
8077         (ev_sidebar_thumbnails_get_property),
8078         (ev_sidebar_thumbnails_class_init),
8079         (ev_sidebar_thumbnails_set_document):
8080         * shell/ev-sidebar-thumbnails.h:
8081         * shell/ev-view.c: (ev_view_motion_notify_event):
8082         * shell/ev-window.c: (update_chrome_visibility),
8083         (ev_window_cmd_focus_page_selector),
8084         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8085         (sidebar_page_main_widget_update_cb), (ev_window_init):
8086         
8087         Autoraise toolbar on GoToPage binding and fix bindings in
8088         EvSidebarThumbnails page.
8089
8090 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8091
8092         * shell/ev-properties.c: (update_progress_label):
8093
8094         Hide the progress label when finished; bug #307697.
8095
8096 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8097
8098         * pdf/ev-poppler.cc:
8099
8100         Enable is_open for links, you will need poppler cvs
8101
8102         * shell/ev-properties.c: (job_fonts_finished_cb):
8103
8104         Get a lock on the document when filling the tree view
8105
8106 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8107
8108         * backend/ev-document-links.h:
8109         * pdf/ev-poppler.cc:
8110         * shell/ev-sidebar-links.c: (create_loading_model),
8111         (expand_open_links), (job_finished_callback):
8112
8113         Expand links when specified by the document.
8114         Depend on a poppler api (defined out for now)
8115
8116 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8117
8118         * shell/ev-properties.c: (ev_properties_dispose),
8119         (ev_properties_class_init), (dialog_destroy_cb),
8120         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8121         (ev_properties_set_document), (ev_properties_new),
8122         (ev_properties_show):
8123         * shell/ev-properties.h:
8124
8125         Make it an object, cleanup the code, api to show it as transient
8126         and to set the document.
8127
8128         * shell/ev-window.c: (ev_window_setup_document),
8129         (ev_window_cmd_file_properties):
8130
8131         Adapt to EvProperties changes, do not show multiple
8132         times, update it when document changes.
8133
8134 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8135
8136         * ps/gstypes.h:
8137         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8138         (ps_document_set_orientation), (ps_document_document_iface_init):
8139         * ps/ps-document.h:
8140
8141         Implement orientation here too
8142
8143         * shell/ev-properties.c: (ev_properties_new):
8144         * data/evince-properties.glade:
8145
8146         Hide the fonts page for backends that doesnt
8147         support it.     
8148
8149 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8150
8151         * backend/ev-document.c: (ev_document_set_orientation):
8152         * backend/ev-document.h:
8153         * pdf/ev-poppler.cc:
8154
8155         Add orientation api. Currently poppler api is not optimal,
8156         we need to set orientation every time we _get a page.
8157         I will try to fix that at some point.
8158
8159         * data/evince-ui.xml:
8160         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8161         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8162
8163         Add orientation menu items
8164
8165         * shell/ev-page-cache.c: (ev_page_cache_clear):
8166         * shell/ev-page-cache.h:
8167
8168         Add api to clear the cache
8169
8170         * shell/ev-view.c: (setup_caches), (clear_caches),
8171         (ev_view_set_document), (ev_view_zoom_out),
8172         (ev_view_set_orientation):
8173         * shell/ev-view.h:
8174
8175         Implement orientation changing
8176
8177 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8178
8179         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8180         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8181         * backend/ev-document-fonts.h:
8182
8183         Separate scan and fill so that we can incrementally fill from
8184         the main thread. Add a progress api.
8185
8186         * data/evince-properties.glade:
8187         * pdf/ev-poppler.cc:
8188         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8189         * shell/ev-jobs.h:
8190         * shell/ev-properties.c: (update_progress_label),
8191         (job_fonts_finished_cb), (setup_fonts_view):
8192
8193         Incrementally feel the list and show the progress
8194         percentage in a label like acrobat does.
8195
8196         You are going to need poppler cvs
8197
8198 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8199
8200         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8201         * backend/ev-document-fonts.h:
8202         * pdf/ev-poppler.cc:
8203
8204         Make fonts model fill incrementally.
8205
8206         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8207         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8208         (ev_job_queue_remove_job):
8209         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8210         (ev_job_fonts_new), (ev_job_fonts_run):
8211         * shell/ev-jobs.h:
8212
8213         New job for fonts scanning
8214
8215         * shell/ev-properties.c: (job_fonts_finished_cb),
8216         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8217         * shell/ev-properties.h:
8218         * shell/ev-window.c: (ev_window_cmd_file_properties):
8219
8220         Incrementally feel the treeview using the new job. Show Loading...
8221         message until scanning is completed.
8222
8223         Hopefully I didnt break the build without the poppler patch.
8224
8225 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8226
8227         * shell/ev-application.c: (ev_application_open):
8228         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8229         (ev_document_type_get_type), (ev_document_type_lookup):
8230         * shell/ev-document-types.h:
8231         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8232         * shell/ev-job-xfer.h:
8233         * shell/ev-window.c: (ev_window_clear_local_uri),
8234         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8235         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8236         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8237         
8238         Transfer remote documents to tmp directory to display them later.
8239
8240 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8241
8242         * backend/ev-document-info.h:
8243         * shell/ev-properties.c: (ev_properties_new):
8244
8245         s/GTime*/GTime. Not sure why we was using a pointer
8246         at all there!
8247
8248 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8249
8250         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8251         situations.  That situation is that you're using GTK+-HEAD with
8252         the patch at #306726 is applied, and you have a document with <
8253         1500 pages in it.  It's not quite as uniformly nice as the
8254         TreeView, but should be better in the long run.
8255
8256         I'm pretty sure I guarded against breaking compilation with
8257         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8258         I missed some.
8259
8260         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8261         widget yet, so I commented that code out
8262         enable_view_actions_for_widget() for now.  Need to figure this
8263         out.
8264
8265         * shell/ev-page-action.c (match_selected_cb): emit the right
8266         signals.  Our cool C-l completion now works.
8267
8268 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * backend/Makefile.am:
8271         * backend/ev-document-fonts.c:
8272         * backend/ev-document-links.c:
8273         * backend/ev-document.c: (ev_document_load):
8274         * backend/ev-document.h:
8275         * backend/ev-job-queue.c:
8276         * backend/ev-job-queue.h:
8277         * backend/ev-jobs.c:
8278         * backend/ev-jobs.h:
8279         * backend/ev-page-cache.c:
8280         * backend/ev-page-cache.h:
8281
8282         EvPageCache and EvJobs are moved to shell.
8283
8284         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8285         (ev_tmp_filename):
8286         * lib/ev-file-helpers.h:
8287         
8288         New helper to work with temporary files
8289         
8290         * shell/Makefile.am:
8291         * shell/ev-application.c: (ev_application_open):
8292         * shell/ev-application.h:
8293         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8294         (remove_job_from_async_queue), (add_job_to_async_queue),
8295         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8296         (handle_job), (search_for_jobs_unlocked),
8297         (no_jobs_available_unlocked), (ev_render_thread),
8298         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8299         (ev_job_queue_add_job), (move_job_async), (move_job),
8300         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8301         * shell/ev-job-queue.h:
8302         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8303         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8304         * shell/ev-job-xfer.h:
8305         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8306         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8307         (ev_job_links_class_init), (ev_job_render_init),
8308         (ev_job_render_dispose), (ev_job_render_class_init),
8309         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8310         (ev_job_thumbnail_class_init), (ev_job_load_init),
8311         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8312         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8313         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8314         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8315         * shell/ev-jobs.h:
8316         * shell/ev-page-action.c: (ev_page_action_set_document):
8317         * shell/ev-page-cache.c: (ev_page_cache_init),
8318         (ev_page_cache_class_init), (ev_page_cache_finalize),
8319         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8320         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8321         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8322         (ev_page_cache_get_title), (ev_page_cache_get_size),
8323         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8324         (ev_page_cache_get_height_to_page),
8325         (ev_page_cache_get_max_label_chars),
8326         (ev_page_cache_get_page_label),
8327         (ev_page_cache_has_nonnumeric_page_labels),
8328         (ev_page_cache_get_info), (ev_page_cache_next_page),
8329         (ev_page_cache_prev_page), (ev_page_cache_get):
8330         * shell/ev-page-cache.h:
8331         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8332         (ev_pixbuf_cache_clear_job_sizes),
8333         (ev_pixbuf_cache_add_jobs_if_needed),
8334         (ev_pixbuf_cache_set_page_range):
8335         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8336         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8337         * shell/ev-sidebar-thumbnails.c:
8338         (ev_sidebar_tree_selection_changed),
8339         (ev_sidebar_thumbnails_set_document):
8340         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8341         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8342         (ev_statusbar_get_context_id), (ev_statusbar_push),
8343         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8344         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8345         (ev_statusbar_set_progress):
8346         * shell/ev-statusbar.h:
8347         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8348         (ev_view_find_previous):
8349         * shell/ev-window.c: (ev_window_is_empty),
8350         (ev_window_setup_document), (password_dialog_response),
8351         (ev_window_clear_jobs), (ev_window_load_job_cb),
8352         (ev_window_xfer_job_cb), (ev_window_open_uri),
8353         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8354         (ev_window_print), (ev_window_print_range),
8355         (ev_window_state_event), (ev_window_cmd_view_reload),
8356         (menu_item_select_cb), (menu_item_deselect_cb),
8357         (view_status_changed_cb), (ev_window_dispose),
8358         (drag_data_received_cb), (ev_window_init):
8359         * shell/ev-window.h:
8360         * shell/main.c: (load_files):
8361         
8362         New statusbar to show progress on idle. Two new jobs - 
8363         xfer job and load job to load document in background. And update
8364         of page_cache clients to new location of code.
8365
8366 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8367   
8368         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8369         selection in open dialog. It also remembers the last visited directory 
8370         in the current session.
8371
8372 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373
8374         * shell/ev-properties.c: (ev_properties_new):
8375         * shell/ev-properties.h:
8376         * shell/ev-window.c: (ev_window_cmd_file_properties):
8377         
8378         Get document info from page cache instead of document itself.
8379         This should fix crash related to race conditions described in
8380         bug 306545.
8381
8382 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8383
8384         * ps/ps-document.c: (ps_document_init),
8385         (send_ps), (get_page_box), (output), (catchPipe), (input),
8386         (stop_interpreter), (file_length), (file_readable),
8387         (check_filecompressedb), (ps_document_enable_interpreter),
8388         (document_load), (ps_async_renderer_render_pixbuf):
8389         * ps/ps-document.h:
8390
8391         Big cleanup of the ps code
8392
8393 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8394
8395         * backend/Makefile.am:
8396         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8397         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8398         * backend/ev-async-renderer.h:
8399
8400         Add an async renderer interface (method + callback) which
8401         is useful for backends like ps.
8402
8403         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8404         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8405         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8406         (ev_job_queue_add_job), (move_job_async), (move_job),
8407         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8408
8409         Add queues for async renderer, these are executed on the
8410         main thread.
8411
8412         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8413         (ev_job_render_run):
8414         * backend/ev-jobs.h:
8415
8416         If the backend support async renderer interface use it.
8417
8418         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8419         (setup_pixmap), (ps_document_get_type),
8420         (ps_async_renderer_render_pixbuf),
8421         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8422
8423         Implement async renderer interface.
8424
8425 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8426
8427         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8428
8429         Cleanup links job on exit.
8430
8431 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8432
8433         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8434         (drag_data_get_cb), (drag_data_received_cb):
8435         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8436         (drag_data_get_cb), (parse_item_list),
8437         (egg_toolbar_editor_load_actions):
8438         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8439         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8440         (parse_item_list), (parse_toolbars):
8441         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8442         (dvi_pixbuf_put_pixel):
8443         
8444         Fix gcc 4.0 warnings
8445
8446 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8447
8448         * ps/ps-document.c: (start_interpreter):
8449
8450         Fix warning when loading ps
8451
8452 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8453
8454         * ps/ps-document.c: (output):
8455
8456         Fix crash when priting gs error messages.
8457
8458 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8459
8460         * backend/ev-page-cache.c: (_ev_page_cache_new):
8461         * backend/ev-page-cache.h:
8462
8463         Use a const to return title so that we dont double
8464         free it. Small cleanup and fix a leak.
8465
8466         * shell/ev-window.c: (update_window_title):
8467
8468         strdup value from get_title.
8469
8470 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8471
8472         * shell/ev-sidebar-links.c: (job_finished_callback),
8473         (ev_sidebar_links_set_document):
8474
8475         Cleanup the old job when changing document
8476
8477 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478
8479         * shell/ev-stock-icons.c:
8480         * shell/ev-stock-icons.h:
8481         * shell/ev-window.c:
8482         
8483         Add stock icons for actions that can appear in toolbar. Fix for
8484         bug 306566.
8485
8486 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8487
8488         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8489         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8490         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8491         * backend/ev-page-cache.h:
8492         * shell/ev-view.c: (scroll_to_current_page),
8493         (view_update_range_and_current_page), (get_page_y_offset),
8494         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8495         (ev_view_size_request_continuous),
8496         (ev_view_zoom_for_size_continuous_and_dual_page),
8497         (ev_view_zoom_for_size_continuous):
8498         
8499         More compact EvView layout in document with pages of different size.
8500
8501 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8502
8503         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8504         compilation.
8505
8506 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8507
8508         * shell/ev-view.c: (view_set_adjustment_values):
8509         * shell/ev-window.c: (ev_window_cmd_file_properties):
8510         
8511         A bit different fix for rounding problem but it has no
8512         problems on startup. Make properties window transient to parent.
8513
8514 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8515
8516         * pdf/ev-poppler.cc:
8517         
8518         More commenting of font stuff.
8519
8520 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8521
8522         * pdf/ev-poppler.cc:
8523
8524         Comment out some more fonts stuff. Should really
8525         work without the poppler patch now.
8526
8527 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8528
8529         * pdf/ev-poppler.cc:
8530
8531         Adapt to api change
8532
8533 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8534
8535         * data/evince-properties.glade:
8536         * pdf/ev-poppler.cc:
8537         * shell/ev-properties.c: (setup_fonts_view):
8538
8539         Set the column title. Show the dialog only
8540         once everything is setup.
8541         Getting font info can be very slow... will
8542         prolly need to make this threaded too.
8543
8544 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8545
8546         * backend/Makefile.am:
8547         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8548         (ev_document_fonts_get_fonts_model):
8549         * backend/ev-document-fonts.h:
8550         * data/evince-properties.glade:
8551         * pdf/ev-poppler.cc:
8552         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8553         * shell/ev-properties.h:
8554         * shell/ev-window.c: (ev_window_cmd_file_properties):
8555
8556         Implement fonts list. Defined out for now, since it depends
8557         on a not yet committed poppler patch.
8558
8559 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8560
8561         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8562         page + 1.
8563
8564         * shell/ev-window.c: Make sure we add the timeout when we get a
8565         focus-in event.
8566
8567         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8568         adjustment->value before calculating the zoom factor to average
8569         out all of our rounding errors.  The page no longer 'drifts' when
8570         resizing.
8571
8572 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8573
8574         * data/evince-properties.glade:
8575         * shell/ev-properties.c: (ev_properties_format_date),
8576         (set_property):
8577         
8578         Labels don't expand when the dialogue is resized.
8579         strftime result needs to be converted to UTF-8. Thanks
8580         to Christian Persch <chpe@gnome.org>.
8581
8582 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8583
8584         * data/evince-properties.glade:
8585
8586         Hide the fonts tab
8587
8588 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8589
8590         * backend/ev-document-info.h:
8591         * backend/ev-document.c: (ev_document_info_free):
8592         * data/evince-properties.glade:
8593         * pdf/ev-poppler.cc:
8594         * ps/ps-document.c: (ps_document_get_info):
8595         * shell/ev-properties.c: (ev_properties_format_date),
8596         (set_property), (ev_properties_new):
8597         * shell/ev-properties.h:
8598         * shell/ev-window.c: (ev_window_cmd_file_properties):
8599
8600         Rework properties code to take only EvPropertyInfo
8601         in the constructor so that it can be useful for
8602         nautilus plugin too.
8603
8604         Deal with backends that doesnt support some properties.
8605         Make set property code generic.
8606
8607 2005-06-04  Christian Persch <chpe@gnome.org>
8608
8609         * data/evince-properties.glade:
8610
8611         fix spacings, make resizeable, and make data labels
8612         selectable + ellipsised
8613
8614 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8615
8616         * backend/ev-document-info.h:
8617         * data/Makefile.am:
8618         * data/evince-ui.xml:
8619         * pdf/ev-poppler.cc:
8620         * shell/Makefile.am:
8621         * shell/ev-window.c: (update_action_sensitivity),
8622         (ev_window_cmd_file_properties):
8623
8624         Initial go at file properties. Patch by
8625         Emil Soleyman-Zomalan <emil@soleyman.com>.
8626         Needs love see #169583
8627
8628 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8629
8630         * ps/ps-document.c: (output):
8631         * ps/ps.c: (psscan):
8632
8633         Try to render even if psscan fails.
8634
8635 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8636
8637         * ps/ps.c: (psscan), (pscopydoc):
8638
8639         Port buffered reading code from gv
8640
8641 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8642
8643         * ps/ps-document.c: (interpreter_message), (output):
8644
8645         Do not fail on interpreter messages
8646
8647 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8648
8649         * backend/ev-document-misc.c:
8650         (ev_document_misc_get_thumbnail_frame):
8651
8652         Pages can be 0 x 0, dont assert on this case
8653
8654 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8655
8656         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8657         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8658
8659         Correctly manage our reference on document. Finally the reload
8660         huge leak is gone...
8661
8662 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8663
8664         * ps/ps-document.c: (ps_document_dispose):
8665
8666         Forgot to chain it to the parent. Thanks chpe.
8667
8668 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8669
8670         * ps/ps-document.c: (ps_document_dispose),
8671         (ps_document_class_init), (stop_interpreter), (document_load):
8672
8673         Cleanup dispose a bit. Dont leak the whole pixmap.
8674
8675 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8676
8677         * pdf/ev-poppler.cc:
8678
8679         Release the poppler document on dispose
8680
8681 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8682
8683         * shell/ev-view.c: (ev_view_set_document):
8684
8685         Release ref on the pixbuf cache when changing
8686         document.
8687
8688 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8689
8690         * ps/ps-document.c: (ps_document_get_info):
8691
8692         Fix a double free
8693
8694 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8695
8696         * backend/ev-page-cache.c: (ev_page_cache_init),
8697         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8698         * backend/ev-page-cache.h:
8699         * shell/ev-page-action.c: (page_changed_cb):
8700         
8701         Set page action entry width depending on labels width. Fix
8702         for bug 305202.
8703
8704 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8705
8706         * backend/ev-link.c: (ev_link_class_init):
8707
8708         Allow -1 as page value (error)
8709
8710 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8711
8712         * shell/ev-sidebar-thumbnails.c:
8713         (ev_sidebar_thumbnails_set_document):
8714         * shell/ev-view.c: (scroll_to_current_page),
8715         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8716         (page_changed_cb), (on_adjustment_value_changed),
8717         (ev_view_set_document):
8718
8719         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8720         Fix bug 305377
8721
8722 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8723
8724         * configure.ac:
8725         * djvu/djvu-document.c: (djvu_document_get_page_size):
8726
8727         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8728         bug 301993.
8729
8730 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8731
8732         * shell/ev-view.c (draw_one_page): modify the expose handling to
8733         get the shadows.
8734
8735         * shell/ev-window.c (update_action_sensitivity): Respect
8736         permissions field.  Kowtow to the man.
8737
8738         * pdf/ev-poppler.cc: Get the permissions field.
8739
8740         * tiff/*c: Make a tiny bit more robust.
8741
8742 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8743
8744         * djvu/djvu-document.c:
8745         
8746         Pop messages from djvu context message queue.
8747
8748 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8749
8750         * configure.ac, Makefile.am, shell/Makefile.am:
8751         * tiff/Makefile.am, shell/ev-document-types.c:
8752         
8753         Cleanup tiff configure checks. Fix for bug 305218.
8754
8755 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8756
8757         * configure.ac: Added "uk" to ALL_LINGUAS.
8758
8759 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8760
8761         * cut-n-paste/zoom-control/ephy-zoom.c:
8762         (ephy_zoom_get_changed_zoom_level):
8763         * cut-n-paste/zoom-control/ephy-zoom.h:
8764         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8765         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8766         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8767         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8768         (zoom_control_changed_cb), (ev_window_init):
8769         
8770         Fix minor points related to moving best fit up. Introduce
8771         "zoom" property and make zoom control change it's value on
8772         notify::zoom signals. Fix for 305080.
8773
8774 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8775
8776         * data/evince-ui.xml:
8777         * shell/ev-window.c: (set_view_actions_sensitivity):
8778         
8779         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8780
8781 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * configure.ac:
8784
8785         Depends on poppler 0.3.2
8786
8787 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * cut-n-paste/recent-files/egg-recent-item.c:
8790         (egg_recent_item_get_short_name):
8791         * cut-n-paste/toolbar-editor/Makefile.am:
8792         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8793         (new_pixbuf_from_widget):
8794         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8795         * cut-n-paste/toolbar-editor/egg-marshal.c:
8796         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8797         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8798
8799         Sync
8800
8801 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8802
8803         * tiff/tiff-document.c: Rough TIFF backend.
8804
8805 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * NEWS:
8808         * configure.ac:
8809         * cut-n-paste/toolbar-editor/Makefile.am:
8810
8811         Release 0.3.1
8812
8813 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8816         (ev_view_find_next), (ev_view_find_previous):
8817
8818         Remove the locks around get_n_results   
8819
8820 2005-05-21  Juerg Billeter  <j@bitron.ch>
8821
8822         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8823
8824         Pass correct number of pages to poppler.
8825
8826 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8827
8828         * configure.ac:
8829         * data/Makefile.am:
8830         * data/evince.desktop.in: 
8831         * data/evince.desktop.in.in:
8832         * po/POTFILES.in:
8833         
8834         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8835
8836 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8837
8838         * shell/ev-view.c: (view_update_adjustments),
8839         (view_set_adjustment_values): cast adjustmen->value to (int)
8840         before using it.  Otherwise, we get off by a pixel in some
8841         situations.
8842
8843         (draw_one_page): Draw the border on expose.
8844
8845 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8846
8847         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8848         adjustment when the mode changes, #304923
8849
8850 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8851
8852         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8853         flickering on resize but still use gdk_window_scroll on
8854         scrolling
8855
8856 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8857
8858         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8859         option, #170458
8860
8861 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8862
8863         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8864         second page on page_changed if possible, #304669
8865
8866 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8867
8868         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8869         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8870
8871 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8872
8873         * .cvsignore:
8874         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8875         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8876         (ev_view_zoom_for_size_presentation),
8877         (ev_view_zoom_for_size_continuous_and_dual_page),
8878         (ev_view_zoom_for_size_continuous),
8879         (ev_view_zoom_for_size_dual_page),
8880         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8881         * shell/ev-view.h:
8882         * shell/ev-window.c: (update_view_size),
8883         (ev_window_sizing_mode_changed_cb):
8884
8885         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8886         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8887         an infinite loop, #304769
8888
8889
8890 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8891
8892         * data/evince-ui.xml:
8893         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8894         * shell/ev-window.c: (set_view_actions_sensitivity):
8895
8896         Make PgUp/Down behave like Space
8897
8898 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8899
8900         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8901         * backend/ev-ps-exporter.h:
8902         * pdf/ev-poppler.cc:
8903         * ps/ps-document.c: (ps_document_ps_export_begin):
8904         * shell/ev-print-job.c: (idle_print_handler):
8905
8906         Adapt to new poppler api
8907
8908 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8909
8910         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8911         (ephy_zoom_control_init):
8912
8913         Translate zoom levels
8914
8915 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8916
8917         * cut-n-paste/zoom-control/ephy-zoom.c:
8918         (ephy_zoom_get_zoom_level_index):
8919
8920         Fix current zoom -> zoom control match
8921
8922 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8923
8924         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8925         rather than the scrolled_window that it's in. Fixes bug #304655.
8926
8927 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8928
8929         * shell/ev-view.c: (view_update_adjustments),
8930         (view_set_adjustment_values), (view_update_range_and_current_page),
8931         (view_scroll_to_page), (set_scroll_adjustment),
8932         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8933         (ev_view_scroll), (ev_view_scroll_view),
8934         (ensure_rectangle_is_visible), (find_page_at_location),
8935         (get_link_at_location), (go_to_link), (status_message_from_link),
8936         (ev_view_size_request_continuous_dual_page),
8937         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8938         (ev_view_unrealize), (ev_view_expose_event),
8939         (ev_view_button_press_event), (ev_view_motion_notify_event),
8940         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8941         (draw_rubberband), (highlight_find_results), (draw_one_page),
8942         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8943         (ev_view_init), (find_changed_cb), (page_changed_cb),
8944         (on_adjustment_value_changed), (ev_view_new),
8945         (ev_view_set_document), (ev_view_set_zoom),
8946         (ev_view_set_continuous), (ev_view_set_dual_page),
8947         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8948         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8949         (ev_view_zoom_for_size_presentation),
8950         (ev_view_zoom_for_size_continuous_dual_page),
8951         (ev_view_zoom_for_size_continuous),
8952         (ev_view_zoom_for_size_dual_page),
8953         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8954         (ev_view_get_status), (ev_view_set_status),
8955         (update_find_status_message), (ev_view_get_find_status),
8956         (ev_view_set_find_status), (jump_to_find_result),
8957         (jump_to_find_page), (compute_selections), (clear_selection),
8958         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8959         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8960         (ev_view_update_primary_selection),
8961         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8962         * shell/ev-view.h:
8963         * shell/ev-window.c: (ev_window_open_page_label),
8964         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8965         (ev_window_init):
8966         * shell/ev-window.h:
8967         * shell/main.c: (load_files):
8968
8969         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8970         when resizing.  Remove the bin_window().  Also, patch from James
8971         Bowes to fix command line page, #300641
8972         
8973 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8974
8975         * data/evince-ui.xml:
8976         * shell/ev-view.c:
8977         * shell/ev-view.h:
8978         * shell/ev-window.c: (update_action_sensitivity):
8979
8980         Get rid of View->Normal Size, it's just confusing
8981
8982 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8983
8984         * backend/ev-document-info.h:
8985         * backend/ev-document.c: (ev_document_info_free): Free the
8986         EvDocumentInfo.
8987
8988         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8989         (clear_range), (add_range), (update_visible_range),
8990         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8991         (ev_sidebar_thumbnails_set_document):
8992         * shell/ev-window.c: (ev_window_setup_document): Only render the
8993         visible thumbnails.  It takes an instant to render, but it uses
8994         much less memory.
8995
8996 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8997
8998         * shell/ev-sidebar-links.c: (popup_menu_cb):
8999
9000         Select first item
9001
9002 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * lib/Makefile.am:
9005         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9006         (button_press_cb), (ev_sidebar_links_construct):
9007
9008         Show the popup menu also on keybindings
9009
9010 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9011
9012         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9013         * shell/ev-window.h:
9014
9015         Expose api to print a range (with dialog). Make private _print use
9016         it.
9017
9018         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9019         (ev_sidebar_links_construct):
9020
9021         Show a print context menu on linkx, it prints the selected
9022         section.
9023
9024 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9025
9026         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9027         button.
9028
9029 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9030
9031         * AUTHORS:
9032
9033         Update
9034
9035         * shell/ev-window.c: (build_comments_string),
9036         (ev_window_cmd_help_about):
9037
9038         Show poppler version/backend and authors
9039
9040 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9041
9042         * cut-n-paste/zoom-control/ephy-zoom.c:
9043         (ephy_zoom_get_zoom_level_index):
9044         * cut-n-paste/zoom-control/ephy-zoom.h:
9045
9046         Move the best fit items at the top of the list
9047
9048 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9049
9050         * shell/ev-marshal.list:
9051         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9052         (activate_cb), (match_selected_cb), (activate_link_cb),
9053         (connect_proxy), (ev_page_action_class_init):
9054         * shell/ev-page-action.h:
9055
9056         Use signals to notify action activation. Hopefully
9057         I did not break completion since I cant test...
9058
9059         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9060         (register_custom_actions):
9061
9062         Connect to page selector actions and also grab focus on
9063         the view when activated.
9064
9065 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9066
9067         * pdf/ev-poppler.cc:
9068         * backend/ev-page-cache.c: make page size calculation consistent
9069         and set it to (int)( width * scale + 0.5).  This makes the weird
9070         line going through the middle of the page go away.
9071
9072         * shell/ev-view.c: move painting the background page after
9073         checking the expose area covers us.
9074
9075 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9076
9077         * data/evince-password.glade:
9078         
9079         Mark labels as not translatable. Fix for bug 302842.
9080
9081 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9082
9083         * configure.ac: Added "es" to ALL_LINGUAS.
9084
9085 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9086
9087         * data/evince-toolbar.xml:
9088         * shell/ev-window.c: (update_action_sensitivity),
9089         (ev_window_setup_document), (ev_window_set_page_mode),
9090         (ev_window_init):
9091
9092         Remove some leftover code from jrb first continous
9093         attempt. Use the new actions, we still need good icons
9094         though...
9095
9096 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9099
9100         Update label when connecting proxy. Fix a warning with NULL
9101         page_cache.
9102
9103 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9104
9105         * data/evince-ui.xml:
9106         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9107         * shell/ev-page-action.h:
9108         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9109
9110         Add mnemonic for edit toolbar.
9111         ctrl+l focus the page entry.
9112
9113 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * lib/Makefile.am:
9116         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9117         (ev_window_init):
9118         * shell/main.c: (main):
9119
9120         Put the toolbar xml in evince own dot dir
9121
9122 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9123
9124         * shell/ev-window.c: (ev_window_init):
9125
9126         Make the toolbar not removable
9127
9128 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * data/evince-ui.xml:
9131         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9132         * shell/ev-sidebar-links.h:
9133         * shell/ev-sidebar-thumbnails.c:
9134         (ev_sidebar_thumbnails_get_treeview):
9135         * shell/ev-sidebar-thumbnails.h:
9136         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9137         (ev_view_class_init):
9138         * shell/ev-view.h:
9139         * shell/ev-window.c: (update_action_sensitivity),
9140         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9141         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9142         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9143         (ev_window_init):
9144
9145         This is evil... Make space/backspace global accelerators but
9146         enable them only for some widgets (sidebars and view).
9147         I dont like it, but I dont know a better way... :/
9148
9149 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9150
9151         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9152         (ev_page_action_widget_finalize),
9153         (ev_page_action_widget_class_init), (update_page_cache):
9154
9155         Keep a weak reference on proxy->page_cache so that we
9156         dont try to disconnect the signal if the object is already
9157         gone. Maybe there is a better way to cleanup reference handling
9158         in page action though...
9159
9160 2005-05-10  Juerg Billeter  <j@bitron.ch>
9161
9162         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9163         * backend/ev-ps-exporter.h:
9164         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9165         * ps/ps-document.c: (ps_document_ps_export_begin):
9166         
9167         Change api to pass print range to ps_exporter_begin. The pdf backend
9168         requires this information.
9169         
9170         * shell/ev-print-job.c: (idle_print_handler):
9171         
9172         Adapt to api change
9173
9174 2005-05-10  Juerg Billeter  <j@bitron.ch>
9175
9176         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9177         (idle_print_handler)
9178         * shell/ev-window.c: (ev_window_print):
9179
9180         Support printing page range, based on patch by Amaury Jacquot
9181
9182 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9183
9184         * data/evince-toolbar.xml:
9185
9186         Add zoom control to available items
9187
9188 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9189
9190         * shell/ev-window.c: (update_action_sensitivity):
9191
9192         Set slash action insensitive when appropriate
9193
9194 2005-05-10  Christian Persch <chpe@gnome.org>
9195
9196         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9197
9198         Fix warning on the overflow menu
9199
9200 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9203
9204         Check for uri correctness/existence
9205
9206 2005-05-09  Juerg Billeter  <j@bitron.ch>
9207
9208         * shell/ev-window.c: (using_postscript_printer):
9209
9210         LPD printers use postscript, too
9211
9212 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9213
9214         * shell/ev-window.c: (register_custom_actions):
9215
9216         The zoom one is actually sort of useful,
9217         put it back
9218
9219 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9220
9221         * shell/ev-window.c: (register_custom_actions):
9222
9223         Hide page/zoom controls from overflow, they
9224         are useless.
9225
9226 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9227
9228         * cut-n-paste/update-from-egg.sh:
9229         
9230         Share it between all cut-n-paste subdirs
9231
9232         * cut-n-paste/recent-files/Makefile.am:
9233
9234         Fix to use "global" update-from-egg.sh
9235
9236         * cut-n-paste/recent-files/egg-recent-model.c:
9237         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9238         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9239         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9240         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9241
9242         Update from libegg
9243
9244         * cut-n-paste/toolbar-editor/Makefile.am:
9245
9246         Fix to use "global" update-from-egg.sh
9247
9248         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9249
9250         Update from libegg
9251
9252 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9253
9254         * configure.ac:
9255         * cut-n-paste/Makefile.am:
9256         * cut-n-paste/recent-files/Makefile.am:
9257         * cut-n-paste/toolbar-editor/.cvsignore:
9258         * cut-n-paste/toolbar-editor/Makefile.am:
9259         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9260         (egg_editable_toolbar_get_type), (get_toolbar_position),
9261         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9262         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9263         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9264         (set_item_drag_source), (create_item_from_action), (create_item),
9265         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9266         (popup_toolbar_context_menu_cb), (free_dragged_item),
9267         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9268         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9269         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9270         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9271         (item_added_cb), (item_removed_cb),
9272         (egg_editable_toolbar_construct),
9273         (egg_editable_toolbar_disconnect_model),
9274         (egg_editable_toolbar_deconstruct),
9275         (egg_editable_toolbar_set_model),
9276         (egg_editable_toolbar_set_ui_manager),
9277         (egg_editable_toolbar_set_property),
9278         (egg_editable_toolbar_get_property),
9279         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9280         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9281         (egg_editable_toolbar_new_with_model),
9282         (egg_editable_toolbar_get_edit_mode),
9283         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9284         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9285         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9286         (new_pixbuf_from_widget), (new_separator_pixbuf),
9287         (update_separator_image), (style_set_cb),
9288         (_egg_editable_toolbar_new_separator_image),
9289         (egg_editable_toolbar_get_model):
9290         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9291         * cut-n-paste/toolbar-editor/egg-marshal.c:
9292         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9293         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9294         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9295         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9296         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9297         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9298         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9299         (editor_drag_data_delete_cb), (drag_data_get_cb),
9300         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9301         (editor_create_item), (update_editor_sheet), (setup_editor),
9302         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9303         (parse_item_list), (model_has_action), (update_actions_list),
9304         (egg_toolbar_editor_load_actions):
9305         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9306         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9307         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9308         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9309         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9310         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9311         (egg_toolbars_model_add_separator), (impl_add_item),
9312         (parse_item_list), (egg_toolbars_model_add_toolbar),
9313         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9314         (impl_get_item_data), (impl_get_item_type),
9315         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9316         (egg_toolbars_model_init), (free_toolbar),
9317         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9318         (egg_toolbars_model_remove_toolbar),
9319         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9320         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9321         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9322         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9323         (egg_toolbars_model_get_item_data),
9324         (egg_toolbars_model_get_item_type):
9325         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9326         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9327         * data/Makefile.am:
9328         * data/evince-toolbar.xml:
9329         * data/evince-ui.xml:
9330         * data/hand-open.png:
9331         * po/POTFILES.in:
9332         * shell/Makefile.am:
9333         * shell/ev-window.c: (update_chrome_visibility),
9334         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9335         (ev_window_dispose), (ev_window_init):
9336
9337         Implement epiphany like toolbar editor. Based on patch by
9338         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9339
9340 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9341
9342         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9343
9344         Use set_cursor instead of set_selection, so that
9345         the keyboard focus moves too.
9346
9347 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9348
9349         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9350
9351         Fix infinite loop when loading Type1 fonts
9352
9353 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9354
9355         * data/evince-ui.xml:
9356         * shell/ev-window.c:
9357
9358         Slash -> Find
9359
9360 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9361
9362         * configure.ac:
9363
9364         Make --disable really disable
9365
9366 2005-05-07  Juerg Billeter  <j@bitron.ch>
9367
9368         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9369
9370         Compare page labels even without has_labels set, fixes setting page
9371         with entry
9372
9373 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9374
9375         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9376         (ev_view_set_cursor), (ev_view_button_press_event),
9377         (ev_view_motion_notify_event), (ev_view_button_release_event),
9378         (ev_view_init):
9379
9380         Implement middle button scrolling. Based on a patch
9381         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9382
9383 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9384
9385         * shell/ev-document-types.c: (get_slow_mime_type),
9386         (get_document_type_from_mime), (ev_document_type_lookup):
9387         * shell/ev-document-types.h:
9388
9389         Change api to lookup from uri. Do fast lookup first, if the
9390         type is unknown try with data sniffing.
9391
9392         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9393         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9394
9395         Adapt to api change
9396
9397 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9398
9399         * thumbnailer/Makefile.am:
9400
9401         Fix distcheck
9402
9403 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * NEWS:
9406         * configure.ac:
9407
9408         Release 0.3.0
9409
9410         * data/evince-ui.xml:
9411
9412         Hide presentation mode for now
9413
9414         * shell/ev-view.c: (highlight_find_results):
9415
9416         Show current find selection only on current page
9417
9418 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9419
9420         * shell/ev-view.c: (ev_view_select_all):
9421
9422         Compute size of the actual page, not of
9423         the current one.
9424
9425 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9426
9427         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9428         (view_rect_to_doc_rect), (compute_selections),
9429         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9430         (ev_view_copy), (ev_view_primary_get_cb),
9431         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9432         (ev_view_button_press_event), (ev_view_motion_notify_event),
9433         (ev_view_button_release_event), (page_changed_cb):
9434
9435         Fix text selection
9436
9437 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * shell/ev-view.c: (compute_border), (get_page_extents),
9440         (doc_rect_to_view_rect), (highlight_find_results),
9441         (ev_view_bin_expose), (ev_view_select_all),
9442         (ev_view_motion_notify_event), (update_find_status_message),
9443         (jump_to_find_result), (jump_to_find_page):
9444
9445         First go at fixing search, still buggy
9446
9447 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9448
9449         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9450         dropdown box and button at the top of the sidebar.
9451
9452 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9453
9454         * configure.ac: Output zoom-control Makefile.
9455         * cut-n-paste/Makefile.am: build zoom-control subdir.
9456         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9457         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9458         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9459         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9460         * cut-n-paste/zoom-control/ephy-zoom.c:
9461         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9462         from epiphany, and modified to add a separator into the menu.
9463         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9464         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9465         zoom-control action.
9466         * shell/Makefile.am: Include zoom-control flags.
9467         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9468         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9469         (ev_view_zoom_for_size_presentation),
9470         (ev_view_zoom_for_size_continuous_and_dual_page),
9471         (ev_view_zoom_for_size_continuous),
9472         (ev_view_zoom_for_size_dual_page),
9473         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9474         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9475         ev_view_get_zoom and ev_view_get_sizing_mode.
9476         * shell/ev-view.h:
9477         * shell/ev-window.c: (update_action_sensitivity),
9478         (update_sizing_buttons), (zoom_control_changed_cb),
9479         (register_custom_actions): Initialize and use the zoom-control 
9480         widget.
9481
9482 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9483
9484         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9485         preview cache back to 1.  Don't know when it got set to 0.
9486         
9487         * shell/ev-view.c: (compute_border), (ev_view_realize),
9488         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9489         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9490         (ev_view_get_fullscreen), (ev_view_set_presentation),
9491         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9492         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9493         * shell/ev-view.h:
9494         * shell/ev-window.c:
9495         (update_chrome_visibility),
9496         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9497         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9498         (update_document_mode), (ev_window_update_fullscreen_action),
9499         (ev_window_fullscreen), (ev_window_unfullscreen),
9500         (ev_window_cmd_view_fullscreen),
9501         (ev_window_update_presentation_action),
9502         (ev_window_run_presentation), (ev_window_stop_presentation),
9503         (ev_window_cmd_view_presentation), (ev_window_state_event),
9504         (ev_window_focus_in_event), (ev_window_focus_out_event),
9505         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9506         * data/evince-ui.xml: Initial presentation mode.  We should
9507         probably hide this until it's done, as it's quite rough.  Also,
9508         change full-screen to fullscreen and add two getters to EvView.
9509
9510 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9511
9512         * shell/ev-page-action.c: (update_page_cache),
9513         (ev_page_action_dispose):
9514         * shell/ev-window.c: (destroy_fullscreen_popup),
9515         (ev_window_create_fullscreen_popup):
9516
9517         Use connect_object rather than explicitly
9518         disconnect on dispose.
9519
9520 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9521
9522         * shell/ev-page-action.c: (update_page_cache),
9523         (ev_page_action_dispose):
9524
9525 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * backend/ev-page-cache.c: (_ev_page_cache_new),
9528         (ev_page_cache_set_page_label),
9529         (ev_page_cache_has_nonnumeric_page_labels):
9530         * backend/ev-page-cache.h:
9531         * shell/ev-page-action.c: (update_pages_label):
9532         
9533         If all page labels are numeric, fallback to default
9534         way to display number of pages. See bug 173185.
9535
9536 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9537
9538         * shell/ev-page-action.c: (ev_page_action_dispose):
9539         * shell/ev-view.c: (view_update_range_and_current_page):
9540         * shell/ev-window.c: (ev_window_dispose):
9541         
9542         Set page on scroll in continuous mode. Fixes bug 301986.
9543         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9544
9545 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9546
9547         * configure.ac:
9548
9549         Require poppler 0.3.0
9550
9551 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9552         
9553         * shell/Makefile.am, configure.ac: Fix build problems
9554         with t1lib. Bug 301996.
9555
9556 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9557
9558         * shell/ev-view.c: (ev_view_scroll_event):
9559         
9560         Scroll up increase zoom
9561
9562 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9563
9564         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9565         (ev_view_set_sizing_mode),
9566         (ev_view_zoom_for_size_continuous_and_dual_page),
9567         (ev_view_zoom_for_size_continuous):
9568         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9569         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9570         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9571         (ev_window_init):
9572
9573         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9574         Fix for 165473 and 165472.
9575
9576 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9577
9578         * po/POTFILES.in:
9579         * thumbnailer/Makefile.am:
9580         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9581         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9582         * thumbnailer/evince-thumbnailer.schemas.in:
9583         
9584         Make thumbnailer schemas translatable. Fix for bug 301773
9585         
9586         * thumbnailer/evince-thumbnailer-djvu.schemas:
9587         * thumbnailer/evince-thumbnailer-dvi.schemas:
9588         * thumbnailer/evince-thumbnailer.schemas:
9589
9590         Removed files
9591
9592 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9593
9594         * shell/ev-view.c (ev_view_init): forgot to set this.
9595
9596 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9597
9598         * shell/ev-view.c: (find_page_at_location),
9599         (get_link_at_location),
9600         (ev_view_set_show_border), (ev_view_set_spacing),
9601         (ev_view_zoom_for_size_continuous_and_dual_page),
9602         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9603         Also, add a quick fix measuring of widths.  Also, removed
9604         ev_view_set_spacing and ev_view_set_show_border.
9605         
9606         * shell/ev-window.c: (ev_window_unfullscreen),
9607         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9608
9609 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9610
9611         * shell/ev-view.c: (view_update_range_and_current_page),
9612         (page_changed_cb):
9613         
9614         Fix crash on exit and scrolling to page in continuous view.
9615
9616 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9617
9618         * TODO:
9619         * backend/ev-page-cache.c: (_ev_page_cache_new),
9620         (ev_page_cache_get_max_width_size),
9621         (ev_page_cache_get_max_height_size):
9622         * backend/ev-page-cache.h:
9623         * data/evince-ui.xml:
9624         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9625         * shell/ev-view.c: (view_update_adjustments),
9626         (view_update_range_and_current_page), (get_bounding_box_size),
9627         (ev_view_size_request_continuous_and_dual_page),
9628         (ev_view_size_request_continuous),
9629         (ev_view_size_request_dual_page),
9630         (ev_view_size_request_single_page), (ev_view_size_request),
9631         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9632         (ev_view_bin_expose), (ev_view_expose_event),
9633         (ev_view_set_property), (ev_view_get_property),
9634         (ev_view_class_init), (ev_view_init), (ev_view_new),
9635         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9636         (ev_view_set_dual_page), (ev_view_set_full_screen),
9637         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9638         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9639         (ev_view_zoom_out), (zoom_for_size_fit_width),
9640         (zoom_for_size_best_fit),
9641         (ev_view_zoom_for_size_continuous_and_dual_page),
9642         (ev_view_zoom_for_size_continuous),
9643         (ev_view_zoom_for_size_dual_page),
9644         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9645         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9646         * shell/ev-view.h:
9647         * shell/ev-window.c: (update_action_sensitivity),
9648         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9649         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9650         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9651         (ev_window_cmd_view_zoom_out), (update_view_size),
9652         (ev_window_set_sizing_mode), (ev_window_init):
9653
9654         Add Continuous and Dual page modes.
9655
9656 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9657
9658         * dvi/dvi-document.c: (dvi_document_load),
9659         (dvi_document_thumbnails_get_thumbnail),
9660         (dvi_document_init_params): Fix up some mixups between
9661         width and height to correct thumbnail rendering.
9662
9663 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9664
9665         * dvi/mdvi-lib/private.h:
9666         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9667         
9668         Suppess output for kpathsea during font generation. Thanks to
9669         James Bowes
9670
9671 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9672
9673         * NEWS:
9674         * configure.ac:
9675
9676         Release 0.2.1
9677
9678         * Makefile.am: fix distcheck.
9679
9680 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9681
9682         * shell/ev-sidebar-links.c: (selection_changed_callback),
9683         (update_page_callback), (row_activated_callback),
9684         (job_finished_callback), (ev_sidebar_links_set_document):
9685         
9686         Fix for bug #169901. Double click on links expands tree.
9687
9688 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9689
9690         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9691         hard-coded style. Fix for bug 170111
9692
9693 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9694
9695         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9696         locking.
9697
9698 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9699
9700         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9701
9702 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9703
9704         * pdf/ev-poppler.cc:
9705         * shell/ev-view.c: (highlight_find_results):
9706
9707         Fix find on single page documents
9708
9709 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9710
9711         * data/evince.schemas.in: fix for bug 301390
9712
9713 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9714
9715         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9716         (ev_view_zoom_out), (ev_view_zoom_normal):
9717         * shell/ev-view.h:
9718         * shell/ev-window.c: (update_action_sensitivity),
9719         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9720         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9721         (ev_window_cmd_view_normal_size):
9722
9723         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9724         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9725         better than oom. 
9726
9727 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9728
9729         * configure.ac:
9730
9731         Depend on 2.57, 2.59 doesnt seem to be necessary
9732
9733 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9734
9735         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9736         (create_tool_item):
9737
9738         Put back total number of pages as (1 of 1234)
9739
9740 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9741
9742         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9743         remove the job.
9744
9745         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9746         function.  This helps debugging.
9747
9748 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9749
9750         * djvu/djvu-document.c: (djvu_document_class_init),
9751         (djvu_document_get_info), (djvu_document_document_iface_init):
9752         * dvi/dvi-document.c: (dvi_document_class_init),
9753         (dvi_document_get_info), (dvi_document_document_iface_init):
9754
9755         Dummy implementation of get_info method for dvi and
9756         djvu. Fix crashes with those backends
9757
9758 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9759
9760         * data/evince.desktop.in:
9761
9762         Add application/x-gzpostscript
9763
9764 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9765
9766         * data/evince.schemas.in: Added real long descriptions, 
9767         closes bug 172496 
9768
9769         * README: Added actual text, closes bug 171869
9770
9771 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9772
9773         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9774
9775         Thumbnail page 0
9776
9777 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9778
9779         * backend/ev-document-info.h:
9780
9781         s/GDate */GDate so we can just use g_free
9782
9783 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * shell/ev-window.c: (update_document_mode),
9786         (ev_window_setup_document):
9787
9788         Show the window in fullscreen when specified by
9789         the document
9790
9791 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9792
9793         * backend/ev-document.c: (ev_document_class_init),
9794         (ev_document_get_info), (ev_document_render_pixbuf):
9795         * backend/ev-document.h:
9796         * backend/ev-page-cache.c: (_ev_page_cache_new):
9797         * pdf/ev-poppler.cc:
9798         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9799         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9800         * ps/ps-document.c: (ps_document_class_init), (document_load),
9801         (ps_document_get_info), (ps_document_document_iface_init):
9802
9803         Remove get_title from the interface, we can just use document info
9804
9805 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9806
9807         * backend/Makefile.am:
9808         * backend/ev-document.c: (ev_document_render_get_info):
9809         * backend/ev-document.h:
9810         * pdf/ev-poppler.cc:
9811
9812         Initial support for document info. Based on jrb patch.
9813
9814 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9815
9816         * shell/ev-window.c: (ev_window_state_event),
9817         (ev_window_class_init), (ev_window_init):
9818         
9819         Doesn't show resize grip when maximized. See bug #301053
9820
9821 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * po/POTFILES.in:
9824         
9825         ev-sidebar-thumbnails now has translatable labels
9826         
9827         * shell/Makefile.am:
9828         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9829         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9830         (ev_sidebar_links_page_iface_init):
9831         * shell/ev-sidebar-links.h:
9832         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9833         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9834         (ev_sidebar_page_get_label):
9835         * shell/ev-sidebar-page.h:
9836         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9837         (ev_sidebar_thumbnails_set_document),
9838         (ev_sidebar_thumbnails_support_document),
9839         (ev_sidebar_thumbnails_get_label),
9840         (ev_sidebar_thumbnails_page_iface_init):
9841         * shell/ev-sidebar-thumbnails.h:
9842         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9843         (ev_sidebar_set_document):
9844         * shell/ev-sidebar.h:
9845         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9846         
9847         Small rework of sidebar code. Now sidebar pages should implement
9848         EvSidebarPage interface. That makes page management in EvSidebar
9849         easier. See bug #164811 for details
9850
9851 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9852
9853         * shell/ev-application.c: (ev_application_open):
9854         * shell/ev-document-types.c:
9855         
9856         Fix build error and small problem with application exit
9857
9858 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9859
9860         * thumbnailer/Makefile.am:
9861         * thumbnailer/evince-thumbnailer-djvu.schemas:
9862         * thumbnailer/evince-thumbnailer-dvi.schemas:
9863         
9864         Conditionally install schemas for djvu/dvi thumbnailer
9865
9866 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9867
9868         * shell/ev-document-types.h: 
9869         * shell/ev-document-types.c: 
9870         New files, handling the mapping from mimetypes to backends
9871         
9872         * shell/ev-window.c: 
9873         * thumbnailer/evince-thumbnailer.c:     
9874         Use the ev-document-types code
9875         
9876         * shell/Makefile.am: 
9877         Added new convenience library libevbackendfactory_la, containing
9878         the new mimetype->backend logic; moved the backends into it.
9879
9880         * thumbnailer/Makefile.am:
9881         Make the thumbnailer link with the libevbackend.la convenience
9882         library, rather than having a duplicate of the backend logic here.
9883
9884 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9885
9886         * shell/ev-stock-icons.c: constify some vars.
9887         * shell/ev-window.c: ditto.
9888
9889 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9890
9891         * ps/ps-document.c (get_page_orientation):
9892
9893         Respect document orientation 
9894
9895 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9896
9897         * djvu/Makefile.am:
9898         * dvi/Makefile.am:
9899         * shell/Makefile.am:
9900         
9901         Move library dependencies to components.
9902         
9903         * shell/ev-window.c: (update_window_title),
9904         (start_loading_document):
9905         
9906         Fix display of uris with spaces. Bug 168358.
9907
9908 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9909
9910         * shell/ev-sidebar-links.c: (selection_changed_cb):
9911         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9912         (ev_view_button_release_event), (ev_view_set_document):
9913         * shell/ev-view.h:
9914         * shell/ev-window.c: (find_bar_search_changed_cb):
9915         * shell/ev-window.h: Minor cleanups removing some dead code.
9916
9917 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9918
9919         * backend/ev-page-cache.c: (_ev_page_cache_new):
9920         
9921         Set current page to 0 if document has pages.
9922
9923 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9926
9927         Initialize GError to NULL, fix a crash when loading fails.
9928
9929 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9930
9931         * shell/ev-window.c: (update_view_size):
9932
9933         Calculate shadow size only when there is actually
9934         a shadow.
9935
9936 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9937
9938         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9939         * shell/ev-view.h:
9940
9941         Allow setting view spacing, default to 0
9942
9943         * shell/ev-window.c: (ev_window_unfullscreen),
9944         (ev_window_cmd_view_fullscreen), (ev_window_init):
9945
9946         Remove spacing in fullscreen mode
9947
9948 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9949
9950         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9951         (ev_view_size_request), (expose_bin_window),
9952         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9953         * shell/ev-view.h:
9954         * shell/ev-window.c: (ev_window_unfullscreen),
9955         (ev_window_cmd_view_fullscreen):
9956
9957         Do not draw the border in fulscreen
9958
9959 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9960
9961         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9962         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9963         (find_page_at_location), (page_changed_cb):
9964
9965         Rework border calculation, so that I can more easily disable it.
9966         Code somewhat cleaner too.
9967
9968 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9969
9970         * backend/ev-page-cache.c: (ev_page_cache_init),
9971         (_ev_page_cache_new):
9972
9973         Remove some assertions, documents can have 0 pages.
9974         Make initial current page -1.
9975
9976         * shell/ev-page-action.c: (page_changed_cb):
9977
9978         Show "" if current page is -1
9979
9980         * shell/ev-window.c: (update_action_sensitivity),
9981         (ev_window_setup_document):
9982
9983         When document has 0 pages do not set the view
9984         and make nearly everything insensitive.
9985
9986 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9987
9988         * shell/ev-page-view.c:
9989         * shell/ev-page-view.h:
9990
9991         Remove unused files.
9992         
9993         * shell/ev-sidebar-thumbnails.c:
9994         (ev_sidebar_thumbnails_set_document):
9995         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9996         (ev_sidebar_supports_document):
9997         * shell/ev-sidebar.h:
9998         * shell/ev-window.c: (ev_window_setup_document):
9999         
10000         Doesn't show thumbnails if document has 1 page. Make
10001         sidebar menu entries sensitive only if if they have 
10002         sense. Fix bug 164811. 
10003
10004 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10005
10006         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10007         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10008         (ev_view_zoom_out), (ev_view_set_size):
10009
10010         Rework sizing to deal with documents with not uniform page
10011         size.
10012
10013 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10014
10015         * backend/ev-page-cache.c: (_ev_page_cache_new):
10016
10017         Fix several page size caching bugs
10018
10019 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10020
10021         * shell/ev-window.c: (set_action_properties):
10022
10023         Make all toolbar items translatable
10024
10025 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10026
10027         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10028         (save_page_list), (ps_document_save),
10029         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10030         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10031         (ps_document_ps_exporter_iface_init):
10032         * ps/ps-document.h:
10033
10034         Based on a patch by J�rg Billeter <j@bitron.ch>
10035         
10036         Implement print and save a copy for the ps backend.
10037
10038 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10039
10040         * backend/ev-document.h:
10041         * djvu/djvu-document.c: (djvu_document_can_get_text),
10042         (djvu_document_document_iface_init):
10043         * dvi/dvi-document.c: (dvi_document_can_get_text),
10044         (dvi_document_document_iface_init):
10045         * pdf/ev-poppler.cc:
10046         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10047         (pixbuf_document_document_iface_init):
10048         * ps/ps-document.c: (ps_document_can_get_text),
10049         (ps_document_document_iface_init):
10050         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10051         * shell/ev-window.c: (update_action_sensitivity):
10052
10053         Fix the crash when trying to copy in backends that doesnt
10054         support it. We can implement a better solution once we
10055         do real text selection.
10056
10057 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10058
10059         * data/evince-ui.xml:
10060         * shell/ev-window.c: (ev_window_cmd_escape):
10061         
10062         Work around the Escape conflict (find bar and unfullscreen)
10063
10064 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10065
10066         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10067         
10068         Fix for #300233. Next page correctly handles document end.
10069         
10070         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10071         (ev_sidebar_thumbnails_class_init),
10072         (ev_sidebar_thumbnails_set_document),
10073         (ev_sidebar_thumbnails_clear_job),
10074         (ev_sidebar_thumbnails_clear_model):
10075         
10076         Cleanup thumbnail jobs on document changes.
10077         
10078         * shell/ev-view.c: (add_scroll_binding_keypad),
10079         (add_scroll_binding_shifted), (ev_view_class_init):
10080         
10081         Shift + Space scrolls up. Fix for #173184
10082         
10083         * shell/ev-window.c: (ev_window_open_page),
10084         (ev_window_cmd_view_reload):
10085         
10086         Fix reload (Bug #300094)
10087
10088 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10089
10090         
10091         * dvi/mdvi-lib/assoc.c:
10092         * dvi/mdvi-lib/assoc.h: Removed garbage files
10093         
10094         * dvi/mdvi-lib/bitmap.c:
10095         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10096         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10097         * dvi/mdvi-lib/color.h: Antialias of rules
10098         
10099         * dvi/mdvi-lib/common.h:
10100         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10101         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10102         * dvi/mdvi-lib/files.c:
10103         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10104         * dvi/mdvi-lib/mdvi.h:
10105         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10106         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10107         * dvi/mdvi-lib/util.c: Fix compile warnings
10108         
10109         * dvi/dvi-document.c:
10110         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10111         (dvi_document_thumbnails_get_thumbnail),
10112         (dvi_document_document_thumbnails_iface_init):
10113         * dvi/mdvi-lib/Makefile.am:
10114         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10115         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10116         
10117         Dvi backend now renders thumbnails
10118
10119 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10120
10121         * shell/main.c: (main): 
10122         
10123         Save accelerators on exit. Fixes bug #172095.
10124
10125 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10126
10127         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10128         update priority" comment.
10129
10130         * backend/ev-job-queue.c: Give a way to change priority.
10131
10132 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10133
10134         * shell/ev-page-action.c: Fix logic.
10135
10136 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10137
10138         * shell/ev-view.c: (ev_view_can_find_next):
10139         * shell/ev-window.c: (ev_window_setup_document):
10140
10141         Check that the document supports find
10142
10143 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * data/evince-ui.xml:
10146         * shell/ev-view.c: (ev_view_can_find_next):
10147         * shell/ev-view.h:
10148         * shell/ev-window.c: (update_action_sensitivity),
10149         (find_changed_cb), (ev_window_setup_document),
10150         (ev_window_cmd_edit_find_next):
10151
10152         Add Edit->Find Next
10153
10154 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10155
10156         * pdf/ev-poppler.cc:
10157         * shell/ev-print-job.c: (idle_print_handler):
10158
10159         Make printing work again
10160
10161 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10162
10163         * shell/ev-page-action.h:
10164         * shell/ev-page-action.c: (ev_page_action_widget_init),
10165         (ev_page_action_widget_class_init), (page_changed_cb),
10166         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10167         (get_filter_model_from_model), (match_selected_cb),
10168         (display_completion_text), (match_completion), (update_model),
10169         (connect_proxy), (ev_page_action_set_property),
10170         (ev_page_action_get_property), (ev_page_action_set_document),
10171         (ev_page_action_set_model), (ev_page_action_class_init): Big
10172         reworking to make completions work iff we have >= GTK-2.7.0
10173                 
10174         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10175         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10176         (job_finished_cb): We now have a 'model' property that is set when
10177         the links are loaded.  This can be caught with "notify::model"
10178
10179         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10180         listen for the model to be set, and propagate it to the action.
10181
10182 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10183
10184         * cut-n-paste/recent-files/egg-recent-item.c:
10185         (egg_recent_item_set_uri), (make_valid_utf8),
10186         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10187         * cut-n-paste/recent-files/egg-recent-item.h:
10188         
10189         Update egg-recent from libegg. This should fix long
10190         startup problem. For details see
10191         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10192
10193 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10194
10195         * cut-n-paste/recent-files/Makefile.am:
10196         * data/evince-ui.xml, shell/Makefile.am:
10197         * shell/ev-application.c, shell/ev-application.h:
10198         * shell/ev-window.c: Recent files support.
10199         
10200         * configure.ac: Added "ru" to ALL_LINGUAS.
10201         
10202         * dvju: new backend to support DJVU files.
10203         * dvi: new backend to support DVI.
10204
10205         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10206         * ev-application.c: Support for new backends.
10207         
10208         * help, ev-window.c, main.c shell/Makefile.am: 
10209         Evince user documentation.
10210
10211 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10212
10213         * po/POTFILES.in:
10214         * shell/ev-window.c:
10215         * thumbnailer/evince-thumbnailer.c:
10216
10217         s/pdf-document/ev-poppler
10218
10219 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10220
10221         * NEWS:
10222         * configure.ac:
10223
10224         Release 0.2.0
10225
10226         * ps/ps-document.c: (setup_pixmap):
10227
10228         Remove debug code
10229
10230 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10231
10232         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10233         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10234         (ev_window_cmd_go_first_page): Fix of by one errors.
10235
10236 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * ps/ps-document.c: (get_page_box):
10239
10240         Fix page size calculation
10241
10242 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10243
10244         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10245         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10246         (get_page_orientation), (setup_page), (document_load),
10247         (ps_document_get_page_size), (render_pixbuf_idle):
10248         * ps/ps-document.h:
10249
10250         More refactoring to adapt to EvDocument changes
10251
10252 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10253
10254         * ps/ps-document.c: (start_interpreter):
10255
10256         Actually add alpha args
10257
10258 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10259
10260         * pdf/ev-poppler.cc:
10261
10262         Make clipboard work again
10263
10264 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10265
10266         Make searching work again.
10267         
10268         * backend/ev-document.c:
10269         * backend/ev-document.h:
10270         * backend/ev-document-find.c:
10271         * backend/ev-document-find.h: Change EvDocumentIface so we no
10272         longer store the current page or zoom level in the document.  The
10273         consequence is that all calls that operate on the current page now
10274         instead take the page number as an extra argument, and all
10275         coordinates are now doubles in document coordinate system.
10276
10277         * pdf/ev-poppler.cc:
10278         * pixbuf/pixbuf-document.c:
10279         * ps/ps-document.c: Update backends accordingly.
10280
10281 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10282
10283         * autogen.sh:
10284
10285         Add required gettext version
10286
10287 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10288
10289         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10290         make F1 bring up non-existent help.
10291
10292         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10293         epiphany's find bar, #167477
10294
10295         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10296         <emil@nishra.com> to add space-bar scrolling, 
10297
10298         * shell/ev-window.c (static GtkActionEntry entries): add default
10299         keybinding for Help (F1)
10300         Fixes #171068
10301
10302         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10303         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10304         170110
10305
10306 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10307
10308         * Makefile.am: 
10309         * pixbuf/pixbuf-document.c: 
10310
10311         Got pixbuf backend working again
10312
10313 2005-04-01  Steve Murphy  <murf@e-tools.com>
10314
10315         * configure.in: Added "rw" to ALL_LINGUAS.
10316
10317 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10318
10319         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10320         model types, noticed by Martin Kretzschmar.
10321
10322 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10323
10324         * pdf/ev-poppler.cc: Implement search based on
10325         poppler_page_find_text().  Currently a bit crude since we remember
10326         all matches from all pages.  Also, we grab the big document lock
10327         when we search since searching changes the underlying stream and
10328         thus conflicts with the rendering thread.
10329         
10330         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10331         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10332         (ev_view_find_previous): Fix some page indexes to be 0 based,
10333         offset rubber band by view offset,
10334
10335 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10336
10337         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10338
10339 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10340
10341         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10342         completely because I didn't understand GtkActions.  I should
10343         read Marco's code more carefully in the future.
10344
10345         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10346         function
10347
10348 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10349
10350         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10351         PopplerRectangle change from poppler CVS.
10352
10353 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10354
10355         * backend/ev-document.c: (ev_document_get_page_label):
10356         * backend/ev-document.h:
10357         * backend/ev-page-cache.c: (_ev_page_cache_new),
10358         (ev_page_cache_get_page_label):
10359         * backend/ev-page-cache.h:
10360         * pdf/ev-poppler.cc:
10361         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10362         (links_page_num_func):
10363         * shell/ev-sidebar-thumbnails.c:
10364         (ev_sidebar_thumbnails_set_document):
10365         * shell/ev-view.c: (status_message_from_link),
10366         (ev_view_motion_notify_event):
10367         * shell/ev-window.c: (document_supports_sidebar): Add in page
10368         label support.  It's not perfect yet, but it's the first 'feature'
10369         in a while.
10370         Also, fix a bogus comment noticed by crispin. 
10371
10372 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10373
10374         * Makefile.am: Remove pixbuf backend for now
10375
10376         * configure.ac: Require poppler-glib instead of just poppler.
10377
10378         * backend/ev-document-thumbnails.h: Add a comment
10379
10380         * backend/ev-document.h:
10381         * backend/ev-document.c: (ev_document_class_init),
10382         (ev_document_load), (ev_document_get_link),
10383         (ev_document_get_links): Remove 3 methods and add get_links.
10384         Also, made 0 based.
10385
10386         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10387         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10388
10389         * backend/ev-link.c: (ev_link_set_title),
10390         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10391         (ev_link_mapping_find):
10392         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10393         
10394         * backend/ev-page-cache.c: (ev_page_cache_init),
10395         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10396         (ev_page_cache_get_size), (ev_page_cache_next_page),
10397         (ev_page_cache_prev_page): Fix to be 0 based.
10398
10399         * pdf/Makefile.am: 
10400         * pdf/ev-poppler.h:
10401         * pdf/ev-poppler.cc: New backend.
10402         
10403         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10404         (ps_document_get_page), (ps_document_document_iface_init):
10405
10406         * shell/ev-pixbuf-cache.h:
10407         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10408         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10409         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10410         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10411         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10412         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10413         based.
10414         
10415         * shell/ev-sidebar-thumbnails.c:
10416         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10417         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10418
10419         * shell/ev-view.c: (status_message_from_link),
10420         (find_page_at_location), (get_link_at_location),
10421         (ev_view_motion_notify_event), (ev_view_button_release_event),
10422         (ev_view_init): Use the new link code.  Fix to be 0 based.
10423
10424         * shell/ev-window.c: (update_action_sensitivity),
10425         (document_supports_sidebar): 0 based.
10426
10427 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10428
10429         * pdf/pdf-document.cc: Patch from Fernando Herrera
10430         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10431         *blush*
10432
10433 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10434
10435         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10436         1 to the page, as this seems to be 1 based.  I thought we has this
10437         fixed.  grump.
10438
10439 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10440
10441         * TODO:
10442         * backend/Makefile.am:
10443         * backend/ev-document-links.c:
10444         (ev_document_links_has_document_links),
10445         (ev_document_links_get_links_model):
10446         * backend/ev-document-links.h:
10447         * backend/ev-document.c: (ev_document_get_page_cache),
10448         (ev_document_get_doc_mutex), (ev_document_load),
10449         (ev_document_save), (ev_document_get_title),
10450         (ev_document_get_n_pages), (ev_document_set_page),
10451         (ev_document_get_page), (ev_document_set_target),
10452         (ev_document_set_scale), (ev_document_set_page_offset),
10453         (ev_document_get_page_size), (ev_document_get_text),
10454         (ev_document_get_link), (ev_document_render),
10455         (ev_document_render_pixbuf), (ev_document_scale_changed):
10456         * backend/ev-document.h:
10457         * backend/ev-job-queue.c: (remove_object_from_queue),
10458         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10459         (no_jobs_available_unlocked), (ev_render_thread),
10460         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10461         (ev_job_queue_remove_job):
10462         * backend/ev-job-queue.h:
10463         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10464         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10465         (ev_job_links_class_init), (ev_job_render_init),
10466         (ev_job_render_dispose), (ev_job_render_class_init),
10467         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10468         (ev_job_thumbnail_class_init), (ev_job_finished),
10469         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10470         (ev_job_render_run), (ev_job_thumbnail_new),
10471         (ev_job_thumbnail_run):
10472         * backend/ev-jobs.h:
10473         * backend/ev-link.c:
10474         * backend/ev-link.h:
10475         * backend/ev-page-cache.c: (ev_page_cache_init),
10476         (ev_page_cache_class_init), (ev_page_cache_finalize),
10477         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10478         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10479         (ev_page_cache_set_link), (ev_page_cache_get_title),
10480         (ev_page_cache_get_size), (ev_page_cache_next_page),
10481         (ev_page_cache_prev_page):
10482         * backend/ev-page-cache.h:
10483         * pdf/pdf-document.cc:
10484         * ps/gsdefaults.c:
10485         * ps/gsdefaults.h:
10486         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10487         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10488         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10489         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10490         (is_interpreter_ready), (output), (catchPipe), (input),
10491         (start_interpreter), (check_filecompressed), (compute_dimensions),
10492         (ps_document_enable_interpreter), (document_load),
10493         (ps_document_next_page), (render_page), (ps_document_set_page),
10494         (ps_document_set_scale), (render_pixbuf_idle),
10495         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10496         * ps/ps-document.h:
10497         * shell/Makefile.am:
10498         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10499         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10500         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10501         (ev_pixbuf_cache_new), (job_finished_cb),
10502         (check_job_size_and_unref), (move_one_job),
10503         (ev_pixbuf_cache_update_range), (find_job_cache),
10504         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10505         (ev_pixbuf_cache_add_jobs_if_needed),
10506         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10507         * shell/ev-pixbuf-cache.h:
10508         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10509         (idle_print_handler):
10510         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10511         (selection_changed_cb), (create_loading_model),
10512         (ev_sidebar_links_construct), (links_page_num_func),
10513         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10514         (update_page_callback), (job_finished_cb),
10515         (ev_sidebar_links_set_document):
10516         * shell/ev-sidebar-thumbnails.c:
10517         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10518         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10519         (page_changed_cb), (thumbnail_job_completed_callback),
10520         (ev_sidebar_thumbnails_set_document):
10521         * shell/ev-sidebar-thumbnails.h:
10522         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10523         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10524         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10525         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10526         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10527         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10528         (ev_view_button_release_event), (ev_view_scroll_view),
10529         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10530         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10531         (ev_view_new), (job_finished_cb), (page_changed_cb),
10532         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10533         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10534         (ev_view_find_previous):
10535         * shell/ev-view.h:
10536         * shell/ev-window.c: (update_action_sensitivity),
10537         (ev_window_open_page), (update_window_title), (update_total_pages),
10538         (page_changed_cb), (ev_window_setup_document),
10539         (password_dialog_response), (ev_window_cmd_save_as),
10540         (ev_window_print), (ev_window_cmd_go_previous_page),
10541         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10542         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10543         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10544         * shell/main.c: (main):
10545
10546         Merge evince-threads branch
10547
10548 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10549
10550         * configure.ac: Added "lt" to ALL_LINGUAS.
10551
10552 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10553
10554         * NEWS:
10555         * configure.ac:
10556
10557         Release 0.1.9
10558
10559 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10560
10561         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10562
10563         Fix here also the thumbnails 1-basedness :)
10564
10565 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10566
10567         * NEWS:
10568         * configure.ac:
10569
10570         Release 0.1.8
10571
10572 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10573
10574         * pdf/pdf-document.cc:
10575         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10576         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10577
10578         Fix the mess we did with thumbnails and 1-basedness
10579
10580 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10581
10582         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10583
10584 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10585
10586         * NEWS:
10587         * configure.ac:
10588
10589         Release 0.1.7
10590
10591 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10592
10593         * ps/Makefile.am:
10594         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10595         (gtk_gs_defaults_get_alpha_parameters),
10596         (gtk_gs_defaults_get_ungzip_cmd),
10597         (gtk_gs_defaults_get_unbzip2_cmd):
10598         * ps/gsdefaults.h:
10599         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10600         (ps_document_get_orientation), (document_load),
10601         (ps_document_goto_page), (ps_document_set_page_size):
10602         * ps/ps-document.h:
10603
10604         Some more sanitization of the ps backend. Remove a lot
10605         of unused code and do not base our defaults on ggv
10606         preferences (ugh!)
10607
10608 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10609
10610         * thumbnailer/evince-thumbnailer.schemas:
10611         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10612         (main): add -s option for thumbnail size.
10613
10614 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10615
10616         * configure.ac:
10617
10618         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10619         remove it.
10620
10621 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10622
10623         * pdf/pdf-document.cc:
10624
10625         Remove 4 pixels of useless border from the
10626         thumbnail.
10627
10628 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10629
10630         * backend/ev-document-thumbnails.c:
10631         (ev_document_thumbnails_get_thumbnail):
10632         * backend/ev-document-thumbnails.h:
10633
10634         Rework API a bit. Add a border flag and
10635         change sizing logic (now the size we specify
10636         applies to the bigger dimension).
10637
10638         * pdf/pdf-document.cc:
10639         * pixbuf/pixbuf-document.c:
10640         (pixbuf_document_thumbnails_get_thumbnail):
10641         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10642         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10643
10644         Adapt to the new API and do not draw a border for nautilus
10645         thumbnailer.
10646
10647 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10648
10649         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10650         take thumbnails from page "0" instead of "1". Added a copyright header.
10651
10652 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10653
10654         * ps/ps-document.c: (set_up_page), (start_interpreter):
10655
10656         Make it C89 compliant
10657
10658 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10659
10660         * Makefile.am:
10661         * configure.ac:
10662         * pdf/.cvsignore:
10663         * pdf/pdf-document.cc:
10664         * thumbnailer/Makefile.am:
10665         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10666         (main):
10667         * thumbnailer/evince-thumbnailer.schemas:
10668         * thumbnailer/pdf-icon.png:
10669
10670         Add a nautilus thumbnailer.
10671         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10672
10673 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10674
10675         * NEWS:
10676         * configure.ac:
10677         * po/POTFILES.in:
10678
10679         Release 0.1.6
10680
10681 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10682
10683         Use poppler instead of including xpdf source code.  Poppler is a
10684         fork of xpdf to build it as a shared library. See
10685         http://freedesktop.org/wiki/Software/poppler.
10686
10687         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10688         xpdf fork.
10689         
10690         * pdf/Makefile.am: Build libpdfdocument.a here.
10691         
10692         * pdf/GDKSplashOutputDev.cc:
10693         * pdf/GDKSplashOutputDev.h:
10694         * pdf/GnomeVFSStream.cc:
10695         * pdf/GnomeVFSStream.h:
10696         * pdf-document.cc:
10697         * pdf-document.h:
10698         * test-gdk-output-dev.cc
10699         * Thumb.cc:
10700         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10701         against poppler.
10702
10703 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10704
10705         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10706
10707         Clear idle stack before unsetting the document
10708
10709 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10710
10711         * ps/ps-document.c: (ps_document_widget_event),
10712         (ps_document_set_target), (ps_document_finalize),
10713         (ps_document_get_page):
10714
10715         Disconnect the widget event signal on finalize.
10716         Some code cleanups.
10717
10718 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10719
10720         * ps/ps-document.c: (set_up_page):
10721
10722         If there is no bpixmap create one, even if size
10723         is not changed.
10724
10725 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10726
10727         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10728         (set_up_page), (document_load), (ps_document_set_zoom):
10729
10730         Default page is 0. Calculate size even when we have no
10731         target yet.
10732
10733 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10734
10735         * shell/ev-sidebar.c: expand the selection widget to be always as
10736         wide as the sidebar
10737
10738 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10739
10740         * shell/ev-sidebar-thumbnails.c:
10741         (ev_sidebar_thumbnails_set_document):
10742
10743         Clear the list store when setting document
10744
10745 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10746
10747         * shell/ev-page-action.c: (update_entry), (sync_entry),
10748         (activate_cb), (entry_size_request_cb), (create_tool_item),
10749         (connect_proxy):
10750
10751         Use an entry for the page control instead of spinbuttons
10752
10753 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10754
10755         * data/evince.schemas.in:
10756
10757         Correct confusing string
10758
10759 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10760
10761         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10762         for real.  Gosh, how long has this been broken.
10763
10764         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10765         check for a NULL link.  We crash otherwise.
10766
10767 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10768
10769         * NEWS:
10770         * configure.ac:
10771
10772         Release 0.1.5
10773
10774 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10775
10776         * configure.ac: add the french translation.
10777
10778 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10779
10780         * shell/ev-window.c:
10781
10782         Remove unused header -> fix distcheck
10783
10784 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10785
10786         * shell/ev-window.c: (update_window_title),
10787         (ev_window_popup_password_dialog):
10788
10789         Unescape filename for display
10790
10791 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10792
10793         * pdf/xpdf/pdf-document.cc:
10794
10795         In get_page_size deal with rotation. Also
10796         cleanup the function a bit.
10797
10798 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10799
10800         * pdf/xpdf/pdf-document.cc:
10801
10802         Fix crash when opening in new window
10803
10804 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10805
10806         * configure.ac:
10807
10808         Check ghostscript >= 7
10809
10810 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10811
10812         * shell/ev-window.c:
10813
10814         Make page width the default sizing mode
10815
10816 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10817         Marco Pesenti Gritti <marco@gnome.org>
10818
10819         * shell/ev-window.c: Remember the sidebar size
10820
10821         * data/evince.schemas.in: Add a new gconf key to store the size of
10822         the sidebar
10823
10824 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10825
10826         * data/evince-ui.xml:
10827         * shell/ev-window.c: (update_action_sensitivity),
10828         (ev_window_cmd_view_reload):
10829         
10830         Add a "Reload" action and menu entry
10831
10832 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10833
10834         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10835         iff the type doesn't support thumbnailing and indexing.
10836
10837 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10838
10839         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10840
10841 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10842
10843         * pdf/splash/Splash.cc:
10844
10845         Port fix for a crasher from kde bug
10846         http://bugs.kde.org/show_bug.cgi?id=97131
10847
10848 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10849
10850         * pdf/xpdf/pdf-document.cc:
10851
10852         Return a link even if it's of an unrecognized
10853         type. Otherwise we go in an infinte cycle.
10854
10855 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10856
10857         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10858         (size_allocate_cb), (ev_window_set_sizing_mode):
10859
10860         Update size when switching mode
10861
10862 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10863
10864         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10865         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10866         (ev_window_cmd_view_normal_size):
10867
10868         Fix size toggle buttons behavior
10869
10870 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10871
10872         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10873         (doc_rect_to_view_rect), (ev_view_size_allocate),
10874         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10875         (scale_changed_callback):
10876
10877         Do not cache offsets in size_allocate.
10878
10879 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10880
10881         * shell/ev-view.c: (ev_view_size_allocate):
10882
10883         Calculate offsets before calling the parent
10884         class (which does a redraw)
10885
10886 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10887
10888         * pdf/xpdf/pdf-document.cc:
10889
10890         Fix a crasher on exit. Unused code, put a TODO
10891
10892 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10893
10894         * backend/ev-document.c: (ev_document_class_init),
10895         (ev_document_page_changed), (ev_document_scale_changed):
10896         * backend/ev-document.h:
10897
10898         Separate page/scale notifications
10899
10900         * pdf/xpdf/pdf-document.cc:
10901
10902         Emit the new signals.
10903         Do not display the pdf page in _render, do it
10904         when scale/page are requested.
10905
10906         * ps/ps-document.c: (ps_document_set_zoom),
10907         (ps_document_widget_event):
10908         * ps/ps-document.h:
10909
10910         Emit the new signals.
10911
10912         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10913         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10914         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10915         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10916         * shell/ev-view.h:
10917         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10918         (ev_window_cmd_view_page_width), (size_allocate_cb),
10919         (ev_window_set_sizing_mode):
10920
10921         Rework sizing to be pixel based.
10922         There are bugs but should be already way better.
10923
10924 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10925
10926         * shell/ev-window.c: (ev_window_init):
10927
10928         Do not allow to shrink sidebar smaller then
10929         child requisition
10930
10931 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10932
10933         * shell/ev-sidebar.[ch]
10934         * shell/ev-window.c:
10935
10936         Improved sidebar widget. Fixes #166683
10937
10938 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10939
10940         * shell/ev-view.c (update_find_status_message): Give translators
10941         more flexibility with ngettext plural handling.
10942
10943 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10944
10945         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10946         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10947         page when we get the page size.
10948
10949 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10950
10951         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10952
10953         ps pages are 0 based, convert 
10954
10955 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10956
10957         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10958
10959         Initialize correct parent class. Set GError on document load
10960
10961 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10962
10963         * pdf/xpdf/pdf-document.cc:
10964
10965         Fixup selection offset calculation
10966
10967         * shell/ev-view.c: (view_rect_to_doc_rect),
10968         (doc_rect_to_view_rect), (ev_view_size_allocate),
10969         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10970         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10971
10972         Store selection as document relative, so that zooming
10973         and offset changing doesnt break it.
10974
10975 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10976
10977         * shell/ev-view.c: (ev_view_best_fit):
10978
10979         Do not try to best fit if the view is not realized
10980
10981 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10982           
10983         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10984
10985 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10986
10987         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10988
10989 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10990
10991         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10992         the popup window.  That prevents it resizing when in full screen
10993         mode.
10994
10995         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10996         multiple rerenders.  This pretty much sucks.
10997
10998         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10999         rest of the toolbar.
11000
11001 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11002
11003         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11004
11005 2005-02-17  Alexander Shopov  <ash@contact.bg>
11006
11007         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11008
11009 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11010
11011         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11012
11013 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11014
11015         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11016         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11017         (set_document_page), (document_changed_callback),
11018         (ev_view_set_document), (ev_view_find_previous),
11019         (ev_view_hide_cursor), (ev_view_show_cursor):
11020         * shell/ev-view.h:
11021         * shell/ev-window.c: (update_chrome_visibility),
11022         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11023         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11024         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11025         (ev_window_unfullscreen):
11026         * shell/main.c: (main):
11027
11028         Automatically hide the fullscreen button.
11029         Patch by Kristian Høgsberg <krh@redhat.com>
11030
11031 2005-02-16  Vincent Noel  <vnoel@cox.net>
11032
11033         * shell/main.c (main): Specify an icon for the window. Patch by
11034         Jaap A. Haitsma. Fixes #166177.
11035
11036 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11037
11038         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11039
11040 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11041
11042         * backend/ev-document-misc.h:
11043         * backend/ev-document-misc.c:
11044         (ev_document_misc_get_page_border_size),
11045         (ev_document_misc_paint_one_page): New function to canonicalize
11046         sizing/painting a border.
11047
11048         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11049         used.
11050
11051         * pdf/xpdf/pdf-document.cc: use new function
11052
11053         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11054         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11055         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11056         shell/ev-window.c: (update_sizing_buttons),
11057         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11058         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11059         (ev_window_cmd_view_page_width), (size_allocate_cb),
11060         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11061         and "fit width" values act as toggle buttons so they stay
11062         toggled.  It's not 100% perfect, and it's a little slow, but it's
11063         good enough to commit I think.
11064
11065 2005-02-15  David Lodge  <dave@cirt.net>
11066
11067         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11068
11069 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11070
11071         * shell/ev-window.c (update_window_title): replace newlines in
11072         the title by spaces. Bug #166107.
11073
11074 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11075
11076         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11077         parameters providing allocation width and height without
11078         scrollbars and width of a possible vertical scrollbar. With this
11079         additional information the functions can work as
11080         intended. Unfortunately they're not idempotent. We should
11081         transform these commands to toggles. Fixes Bug #164976
11082         Initial patch by Stephane Loeuillet, then heavily modified.
11083
11084         * shell/ev-view.h: update prototypes.
11085
11086         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11087         (ev_window_cmd_view_page_width): provide EvView fit functions with
11088         all the information they need. Formulas to calculate this
11089         information taken from GtkScrolledWindow.
11090
11091 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11092
11093         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11094         created a thumbnail, the list store is updated to know
11095         that the thumbnail is set. Fixes bug #166792
11096
11097 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11098
11099         * shell/ev-window.c: fixed typo, closes bug 166897
11100
11101         * TODO: updated TODO with bug numbers that are relevant
11102
11103 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11104
11105         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11106
11107 2005-02-09  Vincent Noel  <vnoel@cox.net>
11108
11109         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11110         and "Next" toolbar buttons as important to make them stand out.
11111
11112 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11113
11114         * lib/ev-debug.c:
11115         * lib/ev-debug.h:
11116         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11117         (start_interpreter), (stop_interpreter), (document_load),
11118         (ps_document_next_page), (ps_document_goto_page),
11119         (ps_document_set_page_size), (ps_document_widget_event),
11120         (ps_document_render):
11121         * shell/ev-page-view.c: (ev_page_view_dispose):
11122         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11123
11124         Fix compilation on non-gcc platforms
11125
11126 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11127
11128         * NEWS:
11129         * configure.ac:
11130
11131         Release 0.1.4
11132
11133         * pdf/xpdf/Catalog.cc:
11134         * pdf/xpdf/XRef.cc:
11135
11136         Fix the fix for CAN-2004-0888
11137
11138 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11139
11140         * data/Makefile.am:
11141         * data/evince-ui.xml:
11142         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11143         * shell/ev-stock-icons.h:
11144         * shell/ev-window.c: (update_action_sensitivity),
11145         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11146         (set_action_properties):
11147
11148         Improve toolbar layout/icons
11149
11150 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11151
11152         * pdf/xpdf/pdf-document.cc:
11153
11154         Add warnings about unimplemented/unknown link
11155         types.
11156
11157 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11158
11159         * ps/ps-document.c: (set_up_page):
11160
11161         Log gs property
11162
11163 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11164
11165         * ps/ps-document.c: (start_interpreter):
11166
11167         Log gs env var
11168
11169 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * shell/ev-page-view.c: (ev_page_view_dispose):
11172         * shell/ev-view.c: (ev_view_finalize):
11173         * shell/ev-window.c: (ev_window_setup_document),
11174         (ev_window_dispose), (ev_window_init):
11175
11176         Solve more refs issues.
11177
11178         I commented out the page_view initialization for now:
11179         it was never destroyed (because it's never added
11180         to a container). Because of that we was leaking
11181         gs processes. Couldnt think to a clean fix.
11182         We need to figure this out, password view has the
11183         same issue probably.
11184
11185 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11186
11187         * ps/ps-document.c: (ps_document_finalize),
11188         (ps_document_get_n_pages), (ps_document_get_page):
11189
11190         Some cleanups, stop the interpreter on finalize
11191
11192         * shell/ev-page-view.c: (ev_page_view_dispose),
11193         (ev_page_view_class_init):
11194
11195         Release our reference on the document
11196
11197 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11198
11199         * Makefile.am:
11200         * configure.ac:
11201         * doc/debugging.txt:
11202         * lib/.cvsignore:
11203         * lib/Makefile.am:
11204         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11205         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11206         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11207         * lib/ev-debug.h:
11208
11209         Add debugging helpers
11210
11211         * ps/Makefile.am:
11212         * ps/ps-document.c: (set_up_page), (start_interpreter),
11213         (stop_interpreter), (document_load), (ps_document_next_page),
11214         (ps_document_goto_page), (ps_document_set_page_size),
11215         (ps_document_widget_event), (ps_document_render):
11216         * shell/Makefile.am:
11217         * shell/ev-view.c: (expose_bin_window):
11218         * shell/main.c: (main):
11219
11220         Add some logs
11221         
11222 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11223
11224         * ps/ps-document.c: (ps_document_widget_event):
11225
11226         Initialize message_window, this should make ps
11227         rendering really work! (Never noticed because I was
11228         testing with a ps that is causing gs to exit every time!)
11229
11230 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11231
11232         * data/evince.schemas.in: updated simple error in applyto closing tag
11233
11234 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11235
11236         * Makefile.am:
11237         * configure.ac:
11238         * data/.cvsignore:
11239         * data/Makefile.am:
11240         * data/evince-ui.xml:
11241         A data/evince.schemas.in:
11242         * po/POTFILES.in:
11243         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11244         * shell/ev-stock-icons.h:
11245         * shell/ev-window.c: (update_chrome_visibility),
11246         (update_chrome_flag), (ev_window_cmd_edit_find),
11247         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11248         (ev_window_unfullscreen), (ev_window_focus_in_event),
11249         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11250         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11251         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11252         (ev_window_dispose), (ev_window_class_init),
11253         (set_action_properties), (set_chrome_actions), (load_chrome),
11254         (ev_window_init):
11255
11256         Implement fullscreen mode changes from bug #164776.
11257         Also implement persistent chrome toggles.
11258
11259 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11260
11261         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11262
11263 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11264
11265         * NEWS:
11266         * configure.ac:
11267         * shell/ev-view.c:
11268
11269         Add another check for find interface
11270
11271         Release 0.1.3
11272
11273 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11274
11275         * shell/ev-application.c: (ev_application_open):
11276         * shell/ev-window.c: (ev_window_open):
11277
11278         Open gzipped ps documents
11279
11280 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11281
11282         * TODO:
11283         * shell/ev-view.c: (set_document_page):
11284
11285         Clamp page number, dont try to move to
11286         not existant pages.
11287
11288 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11289
11290         * backend/ev-document-find.c: (ev_document_find_changed):
11291         * backend/ev-document-find.h:
11292         * pdf/xpdf/pdf-document.cc:
11293         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11294         * shell/ev-window.c: (find_bar_search_changed_cb):
11295
11296         Fix several bugs with find
11297
11298 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11299
11300         * shell/ev-sidebar-thumbnails.c
11301         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11302         document. Prevents warning from scroll_to_cell.
11303
11304 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11305
11306         * configure.ac: Add «nb» to ALL_LINGUAS too.
11307
11308 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11309
11310         * NOTES: New file with some random thoughts.
11311
11312         * TODO: Update.
11313
11314         * backend/ev-document-misc.c:
11315         (ev_document_misc_get_page_border_size): New function to
11316         canonicalize shadow drawing sizes.  Possibly goofy.
11317
11318         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11319         (ev_view_best_fit), (ev_view_fit_width):
11320         * pdf/xpdf/pdf-document.cc:
11321         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11322         * ps/ps-document.c: (ps_document_get_page_size):
11323         * backend/ev-document-misc.h:
11324         * backend/ev-document.c: (ev_document_get_page_size):
11325         * backend/ev-document.h: get_page_size now takes a page number
11326         parameter.  Made all the backends/frontends honor it.
11327
11328         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11329         see.  Doesn't work yet.
11330
11331         * shell/Makefile.am:
11332         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11333         Doesn't do anything yet.
11334
11335         * shell/ev-sidebar-thumbnails.c:
11336         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11337         [0..n_pages-1]
11338
11339         * shell/ev-window.c: (update_action_sensitivity),
11340         (ev_window_setup_document), (ev_window_set_page_mode),
11341         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11342         view-swapping code a bit so we can have multiple views on a
11343         document.  Add the multi-page view, though it can't be turned on
11344         yet.
11345
11346 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11347
11348         * shell/ev-application.c: (ev_application_open):
11349         * shell/ev-view.c: (expose_bin_window):
11350         * shell/ev-window.c: (ev_window_open):
11351
11352         Support eps and check document supports find
11353         before drawing highlightings in expose.
11354
11355 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11356
11357         * pixbuf/pixbuf-document.c:
11358         (pixbuf_document_thumbnails_get_dimensions),
11359         (pixbuf_document_document_thumbnails_iface_init):
11360
11361         implement get_dimensions
11362
11363 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11364
11365         * NEWS:
11366         * configure.ac:
11367
11368         Release 0.1.2
11369
11370 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11371
11372         * shell/ev-view.c: (set_document_page):
11373
11374         Scroll at the top of the page when changing page
11375
11376 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11377
11378         * shell/ev-view.c: (ev_view_motion_notify_event):
11379
11380         Do not redraw unnecessarily
11381
11382 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11383
11384         * pdf/xpdf/pdf-document.cc:
11385         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11386         (expose_bin_window), (find_changed_cb):
11387
11388         Yay! find works now... Now to find bugs...
11389
11390 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11391
11392         * backend/ev-document-find.c: (ev_document_find_base_init),
11393         (ev_document_find_changed):
11394         * backend/ev-document-find.h:
11395         * pdf/xpdf/pdf-document.cc:
11396         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11397         (expose_bin_window), (ev_view_init), (set_document_page),
11398         (ensure_rectangle_is_visible), (jump_to_find_result),
11399         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11400         (ev_view_find_next), (ev_view_find_previous):
11401         * shell/ev-view.h:
11402         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11403
11404         More work on find implementation, mostly there now
11405
11406 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11407
11408         * backend/ev-backend-marshalers.list:
11409         * backend/ev-document-find.c: (ev_document_find_base_init),
11410         (ev_document_find_cancel), (ev_document_find_page_has_results),
11411         (ev_document_find_get_n_results), (ev_document_find_get_result),
11412         (ev_document_find_get_progress), (ev_document_find_changed):
11413         * backend/ev-document-find.h:
11414
11415         Enanche the find interface to be really able to do
11416         multi page find.
11417
11418         * pdf/xpdf/pdf-document.cc:
11419
11420         Implement
11421
11422         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11423         (expose_bin_window), (ev_view_init),
11424         (ev_view_get_find_status_message), (find_changed_cb),
11425         (ev_view_set_document), (set_document_page):
11426
11427         Adapt to the new interface. A few things are regressed sorry,
11428         I will finish it soon.
11429
11430 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11431
11432         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11433         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11434         ev_sidebar_thumbnails_parent_class variable, don't define another
11435         parent_class variable.
11436
11437         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11438         (ev_page_action_class_init): ditto.
11439
11440         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11441         (pixbuf_document_class_init): ditto.
11442
11443         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11444         ditto.
11445
11446         * .cvsignore: ignore various valgrind output files.
11447
11448 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11449
11450         * data/evince-ui.xml:
11451         * shell/Makefile.am:
11452         * shell/ev-history.c:
11453         * shell/ev-history.h:
11454         * shell/ev-navigation-action.c:
11455         * shell/ev-navigation-action.h:
11456         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11457         (ev_view_set_page), (ev_view_fit_width):
11458         * shell/ev-view.h:
11459         * shell/ev-window.c: (update_action_sensitivity),
11460         (ev_window_setup_document), (register_custom_actions):
11461
11462         Kill session history
11463
11464 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11465
11466         * shell/ev-window.c: (update_action_sensitivity):
11467
11468         Fix inverted up/down buttons
11469
11470 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11471
11472         * shell/ev-sidebar-thumbnails.c
11473         (ev_sidebar_thumbnails_select_page): make sure the selected
11474         thumbnail stays visible.
11475
11476 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11477
11478         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11479         scrolled window for Federico.
11480
11481 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11482
11483         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11484
11485 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11486
11487         * configure.ac:
11488         * pdf/splash/SplashFTFontEngine.cc:
11489
11490         Fix CID fonts with freetype 2.1.9
11491
11492 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11493
11494         * TODO: added item for desktop icon thumbnailer
11495
11496 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11497
11498         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11499         unloaded docs when the title is accessed.
11500
11501         * shell/ev-password-view.[hc]: New widget for displaying password
11502         state.
11503
11504         * shell/ev-window.[ch]: Refactor password handling code to handle
11505         the new view.
11506
11507 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11508
11509         * NEWS:
11510         * configure.ac:
11511         * data/Makefile.am:
11512
11513         Release 0.1.1
11514
11515 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11516
11517         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11518         ignore page offset here, to make search results independent of it,
11519
11520         * shell/ev-view.c (expose_bin_window): but take offsets into
11521         account here. Bug #164932
11522
11523         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11524         scale at the right time. Bug #164996
11525
11526 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11527
11528         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11529         fix the problem. Now I just removed the Adobe font names and hope
11530         that the URW fonts are always in outline format. Bug #164934
11531
11532         * shell/ev-window.c (update_window_title): empty titles are
11533         useless, use filename in that case too.
11534
11535         * NEWS: Add some content.
11536
11537 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11538
11539         * TODO: added one more TODO item and a TODONE section :)
11540
11541 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11542
11543         * ps/ps-document.h: add page_[xy]_offset fields.
11544
11545         * ps/ps-document.c (ps_document_set_page_offset)
11546         (ps_document_render): Keep offset in consideration in a few
11547         places. Bug #164752 "postscript documents are not centered in
11548         window"
11549
11550         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11551         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11552
11553         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11554         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11555         stub out missing methods for complete EvDocument implementation.
11556         Fixes segfaults with Save A Copy and Copy actions.
11557
11558         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11559         (ps_document_document_iface_init): ditto.
11560         
11561 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11562
11563         * data/.cvsignore:
11564         * data/Makefile.am:
11565         * data/evince.desktop.in:
11566
11567         Add desktop file
11568
11569 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11570
11571         * shell/ev-view.c: (ev_view_button_press_event),
11572         (ev_view_motion_notify_event):
11573
11574         Make selection work in any direction
11575
11576 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11577
11578         * TODO:
11579         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11580
11581         Use shorter labels for some of the toolbars items
11582
11583 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11584
11585         * pdf/xpdf/pdf-document.cc:
11586
11587         Check the links info is initialized before
11588         using it. Should fix a crash on startup.
11589
11590 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11591
11592         * pixbuf/pixbuf-document.c
11593         (pixbuf_document_thumbnails_get_dimensions): force floating point
11594         division to calculate page_ratio. Fixes crash with landscape
11595         format pixbufs.
11596
11597 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11598
11599         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11600
11601 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11602
11603         * shell/ev-view.c (set_document_page): unset has_selection when
11604         the page changes.
11605         (set_document_page): handle paper size changes when the page
11606         changes (test with Free Culture, page 2).
11607
11608 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11609
11610         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11611         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11612
11613         Use normal style color for the widget background and
11614         draw a black box around the page.
11615
11616 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11617
11618         * pdf/xpdf/pdf-document.cc:
11619
11620         Keep offset in consideration in a few places
11621
11622         * shell/ev-view.c: (expose_bin_window):
11623
11624         Set the offsets so that the document is ever centered
11625
11626 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11627
11628         * TODO: Added TODO items and finished off the first todo item
11629
11630         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11631         reflect current authors
11632
11633 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11634
11635         * pdf/xpdf/pdf-document.cc:
11636         * shell/ev-view.c: (ev_view_set_cursor),
11637         (ev_view_motion_notify_event), (document_changed_callback),
11638         (set_document_page):
11639
11640         Show a wait cursor while the page is rendering
11641
11642 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11643
11644         * shell/ev-sidebar-thumbnails.c:
11645         (ev_sidebar_tree_selection_changed),
11646         (ev_sidebar_thumbnails_select_page):
11647         * shell/ev-sidebar-thumbnails.h:
11648         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11649         (ev_view_can_go_forward):
11650         * shell/ev-window.c: (ev_window_open_page),
11651         (ev_window_setup_document), (update_current_page),
11652         (view_page_changed_cb), (ev_window_init):
11653         * shell/ev-window.h:
11654
11655         Ensure thumbnails selection, toolbar page control and
11656         current page are in sync.
11657
11658 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11659
11660         * pdf/xpdf/XRef.cc:
11661
11662         Fix CAN-2005-0064
11663
11664 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11665
11666         * backend/Makefile.am:
11667         * backend/ev-document-links.h:
11668         * backend/ev-document-security.c: (ev_document_security_get_type),
11669         (ev_document_security_has_document_security),
11670         (ev_document_security_set_password):
11671         * backend/ev-document-security.h:
11672         * backend/ev-document.c: (ev_document_error_quark):
11673         * backend/ev-document.h:
11674         * data/Makefile.am:
11675         * data/evince-password.glade:
11676         * pdf/xpdf/pdf-document.cc:
11677         * shell/Makefile.am:
11678         * shell/ev-password.c: (ev_password_set_bad_password_label),
11679         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11680         (ev_password_dialog_get_password),
11681         (ev_password_dialog_set_bad_pass):
11682         * shell/ev-password.h:
11683         * shell/ev-window.c: (ev_window_get_attribute),
11684         (ev_window_set_property), (update_action_sensitivity),
11685         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11686         (ev_window_setup_document), (ev_window_get_password),
11687         (ev_window_open), (ev_window_cmd_save_as),
11688         (using_postscript_printer), (ev_window_print),
11689         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11690         (update_fullscreen_popup), (ev_window_fullscreen),
11691         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11692         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11693         (menu_item_select_cb), (find_bar_search_changed_cb),
11694         (ev_window_dispose), (ev_window_init):
11695
11696         Add initial support for password-supported dialogs.  This could be
11697         a lot cooler, but it'll do for now.
11698
11699 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * pdf/xpdf/pdf-document.cc:
11702         * shell/ev-view.c: (status_message_from_link),
11703         (ev_view_set_status), (ev_view_set_cursor),
11704         (ev_view_motion_notify_event), (ev_view_init):
11705         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11706
11707         Fix bugs in the links implementation and change cursor
11708         when hovering a link.
11709
11710 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11711
11712         * viewer/.cvsignore: added cvsignore file for viewer directory
11713
11714         * TODO: created TODO document
11715
11716 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11717
11718         * shell/ev-view.h:
11719         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11720         new functions to help with implementation of sensitivity code
11721         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11722         of all actions that might require it.  Fixes a crash when you
11723         click on the Zoom actions in a window lacking a document.
11724
11725 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11726
11727         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11728         of the Find action
11729
11730 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11731
11732         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11733         (pixbuf_document_document_iface_init):
11734         * ps/ps-document.c: (ps_document_get_link),
11735         (ps_document_document_iface_init):
11736         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11737         (status_message_from_link), (ev_view_set_status),
11738         (ev_view_set_find_status), (ev_view_motion_notify_event),
11739         (ev_view_button_release_event), (ev_view_set_property),
11740         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11741         (ev_view_get_find_status_message), (update_find_results),
11742         (ev_view_get_status), (ev_view_get_find_status):
11743         * shell/ev-view.h:
11744         * shell/ev-window.c: (view_status_changed_cb),
11745         (view_find_status_changed_cb), (ev_window_init):
11746
11747         View status message support, use it to show the links.
11748         Needs work...
11749
11750 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11751
11752         * backend/ev-document.c: (ev_document_get_link):
11753         * backend/ev-document.h:
11754         * pdf/xpdf/pdf-document.cc:
11755         * shell/ev-application.c: (ev_application_open):
11756         * shell/ev-application.h:
11757         * shell/ev-sidebar-links.c: (selection_changed_cb):
11758         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11759         (ev_view_go_to_link):
11760
11761         Add support for document links
11762
11763 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11764
11765         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11766         (create_tool_item):
11767         Set the spin button limits correctly.
11768         
11769         * shell/ev-sidebar-thumbnails.c:
11770         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11771         Support changing pages by clicking on the thumbnails.
11772         
11773 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11774
11775         * pixbuf/pixbuf-document.c:
11776         (pixbuf_document_thumbnails_get_dimensions),
11777         (pixbuf_document_document_thumbnails_iface_init):
11778
11779         implement get_dimensions
11780
11781 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * ps/ps-document.c: (ps_document_goto_page):
11784
11785         Fix page switching on multipage documents
11786
11787 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11788
11789         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11790         
11791         check for NULL before assigning to width and height parameters
11792
11793 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11794
11795         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11796         (pixbuf_document_set_property), (pixbuf_document_get_property):
11797
11798         implement get/set properties
11799
11800 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11801
11802         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11803         
11804         return NULL instead of "Unknown", letting the title get set to
11805         the filename when the pdf has no title.
11806
11807 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11808
11809         * ps/ps-document.c: (ps_document_get_page_count),
11810         (ps_document_goto_page):
11811
11812 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11813
11814         * shell/ev-history.c: (ev_history_get_property),
11815         (ev_history_set_property), (ev_history_class_init),
11816         (ev_history_add_page), (ev_history_set_current_index):
11817         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11818         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11819         (ev_navigation_action_finalize):
11820         * shell/ev-navigation-action.h:
11821         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11822         (ev_view_go_forward), (ev_view_get_find_status_message),
11823         (history_index_changed_cb), (ev_view_set_history):
11824         * shell/ev-view.h:
11825         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11826         (update_current_page), (register_custom_actions):
11827
11828         Implement history dropdowns
11829
11830 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11833         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11834         (ev_view_go_forward):
11835         * shell/ev-window.c: (register_custom_actions):
11836
11837         Fix several history bugs
11838
11839 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11840
11841         * configure.ac: Add «nb» to ALL_LINGUAS.
11842
11843 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11844
11845         * backend/Makefile.am:
11846         * backend/ev-bookmark.c:
11847         * backend/ev-bookmark.h:
11848         * backend/ev-document-bookmarks.c:
11849         * backend/ev-document-bookmarks.h:
11850         * backend/ev-document-links.c: (ev_document_links_get_type),
11851         (ev_document_links_has_document_links),
11852         (ev_document_links_begin_read), (ev_document_links_get_link),
11853         (ev_document_links_get_child), (ev_document_links_next),
11854         (ev_document_links_free_iter):
11855         * backend/ev-document-links.h:
11856         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11857         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11858         (ev_link_get_link_type), (ev_link_set_link_type),
11859         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11860         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11861         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11862         (ev_link_new_external):
11863         * backend/ev-link.h:
11864         * pdf/xpdf/pdf-document.cc:
11865         * shell/Makefile.am:
11866         * shell/ev-application.c: (ev_application_open_link):
11867         * shell/ev-application.h:
11868         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11869         (ev_history_get_link_nth):
11870         * shell/ev-history.h:
11871         * shell/ev-sidebar-bookmarks.c:
11872         * shell/ev-sidebar-bookmarks.h:
11873         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11874         (ev_sidebar_links_class_init), (selection_changed_cb),
11875         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11876         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11877         (do_one_iteration), (populate_links_idle),
11878         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11879         * shell/ev-sidebar-links.h:
11880         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11881         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11882         (go_to_index):
11883         * shell/ev-view.h:
11884         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11885         * shell/ev-window.h:
11886
11887         Rename bookmark to link, and use "Index" for the sidebar panel.
11888
11889 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * shell/Makefile.am:
11892         * shell/ev-application.c: (ev_application_open_bookmark):
11893         * shell/ev-application.h:
11894         * shell/ev-history.c: (ev_history_init), (free_links_list),
11895         (ev_history_finalize), (ev_history_class_init),
11896         (ev_history_add_link), (ev_history_add_page),
11897         (ev_history_get_link_nth), (ev_history_get_n_links),
11898         (ev_history_get_current_index), (ev_history_set_current_index),
11899         (ev_history_new):
11900         * shell/ev-history.h:
11901         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11902         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11903         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11904         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11905         (ev_view_set_page):
11906         * shell/ev-view.h:
11907         * shell/ev-window.c: (ev_window_open_bookmark),
11908         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11909         (goto_page_cb), (register_custom_actions):
11910         * shell/ev-window.h:
11911
11912         Initial history implementation. Needs work.
11913
11914 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11915
11916         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11917
11918 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * cut-n-paste/recent-files/egg-recent-item.c:
11921         * cut-n-paste/recent-files/egg-recent-item.h:
11922         * cut-n-paste/recent-files/egg-recent-model.c:
11923         * cut-n-paste/recent-files/egg-recent-util.c:
11924         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11925         * cut-n-paste/recent-files/egg-recent-view.c:
11926
11927         Update
11928
11929 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11930
11931         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11932         (fillGlyph, fillImageMask, drawImage):
11933         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11934         pdf/splash/SplashTypes.h:
11935         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11936         packed mode for Splash.
11937
11938         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11939         RGB8 packed mode, eliminates the pixbuf data creation loop.
11940
11941         * shell/ev-print-job.c (ev_print_job_finalize)
11942         (ev_print_job_set_property, ev_print_job_get_property)
11943         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11944         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11945         (print_closure_finalize, ev_print_job_print): implement
11946         printing (for backends with EvPsExporter)
11947
11948         * shell/ev_print_job.h: update prototypes.
11949
11950         * shell/ev-window.c (ev_window_print): unref print job after
11951         printing.
11952
11953         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11954         unless the document implements the EvDocumentFind interface.
11955
11956 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11957
11958         * configure.ac: Added ja to ALL_LINGUAS.
11959
11960 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * pdf/xpdf/pdf-document.cc:
11963
11964         add a FIXME. We should probably not allocate
11965         a bookmark object every time
11966
11967 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11968
11969         * shell/ev-application.c: (ev_application_open),
11970         (ev_application_open_bookmark):
11971         * shell/ev-application.h:
11972         
11973         Add a way to open bookmarks
11974
11975         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11976         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11977         (ev_bookmark_set_property), (ev_bookmark_class_init),
11978         (ev_bookmark_new_title), (ev_bookmark_new_link),
11979         (ev_bookmark_new_external):
11980
11981         Support for external uris, better constructors.
11982
11983         * backend/ev-bookmark.h:
11984         * pdf/xpdf/pdf-document.cc:
11985         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11986
11987         Handle external uris
11988
11989 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11990
11991         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11992         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11993
11994         Hook up bookmarks navigation
11995
11996 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * backend/Makefile.am:
11999         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12000         (ev_bookmark_get_title), (ev_bookmark_set_title),
12001         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12002         (ev_bookmark_get_page), (ev_bookmark_set_page),
12003         (ev_bookmark_get_property), (ev_bookmark_set_property),
12004         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12005         (ev_bookmark_new):
12006         * backend/ev-bookmark.h:
12007         * backend/ev-document-bookmarks.c:
12008         (ev_document_bookmarks_get_bookmark):
12009         * backend/ev-document-bookmarks.h:
12010         * pdf/xpdf/pdf-document.cc:
12011         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12012
12013         Add a bookmark object to the backend and use it instead of get_values
12014
12015 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12016
12017         * data/evince-ui.xml:
12018
12019         Cleanup and add select all.
12020
12021         * shell/ev-view.c: (ev_view_select_all),
12022         (ev_view_button_press_event):
12023         * shell/ev-view.h:
12024         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12025
12026         Add select all.
12027         Clear selection on click.
12028
12029 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12030
12031         * shell/ev-sidebar-thumbnails.c
12032         (ev_sidebar_thumbnails_set_document): forgot to unref the
12033         loading_icon.
12034
12035 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12036
12037         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12038         at the visible page, not just linearly.  This makes it look fast.
12039
12040 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12041
12042         * backend/ev-document-misc.c
12043         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12044         white.
12045         * backend/ev-document-thumbnails.h: New interface to get the size
12046         of a page.
12047
12048 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12049
12050         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12051         make dist works
12052
12053 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12054
12055         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12056         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12057         things up a bit.
12058
12059         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12060
12061 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12062
12063         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12064         fonts. Should fix font problems on systems that have the base
12065         fonts in bitmap format. Reported by James Henstridge
12066         <james@jamesh.id.au>.
12067
12068 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * pdf/xpdf/Gfx.cc:
12071         * pdf/xpdf/GfxState.cc:
12072
12073         Fix for CAN-2004-1125
12074
12075 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12076
12077         * shell/ev-view.c: (ev_view_copy):
12078         * shell/ev-view.h:
12079         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12080
12081         Implement Edit->Copy
12082
12083 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * backend/ev-document.c: (ev_document_get_text):
12086         * backend/ev-document.h:
12087         * pdf/xpdf/pdf-document.cc:
12088         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12089         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12090         (ev_view_update_primary_selection), (ev_view_button_press_event),
12091         (ev_view_motion_notify_event), (ev_view_button_release_event):
12092
12093         Beginnings of clipboard support. Incomplete but primary sort
12094         of work.
12095
12096 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12097
12098         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12099         (expose_bin_window):
12100
12101         Nicer rubberband drawing, from GtkIconView.
12102
12103 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12104
12105         * backend/ev-document.c: (ev_document_save):
12106         * backend/ev-document.h:
12107         * data/evince-ui.xml:
12108         * pdf/xpdf/pdf-document.cc:
12109         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12110
12111         Implement "Save a copy..." menu item
12112
12113 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12114
12115         * shell/ev-view.c: (ev_view_zoom):
12116
12117         Queue a resize when zoom changes
12118
12119 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12120
12121         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12122         shadows.
12123
12124         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12125         thumbnails..
12126
12127 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12128
12129         * pdf/xpdf/pdf-document.cc
12130         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12131
12132 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12133
12134         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12135         It's slow, but I'll speed it up next!
12136
12137 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12138
12139         * shell/main.c (load_files):
12140
12141         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12142         from the command line and because it seems more appropriate.
12143
12144 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12145
12146         * data/evince-ui.xml:
12147         * shell/ev-window.c: (update_action_sensitivity),
12148         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12149
12150         s/next page/page down
12151         s/previous page/page up
12152
12153 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12154
12155         * data/evince-ui.xml:
12156
12157         Change the layout to match clarkbw design.
12158
12159         * shell/Makefile.am:
12160         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12161         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12162         (ev_navigation_action_finalize),
12163         (ev_navigation_action_set_property),
12164         (ev_navigation_action_get_property),
12165         (ev_navigation_action_class_init):
12166         * shell/ev-navigation-action.h:
12167
12168         Implement clarkbw toolbar navigation controls (incomplete)
12169
12170         * shell/ev-page-action.c: (update_label), (update_spin),
12171         (value_changed_cb), (create_tool_item), (connect_proxy),
12172         (ev_page_action_init), (ev_page_action_finalize),
12173         (ev_page_action_set_property), (ev_page_action_get_property),
12174         (ev_page_action_set_current_page),
12175         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12176         * shell/ev-page-action.h:
12177
12178         Implement a page switcher in the toolbar
12179
12180         * shell/ev-view.c: (ev_view_scroll_view):
12181         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12182         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12183         (register_custom_actions), (ev_window_init):
12184
12185         Change page on PageUp/Down.
12186
12187 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12188
12189         * pdf/xpdf/pdf-document.cc
12190         (pdf_document_thumbnails_get_thumbnail): initial stab at
12191         implementing thumbnail support for pdfs.  It only does documents
12192         with precached pdfs now.
12193
12194 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12195
12196         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12197         thumbnail code into a time-based idle as well.  Also, turn off the
12198         shadow temporarily as it's really slow.
12199
12200 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12201
12202         * backend/ev-document.c: (ev_document_class_init):
12203         * pdf/xpdf/pdf-document.cc:
12204         * shell/ev-window.c: (ev_window_open):
12205
12206         Fix document title bugs and fallback to
12207         filename when not available.
12208
12209 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12210
12211         * backend/ev-document.c: (ev_document_get_type),
12212         (ev_document_class_init), (ev_document_load),
12213         (ev_document_get_title):
12214         * backend/ev-document.h:
12215         * pdf/xpdf/pdf-document.cc:
12216         * ps/ps-document.c: (ps_document_set_property),
12217         (ps_document_get_property), (ps_document_class_init),
12218         (document_load):
12219         * ps/ps-document.h:
12220         * ps/ps.h:
12221         * shell/ev-window.c: (update_window_title), (ev_window_open),
12222         (ev_window_init):
12223
12224         Initial support for document title. Not working yet.
12225
12226 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12227
12228         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12229
12230         Grab focus on the view when clicking it
12231
12232 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12233
12234         * shell/ev-marshal.list:
12235         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12236         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12237
12238         Add key bindings to the view. Now if the focus would work
12239         right...
12240
12241 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * Makefile.am:
12244         * backend/Makefile.am:
12245         * data/Makefile.am:
12246         * dvi/Makefile.am:
12247         * dvi/dvilib/Makefile.am:
12248         * pdf/xpdf/Makefile.am:
12249         * po/POTFILES.in:
12250         * ps/Makefile.am:
12251
12252         Fix distcheck
12253
12254 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12255
12256         * shell/ev-view.c: (ev_view_realize):
12257
12258         Fix mouse wheel scrolling
12259
12260 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12261
12262         * ps/Makefile.am:
12263         * ps/gstypes.h:
12264         * ps/gtkgs.c:
12265         * ps/gtkgs.h:
12266         * ps/ps-document.c: (catchPipe), (ps_document_init),
12267         (ps_document_class_init), (ps_document_cleanup),
12268         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12269         (set_up_page), (close_pipe), (is_interpreter_ready),
12270         (interpreter_failed), (output), (input), (start_interpreter),
12271         (stop_interpreter), (file_length), (file_readable),
12272         (check_filecompressed), (check_pdf), (compute_xdpi),
12273         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12274         (ps_document_get_type), (ps_document_emit_error_msg),
12275         (document_load), (ps_document_next_page),
12276         (ps_document_get_current_page), (ps_document_get_page_count),
12277         (ps_document_goto_page), (ps_document_set_page_size),
12278         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12279         (ps_document_load), (ps_document_get_n_pages),
12280         (ps_document_set_page), (ps_document_get_page),
12281         (ps_document_widget_event), (ps_document_set_target),
12282         (ps_document_set_scale), (ps_document_set_page_offset),
12283         (ps_document_get_page_size), (ps_document_render),
12284         (ps_document_document_iface_init):
12285         * ps/ps-document.h:
12286         * ps/ps.c:
12287         * shell/ev-window.c: (ev_window_open):
12288
12289         Rename GtkGS to PSDocument
12290
12291 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12292
12293         * ps/gtkgs.c: (gtk_gs_class_init):
12294         * ps/gtkgs.h:
12295
12296         Some more leftover...
12297
12298 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12301         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12302         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12303         * ps/gtkgs.h:
12304
12305         Remove unused code and make a lot of stuff private
12306
12307 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12308
12309         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12310         (gtk_gs_defaults_changed):
12311         * ps/gsdefaults.h:
12312         * ps/gtkgs.c:
12313         * ps/gtkgs.h:
12314         * ps/ps.h:
12315
12316         Cleanup headers dependencies
12317
12318 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12319
12320         * ps/Makefile.am:
12321         * ps/ggvutils.c:
12322         * ps/ggvutils.h:
12323         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12324         * ps/gsdefaults.h:
12325         * ps/gtkgs.c: (file_length), (file_readable),
12326         (check_filecompressed), (check_pdf), (gtk_gs_load),
12327         (gtk_gs_get_postscript):
12328
12329         Get rid of ggvutils
12330
12331 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12332
12333         * ps/ggvutils.c:
12334         * ps/ggvutils.h:
12335         * ps/gsio.h:
12336         * ps/gtkgs.c: (gtk_gs_set_zoom):
12337
12338         Cleanups
12339
12340 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12341
12342         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12343
12344         Ensure the page is rerendered when changing zoom
12345
12346 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12347
12348         * backend/ev-document.c: (ev_document_base_init),
12349         (ev_document_changed):
12350         * backend/ev-document.h:
12351
12352         Add a changed event that is emitted when the page content
12353         changes. This is necessary to deal with the fact that
12354         in ps backend rendering happen asycrounously.
12355         This makes the ps backend mostly work.
12356
12357         * pdf/xpdf/pdf-document.cc:
12358
12359         Emit changed event
12360
12361         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12362         (ps_document_set_target):
12363
12364         Emit changed event
12365
12366         * shell/ev-view.c: (document_changed_callback),
12367         (ev_view_set_document), (ev_view_set_page):
12368
12369         Redraw on the changed signal
12370
12371 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12372
12373         * configure.ac: Added pt_BR to ALL_LINGUAS.
12374
12375 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12376
12377         * backend/ev-document-bookmarks.c:
12378         (ev_document_bookmarks_get_child): *
12379         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12380         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12381         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12382         (ev_sidebar_bookmarks_destroy),
12383         (ev_sidebar_bookmarks_class_init),
12384         (ev_sidebar_bookmarks_construct), (stack_data_free),
12385         (do_one_iteration), (populate_bookmarks_idle),
12386         (ev_sidebar_bookmarks_clear_document),
12387         (ev_sidebar_bookmarks_set_document): *
12388         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12389         (ev_sidebar_add_page),
12390         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12391         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12392         it displays both the topics and the page numbers.
12393
12394 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12395
12396         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12397         toggle.
12398         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12399         visible.
12400
12401 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12402
12403         * configure.ac: Added en_CA to ALL_LINGUAS.
12404
12405 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12406
12407         * ChangeLog: replace bottom of this ChangeLog (merged history of
12408         ggv and gpdf; where all paths were wrong and most of the files are
12409         not even in this tree) with ChangeLog (from arch) of the shell
12410         code.
12411
12412 2004-12-23  Havoc Pennington  <hp@redhat.com>
12413
12414         * shell/ev-window.c: hook up potentially-questionable "find
12415         results status text" feature - something involving the sidebar or
12416         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12417         might be better in the end.
12418
12419         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12420         with corresponding signal when it should be updated
12421
12422         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12423
12424 2004-12-22  Havoc Pennington  <hp@redhat.com>
12425
12426         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12427         find stuff on other pages, sort of (only returns one result on
12428         invisible pages, to show they have results; updates full results
12429         for a page when you view it). Currently repaints the current page
12430         every time a new result is found on any page, which isn't so nice.
12431
12432 2004-12-22  Havoc Pennington  <hp@redhat.com>
12433
12434         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12435         the document doesn't support find (better ideas?)
12436         (find_bar_search_changed_cb): handle missing document or document
12437         that doesn't support find
12438
12439         * pdf/xpdf/pdf-document.cc: port to implement the new
12440         EvDocumentFindIface
12441
12442         * backend/ev-document-find.c: create a new interface for searching
12443
12444         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12445
12446 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12447
12448         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12449         libevbackend.la.
12450
12451         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12452         EvPrintJob constructor arguments.
12453
12454         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12455         for documents that can export PostScript (page by page).
12456
12457         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12458         
12459         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12460         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12461         (pdf_document_ps_exporter_iface_init:
12462         Implement EvPSExporter.
12463
12464         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12465
12466 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12467
12468         * backend/Makefile.am:
12469         * backend/ev-document-thumbnails.c:
12470         (ev_document_thumbnails_get_type),
12471         (ev_document_thumbnails_get_thumbnail):
12472         * backend/ev-document-thumbnails.h:
12473         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12474         (pixbuf_document_thumbnails_get_thumbnail),
12475         (pixbuf_document_document_thumbnails_iface_init):
12476         * shell/Makefile.am:
12477         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12478         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12479         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12480         * shell/ev-sidebar-thumbnails.h:
12481         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12482         (ev_sidebar_set_document):
12483         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12484         (create_shadow), (ev_pixbuf_add_shadow):
12485         * shell/ev-utils.h:
12486         Add thumbnail support.
12487         
12488 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12489
12490         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12491         (using_postscript_printer): Set up a print dialog for "PostScript
12492         injection" method.
12493
12494         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12495         EvPrintJob.
12496
12497         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12498
12499 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12502         (ps_document_set_target), (ps_document_get_page_size),
12503         (ps_document_render):
12504         * ps/gtkgs.h:
12505
12506         Fix a few bugs
12507
12508 2004-12-22  Christian Rose  <menthos@menthos.com>
12509
12510         * configure.ac: Added "sv" to ALL_LINGUAS.
12511
12512 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12513
12514         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12515         document supports bookmarks.
12516
12517 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12518
12519         * ps/ggvutils.c: (ggv_file_readable):
12520         * ps/ggvutils.h:
12521         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12522         (gtk_gs_get_postscript):
12523
12524         Remove unused utils
12525
12526 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12529         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12530         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12531         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12532         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12533         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12534         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12535         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12536         (gtk_gs_set_antialiasing), (ps_document_load),
12537         (ps_document_render):
12538         * ps/gtkgs.h:
12539
12540         Another check point for the ps backend. Now I can get it to show
12541         pages!
12542
12543 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12544
12545         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12546         document setting code.
12547
12548 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12549
12550         * shell/eggfindbar.c: (entry_activate_callback):
12551         Animate the next button when activate is pressed.
12552         
12553 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12554
12555         * shell/ev-window.c: (ev_window_cmd_edit_find),
12556         (update_fullscreen_popup), (ev_window_fullscreen),
12557         (ev_window_unfullscreen), (ev_window_state_event_cb),
12558         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12559         Fix bugs in fullscreen code.
12560         
12561 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12562
12563         * Makefile.am:
12564         * configure.ac:
12565         * pixbuf/Makefile.am:
12566         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12567         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12568         (pixbuf_document_set_page), (pixbuf_document_get_page),
12569         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12570         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12571         (pixbuf_document_render), (pixbuf_document_begin_find),
12572         (pixbuf_document_end_find), (pixbuf_document_finalize),
12573         (pixbuf_document_class_init),
12574         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12575         * pixbuf/pixbuf-document.h:
12576         * shell/Makefile.am:
12577         * shell/ev-application.c: (ev_application_open):
12578         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12579         (ev_window_open):
12580         Add pixbuf backend.
12581         
12582 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12583
12584         * Makefile.am: 
12585         * dvi/dvilib/Makefile.am:
12586         * dvi/Makefile.am:
12587         * configure.ac: Auto*ify dvi and dvi/dvilib
12588
12589         * dvi/Makefile: Remove from CVS
12590         
12591         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12592         confusion.
12593
12594         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12595         
12596         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12597         
12598 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12599
12600         * ps/Makefile.am:
12601         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12602         (gtk_gs_value_adjustment_changed), (compute_size),
12603         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12604         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12605         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12606         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12607         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12608         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12609         (ps_document_load), (ps_document_get_n_pages),
12610         (ps_document_set_page), (ps_document_get_page),
12611         (ps_document_set_target), (ps_document_set_scale),
12612         (ps_document_set_page_offset), (ps_document_get_page_size),
12613         (ps_document_render), (ps_document_begin_find),
12614         (ps_document_end_find), (ps_document_document_iface_init):
12615         * ps/gtkgs.h:
12616         * shell/Makefile.am:
12617         * shell/ev-window.c: (ev_window_open):
12618
12619         Some work to integrate gtkgs with EvDocument
12620
12621 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12622
12623         * shell/ev-window.c: (update_fullscreen_popup),
12624         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12625         (exit_fullscreen_button_clicked_cb),
12626         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12627         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12628         (ev_window_state_event_cb), (ev_window_init):
12629         Add fullscreen support from Epiphany.
12630         
12631 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12632
12633         * data/ev-stock-zoom-fit-width.png: fit-width
12634         stock icon from gpdf.
12635         
12636         * shell/ev-stock-icons.[ch]: copied from gpdf.
12637         
12638         * shell/main.c: (main): init stock icons.
12639         
12640         * shell/ev-window.c: use the fit-width icon.
12641         
12642         * data/evince-ui.xml: add zooming toolbar items.
12643
12644 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12645
12646         * shell/ev-view.c: 
12647         (ev_view_best_fit), (ev_view_fit_width): because
12648         get_page_size() returns the scaled page size, we
12649         need to calculate the scale factor relative to
12650         the previous scale factor. Should really just
12651         add get_real_page_size().
12652
12653 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12654
12655         * shell/ev-view.[ch]:
12656         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12657         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12658         add zooming.
12659         
12660         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12661         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12662         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12663         hook it up.
12664         
12665         * pdf/xpdf/pdf-document.cc:
12666         (pdf_document_begin_find),
12667         (pdf_document_end_find): make static.
12668
12669 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12670
12671         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12672
12673         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12674         names to fontconfig patterns.
12675         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12676
12677         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12678         setupBaseFontsFc.
12679
12680 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         * Makefile.am:
12683         * configure.ac:
12684         * ps/Makefile.am:
12685         * ps/ggvutils.c:
12686         * ps/ggvutils.h:
12687         * ps/gsdefaults.c:
12688         * ps/gsdefaults.h:
12689         * ps/gsio.c:
12690         * ps/gsio.h:
12691         * ps/gtkgs.c:
12692         * ps/gtkgs.h:
12693         * ps/ps.c:
12694         * ps/ps.h:
12695
12696         Import ggv backend. Not hooked up yet.
12697
12698 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12699
12700         * shell/main.c: (load_files), (main): load files
12701         from the command line.
12702
12703 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12704
12705         * configure.ac: don't require bonobo.
12706         
12707         * cut-n-paste/recent-files/*: kill bonobo recent
12708         view.
12709
12710         * shell/ev-window.c:
12711         (ev_window_is_empty): upd.
12712         (unable_to_load), (ev_window_open): load backend
12713         based on the mime type.
12714
12715 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12716
12717         * backend/.cvsignore: ignore generated marshalers source.
12718
12719         * shell/main.c (main): this is not epiphany.
12720
12721 2004-12-22  Havoc Pennington  <hp@redhat.com>
12722
12723         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12724         (expose_bin_window): draw find highlights
12725
12726         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12727         
12728         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12729         (pdf_document_end_find): implement this interface
12730
12731         * backend/ev-document.c (ev_document_found): add this to emit
12732         signal
12733
12734 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12735
12736         * data/evince-ui.xml: Add a few more toolbar items.
12737
12738         * shell/ev-window.c: Hook up page navigation toolbar 
12739         items.
12740
12741         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12742         a page-changed signal.
12743
12744         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12745         Add ev_document_get_page().
12746
12747         * shell/ev-window.c: Sensitize/desensitize navigation
12748         actions.
12749
12750 2004-12-21  Havoc Pennington  <hp@redhat.com>
12751
12752         * backend/ev-backend-marshal.c,
12753         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12754         marshaler-generator thingy. I'm sure there's a better way to do
12755         this in the modern world.
12756
12757         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12758         end_find methods and "found" signal.
12759
12760         * configure.ac: find glib-genmarshal
12761
12762 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12763
12764         * shell/ev-sidebar.c: Construct an actual sidebar.
12765         * shell/ev-sidebar-bookmarks.[ch]:
12766         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12767
12768 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12769
12770         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12771         Redo size handling.
12772         
12773         * shell/ev-view.c: Track the size from the document.
12774
12775 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12776
12777         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12778         constructor assumes ownership of the string passed in.
12779         
12780         * shell/ev-window.c (ev_window_open): Destroy the error
12781         dialog once we've displayed it.
12782
12783 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12784
12785         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12786         a bit, it works! (sort of)
12787
12788         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12789         Move to .cc since we need to use C++ in the implementation.
12790
12791         * shell/dummy.cc: Add a CC file to force evince
12792         to be linked as a C++ program.
12793
12794 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12795
12796         * shell/ev-view.[ch]: Start of content-area widget.
12797
12798         * shell/ev-window.c: Create a EvView, update it
12799         as we change documents.
12800
12801         * shell/Makefile.am shell/ev-marshal.list: Add
12802         generated marshalers.
12803
12804 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12805
12806         * Makefile.am (SUBDIRS): move shell.
12807
12808 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12809
12810         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12811         .a to libtool convenience libraries.
12812
12813         * shell/ev-window.c (ev_window_open): Hard code loading
12814         a PDF document.
12815         
12816         * backend/ev-document.h: Add a boolean return to load(),
12817         fix GError * to GError **.
12818
12819         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12820         object for a PDF backend EvDocument.
12821
12822 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12823
12824         * dvi/*: New directory with the beginning of a .dvi backend.
12825
12826 2004-12-21  Havoc Pennington  <hp@redhat.com>
12827
12828         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12829         previous/next instead of back/forward
12830
12831 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12832
12833         * backend/ev-document.[ch]: Fix a couple of problems so
12834         it compile.
12835
12836 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12837
12838         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12839         to backend/ directory, rename EvViewer to EvDocument.
12840
12841 2004-12-21  Havoc Pennington  <hp@redhat.com>
12842
12843         * shell/ev-window.c: hook up the find bar widget; now we just need
12844         a document to find things in
12845
12846         * shell/eggfindbar.c: a find bar widget
12847
12848 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12849
12850         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12851
12852 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12853
12854         * pdf/**: Import of xpdf code from gpdf. 
12855
12856         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12857
12858         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12859         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12860         Fix FreeType includes.
12861
12862         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12863         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12864         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12865         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12866         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12867         Include xpdfconfig.h
12868         
12869 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12870
12871         * shell/ev-window.c (ev_window_dispose): dispose can be called
12872         multiple times.
12873
12874 2004-12-21  Havoc Pennington  <hp@redhat.com>
12875
12876         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12877         rather than Evince
12878
12879         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12880         items; really they should be synced with the strings, etc. from
12881         current gpdf, but just getting the boring typing out of the way 
12882
12883 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * po/POTFILES.in:
12886         * shell/ev-application.c: (window_destroy_cb):
12887         * shell/ev-window.c:
12888         * shell/main.c: (main):
12889
12890         Actually show the window...
12891
12892 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12893
12894         * Makefile.am:
12895         * shell/Makefile.am:
12896         * shell/ev-application.c: (ev_application_class_init):
12897         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12898
12899         Make it build again
12900
12901 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         Import to gnome cvs.
12904         
12905         * Remove copies of gpdf and ggv trees.
12906         * Rip out all the recursive configure code.
12907         * Remove bonobo machinery.
12908         * viewer/*: GInterfaces that backends should/can implement.
12909
12910 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12911
12912         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12913         typo
12914
12915 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12916
12917         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12918         (ev_application_finalize, ev_application_class_init)
12919         (ev_application_init): use GType instance private data for priv.
12920
12921         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12922         (ev_window_finalize, ev_window_class_init)
12923         (ev_window_init): ditto.
12924
12925 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12926
12927         * shell/ev-application.c (ev_application_new_window): make public
12928         (ev_application_show_initial_window): kill.
12929
12930         * shell/ev-application.h: update prototypes.
12931
12932         * shell/main.cc (main): inline ev_application_show_initial_window.
12933
12934 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12935
12936         * shell/ev-application.c (ev_application_new_window): impl.
12937         (ev_application_show_initial_window): use it.
12938         (is_window_empty, ev_application_get_empty_window): returns an
12939         existing empty window or a new one.
12940         (ev_application_open): from ev_window_cmd_file_open.
12941
12942         * shell/ev-application.h: update prototypes
12943
12944         * shell/ev-window.c (ev_window_is_empty): impl.
12945         (ev_window_open): make public.
12946         (ev_window_cmd_file_open): use ev_application_open
12947
12948         * shell/ev-window.h: update prototypes, remove unused.
12949
12950 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12951
12952         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12953         move destroy handler out of here...
12954
12955         * shell/ev-application.c, shell/ev-application.h: ...into this new
12956         class. Also handles initial window creation.
12957
12958         * shell/main.cc (main): use EvApplication to create initial
12959         window.
12960
12961 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12962
12963         * Makefile.am (SUBDIRS): add cut-n-paste
12964
12965         * cut-n-paste/Makefile.am: add
12966
12967         * configure.ac: generate Makefiles in cut-n-paste
12968
12969 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12970
12971         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12972         (ev_window_class_init): install ev_window_dispose.
12973
12974 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12975
12976         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12977         char (gchar looks stupid).
12978
12979 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12980
12981         * po/de.po: updated German translation.
12982
12983 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12984
12985         * configure.ac: add more pkg-config library checks for gnome-vfs,
12986         bonobo etc.
12987
12988         * gpdf/configure.in: temporarily disable libpaper
12989         checks. Otherwise I'd have to add the checks for the shell, too.
12990
12991 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12992
12993         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12994         and * file filters to the file choose.
12995
12996 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12997
12998         * po/de.po: Updated German translation.
12999
13000 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13001
13002         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13003
13004 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13005
13006         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13007
13008         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13009         (ev_window_init): implement those menuitems.
13010
13011 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13012
13013         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13014
13015         * shell/ev-window.c (ev_window_init): use the toolbar.
13016
13017 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13018
13019         * shell/ev-window.c (ev_window_init): use menu translations
13020
13021 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13022
13023         * configure.ac: add "de" to ALL_LINGUAS.
13024
13025         * po/de.po: add German translation.
13026
13027 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13028
13029         * Makefile.am (SUBDIRS): add po
13030
13031         * configure.ac: check intltool, glib-gettext etc, generate
13032         po/Makefile.in
13033
13034         * po, po/POTFILES.in, po/POTFILES.skip: new.
13035
13036 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13037
13038         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13039         already use (#ifdef ENABLE_NLS)
13040
13041         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13042         pointer indirection thinko.
13043
13044         * shell/main.c: include gi18n.h for bindtextdomain etc.
13045
13046 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13047
13048         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13049         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13050         tooltips for menu items in the statusbar.
13051
13052 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13053
13054         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13055         pkgdatadir drop UIDIR
13056
13057 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13058
13059         * data/evince-ui.xml: Add File->Open menu item
13060
13061         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13062         chooser), hook it up in the ui manager.
13063
13064 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13065
13066         * shell/ev-window.c: fix Help->About tooltip.
13067
13068 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13069
13070         * configure.ac: set CFLAGS for libevprivate.
13071
13072         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13073         definitions, factory etc.
13074
13075         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13076
13077         * shell/Makefile.am: link against libevprivate.a.
13078
13079         * shell/ev-window.c (entries): add stock icon to Help->About.
13080
13081         * shell/main.c (main): init stock icon code.
13082
13083 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13084
13085         * lib/recent-files: egg recent files code
13086
13087         * lib/Makefile.am: add.
13088
13089         * Makefile.am: add lib subdir.
13090
13091         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13092         set CFLAGS for recent-files.
13093
13094 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13095
13096         * configure.ac: disable -ansi and -pedantic gcc flags. They
13097         disable POSIX stuff in stdio.h, but egg-recent uses them.
13098
13099 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13100
13101         * configure.ac: add --disable-deprecated flag (defaults to on in
13102         "cvs" builds).
13103
13104         * shell/Makefile.am (INCLUDES): use it.
13105
13106 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13107
13108         * shell/main.c: add missing #include.
13109
13110         * shell/ev-window.c: fix for pedantic gcc.
13111         (ev_window_cmd_help_about): split license into paragraphs for
13112         translators and pedantic compilers.
13113
13114 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13115
13116         * configure.ac: add more warning flags if compiling with gcc from
13117         cvs (or explicitly requested with --enable-more-warnings).
13118
13119 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13120
13121         * data/evince-ui.xml: add File and File->Close menu.
13122
13123         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13124         (ev_window_destroy): quit after destroy.
13125         (ev_window_class_init): override GtkObject::destroy.
13126         (entries): install close_window callback.
13127
13128 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13129
13130         * Makefile.am (SUBDIRS): add data subdir.
13131
13132         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13133         gtk+ 2.5.0 for GtkAboutDialog.
13134
13135         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13136         main window.
13137
13138         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13139
13140         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13141         manager.
13142         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13143
13144 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13145
13146         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13147
13148 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13149
13150         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13151
13152 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13153
13154         * shell/*: Added shell directory boilerplate, build it.
13155
13156 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13157
13158         * configure.ac, Makefile.am: Added top-level configure.ac and
13159         Makefile.am