]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Turkish translation
[evince.git] / ChangeLog
1 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * backend/djvu/djvu-document.c: (djvu_document_render):
5         * backend/tiff/tiff-document.c: (tiff_document_render):
6
7         Use the new cairo function cairo_format_stride_for_width when
8         available. Fixes bug #482720.
9
10 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
13         (get_mime_type_from_data), (get_document_from_uri):
14
15         Use g_content_type_guess() only when slow is true in
16         get_document_from_uri(). Fix several memory leaks.
17         
18 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
19
20         * libdocument/ev-document-factory.c:
21         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
22         (get_document_from_uri):
23
24         Use g_content_type_guess () to get mimetype for files.
25         Bug #510401.
26
27 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * thumbnailer/Makefile.am:
30
31         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
32         
33 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * configure.ac:
36
37         Fix build with --without-libgnome. Fixes bug #512771.
38         
39 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
40
41         * backend/dvi/Makefile.am: Install only dvi
42         module. Fixes bug #512718.
43
44 2008-01-29   Matthias Clasen  <mclasen@redhat.com>
45
46         * properties/ev-properties-main.c: (nautilus_module_initialize):
47         
48         Initialize backends in properties tab. Fixes bug
49         #512720.
50
51 2008-01-29   Matthias Clasen  <mclasen@redhat.com>
52
53         * properties/Makefile.am: No need to link with 
54         libraries. Fixes bug #512719.
55
56 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
57
58         * NEWS:
59         * configure.ac:
60         
61         Update for release 2.21.90.
62
63 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * shell/ev-window.c: (ev_window_cmd_escape):
66
67         Fix compile warning.
68         
69 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
72
73         Fix printing in dvi backend when filename contains white
74         espaces. Fixes bug #502839.
75         
76 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
79         (screensaver_disable_x11):
80         * shell/Makefile.am:
81         * shell/xdg-user-dir-lookup.c: Removed
82         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
83         * shell/ev-view.c: (ev_view_presentation_transition_start):
84         * shell/ev-window.c: (ev_window_cmd_file_open),
85         (ev_window_cmd_save_as), (presentation_set_timeout):
86
87         Remove #ifdefs that are no longer needed.
88         
89 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * shell/ev-view.[ch]: (ev_view_button_release_event),
92         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
93         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
94         (ev_window_cmd_escape):
95
96         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
97         
98 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * configure.ac:
101         * backend/comics/comics-document.c: (comics_document_load):
102         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
103         (ev_attachment_set_property), (ev_attachment_init),
104         (ev_attachment_save), (ev_attachment_launch_app),
105         (ev_attachment_open):
106         * libdocument/ev-document-factory.c: (get_document_from_uri):
107         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
108         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
109         * shell/ev-jobs.c:
110         * shell/ev-password.c: (ev_password_dialog_set_property),
111         (ev_password_dialog_save_password):
112         * shell/ev-sidebar-attachments.c:
113         (ev_sidebar_attachments_drag_data_get):
114         * shell/ev-window-title.c: (get_filename_from_uri):
115         * shell/ev-window.c: (ev_window_clear_temp_file),
116         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
117         (ev_window_open_uri), (window_save_file_copy_ready_cb),
118         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
119         (launch_external_uri), (image_save_dialog_response_cb),
120         (attachment_save_dialog_response_cb):
121         * shell/main.c: (load_files), (load_files_remote), (main):
122         * thumbnailer/evince-thumbnailer.c: (main):
123
124         Port to gio and drop gnome-vfs dependency. Fixes bug
125         #510401. Based on patch by Cosimo Cecchi.
126         
127 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
128
129         * NEWS:
130
131         Fixed formatting inconsistencies (spaces vs. tabs)
132
133 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
134
135         * shell/ev-window.c:
136
137         Use top/up/bottom/down arrows instead of
138         first/left/last/right in the toolbar and menu actions.
139         This fixes issues with RTL languages and is visually
140         consistent with the page view. Fixes bug #170081.
141
142 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
143
144         * NEWS:
145
146         Fixed some inaccuracies pointed out by Carlos Garcia
147         Campos.
148
149 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
150
151         * NEWS:
152         * data/evince.schemas.in:
153         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
154
155         Override PDF restrictions by default. Fixes bug #382700.
156
157 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
158
159         * NEWS: Updated for upcoming release
160
161 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
162
163         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
164
165         Fix memory leak.
166         
167 2008-01-23  Gil Forcada <gilforcada@guifi.net>
168
169         * shell/ev-window.c: (register_custom_actions):
170         
171         Added comment for translators
172
173 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/ev-view.c: (ev_view_button_release_event):
176
177         Do not create the idle function for kinetic scrolling if we are
178         not in a drag operation.
179
180 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
183         (ev_view_button_press_event), (ev_view_motion_notify_event),
184         (ev_view_button_release_event):
185
186         Restore cursor after autoscrolling. Fixes bug #509958.
187
188 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * configure.ac:
191         * backend/pdf/ev-poppler.cc:
192         (pdf_document_images_get_image_mapping),
193         (pdf_document_images_get_image),
194         (pdf_document_document_images_iface_init):
195         * libdocument/ev-document-images.[ch]:
196         (ev_document_images_get_image_mapping),
197         (ev_document_images_get_image):
198         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
199         (ev_image_get_id), (ev_image_save_tmp):
200         * shell/ev-jobs.c: (ev_job_render_run):
201         * shell/ev-view.c: (ev_view_drag_data_get):
202         * shell/ev-window.c: (image_save_dialog_response_cb),
203         (ev_view_popup_cmd_copy_image):
204
205         Do not render images when rendering the page but on demand. It
206         reduces the memory comsumption.
207         
208 2008-01-18  Marcelo Lira  <setanta@gmail.com>
209
210         * configure.a:
211         * shell/ev-password.c:
212
213         Make gnome-keyring optional. Fixes bug #509676.
214         
215 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-pixbuf-cache.c: (add_job):
218
219         Initialize include_images variable as FALSE instead of TRUE.
220         
221 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
222
223         * configure.ac:
224         * cut-n-paste/Makefile.am:
225         * cut-n-paste/fileformatchooser/Makefile.am:
226         * cut-n-paste/fileformatchooser/egg-macros.h:
227         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
228         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
229         * shell/Makefile.am:
230         * shell/ev-utils.c:
231         (file_chooser_dialog_add_writable_pixbuf_formats),
232         (get_gdk_pixbuf_format_by_extension):
233         * shell/ev-utils.h:
234         * shell/ev-window.c: (ev_window_error_message),
235         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
236         
237         Simplify image format selection on save.
238
239 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
240
241         * shell/ev-view.c: (ev_view_scroll_event):
242         
243         Repair gorizontal scrolling with shift. Fixes
244         bug #483412.
245
246 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
247         
248         * MAINTAINERS:
249
250         Fix formatting issues.
251         
252 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
253
254         * backend/comics/comics-document.c: (comics_regex_quote):
255         
256         Don't overquote special chars except of '. See bug 
257         502500. Thanks to Tom Parker.
258
259 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
260
261         * MAINTAINERS:
262         
263         Added Nickolay and Carlos, since they're doing most of
264         the releases nowadays.
265
266 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
267
268         * properties/Makefile.am:
269
270         Get the nautilus extension dir properly instead of using
271         a hack. Fixes bug #505359.
272
273 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
274
275         * properties/Makefile.am:
276         
277         Install nautilus extension into new place. See bug
278         #505359. Thanks to Matthias Clasen, Brian Pepple and
279         Damien Carbery.
280
281 2008-01-13   Djihed Afifi  <djihed@gmail.com>
282
283         * shell/ev-window.c: (ev_window_get_recent_file_label):
284         
285         RTL marker in recent file list. See bug #509076.
286
287 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
290         * shell/ev-window.c: (image_save_dialog_response_cb):
291
292         Fix compile warnings due to unused variables.
293         
294 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * configure.ac:
297         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
298         * backend/ps/ev-spectre.c: (ps_document_render):
299
300         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
301
302 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
303
304         * shell/ev-transition-animation.c (ev_transition_animation_fade)
305         (ev_transition_animation_paint): Implement "fade" effect.
306
307 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
308
309         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
310         (ev_transition_animation_paint): Implement "uncover" effect.
311
312 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
313
314         * shell/ev-transition-animation.c (ev_transition_animation_cover)
315         (ev_transition_animation_paint): Implement "cover" effect.
316
317 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
318
319         * shell/ev-transition-animation.c (ev_transition_animation_push)
320         (ev_transition_animation_paint): Implement "push" effect.
321
322 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
323
324         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
325         (ev_transition_animation_paint): Implement "dissolve" effect.
326
327 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
328
329         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
330         (ev_transition_animation_paint): Implement "wipe" effect.
331
332 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
333
334         * shell/ev-transition-animation.c (ev_transition_animation_box)
335         (ev_transition_animation_paint): Implement "box" effect.
336
337 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
338
339         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
340         (ev_transition_animation_paint): Implement "blinds" effect.
341
342 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
343
344         * shell/ev-transition-animation.c (ev_transition_animation_split)
345         (ev_transition_animation_paint): Implement "split" effect.
346
347 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
348
349         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
350         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
351         (ev_view_transition_animation_start) 
352         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
353         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
354         (ev_view_next_page) (ev_view_previous_page):
355         
356         Use EvTransitionAnimation to drive page changes in the presentation
357         mode, the animation will wait to start until both the origin and 
358         destination page surfaces are available. Fixes #458460.
359
360         (draw_loading_text):
361
362         Remove workaround for bug #320352, it's now fixed properly.
363
364
365 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
366
367         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
368         will contain the implementations for page transition animations, at
369         the moment it just has the "replace" effect.
370         * shell/Makefile.am: Added these files to build.
371
372 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
373
374         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
375         animations.
376         * shell/Makefile.am: Added these files to build.
377
378 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
379
380         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
381         implementation to get_effect() in EvDocumentTransitionIface.
382
383 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
384
385         * libdocument/ev-transition-effect.[ch]: New files, define a page
386         transition effect, at the moment it maps PopplerPageTransition to a
387         GObject.
388         * libdocument/Makefile.am: Added these files to build.
389         * libdocument/ev-document-transition.[ch]
390         (ev_document_transition_get_effect): New method, gets the
391         EvTransitionEffect returned by the interface implementation, with
392         fallback to the "replace" effect.
393
394 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
395
396         * configure.ac:
397         * cut-n-paste/Makefile.am:
398         * cut-n-paste/fileformatchooser/Makefile.am:
399         * cut-n-paste/fileformatchooser/egg-macros.h:
400         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
401         * shell/Makefile.am:
402         * shell/ev-window.c: (image_save_dialog_response_cb),
403         (ev_view_popup_cmd_save_image_as):
404
405         Allow exporting images in any format supported by
406         GdkPixbuf. Fixes bug #500209.
407         
408 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * backend/pixbuf/pixbuf-document.c:
411
412         More warnings fixed.
413         
414 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
417         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
418         * backend/djvu/djvu-text.h:
419         * backend/tiff/tiff-document.c: (tiff_document_render):
420
421         Fix compile warnings.
422         
423 2007-12-28  Christian Persch  <chpe@gnome.org>
424
425         * **/*.c: Include config.h. Bug #504721.
426
427 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * configure.ac:
430         * Makefile.am:
431         * po/POTFILES.in:
432         * backend/comics/Makefile.am:
433         * backend/comics/comics-document.[ch]:
434         * backend/comics/comicsdocument.evince-backend.in:
435         * backend/djvu/Makefile.am:
436         * backend/djvu/djvu-document.[ch]:
437         * backend/djvu/djvudocument.evince-backend.in:
438         * backend/dvi/Makefile.am:
439         * backend/dvi/dvi-document.[c]:
440         * backend/dvi/dvidocument.evince-backend.in:
441         * backend/impress/Makefile.am:
442         * backend/impress/impress-document.[ch]:
443         * backend/impress/impressdocument.evince-backend.in:
444         * backend/pdf/Makefile.am:
445         * backend/pdf/ev-poppler.cc:
446         * backend/pdf/ev-poppler.h:
447         * backend/pdf/pdfdocument.evince-backend.in:
448         * backend/pixbuf/Makefile.am:
449         * backend/pixbuf/pixbuf-document.[ch]:
450         * backend/pixbuf/pixbufdocument.evince-backend.in:
451         * backend/ps/Makefile.am:
452         * backend/ps/ev-spectre.[ch]:
453         * backend/ps/ps-document.[ch]:
454         * backend/ps/psdocument.evince-backend.in:
455         * backend/tiff/Makefile.am:
456         * backend/tiff/tiff-document.[ch]:
457         * backend/tiff/tiffdocument.evince-backend.in:
458         * libdocument/Makefile.am:
459         * libdocument/ev-backends-manager.[ch]:
460         * libdocument/ev-module.[ch]:
461         * libdocument/ev-document.h:
462         * libdocument/ev-document-factory.[ch]:
463         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
464         (get_compression_from_mime_type), (get_document_from_uri),
465         (ev_document_factory_get_document), (file_filter_add_mime_types),
466         (ev_document_factory_add_filters):
467         * shell/Makefile.am:
468         * shell/ev-window-title.c: (get_filename_from_uri):
469         * shell/main.c: (main):
470         * thumbnailer/Makefile.am:
471         * thumbnailer/evince-thumbnailer.c: (main):
472
473         Plugin system for backends. Fixes bug #351348.
474         
475 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
476
477         * shell/ev-view-private.h:
478         * shell/ev-view.c: (ev_view_drag_update_momentum),
479         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
480         (ev_view_button_release_event), (ev_view_destroy):
481         
482         Kinetic scrolling implemented as requested in
483         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
484
485 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
486
487         * data/evince-toolbar.xml:
488         * data/evince-ui.xml:
489         * shell/ev-view-private.h:
490         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
491         (ev_view_button_press_event), (ev_view_motion_notify_event),
492         (ev_view_button_release_event), (ev_view_init),
493         (ev_view_autoscroll_cb), (ev_view_autoscroll),
494         (ev_view_set_cursor):
495         * shell/ev-view.h:
496         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
497         (ev_window_cmd_view_autoscroll):
498         
499         Autoscroll feature with the context menu. Fixes bug 
500         #323670. Thanks to David Turner <cillian64@googlemail.com>.
501
502 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
505
506         Disconnect also page-ready signal when removing a job because the
507         page size has changed. Thanks to kripken
508         <kripkensteiner@gmail.com>.
509
510 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
511
512         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
513         
514         Scroll pages in page entry with mouse wheel. Fixes bug
515         #324122. Thanks to David Turner <cillian64@googlemail.com>.
516
517 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * backend/dvi/Makefile.am:
520         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
521         (mdvi_cairo_device_init):
522         * backend/dvi/mdvi-lib/common.h:
523         * backend/dvi/mdvi-lib/mdvi.h:
524         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
525         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
526         (mdvi_build_path_from_cwd):
527
528         Add ps specials support in dvi backend when libspectre is
529         present. Fixes bug #386005.
530         
531 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * configure.ac:
534         * backend/ps/Makefile.am:
535         * backend/ps/ev-spectre.[ch]:
536         
537         Use libspectre, if available, for the ps backend. Fixes bugs
538         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
539
540 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
541         
542         * backend/comics/comics-document.c: (comics_document_load):
543         
544         Cygwin build issue fix.
545
546 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-view.c: (ev_view_set_zoom):
549
550         Do not limit the minimum zoom factor when sizing mode is best bit
551         or fit width. Fixes bug #503805.
552         
553 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
556         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
557         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
558         (ev_link_dest_get_property), (ev_link_dest_set_property),
559         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
560         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
561         (ev_link_dest_new_fitr):
562         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
563         (goto_fith_dest), (goto_xyz_dest):
564
565         Do not change left, top and zoom values when they are null in PDF
566         destinations. Fixes bug #460658.
567         
568 2007-12-10  Christian Persch  <chpe@gnome.org>
569
570         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
571         (ev_view_accessible_class_init),
572         (ev_view_accessible_idle_do_action),
573         (ev_view_accessible_action_do_action),
574         (ev_view_accessible_action_get_description),
575         (ev_view_accessible_action_set_description),
576         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
577         (ev_view_accessible_factory_init),
578         (ev_view_accessible_factory_get_accessible_type):
579         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
580         private data, and G_DEFINE_TYPE. Bug #502843.
581
582 2007-12-08  Christian Persch  <chpe@gnome.org>
583
584         * shell/ev-metadata-manager.c: (item_free),
585         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
586         (value_free), (parse_value), (parseItem),
587         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
588         (save_values): Use GSlice to allocate small amounts of memory. Bug
589         #475972.
590
591 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
594
595         Restore cursor to normal after a drag operation. Fixes bug
596         #501603.
597         
598 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
599
600         * NEWS:
601         * configure.ac:
602         
603         Update for release 2.21.1
604
605 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * configure.ac:
608         * cut-n-paste/gedit-message-area/Makefile.am:
609         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
610         * shell/Makefile.am:
611         * shell/ev-message-area.[ch]:
612         * shell/ev-window.c: (ev_window_set_message_area),
613         (ev_window_error_message_response_cb), (ev_window_error_message),
614         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
615         (ev_window_save_job_cb), (image_save_dialog_response_cb),
616         (ev_attachment_popup_cmd_open_attachment),
617         (attachment_save_dialog_response_cb), (ev_window_set_document),
618         (ev_window_init):
619
620         Use a message area instead of a popup dialog for error
621         notifications. Fixes bug #337495.
622         
623 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
626         (ev_window_run_fullscreen):
627
628         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
629         
630 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * ev-sidebar-thumbnails.c: (update_visible_range),
633         (ev_sidebar_thumbnails_refresh),
634         (ev_sidebar_thumbnails_set_document),
635         (ev_sidebar_thumbnails_support_document):
636
637         Show thumbnails for documents with one page. Fixes bug #358751.
638         
639 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-window.c:
642         (ev_window_load_print_settings_from_metadata),
643         (ev_window_save_print_settings), (ev_window_print_finished),
644         (ev_window_print_range):
645
646         Print settings that are specific to the document are now saved per
647         document in the metadata file. Fixes bug #488806.
648         
649 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
650
651         * backend/tiff/tiff-document.c: (tiff_document_render):
652
653         Tiff documents were rendered with wrong colors. Fixes bug #497279.
654         
655 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * shell/ev-application.[ch]: (get_find_string_from_args),
658         (ev_application_open_uri_at_dest), (ev_application_open_uri),
659         (ev_application_open_uri_list):
660         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
661         * shell/ev-window.[ch]: (ev_window_load_job_cb),
662         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
663         (ev_window_cmd_recent_file_activate),
664         (ev_window_open_recent_action_item_activated),
665         (ev_window_print_send), (open_remote_link):
666         * shell/main.c: (arguments_parse):
667
668         Add a command line option for search. Fixes bug #497710.
669         
670 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
671
672         * shell/ev-jobs.c: (ev_job_print_new):
673
674         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
675         
676 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * data/evince-toolbar.xml:
679         * shell/Makefile.am:
680         * shell/ev-application.c: (ev_application_init):
681         * shell/ev-open-recent-action.[ch]:
682         * shell/ev-window.c:
683         (ev_window_open_recent_action_item_activated),
684         (register_custom_actions):
685
686         Add an expander to the open toolbar item which pops up a dropdown
687         menu with the recently used documents. Fixes bug #487215.
688         
689 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-window.c: (ev_window_open_uri),
692         (ev_window_cmd_view_reload):
693
694         Do not jump to the first page when reloading by running evince
695         from the command line. Fixes bug #490847.
696         
697 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
698
699         * shell/ev-window.c: (ev_window_cmd_help_contents):
700
701         Plugged memory leak when help file is not found. Fixes bug
702         #490762.
703         
704 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * configure.ac:
707
708         Enable djvu, dvi and comics backends by default. Fixes bug
709         #437121.
710         
711 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * configure.ac:
714         * cut-n-paste/Makefile.am:
715         * cut-n-paste/recent-files/*: Removed
716         * help/reference/Makefile.am:
717         * shell/Makefile.am:
718         * shell/ev-application.[ch]: (ev_application_shutdown),
719         (ev_application_init):
720         * shell/ev-window.c: (ev_window_add_recent),
721         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
722
723         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
724         
725 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
726
727         * shell/ev-window.c: (launch_external_uri):
728
729         Let GnomeVFS check the URL, this allow more URL (like mailto:),
730         and report error if the URL is not supported (#489910).
731
732 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
735         (pdf_document_file_exporter_begin_page),
736         (pdf_document_file_exporter_end_page):
737
738         Fix printing with poppler splash backend. Fixes bug #489774.
739         
740 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
743         * shell/ev-print-job.c: (ev_print_job_class_init):
744
745         Fix a crash when printing with the gnome-print dialog. Fixes bug
746         #488939.
747         
748 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
749
750         * backend/pixbuf/pixbuf-document.c:
751
752         Fix an implicit function definition warning (#487655)
753
754 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * shell/ev-window.c:
757
758         Fix conflicting shortcut for view sade pane and presentation.
759         
760 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/pdf/ev-poppler.cc:
763         (pdf_document_file_exporter_begin_page),
764         (pdf_document_file_exporter_do_page),
765         (pdf_document_file_exporter_end_page),
766         (pdf_document_file_exporter_iface_init):
767         * libdocument/ev-file-exporter.[ch]:
768         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
769         * shell/ev-jobs.c: (ev_job_print_get_page_list),
770         (ev_job_print_run):
771
772         When printing multiple pages per sheet in reverse option, do not
773         invert the order of the pages in every sheet, but the order of the
774         sheets. Do not print blank pages when page range is invalid. Fixes
775         bugs #484857 and #485521.
776         
777 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * shell/ev-jobs.c: (ev_job_print_get_page_list),
780         (ev_job_print_run):
781         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
782
783         Respect ranges order when printing more than one range in random
784         order.
785         
786 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
787
788         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
789         (ev_window_setup_document), (ev_window_rotation_changed_cb):
790
791         Rotate also the window icon when document is rotated. Fixes bug
792         #474681.
793         
794 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
797         (pdf_document_forms_get_form_fields):
798
799         Silently ignore unknown form fields. Fixes bug #482654. Patch by
800         Matthias Drochner.
801         
802 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * configure.ac:
805         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
806
807         Use poppler_page_render_for_printing() instead of
808         poppler_page_render() if available when exporting to a ps or pdf
809         file. Fixes bug #476627.
810         
811 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * shell/ev-window.c: (ev_window_run_fullscreen):
814
815         Do not show the toolbar in fullscreen mode if the main toolbar is
816         not visible. Fixes bug #483048.
817         
818 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-view.c: (ev_view_button_press_event):
821
822         Give priority to form fields over images when deciding whether a
823         button press event is over an image or form field. It allows edit
824         form fields when they are over a background image. Fixes bug
825         #477841.
826         
827 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
828
829         * NEWS:
830         * configure.ac:
831         
832         Update for release 2.20.0
833
834 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * backend/pdf/ev-poppler.cc:
837
838         Remove #ifdef HAVE_FORMS, so that forms support works again.
839
840 2007-09-05  Götz Waschk  <waschk@mandriva.org>
841
842         * configure.ac:
843         * data/evince.desktop.in.in:
844         
845         Fixes desktop file issues. See bug #473471.
846
847 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
850         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
851         (ev_job_queue_remove_job):
852         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
853         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
854         * shell/ev-window.c: (ev_window_clear_save_job),
855         (ev_window_save_job_cb), (file_save_dialog_response_cb),
856         (ev_window_dispose):
857
858         Move save a copy task to its own job so that it's carried out in a
859         thread avoiding another lock in the main thread. Use
860         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
861         can be saved to a pathin another file system. Fixes bug #456891.
862         
863 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
864
865         * NEWS:
866         * configure.ac:
867         
868         Update for release 2.19.92
869
870 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * configure.ac:
873         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
874         (pdf_selection_get_selection_region),
875         (pdf_selection_get_selection_map),
876         (ev_form_field_from_poppler_field):
877
878         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
879         and triple click selections are enabled again now.
880
881 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-window.c: (ev_window_add_history):
884
885         Make sure not to use the history with documents not supporting
886         links. Fixes bug #468954.
887
888 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-window.c: (ev_window_load_job_cb):
891
892         Restart the search when reloading a document with the find bar
893         visible. Fixes bug #461962.
894
895 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-window.c: (setup_document_from_metadata),
898         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
899
900         Do not jump to the first page when reloading a document from the
901         last page.
902
903 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-window.c: (update_chrome_flag),
906         (setup_sidebar_from_metadata),
907         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
908         (ev_window_cmd_edit_find_next),
909         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
910         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
911         (find_bar_close_cb), (view_actions_focus_in_cb):
912
913         Do not update visibility when changing a chrome flag so that it's
914         possible to update several flags and update visibility only once
915         for all of them.
916
917 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
920
921         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
922         supported by gtk+. Fixes bug #460907.
923
924 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * shell/ev-view.c: (view_update_range_and_current_page):
927
928         Make sure current-page <= end-page in continuous mode. Fixes bug
929         #454950.
930
931 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * backend/pdf/ev-poppler.cc: (build_tree):
934
935         Ignore outline items without a title. Fixes bug #453913.
936
937 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
940         (ev_view_button_release_event), (ev_view_leave_notify_event):
941
942         Use always drag mouse cursor during a drag operation. Fixes bug
943         #470564.
944
945 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
948         (pdf_selection_get_selection_region),
949         (pdf_selection_get_selection_map):
950
951         Temporarily disable double and triple selections since it depends on
952         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
953         released and the update of the external dependency minimal version
954         approved.
955
956 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
959         (pdf_document_file_exporter_do_page):
960         * libdocument/ev-file-exporter.h:
961         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
962         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
963
964         Actually fix printing regressions. Remove orientation from
965         EvPrintContext since it's redundant.
966
967 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
970         * backend/impress/impress-document.c:
971         (impress_document_document_iface_init):
972         * backend/ps/ps-document.c: (ps_document_document_iface_init):
973         * backend/djvu/djvu-document.c:
974         (djvu_document_document_iface_init),
975         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
976         * backend/tiff/tiff-document.c:
977         (tiff_document_document_iface_init):
978         * backend/pixbuf/pixbuf-document.c:
979         (pixbuf_document_document_iface_init):
980         * backend/comics/comics-document.c:
981         (comics_document_document_iface_init):
982         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
983         (pdf_selection_render_selection),
984         (pdf_selection_get_selected_text),
985         (pdf_selection_get_selection_region),
986         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
987         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
988         (ev_selection_get_selection_region),
989         (ev_selection_get_selection_map):
990         * libdocument/ev-document.[ch]:
991         * shell/ev-pixbuf-cache.[ch]: (add_job),
992         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
993         * shell/ev-view-private.h:
994         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
995         (ev_job_render_run):
996         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
997         * shell/ev-view.c: (start_selection_for_event),
998         (ev_view_button_press_event), (ev_view_drag_data_get),
999         (ev_view_drag_data_received), (ev_view_button_release_event),
1000         (compute_new_selection_text), (compute_selections),
1001         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1002         (ev_view_primary_get_cb):
1003
1004         Add support for double and triple click selections.
1005
1006 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * NEWS:
1009         * configure.ac:
1010
1011         Update for release 2.19.4
1012
1013 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1014
1015         * shell/ev-view-private.h:
1016         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1017         (ev_view_set_highlight_search):
1018         * shell/ev-view.h:
1019         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1020         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1021         (find_bar_visibility_changed_cb):
1022         
1023         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1024
1025 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1028         (pdf_document_file_exporter_begin),
1029         (pdf_document_file_exporter_do_page):
1030         * shell/ev-jobs.c: (ev_job_print_run):
1031         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1032
1033         Create always a portrait cairo surface and rotate when needed for
1034         landscape. It fixes printing problems in real printers.
1035
1036 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1039         * libdocument/ev-file-exporter.[ch]:
1040         (ev_file_exporter_get_capabilities):
1041         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1042         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1043
1044         Adjust number of pages per row according to page orientation when
1045         printing 2 or 6 pages per sheet.
1046
1047 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-window.c: (ev_window_print_send):
1050
1051         Reset also cups setting to 1 when printing multiple pages per
1052         sheet. Fixes bug #468853.
1053
1054 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * libdocument/ev-document-misc.c:
1057         (ev_document_misc_surface_rotate_and_scale):
1058
1059         Use directly cairo_surface_get_content() when creating a similar
1060         surface as suggested by Jeff Muizelaar. Thanks again.
1061
1062 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * backend/djvu/djvu-document.c: (djvu_document_render):
1065         * backend/tiff/tiff-document.c: (tiff_document_render):
1066         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1067         * libdocument/ev-document-misc.c:
1068         (ev_document_misc_surface_from_pixbuf),
1069         (ev_document_misc_surface_rotate_and_scale):
1070
1071         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1072         creating page surfaces. Fixes bug #453123. Thank you very much to
1073         Jeff Muizelaar <jeff@infidigm.net>.
1074
1075 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * shell/ev-page-cache.c: (ev_page_cache_new),
1078         (ev_page_cache_get_thumbnail_size):
1079         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1080         (ev_sidebar_thumbnails_set_loading_icon):
1081
1082         Also store in page-cache the dimensions of the thumbnails so that
1083         they can be used to create the correct loading icon in the side
1084         pane. Fixes bug #466857.
1085
1086 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * backend/pdf/ev-poppler.cc:
1089         (pdf_document_thumbnails_get_thumbnail):
1090
1091         Fix thumbnails rotation in pdf documents that include embedded 
1092         thumbnails.
1093
1094 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1095
1096         * backend/pdf/ev-poppler.cc:
1097
1098         Don't use #ifdef in macro expansion. Some compilers don't
1099         like that. Closes bug #467042.
1100
1101 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1102
1103         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1104         
1105         Fixes memory leak in djvu backend.
1106
1107 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1108
1109         * data/icons/32x32/Makefile.am:
1110         * data/icons/32x32/actions/Makefile.am:
1111         * data/icons/32x32/actions/view-page-cont.svg:
1112         * data/icons/32x32/actions/view-page-facing.svg:
1113         * data/icons/48x48/Makefile.am:
1114         * data/icons/48x48/actions/Makefile.am:
1115         * data/icons/48x48/actions/view-page-cont.svg:
1116         * data/icons/48x48/actions/view-page-facing.svg:
1117         
1118         Icons for a new sizes.
1119
1120 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1121
1122         * shell/ev-page-cache.c: (build_height_to_page),
1123         (ev_page_cache_get_height_to_page):
1124         
1125         Fixes invalid read, see bug #466401.
1126
1127 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1130         (set_drag_cursor):
1131         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1132         (configure_item_cursor), (new_pixbuf_from_widget):
1133
1134         Fix multihead problems in toolbar editor. Fixes bug #382055.
1135
1136 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-window.c: (ev_window_cmd_file_open),
1139         (ev_window_cmd_save_as):
1140
1141         Use g_get_user_special_dir when available instead of
1142         xdg_user_dir_lookup.
1143
1144 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1145
1146         * MAINTAINERS:
1147         
1148         Updated according to request on desktop-devel.
1149
1150 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1153
1154         Do not use cairo_rectangle and cairo_clip since we are
1155         not using cairo_fill but cairo_paint. Use the same cairo context
1156         for every page in the same expose event.
1157
1158 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1159
1160         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1161         leak.
1162
1163 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * configure.ac:
1166         * NEWS:
1167
1168         Release 0.9.3
1169
1170 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * libdocument/ev-document-info.h:
1173         * libdocument/ev-document.h:
1174         * shell/ev-page-action.h:
1175         * shell/ev-sidebar-links.h:
1176
1177         Fix a headers problem with ev-link
1178         
1179         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1180         * shell/ev-view-private.h:
1181         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1182         (get_link_area), (ev_view_query_tooltip),
1183         (ev_view_leave_notify_event), (ev_view_destroy),
1184         (ev_view_class_init):
1185
1186         Use new gtk tooltips when available instead of ev-tooltip.
1187         
1188 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-window.c: (update_chrome_visibility),
1191         (ev_window_sidebar_visibility_changed_cb):
1192
1193         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1194         
1195 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * shell/ev-navigation-action.c:
1198         (ev_navigation_action_history_changed),
1199         (ev_navigation_action_set_history):
1200         * shell/ev-navigation-action-widget.c:
1201         (ev_navigation_action_widget_init):
1202         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1203
1204         Fix compile warnings.
1205         
1206 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1209         (egg_editable_toolbar_dispose):
1210
1211         Fix memory leak.
1212         
1213 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1216         (screensaver_disable_x11):
1217         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1218         * shell/ev-window.c: (presentation_set_timeout):
1219         * shell/ev-view.c: (ev_view_presentation_transition_start):
1220
1221         Use g_timeout_add_seconds instead of g_timeout_add when
1222         available.
1223         
1224 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1227
1228         Set horizontal scrollbar policy to AUTOMATIC instead of
1229         NEVER. Workaround for bug #449462.
1230         
1231 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-jobs.c: (ev_job_render_page_ready):
1234
1235         Add page_ready callback to main loop with high priority and hold
1236         a reference to job during idle.
1237         
1238 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * configure.ac:
1241         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1242         (pdf_document_file_exporter_begin),
1243         (pdf_document_file_exporter_do_page),
1244         (pdf_document_file_exporter_get_capabilities):
1245         * libdocument/ev-file-exporter.h:
1246         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1247         * shell/ev-window.c: (ev_window_print_send),
1248         (ev_window_print_dialog_response_cb):
1249
1250         Allow printing multiple pages per sheet. Fixes bug #395573.
1251         
1252 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1253
1254         * shell/ev-view.c: (tip_from_link):
1255         
1256         Check for NULL, fixes bug #460862.
1257
1258 2007-07-29  Christian Persch  <chpe@gnome.org>
1259
1260         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1261         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1262         (ev_window_cmd_preview_print):
1263         
1264         Fixes bug #437681 - blocks while enumerating printers.
1265
1266 2007-07-29  Christian Persch  <chpe@gnome.org>
1267
1268         * shell/ev-window.c: (ev_window_screen_changed):
1269         
1270         Don't use deprecated gtk+ function. See bug #460909.
1271
1272 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-utils.c: (get_num_monitors):
1275         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1276
1277         Do not use display before initializing it. Remove compile
1278         warnings.
1279
1280 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1281
1282         * shell/ev-view.c: (ev_view_class_init):
1283         
1284         Unix-like hjkl bindings added. See bug #458111.
1285
1286 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1287
1288         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1289         * shell/ev-utils.h:
1290         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1291         (ev_view_update_view_size):
1292         * shell/ev-view.h:
1293         * shell/ev-window.c: (ev_window_update_actions),
1294         (setup_view_from_metadata), (ev_window_screen_changed),
1295         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1296         (zoom_control_changed_cb):
1297         * shell/ev-window.h:
1298         
1299         Reorganizes utility functions.
1300
1301 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1304         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1305         (add_job), (ev_pixbuf_cache_get_surface),
1306         (ev_pixbuf_cache_get_link_mapping),
1307         (ev_pixbuf_cache_get_image_mapping),
1308         (ev_pixbuf_cache_get_form_field_mapping),
1309         (ev_pixbuf_cache_get_text_mapping):
1310         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1311         (notify_page_ready), (ev_job_render_page_ready),
1312         (ev_job_render_run):
1313
1314         Add page_ready signal to notify that page is ready as soon as
1315         possible even if other page elements like links, forms, images or
1316         text mapping are not ready yet.
1317
1318 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1321         (dvi_document_file_exporter_do_page),
1322         (dvi_document_file_exporter_get_capabilities),
1323         (dvi_document_file_exporter_iface_init):
1324         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1325         (ps_document_file_exporter_do_page),
1326         (ps_document_file_exporter_get_capabilities),
1327         (ps_document_file_exporter_iface_init):
1328         * backend/djvu/djvu-document.c:
1329         (djvu_document_file_exporter_begin),
1330         (djvu_document_file_exporter_end),
1331         (djvu_document_file_exporter_get_capabilities),
1332         (djvu_document_file_exporter_iface_init):
1333         * backend/tiff/tiff-document.c:
1334         (tiff_document_file_exporter_begin),
1335         (tiff_document_file_exporter_get_capabilities),
1336         (tiff_document_document_file_exporter_iface_init):
1337         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1338         (pdf_document_file_exporter_do_page),
1339         (pdf_document_file_exporter_get_capabilities),
1340         (pdf_document_file_exporter_iface_init):
1341         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1342         (ev_file_exporter_get_capabilities):
1343         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1344         (idle_print_handler), (ev_print_job_print):
1345         * shell/ev-jobs.c: (ev_job_print_run):
1346         * shell/ev-window.c: (ev_window_print_send),
1347         (ev_window_print_range):
1348
1349         Use capabilities to know which options should be offered by the
1350         print dialog depending on the document backend.
1351
1352 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1355
1356         Give priority to forms over text to set the cursor.
1357
1358 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-view-private.h:
1361         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1362         (ev_view_leave_notify_event), (ev_view_finalize),
1363         (ev_view_get_property), (ev_view_class_init):
1364
1365         Use IBEAM cursor for text form fields and NORMAL cursor for read
1366         only fields. Remove unused status attribute.
1367
1368 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1371
1372         Update region for current selected items also for checkbox
1373         buttons, since they can behave as radio buttons when they are in a
1374         set.
1375
1376 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * configure.ac:
1379         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1380
1381         Get max length of text form fields.
1382
1383 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1386         * libdocument/ev-form-field.h:
1387         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1388
1389         Fix build with current poppler cvs head.
1390
1391 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1394         * shell/eggfindbar.c: (egg_find_bar_init):
1395
1396         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1397         deprecation. Fixes bug #455667
1398
1399 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1400
1401         * NEWS:
1402         * configure.ac:
1403         
1404         Update for release 0.9.2
1405
1406 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * shell/ev-view.c: (ev_view_form_field_text_save),
1409         (ev_view_form_field_choice_save):
1410
1411         Fix a crash when closing whith a form widget visible.
1412
1413 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1416
1417         Update also the region of the current selected button when
1418         clicking on another button if they are radio buttons.
1419
1420 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1423         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1424         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1425         (ev_pixbuf_cache_get_link_mapping),
1426         (ev_pixbuf_cache_get_image_mapping),
1427         (ev_pixbuf_cache_get_form_field_mapping),
1428         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1429         * shell/ev-view.c: (ev_view_form_field_get_region),
1430         (ev_view_form_field_button_create_widget),
1431         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1432         (job_finished_cb):
1433
1434         Redraw only form field region instead of the whole page when
1435         reloading a page to show changes on the form field.
1436
1437 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * shell/ev-view.c: (ev_view_form_field_choice_save):
1440
1441         Fix selection of first item in list form fields.
1442
1443 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1446         (ev_pixbuf_cache_reload_page),
1447         (ev_pixbuf_cache_get_form_field_mapping):
1448
1449         Some refactoring to avoid duplicated code.
1450
1451 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * configure.ac:
1454         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1455         (ev_form_field_from_poppler_field),
1456         (pdf_document_forms_get_form_fields),
1457         (pdf_document_forms_form_field_text_get_text),
1458         (pdf_document_forms_form_field_text_set_text),
1459         (pdf_document_forms_form_field_button_set_state),
1460         (pdf_document_forms_form_field_button_get_state),
1461         (pdf_document_forms_form_field_choice_get_item),
1462         (pdf_document_forms_form_field_choice_get_n_items),
1463         (pdf_document_forms_form_field_choice_is_item_selected),
1464         (pdf_document_forms_form_field_choice_select_item),
1465         (pdf_document_forms_form_field_choice_toggle_item),
1466         (pdf_document_forms_form_field_choice_unselect_all),
1467         (pdf_document_forms_form_field_choice_set_text),
1468         (pdf_document_forms_form_field_choice_get_text),
1469         (pdf_document_document_forms_iface_init):
1470         * libdocument/Makefile.am:
1471         * libdocument/ev-form-field.[ch]:
1472         * libdocument/ev-document-forms.[ch]:
1473         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1474         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1475         (add_job), (ev_pixbuf_cache_reload_page),
1476         (ev_pixbuf_cache_get_form_field_mapping):
1477         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1478         * shell/ev-view-private.h:
1479         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1480         (ev_view_handle_cursor_over_xy),
1481         (ev_view_get_form_field_at_location),
1482         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1483         (ev_view_form_field_button_create_widget),
1484         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1485         (ev_view_form_field_text_create_widget),
1486         (ev_view_form_field_choice_save),
1487         (ev_view_form_field_choice_changed),
1488         (ev_view_form_field_choice_create_widget),
1489         (ev_view_handle_form_field), (ev_view_size_allocate),
1490         (ev_view_realize), (draw_end_presentation_page),
1491         (ev_view_button_press_event), (ev_view_remove_all),
1492         (ev_view_motion_notify_event), (ev_view_key_press_event),
1493         (ev_view_enter_notify_event), (highlight_find_results),
1494         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1495         (ev_view_class_init), (page_changed_cb),
1496         (on_adjustment_value_changed), (ev_view_set_presentation),
1497         (merge_selection_region), (ev_view_set_cursor),
1498         (ev_view_reset_presentation_state):
1499         
1500         Merge evince-forms branch.
1501
1502 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1503
1504         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1505
1506         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1507         This script also updates itself from libegg
1508
1509         * cut-n-paste/toolbar-editor/egg*:
1510         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1511         libegg
1512
1513 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1514
1515         * shell/ev-window.c:
1516         
1517         Adds a nice icon to page action during toolbar editing.
1518         See bug #452872.
1519
1520 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1521
1522         * data/evince-toolbar.xml:
1523         * shell/ev-window.c:
1524         
1525         Let user add a presentation and fullscreen icons on toolbar.
1526         See bug #449734.
1527
1528 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1529
1530         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1531
1532         new script to keep in sync with toolbareditor in libegg
1533
1534         * cut-n-paste/toolbar-editor/*: 
1535
1536         Run update-toolbareditor-from-libegg so we are in sync again. 
1537         Fixes bug #452850.
1538         
1539
1540 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * shell/ev-sidebar-links.c: (job_finished_callback):
1543
1544         Do not connect selection changed signal more than once. Fixes bug
1545         #349433.
1546
1547 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1550
1551         Do not change sidebar chrome flag when pressing F9 key in
1552         presentation mode.
1553
1554 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * backend/pdf/ev-poppler.cc:
1557         (pdf_document_thumbnails_get_dimensions):
1558
1559         Make sure thumbnails width and height is not <= 0. Fixes a crash
1560         with some pdf documents which have really small pages.
1561
1562 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1563
1564         * shell/main.c: (main):
1565
1566         Fixes program description translation issue.
1567         Bug #450148.
1568
1569 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1570
1571         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1572
1573         Do not change current page when returning from black/white mode
1574         in presentation. Fixes bug #415032.
1575
1576 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1577
1578         * NEWS:
1579         * configure.ac:
1580         
1581         Update for release 0.9.1
1582
1583 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1584
1585         * backend/dvi/dvi-document.c:
1586         (dvi_document_finalize),
1587         (dvi_document_file_exporter_format_supported),
1588         (dvi_document_file_exporter_begin),
1589         (dvi_document_file_exporter_do_page),
1590         (dvi_document_file_exporter_end),
1591         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1592         
1593         PDF exporter for dvi documents. Fixes bug #441319.
1594
1595 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-window.c: (ev_window_clear_print_job):
1598
1599         Clear gtk print job when job has finished. Fixes bug #447612.
1600
1601 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * shell/ev-window.c: (ev_window_print_send),
1604         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1605
1606         Add preview button to print dialog. Fixes bug #445419.
1607
1608 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * backend/dvi/Makefile.am:
1611         * backend/dvi/pixbuf-device.[ch]: Removed
1612         * backend/dvi/cairo-device.[ch]: Added
1613         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1614         * backend/dvi/dvi-document.c: (dvi_document_load),
1615         (dvi_document_render), (dvi_document_finalize),
1616         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1617         (dvi_document_do_color_special):
1618         * libdocument/ev-document-misc.[ch]:
1619         (ev_document_misc_pixbuf_from_surface):
1620
1621         Port dvi backend to cairo and fix a problem with colors. 
1622
1623 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-view.c: (draw_one_page):
1626
1627         Draw only visible region.
1628
1629 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * backend/djvu/djvu-document.c: (djvu_document_render):
1632
1633         Fix rotation in djvu backend.
1634
1635 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1638         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1639         (ev_pixbuf_cache_get_image_mapping),
1640         (ev_pixbuf_cache_get_text_mapping):
1641
1642         Redraw view every time we have a new surface. Fixes bug #443587.
1643
1644 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * libdocument/ev-document.c: (ev_document_info_free):
1647
1648         Fix memory leaks.
1649
1650 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * backend/dvi/dvi-document.c: (dvi_document_render),
1653         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1654         * backend/impress/impress-document.c:
1655         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1656         (impress_document_render), (impress_document_document_iface_init),
1657         (impress_document_thumbnails_get_thumbnail):
1658         * backend/djvu/djvu-document-private.h:
1659         * backend/djvu/djvu-document.c: (djvu_document_render),
1660         (djvu_document_finalize), (djvu_document_document_iface_init),
1661         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1662         * backend/tiff/tiff-document.c: (tiff_document_render),
1663         (tiff_document_render_pixbuf),
1664         (tiff_document_document_iface_init):
1665         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1666         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1667         (pdf_selection_render_selection):
1668         * backend/comics/comics-document.c:
1669         (comics_document_render_pixbuf), (comics_document_render),
1670         (comics_document_document_iface_init):
1671         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1672         (pixbuf_document_document_iface_init):
1673         * libdocument/ev-document-misc.[ch]:
1674         (ev_document_misc_surface_from_pixbuf),
1675         (ev_document_misc_surface_rotate_and_scale):
1676         * libdocument/ev-document.[ch]: (ev_document_render):
1677         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1678         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1679         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1680         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1681         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1682         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1683         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1684         (render_finished_cb), (ev_job_render_run):
1685         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1686         (merge_selection_region):
1687
1688         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1689         and selections.
1690
1691 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-window-title.c: (ev_window_title_update):
1694
1695         Fix memory leak.
1696
1697 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-view.c: (draw_loading_text):
1700
1701         Show loading text centered. Fixes bug #433061
1702
1703 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-sidebar-thumbnails.c:
1706         (ev_sidebar_thumbnails_set_loading_icon):
1707
1708         Remove a mutex in the main thread that blocks the UI in heavy
1709         documents.
1710
1711 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1714
1715         Set points_set to TRUE so that selections don't disappear after a
1716         zoom change.
1717
1718 2007-06-07  Michael Monreal  <infernux@web.de>
1719
1720         * data/icons/16x16/actions/Makefile.am:
1721         * data/icons/16x16/actions/zoom.svg:
1722         * data/icons/22x22/actions/Makefile.am:
1723         * data/icons/22x22/actions/zoom.svg:
1724         * data/icons/24x24/actions/Makefile.am:
1725         * shell/ev-stock-icons.c:
1726         * shell/ev-stock-icons.h:
1727         * shell/ev-window.c:
1728         
1729         Zoom icon artwork. See bug #444795.
1730
1731 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1732
1733         * shell/ev-metadata-manager.c: Remove extraneous function
1734         (Closes: #444386)
1735
1736 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1737
1738         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1739         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1740         (ev_metadata_manager_set), (ev_metadata_manager_save):
1741         Simplify the timeout, no need for modified anymore
1742
1743 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1744
1745         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1746         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1747         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1748         (ev_metadata_manager_save): Adapted patch from Arjan van de
1749         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1750         time, saves on power (Closes: #443851)
1751
1752 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * configure.ac:
1755         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1756         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1757
1758         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1759
1760 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * shell/ev-window.c: (ev_window_add_history):
1763
1764         Check if history is NULL
1765
1766 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * libdocument/ev-image.c: (ev_image_finalize):
1769         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1770         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1771         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1772         (ev_tmp_uri_unlink):
1773
1774         Add functions to delete temporary files created by evince in a safe
1775         way.
1776
1777         * shell/ev-window.c: (ev_window_clear_local_uri),
1778         (open_xfer_update_progress_callback),
1779         (save_xfer_update_progress_callback), (ev_window_save_remote),
1780         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1781         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1782         (attachment_save_dialog_response_cb),
1783         (ev_attachment_popup_cmd_save_attachment_as):
1784
1785         Allow saving a copy of a document, image or attachment to a remote
1786         location. Fixes bug #440754. 
1787
1788 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * configure.ac:
1791         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1792
1793         Fix build with current poppler from cvs head. 
1794
1795 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1796
1797         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1798
1799         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1800         directory exists.
1801
1802 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1803
1804         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1805         * shell/ev-window.c:
1806
1807         Change sidebar ordering. Fixes bug #439939.
1808
1809 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1810
1811         * backend/comics/Makefile.am:
1812         
1813         Fixes build with --without-libgnome.
1814
1815 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1816         
1817         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1818
1819         Update cursor and tooltip on page change and view scroll. Fixes bug
1820         #439217.
1821
1822 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1823
1824         * NEWS:
1825         * configure.ac:
1826         
1827         Update for release 0.9.0
1828
1829 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1830
1831         * backend/djvu/djvu-document-private.h:
1832         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1833         (djvu_document_finalize),
1834         (djvu_document_file_exporter_format_supported),
1835         (djvu_document_file_exporter_begin),
1836         (djvu_document_file_exporter_do_page),
1837         (djvu_document_file_exporter_end),
1838         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1839         
1840         Implemented printing with djvu. Bug #437998.
1841
1842 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * backend/impress/zip.c:
1845         Add missing ulong definition.
1846
1847         * backend/ps/ps-interpreter.c:
1848         Add missing headers.
1849
1850         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1851
1852 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1855
1856         Add missing call to parent class dispose method. 
1857
1858 2007-05-12  Ross Burton  <ross@openedhand.com>
1859
1860         * shell/main.c:
1861         Sync keybindings manually when building without libgnome
1862         (#437925).
1863
1864 2007-05-12  Ross Burton  <ross@openedhand.com>
1865
1866         * shell/ev-window.c:
1867         Respect the screen when opening help (#437866).
1868
1869 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * data/evince-ui.xml:
1872         * shell/ev-application.[ch]: (get_print_settings_from_args),
1873         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1874         (ev_application_open_uri_list):
1875         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1876         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1877         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1878         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1879         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1880         (ev_window_dispose):
1881         * shell/main.c: (arguments_parse):
1882
1883         Add print button in preview mode. Fixes bug #396475. 
1884
1885 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1886
1887         * cut-n-paste/zoom-control/ephy-zoom.h:
1888         
1889         Fixes zoom level factors. See bug #408119 for details.
1890
1891 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1892
1893         * backend/comics/comics-document.c: (comics_regex_quote),
1894         (extract_argv):
1895         
1896         Correctly quote symbols. Fixes crash in the bug
1897         #415370.
1898
1899 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1900
1901         * shell/ev-navigation-action-widget.c:
1902         (ev_navigation_action_widget_init),
1903         (ev_navigation_action_widget_class_init),
1904         (ev_navigation_action_widget_button_press_event):
1905         
1906         Connect to button-press event on correct widget. Fixes
1907         bug #431988
1908
1909 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1910
1911         * shell/ev-application.c: (ev_application_open_window),
1912         (ev_application_add_icon_path_for_screen),
1913         (ev_application_open_uri_at_dest):
1914         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1915         * shell/ev-navigation-action.c: (build_menu):
1916         
1917         Add app-specific icons to our icon theme. Fixes bug
1918         #425508.
1919
1920 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1921
1922         * shell/ev-history.c: (ev_history_class_init),
1923         (ev_history_add_link):
1924         * shell/ev-history.h:
1925         * shell/ev-navigation-action.c:
1926         (ev_navigation_action_history_changed),
1927         (ev_navigation_action_set_history), (build_menu),
1928         (ev_navigation_action_finalize):
1929         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1930         
1931         Make navigation action unsensitive instead of showing
1932         menu with unsensitive word. Fixes bug #417392.
1933
1934 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-application.[ch]: (ev_application_shutdown),
1937         (ev_application_get_print_settings),
1938         (ev_application_set_print_settings):
1939         * shell/ev-window.c:
1940
1941         Remember print settings. Fixes bug #349102. 
1942
1943 2007-05-08  Christian Persch  <chpe@gnome.org>
1944
1945         * configure.ac:
1946         * properties/ev-properties-view.c:
1947
1948         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1949         Bug #382438.
1950
1951 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * configure.ac:
1954         * properties/ev-properties-view.c: (ev_regular_paper_size):
1955
1956         Use gtk+ builtin paper list to identify the document's paper size.
1957         Fixes bug #382438. 
1958
1959 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * configure.ac:
1962
1963         Fix build when compiling with thumbnailer and libgnome support. 
1964
1965 2007-05-04  Ross Burton  <ross@openedhand.com>
1966
1967         * configure.ac:
1968         Add --without-libgnome, check for libgnome and libgnomeui
1969         separately, and add them to the symbols as required.
1970
1971         * libdocument/ev-file-helpers.c:
1972         When building without libgnome, use g_get_user_config_dir instead
1973         of gnome_user_dir_get.
1974
1975         * shell/ev-application.c:
1976         When building without libgnome, don't use session management.
1977
1978         * shell/main.c:
1979         When building without libgnome, don't use GnomeProgram or
1980         initialise the authentication manager.
1981
1982         This fixes #328842.
1983
1984 2007-05-04  Ross Burton  <ross@openedhand.com>
1985
1986         * shell/ev-window.c:
1987         Don't use libgnome to open help, instead call Yelp directly.
1988
1989 2007-05-04  Ross Burton  <ross@openedhand.com>
1990
1991         * shell/ev-sidebar-attachments.c:
1992         Don't use libgnome to lookup icons for MIME types, instead copy
1993         code from GTK+ to do it manually.
1994
1995 2007-05-04  Ross Burton  <ross@openedhand.com>
1996
1997         * configure.ac:
1998         Add libxml to the dependencies for SHELL_CORE (#435818).
1999
2000 2007-05-02  Ross Burton  <ross@openedhand.com>
2001
2002         * configure.ac:
2003         * Makefile.am:
2004         Add --disable-thumbnailer (#434825)
2005
2006 2007-05-02  Ross Burton  <ross@openedhand.com>
2007
2008         * shell/ev-window.c:
2009         Add missing includes, fix indentation.
2010
2011         * shell/main.c:
2012         Fix indentation.
2013
2014 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2015
2016         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2017         ev_application_open_uri_at_dest instead of ev_application_open_uri
2018         preventing new document always being opened in a new window even if there
2019         is an empty window.
2020
2021 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2022
2023         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2024         (egg_recent_view_uimanager_finalize):
2025         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2026         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2027         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2028         (ev_pixbuf_cache_dispose):
2029         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2030         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2031         
2032         Add missing chain to parent class methods. Fixes
2033         bug #433128.
2034
2035 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2036
2037         * data/Makefile.am (update-icon-cache): Updates
2038         gtk-update-icon-cache in uninstall-hook.
2039
2040 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-window.c: (ev_window_setup_document),
2043         (ev_window_set_document), (ev_window_load_job_cb):
2044         * shell/ev-view.c: (setup_caches):
2045         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2046
2047         Start rendering pages before any other jobs. 
2048
2049 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-window.c: (ev_window_stop_fullscreen),
2052         (ev_window_stop_presentation):
2053
2054         Update chrome visibility before window unfullscreen. 
2055
2056 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * data/Makefile.am:
2059         * data/evince-ui.xml:
2060         * shell/ev-stock-icons.[ch]:
2061         * shell/ev-application.[ch]: (ev_application_shutdown),
2062         (ev_application_init), (ev_application_get_toolbars_model):
2063         * shell/ev-window.c: (update_chrome_visibility),
2064         (fullscreen_toolbar_setup_item_properties),
2065         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2066         (ev_window_run_presentation), (ev_window_stop_presentation),
2067         (ev_window_run_preview), (ev_window_screen_changed),
2068         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2069         (ev_window_dispose), (ev_window_init):
2070
2071         Make fullscreen toolbar always visible. Do not use egg toolbars for
2072         fullscreen and preview modes since such toolbars are not editables.
2073         Fixes bugs #300278, #338910 and #316188.  
2074
2075 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2076
2077         * shell/ev-application.c:
2078         * shell/ev-job-queue.c:
2079         * shell/ev-metadata-manager.c:
2080         * shell/ev-stock-icons.c:
2081         * shell/ev-window.c:
2082         * shell/main.c:
2083         
2084         Developers documentation updated.
2085
2086 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2089
2090         Check whether uri is valid before launching it. Fixes bug #427664.
2091
2092 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2093
2094         * shell/ev-window.c:
2095
2096         Change key accelerator for Open a Copy menu entry which is in conflict
2097         with Close. Fixes bug #427321.
2098
2099 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2100
2101         * NEWS:
2102         * configure.ac:
2103         
2104         Update for release 0.8.1
2105
2106 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2107
2108         * shell/ev-window.c: (setup_size_from_metadata):
2109         
2110         Do not make window bigger than screen. Fixes bug 
2111         #388985.
2112
2113 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2116         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2117
2118         Use default resolution when it's not provided by document. Fixes bug
2119         #408762.
2120
2121 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * configure.ac:
2124         * thumbnailer/Makefile.am:
2125         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2126         * thumbnailer/evince-thumbnailer.schemas.in:
2127         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2128
2129         Add support for ps, eps and compressed documents thumbnails. Do not
2130         ignore size parameter. 
2131
2132 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2133
2134         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2135         (dvi_document_do_color_special):
2136         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2137
2138         Implement font color specials in the DVI backend. Fixes bug #303651.
2139
2140 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2141
2142         Fixup the previous commit:
2143
2144         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2145         * shell/xdg-user-dir-lookup.c: Make the function non-static
2146         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2147
2148 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2149
2150         * shell/ev-window.c (file_open_dialog_response_cb): Use
2151         the xdg-user-dirs DOCUMENTS folder as default folder when
2152         opening a file chooser.  (#424858)
2153
2154         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2155         xdg-user-dirs.
2156
2157 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * shell/ev-window.c: (ev_window_load_job_cb):
2160
2161         Do not setup view from metadata on preview mode. 
2162
2163 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/main.c:
2166
2167         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2168
2169 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-view.c: (ev_view_primary_get_cb):
2172
2173         Check pointer != NULL before using it. Fixes bug #416841. 
2174
2175 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2176
2177         * NEWS:
2178         * configure.ac:
2179         
2180         Release 0.8.0
2181
2182 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2185
2186         Do not render thumbnails when sidebar thumbnail page is not visible
2187         at startup. Fixes bug #416447. 
2188
2189 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2190
2191         * data/evince.desktop.in.in:
2192
2193         "Application" is not a valid category in the freedesktop specification.
2194
2195 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * libdocument/ev-file-helpers.[ch]: (compression_run),
2198         (ev_file_uncompress), (ev_file_compress):
2199         * shell/ev-window.c: (file_save_dialog_response_cb):
2200
2201         Save document compressed when saving a copy of a compressed document.
2202         Fixes bug #334542.
2203
2204 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2207
2208         Allow deleting in goto window entry in presentation mode. 
2209
2210 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2211
2212         * Makefile.am: Dist MAINTAINERS.
2213
2214 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * shell/ev-window.c: (ev_window_update_actions):
2217
2218         Fix zoom shortcut keys when searching. Fixes bug #409828.
2219
2220 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * shell/ev-window.c: (ev_window_setup_document):
2223
2224         Fix crash when loading documents with only one page. 
2225
2226 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * backend/dvi/dvi-document.c:
2229         (dvi_document_thumbnails_get_dimensions),
2230         (dvi_document_thumbnails_get_thumbnail):
2231         * backend/impress/impress-document.c:
2232         (impress_document_thumbnails_get_thumbnail),
2233         (impress_document_thumbnails_get_dimensions):
2234         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2235         (ps_document_thumbnails_get_dimensions):
2236         * backend/djvu/djvu-document.c:
2237         (djvu_document_thumbnails_get_dimensions),
2238         (djvu_document_thumbnails_get_thumbnail):
2239         * backend/tiff/tiff-document.c:
2240         (tiff_document_thumbnails_get_thumbnail),
2241         (tiff_document_thumbnails_get_dimensions):
2242         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2243         (pdf_document_thumbnails_get_thumbnail),
2244         (pdf_document_thumbnails_get_dimensions):
2245         * backend/comics/comics-document.c:
2246         (comics_document_thumbnails_get_thumbnail),
2247         (comics_document_thumbnails_get_dimensions):
2248         * backend/pixbuf/pixbuf-document.c:
2249         (pixbuf_document_thumbnails_get_thumbnail),
2250         (pixbuf_document_thumbnails_get_dimensions):
2251         * libdocument/ev-document-thumbnails.[ch]:
2252         (ev_document_thumbnails_get_thumbnail),
2253         (ev_document_thumbnails_get_dimensions):
2254         * libdocument/ev-document-misc.[ch]:
2255         (ev_document_misc_get_thumbnail_frame):
2256         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2257         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2258         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2259         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2260         (ev_sidebar_thumbnails_refresh):
2261         * shell/ev-window.c: (ev_window_setup_document):
2262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2263
2264         Use an EvRenderContext for rendering thumbnails instead of a suggested
2265         width, so that different sized pages get sized proportionally.
2266
2267 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-view.c: (ev_view_button_press_event),
2270         (ev_view_key_press_event):
2271
2272         Fix critical warnings when there is no document loaded. 
2273
2274 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-page-action-widget.c:
2277         * shell/ev-navigation-action.c:
2278         * shell/ev-window.c:
2279
2280         Fix compile warnings. 
2281
2282 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * backend/djvu/djvu-text.h:
2285         * backend/djvu/djvu-document.c:
2286         * backend/djvu/djvu-text-page.c:
2287         * backend/djvu/djvu-links.c:
2288         * backend/djvu/djvu-text-page.h:
2289         * backend/djvu/djvu-text.c:
2290         
2291         Fix build on Mac. Fixes bug #392186. Patch by
2292         <ephraim_owns@hotmail.com>
2293
2294 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2297
2298         Restore cairo context before rendering every page when printing a PDF
2299         document into a PDF file. 
2300
2301 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * backend/ps/gstypes.h:
2304         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2305         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2306         (ps_document_thumbnails_get_thumbnail):
2307
2308         Handle PostScript page orientation. Fixes bug #318568.
2309
2310 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * backend/ps/Makefile.am:
2313         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2314         (document_load), (ps_document_load), (save_document),
2315         (save_page_list), (ps_document_get_n_pages),
2316         (ps_document_get_page_size), (ps_document_get_info),
2317         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2318         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2319         (ps_document_thumbnails_get_thumbnail),
2320         (ps_document_thumbnails_get_dimensions),
2321         (ps_document_document_thumbnails_iface_init):
2322         * backend/ps/ps.[ch]: (psgetpagebox):
2323         * backend/ps/ps-interpreter.[ch]:
2324
2325         Add support for thumbnails in ps backend. Fixes bug #164755. 
2326
2327 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2328
2329         * NEWS:
2330         * configure.ac:
2331         
2332         Release 0.7.2
2333
2334 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2337         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2338         (ev_window_dispose):
2339
2340         Use document thumbnail as window icon. Fixes bug #384442.
2341
2342 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2343
2344         * configure.ac:
2345
2346         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2347         duplicated adding application/x-bzpostscript instead. 
2348
2349 2007-02-11  Tom Parker  <palfrey@tevp.net>
2350
2351         * backend/ps/ps-document.c: (document_load):
2352
2353         Check return value of psscan before trying
2354         to use it. Fixes bug #372414.
2355
2356 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2359
2360         Fix invalid free in ev-page-cache. Fixes bug #404745.
2361
2362 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2363
2364         * test/Makefile.am:
2365         * test/test3.py:
2366         
2367         Added reload test case.
2368
2369 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * po/POTFILES.in:
2372         * backend/djvu/djvu-document.c: (djvu_document_load):
2373
2374         Check whether there are missing files in indirect multipage djvu
2375         documents. Fixes bug #361683. 
2376
2377 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2378
2379         * test/Makefile.am:
2380         * test/test-mime.bin:
2381         * test/test3.py:
2382         
2383         Added test for slow mime type
2384
2385 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2388
2389         Add some checks and call parent_class->finalize. Fixes bug #404745.
2390
2391 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2392
2393         * shell/ev-navigation-action.c: (connect_proxy):
2394         
2395         Fixes dropdown history menu. Thanks a lot Carlos!
2396
2397 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2400
2401         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2402         bug #373715.
2403
2404 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * backend/ps/ps.c: (psscan):
2407
2408         Fix memory leak. 
2409
2410 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * configure.ac:
2413         * libdocument/ev-file-helpers.c: 
2414
2415         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2416
2417 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * configure.ac:
2420         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2421         (ps_interpreter_start), (document_load), (save_document),
2422         (save_page_list):
2423         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2424         * libdocument/ev-document-factory.c:
2425         (ev_document_factory_get_from_mime), (get_document_from_uri),
2426         (free_uncompressed_uri), (ev_document_factory_get_document):
2427         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2428
2429         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2430
2431 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * libdocument/ev-document.h:
2434
2435         Fix typo in function name. 
2436
2437 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * backend/ps/ps-document.c: (ps_interpreter_finished),
2440         (ps_interpreter_start), (ps_interpreter_failed):
2441
2442         Handle ghostscript interpreter crashes. 
2443
2444 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * shell/ev-window.c: (ev_window_open_uri),
2447         (window_configure_event_cb):
2448
2449         Setup window size and position before showing it. Fixes bug #401711.
2450
2451 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * backend/ps/Makefile.am:
2454         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2455         (ps_document_dispose), (ps_document_class_init),
2456         (ps_interpreter_input), (ps_interpreter_output),
2457         (ps_interpreter_error), (setup_interpreter_env),
2458         (ps_interpreter_start), (ps_interpreter_stop),
2459         (ps_interpreter_failed), (ps_interpreter_is_ready),
2460         (check_filecompressed), (document_load), (ps_document_load),
2461         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2462         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2463         (render_page):
2464
2465         Rework ps-document. Code cleanups, remove deprecated code. 
2466
2467 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-view.c: (ev_view_button_press_event):
2470
2471         Do not start an image drag and drop operation when pointer is on 
2472         text, so that we can select text when the whole background is an
2473         image. 
2474
2475 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-window.c: (ev_window_update_actions): 
2478
2479         Disable all zoom related actions during presentation mode. 
2480
2481 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2482
2483         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2484
2485         Do not zoom in or out on presentation mode. Fixes bug #401305.
2486
2487 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2488
2489         * shell/ev-navigation-action.c: (connect_proxy),
2490         (create_menu_item), (ev_navigation_action_class_init):
2491         
2492         Correctly show menu and fix crash when navigaton 
2493         action is out of toolbar visible area.
2494
2495 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2496
2497         * data/Makefile.am:
2498         * data/evince.1:
2499         
2500         Added man file
2501
2502 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2503
2504         * help/reference/* :
2505         * configure.ac:
2506         
2507         Added gtk-doc based documentation for Evince.
2508         Still in initial state but I hope it will
2509         grow.
2510         
2511         * configure.ac:
2512         
2513         Lower dbus requirement to 0.70
2514
2515 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * shell/ev-window.c: (ev_window_add_history):
2518
2519         Fix memory leak. 
2520
2521 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2522
2523         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2524         * shell/ev-view.h:
2525         * shell/ev-window.c: (ev_window_add_history):
2526         
2527         Correctly handle named destination links
2528
2529 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2530
2531         * NOTES:
2532         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2533         * backend/pdf/ev-poppler.cc:
2534         * libdocument/ev-document-links.h:
2535         * libdocument/ev-link.c: (ev_link_get_page):
2536         * libdocument/ev-link.h:
2537         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2538         (ev_history_add_link):
2539         * shell/ev-history.h:
2540         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2541         (new_history_menu_item), (build_menu):
2542         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2543         * shell/ev-sidebar-links.c: (create_loading_model),
2544         (print_section_cb), (ev_sidebar_links_construct),
2545         (fill_page_labels), (update_page_callback_foreach),
2546         (update_page_callback), (job_finished_callback):
2547         * shell/ev-view.c: (ev_view_handle_link):
2548         * shell/ev-window.c: (ev_window_find_chapter),
2549         (ev_window_add_history), (view_handle_link_cb),
2550         (history_changed_cb):
2551         
2552         Implements another history variant
2553
2554 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * shell/ev-window.c: (view_external_link_cb):
2557         * shell/ev-view.c: (ev_view_button_release_event):
2558
2559         Open links in new window when clicking with middle button. 
2560
2561 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2562
2563         * shell/ev-navigation-action.c: (new_history_menu_item):
2564         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2565         * shell/ev-view.c: (ev_view_handle_link):
2566         * shell/ev-window.c:
2567         
2568         Store link before jump, not the destination. For me it 
2569         seems like more natural history behavior.
2570
2571 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2572
2573         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2574         (ev_navigation_action_class_init):
2575         * shell/ev-navigation-action.h:
2576         * shell/ev-page-action.c: (activate_cb):
2577         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2578         (ev_page_cache_set_current_page_history):
2579         * shell/ev-page-cache.h:
2580         * shell/ev-sidebar-thumbnails.c:
2581         (ev_sidebar_tree_selection_changed),
2582         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2583         * shell/ev-view-private.h:
2584         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2585         * shell/ev-view.h:
2586         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2587         (ev_window_setup_document), (ev_window_load_job_cb):
2588         * shell/ev-window.h:
2589         
2590         History finally works as expected.
2591
2592 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2595
2596         Do not update links treeview if it doesn't have a model assigned yet. 
2597
2598 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2601         (ev_sidebar_links_class_init), (update_page_callback):
2602
2603         Do not update links treeview when sidepane is not visible. 
2604
2605 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2606
2607         * shell/ev-marshal.list:
2608         * shell/ev-page-action.c: (activate_cb),
2609         (ev_page_action_class_init):
2610         * shell/ev-page-action.h:
2611         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2612         * shell/ev-window.c:
2613         
2614         Remove activate_link signal, not required.
2615
2616 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2617
2618         * shell/ev-navigation-action.c: (build_menu):
2619         
2620         Reorder menu items and build menu with fixed length.
2621
2622 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2623
2624         * shell/ev-view.c: (get_selected_text):
2625         
2626         Normalize text to fix ligatures problem. See bug
2627         #341947 for details.
2628
2629 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2632
2633         Fix memory leak in ev-page-cache. 
2634
2635 2007-01-25  Tom Parker <palfrey@tevp.net>
2636
2637         * backend/impress/impress-document.c: (impress_document_load),
2638         (impress_document_finalize), (impress_document_init):
2639         * properties/ev-properties-main.c: (ev_properties_get_pages):
2640         
2641         Correctly handle impress document errors. Fixes nautilus
2642         crash in property page #370491.
2643
2644 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2647         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2648         (ev_job_queue_remove_job):
2649         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2650         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2651         (ev_job_load_run):
2652         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2653         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2654         (ev_window_load_job_cb), (xfer_update_progress_callback),
2655         (ev_window_open_uri), (ev_window_dispose):
2656         * shell/main.c: (main):
2657
2658         Do file transfer asynchronously in the main thread instead of
2659         synchronously in the load thread. Fixes bugs #399694, #398307 and
2660         #343542.
2661
2662 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-jobs.c: (ev_job_xfer_run):
2665
2666         Load the document with the font-config lock held. 
2667
2668 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * backend/ps/ps-document.c: (start_interpreter):
2671
2672         Fix memory leaks in ps backend. 
2673
2674 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * backend/impress/impress-document.c:
2677         (impress_document_render_pixbuf):
2678
2679         Do not acquire fontconfig lock in impress backend, since it is using
2680         the main loop for rendering. 
2681
2682 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * po/POTFILES.in: 
2685
2686         Remove mdvi files that shouldn't be translated. 
2687
2688 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * shell/ev-view-private.h:
2691         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2692         (ev_view_set_zoom):
2693
2694         Render "loading..." text into a cairo surface instead of directly into
2695         the window so that fontconfig lock is only needed once and UI is not
2696         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2697
2698 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2701         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2702
2703         Use icon theme associated with the window screen rather than default. 
2704
2705 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2706
2707         * configure.ac:
2708
2709         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2710
2711 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2712
2713         * data/icons/*/apps/evince.*:
2714
2715         Move Evince icons under new apps directory.
2716
2717         * data/icons/*/actions/*:
2718
2719         Add new custom themeable Evince icons: view-page-continuous, 
2720         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2721         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2722
2723         * configure.ac:
2724
2725         Add new directories to AC_CONFIG_FILES.
2726
2727         * shell/ev-stock-icons.c:
2728         * shell/ev-stock-icons.h:
2729
2730         Use new custom themeable icons.
2731
2732 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2735
2736         Do not draw white background page in presentation mode. 
2737
2738 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2739
2740         * shell/ev-view.c: Remove unused gnome-vfs include.
2741
2742 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2743
2744         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2745         
2746         Format string is corrected, fixes bug #397129.
2747
2748 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * shell/ev-window.c: (ev_window_setup_recent):
2751
2752         Do not include in recent menu inexistent documents. Fixes
2753         bug #339171.
2754
2755 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * po/POTFILES.skip: 
2758
2759         Update POTFILES.skip file according to current source tree. 
2760
2761 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * shell/ev-window.c: (file_save_dialog_response_cb):
2764
2765         Do Save a copy in atomic way. Fixes bug #328266. 
2766
2767 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2770
2771         Keep selected cell always visible in index treeview.
2772
2773 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2774         
2775         * shell/ev-view.c: (ev_view_size_allocate):
2776
2777         Restore horizontal scrollbar after switching to/from fullscreen
2778         or presentation mode. Fixes bug #331728.
2779
2780 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-view-private.h:
2783         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2784         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2785         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2786         (ev_view_can_zoom_out):
2787
2788         Use max and min scale values in the view iby taking dpi into account. 
2789
2790 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * configure.ac:
2793         * NEWS:
2794
2795         Release 0.7.1
2796
2797 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window.c: (ev_window_print_send):
2800
2801         Send print job to printer with some settings set to default values,
2802         since we have already exported to a file according to such settings
2803         and they could be taken twice by some printers. 
2804
2805 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2806
2807         * shell/ev-jobs.c: (ev_job_xfer_run):
2808         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2809
2810         Show main window and load document with the font-config lock held. 
2811
2812 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * configure.ac:
2815         * shell/ev-application.c: (ev_application_register_service):
2816         * shell/main.c: (load_files_remote):
2817
2818         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2819
2820 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2821
2822         * doc/debugging.txt:
2823         
2824         Remove obsolete documentation.
2825
2826 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2827
2828         * Makefile.am:
2829         * backend/Makefile.am:
2830         * backend/comics/Makefile.am:
2831         * backend/djvu/Makefile.am:
2832         * backend/dvi/Makefile.am:
2833         * backend/ev-async-renderer.c:
2834         * backend/ev-async-renderer.h:
2835         * backend/ev-attachment.c:
2836         * backend/ev-attachment.h:
2837         * backend/ev-backend-marshal.c:
2838         * backend/ev-document-factory.c:
2839         * backend/ev-document-factory.h:
2840         * backend/ev-document-find.c:
2841         * backend/ev-document-find.h:
2842         * backend/ev-document-fonts.c:
2843         * backend/ev-document-fonts.h:
2844         * backend/ev-document-images.c:
2845         * backend/ev-document-images.h:
2846         * backend/ev-document-info.h:
2847         * backend/ev-document-links.c:
2848         * backend/ev-document-links.h:
2849         * backend/ev-document-misc.c:
2850         * backend/ev-document-misc.h:
2851         * backend/ev-document-security.c:
2852         * backend/ev-document-security.h:
2853         * backend/ev-document-thumbnails.c:
2854         * backend/ev-document-thumbnails.h:
2855         * backend/ev-document-transition.c:
2856         * backend/ev-document-transition.h:
2857         * backend/ev-document.c:
2858         * backend/ev-document.h:
2859         * backend/ev-file-exporter.c:
2860         * backend/ev-file-exporter.h:
2861         * backend/ev-image.c:
2862         * backend/ev-image.h:
2863         * backend/ev-link-action.c:
2864         * backend/ev-link-action.h:
2865         * backend/ev-link-dest.c:
2866         * backend/ev-link-dest.h:
2867         * backend/ev-link.c:
2868         * backend/ev-link.h:
2869         * backend/ev-render-context.c:
2870         * backend/ev-render-context.h:
2871         * backend/ev-selection.c:
2872         * backend/ev-selection.h:
2873         * backend/impress/Makefile.am:
2874         * backend/pdf/Makefile.am:
2875         * backend/pixbuf/Makefile.am:
2876         * backend/ps/Makefile.am:
2877         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2878         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2879         (start_interpreter), (stop_interpreter), (document_load),
2880         (ps_document_next_page), (render_page):
2881         * backend/tiff/Makefile.am:
2882         * comics/Makefile.am:
2883         * comics/comics-document.c:
2884         * comics/comics-document.h:
2885         * configure.ac:
2886         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2887         * djvu/Makefile.am:
2888         * djvu/djvu-document-private.h:
2889         * djvu/djvu-document.c:
2890         * djvu/djvu-document.h:
2891         * djvu/djvu-links.c:
2892         * djvu/djvu-links.h:
2893         * djvu/djvu-text-page.c:
2894         * djvu/djvu-text-page.h:
2895         * djvu/djvu-text.c:
2896         * djvu/djvu-text.h:
2897         * dvi/Makefile.am:
2898         * dvi/dvi-document.c:
2899         * dvi/dvi-document.h:
2900         * dvi/fonts.c:
2901         * dvi/fonts.h:
2902         * dvi/mdvi-lib/Makefile.am:
2903         * dvi/mdvi-lib/afmparse.c:
2904         * dvi/mdvi-lib/afmparse.h:
2905         * dvi/mdvi-lib/bitmap.c:
2906         * dvi/mdvi-lib/bitmap.h:
2907         * dvi/mdvi-lib/color.c:
2908         * dvi/mdvi-lib/color.h:
2909         * dvi/mdvi-lib/common.c:
2910         * dvi/mdvi-lib/common.h:
2911         * dvi/mdvi-lib/defaults.h:
2912         * dvi/mdvi-lib/dvimisc.c:
2913         * dvi/mdvi-lib/dviopcodes.h:
2914         * dvi/mdvi-lib/dviread.c:
2915         * dvi/mdvi-lib/files.c:
2916         * dvi/mdvi-lib/font.c:
2917         * dvi/mdvi-lib/fontmap.c:
2918         * dvi/mdvi-lib/fontmap.h:
2919         * dvi/mdvi-lib/fontsrch.c:
2920         * dvi/mdvi-lib/gf.c:
2921         * dvi/mdvi-lib/hash.c:
2922         * dvi/mdvi-lib/hash.h:
2923         * dvi/mdvi-lib/list.c:
2924         * dvi/mdvi-lib/mdvi.h:
2925         * dvi/mdvi-lib/pagesel.c:
2926         * dvi/mdvi-lib/paper.c:
2927         * dvi/mdvi-lib/paper.h:
2928         * dvi/mdvi-lib/pk.c:
2929         * dvi/mdvi-lib/private.h:
2930         * dvi/mdvi-lib/setup.c:
2931         * dvi/mdvi-lib/sp-epsf.c:
2932         * dvi/mdvi-lib/special.c:
2933         * dvi/mdvi-lib/sysdeps.h:
2934         * dvi/mdvi-lib/t1.c:
2935         * dvi/mdvi-lib/tfm.c:
2936         * dvi/mdvi-lib/tfmfile.c:
2937         * dvi/mdvi-lib/tt.c:
2938         * dvi/mdvi-lib/util.c:
2939         * dvi/mdvi-lib/vf.c:
2940         * dvi/pixbuf-device.c:
2941         * dvi/pixbuf-device.h:
2942         * impress/Makefile.am:
2943         * impress/common.h:
2944         * impress/document.c:
2945         * impress/f_oasis.c:
2946         * impress/f_oo13.c:
2947         * impress/iksemel.c:
2948         * impress/iksemel.h:
2949         * impress/imposter.h:
2950         * impress/impress-document.c:
2951         * impress/impress-document.h:
2952         * impress/internal.h:
2953         * impress/r_back.c:
2954         * impress/r_draw.c:
2955         * impress/r_geometry.c:
2956         * impress/r_gradient.c:
2957         * impress/r_style.c:
2958         * impress/r_text.c:
2959         * impress/render.c:
2960         * impress/render.h:
2961         * impress/zip.c:
2962         * impress/zip.h:
2963         * lib/Makefile.am:
2964         * lib/ev-debug.c:
2965         * lib/ev-debug.h:
2966         * lib/ev-file-helpers.c:
2967         * lib/ev-file-helpers.h:
2968         * lib/ev-gui.c:
2969         * lib/ev-gui.h:
2970         * lib/ev-tooltip.c:
2971         * lib/ev-tooltip.h:
2972         * libdocument/Makefile.am:
2973         * libdocument/ev-file-helpers.c:
2974         * pdf/Makefile.am:
2975         * pdf/ev-poppler.cc:
2976         * pdf/ev-poppler.h:
2977         * pixbuf/Makefile.am:
2978         * pixbuf/pixbuf-document.c:
2979         * pixbuf/pixbuf-document.h:
2980         * properties/Makefile.am:
2981         * ps/Makefile.am:
2982         * ps/gsdefaults.c:
2983         * ps/gsdefaults.h:
2984         * ps/gsio.c:
2985         * ps/gsio.h:
2986         * ps/gstypes.h:
2987         * ps/ps-document.c:
2988         * ps/ps-document.h:
2989         * ps/ps.c:
2990         * ps/ps.h:
2991         * shell/Makefile.am:
2992         * shell/ev-application.h:
2993         * shell/ev-sidebar-links.c:
2994         * shell/ev-sidebar-links.h:
2995         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2996         (ev_gui_menu_position_tree_selection):
2997         * shell/ev-utils.h:
2998         * shell/ev-view.c: (ev_view_finalize):
2999         * shell/ev-window.c:
3000         * shell/main.c: (main):
3001         * thumbnailer/Makefile.am:
3002         * tiff/Makefile.am:
3003         * tiff/tiff-document.c:
3004         * tiff/tiff-document.h:
3005         * tiff/tiff2ps.c:
3006         * tiff/tiff2ps.h:
3007         
3008         Reorganize source tree.
3009
3010 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * backend/ev-document-factory.c:
3013
3014         Do not include ev-poppler.h when pdf is disabled. 
3015
3016 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * configure.ac:
3019         * data/evince-ui.xml:
3020         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3021         (pdf_document_document_images_iface_init):
3022         * backend/Makefile.am:
3023         * backend/ev-document-images.[ch]:
3024         * backend/ev-image.[ch]:
3025         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3026         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3027         (ev_job_xfer_run):
3028         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3029         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3030         (ev_pixbuf_cache_get_image_mapping):
3031         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3032         (view_menu_popup_cb), (ev_window_dispose),
3033         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3034         (ev_view_popup_cmd_copy_image):
3035         * shell/ev-view-private.h:
3036         * shell/ev-view.c: (ev_view_get_image_at_location),
3037         (ev_view_do_popup_menu), (ev_view_popup_menu),
3038         (ev_view_button_press_event), (ev_view_drag_data_get),
3039         (ev_view_drag_motion), (ev_view_drag_data_received),
3040         (ev_view_motion_notify_event), (ev_view_button_release_event),
3041         (ev_view_finalize), (ev_view_class_init):
3042
3043         Add image handling support. Fixes bugs #310008 and #325047. Images
3044         selection is not supported yet. 
3045
3046 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3049         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3050         (ev_view_init):
3051
3052         Move view drag and drop stuff to ev-view.
3053
3054 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3057         * shell/ev-view.c: (clear_selection): 
3058
3059         Clear selection also in pixbuf cache.
3060
3061 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3062
3063         * data/evince.desktop.in.in:
3064         
3065         Change icon name in desktop file. See bug #390734
3066         for details.
3067
3068 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3069
3070         * thumbnailer/Makefile.am:
3071
3072         Use top_builddir instead top_srcdir for generated schema
3073         file installation. Fixes bug #390161.
3074
3075 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * configure.ac:
3078         * backend/Makefile.am:
3079         * backend/ev-document-transition.[ch]:
3080         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3081         (pdf_document_page_transition_iface_init):
3082         * shell/ev-view-private.h:
3083         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3084         (ev_view_set_presentation), (transition_next_page),
3085         (ev_view_presentation_transition_stop),
3086         (ev_view_presentation_transition_start), (ev_view_next_page):
3087
3088         Add page transition support in presentation mode. At the moment only
3089         page duration is supported, but not transition effects. Fixes bug
3090         #309815.
3091
3092 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3095
3096         Run find_link_dest with document lock held, since it's called by links
3097         thread and main thread at the same time. 
3098
3099 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * shell/ev-view.c: (goto_dest):
3102
3103         Update page-cache when page is changed by the view, so that
3104         page-changed signal is emitted. 
3105
3106 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * test/test1.py:
3109         * test/test2.py:
3110
3111         Use C locale in tests. 
3112
3113 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * shell/ev-window.c: (ev_window_run_presentation):
3116         * shell/ev-view-private.h:
3117         * shell/ev-view.c: (ev_view_set_presentation):
3118
3119         Restore zoom settings when back from presentation mode. 
3120
3121 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3122
3123         * shell/ev-window.c: (ev_window_run_presentation):
3124
3125         Always use "best fit" zoom in presentation mode.
3126         Fixes bug #389195.
3127
3128 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3129
3130         * shell/ev-view.c: (ev_view_goto_window_create):
3131
3132         Show "Jump to page" label in the page jumping popup in
3133         presentation mode instead of just a GtkEntry.
3134
3135 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-window.c: (launch_external_uri):
3138
3139         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3140         #378085.
3141
3142 2006-12-22  Elijah Newren  <newren gmail com>
3143
3144         * configure.ac: explicitly check for libxml2.  Fixes #388795
3145
3146 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-view-private.h:
3149         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3150         (ev_view_goto_window_delete_event), (key_is_numeric),
3151         (ev_view_goto_window_key_press_event),
3152         (ev_view_goto_window_button_press_event),
3153         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3154         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3155         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3156
3157         Allow jumping to another page by typing a page number in presentation
3158         mode. It uses a popup window with an entry. Fixes bug #353625.
3159
3160 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * configure.ac:
3163         * properties/ev-properties-view.c: (ev_get_default_user_units),
3164         (ev_regular_paper_size):
3165         
3166         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3167         to Damien Carbery <damien.carbery@sun.com> and
3168         Yevgen Muntyan <muntyan@tamu.edu>.
3169
3170 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3171
3172         * shell/ev-window.c: (setup_document_from_metadata):
3173
3174         Make sure Evince doesn't restore the view on the last
3175         page when a document is reopened. Fixes bug #383381.
3176
3177 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3178
3179         * shell/ev-view.c: (draw_loading_text):
3180
3181         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3182
3183 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * configure.ac:
3186         * NEWS:
3187
3188         Release 0.7.0
3189
3190 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * configure.ac:
3193         * pdf/ev-poppler.cc: (pdf_print_context_free),
3194         (pdf_document_file_exporter_begin),
3195         (pdf_document_file_exporter_do_page):
3196
3197         Make cairo-pdf depedency optional. 
3198
3199 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3202
3203         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3204
3205 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3208         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3209         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3210         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3211         * shell/ev-view.c: (draw_loading_text):
3212         * shell/ev-window.c: (ev_window_cmd_file_properties):
3213
3214         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3215         related to using FontConfig from different threads.
3216         
3217 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/ev-view.c: (draw_loading_text):
3220
3221         Acquire lock document when drawing "Loading..." text so that only one
3222         thread will use FontConfig at the same time. Fixes bug #374750.
3223
3224 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-page-action.[ch]: (activate_cb):
3227         * shell/ev-window.c: (activate_label_cb):
3228
3229         Check if text inserted in page entry is a valid page number when it
3230         doesn't match to any document page label. Fixes bug #383165.
3231
3232 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3233         * shell/ev-window.c:
3234
3235         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3236         available with GTK < 2.10. Added an ifdef to avoid compilation
3237         error.
3238
3239 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * configure.ac:
3242         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3243
3244         Fix ps backend in multihead systems.
3245
3246 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3249         * shell/ev-window.c: (ev_window_get_screen_dpi),
3250         (ev_window_update_actions), (setup_view_from_metadata),
3251         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3252
3253         Take screen DPI into account when zooming. Fixes bug #318285.
3254
3255 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3256
3257         * data/Makefile.am:
3258
3259         Cleaned up/slightly refactored Makefile.am. Added GConf
3260         schemas uninstallation as well.
3261
3262 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3263
3264         * Makefile.am:
3265         * test/Makefile.am:
3266
3267         Fight with autotools to fix make check. Make distcheck
3268         works fine as well now!
3269
3270 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3271
3272         * shell/ev-view.c: (draw_end_presentation_page):
3273
3274         Corrected "end of presentation" string.
3275
3276 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3277
3278         * shell/ev-view.c: (ev_view_key_press_event):
3279
3280         Correctly propagate key press event so that up/down keys
3281         work as expected (correct behaviour was broken by
3282         black/white screen key bindings for presentations).
3283
3284 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3287         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3288         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3289         (pdf_selection_get_selection_region),
3290         (pdf_selection_get_selection_map):
3291
3292         Add "static" to some private functions. 
3293
3294 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3295
3296         * lib/ev-tooltip.h:
3297         * properties/ev-properties-view.h:
3298         * shell/ev-jobs.h:
3299         * shell/ev-properties-dialog.h:
3300         * shell/ev-properties-fonts.h:
3301         * shell/ev-sidebar-links.h:
3302         * shell/ev-sidebar-thumbnails.h:
3303         * shell/ev-sidebar.h:
3304         * shell/ev-window.h:
3305         
3306         Fixes CHACK type in class casts. See bug #385343
3307         for details.
3308
3309 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * shell/ev-view-private.h:
3312         * shell/ev-view.c: (draw_end_presentation_page),
3313         (ev_view_expose_event), (ev_view_key_press_event),
3314         (ev_view_class_init), (ev_view_init):
3315
3316         Blank screen in presentation mode when pressing 'b' (filling with
3317         black) or 'w' (filling with white) keys. Fixes bug #358132.
3318
3319 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3320
3321         * data/evince-toolbar.xml:
3322         * shell/ev-window.c:
3323         
3324         Use stock icon for Select All action. Fixes
3325         bug #382652.
3326
3327 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3328
3329         * shell/ev-view.c: (get_doc_point_from_offset),
3330         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3331
3332         Add links support in rotated documents. Fixes bug #343733.
3333
3334 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-view-private.h:
3337         * shell/ev-view.c: (draw_end_presentation_page),
3338         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3339
3340         Show a blank page after the last page in presentation mode with a
3341         message indicating that presentation has finished and how to exit. 
3342
3343 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * shell/ev-window.c: (fullscreen_timeout_cb):
3346
3347         Hide cursor after a while in presentation mode. 
3348
3349 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3350
3351         * backend/ev-document-info.h:
3352         * data/evince-properties.glade:
3353         * pdf/ev-poppler.cc:
3354         * properties/ev-properties-view.c: (ev_regular_paper_size),
3355         (ev_properties_view_set_info):
3356         * ps/ps-document.c: (ps_document_get_info):
3357
3358         Adds a paper size field to the properties dialog. Fixes
3359         bug #307315. Patch by Kasper Svendsen (with some i18n
3360         changes done by me).
3361
3362 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3363
3364         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3365         (screensaver_init_dbus), (totem_scrsaver_new),
3366         (totem_scrsaver_init):
3367         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3368         * shell/ev-application.c: (ev_application_register_service),
3369         (ev_application_screensaver_enable),
3370         (ev_application_screensaver_disable):
3371         * shell/ev-application.h:
3372         * shell/ev-window.c: (ev_window_run_presentation),
3373         (ev_window_stop_presentation), (build_comments_string),
3374         (ev_window_init):
3375         
3376         Move screensaver handling to application. No more
3377         message on startup.
3378
3379 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * configure.ac:
3382         * backend/Makefile.am:
3383         * backend/ev-file-exporter.[ch]:
3384         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3385         * ps/ps-document.c: (ps_document_file_exporter_*):
3386         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3387         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3388         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3389         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3390
3391         Allow printing to PDF when suppoted by the backend.
3392         
3393 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-window.c: (build_comments_string):
3396
3397         Use always "Document Viewer" in about dialog. 
3398
3399 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * djvu/djvu-document.c: (djvu_document_get_page_size):
3402
3403         Display a warning message when get_pageinfo fails. 
3404
3405 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3406
3407         * Makefile.am:
3408         * backend/Makefile.am:
3409         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3410         * configure.ac:
3411         * shell/ev-window.c: (build_comments_string):
3412         
3413         Make pdf compilation optional. See bug #38007.
3414
3415 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * ps/ps.c: (get_next_text):
3418
3419         Fix CVE-2006-5864.
3420
3421 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3422
3423         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3424         * shell/ev-navigation-action.c: (connect_proxy),
3425         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3426         
3427         Do not call g_type_class_peek_parent twice.
3428
3429 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3430
3431         * configure.ac:
3432         * data/icons/24x24/.cvsignore:
3433         * data/icons/24x24/Makefile.am:
3434         * data/icons/24x24/evince.png:
3435         * data/icons/Makefile.am:
3436         
3437         Add 24x24 icon. Thanks to 
3438         Michael Monreal <infernux@web.de>.
3439
3440 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3441
3442         * configure.ac: Fix typo in configure.ac. Thanks
3443         to dmacks@netspace.org for notification.
3444
3445 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3446
3447         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3448         
3449         Drop dbus include, fixes compilation with older dbus.
3450
3451 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3452
3453         * configure.ac:
3454         * cut-n-paste/Makefile.am:
3455         * cut-n-paste/totem-screensaver/.cvsignore
3456         * cut-n-paste/totem-screensaver/Makefile.am:
3457         * cut-n-paste/totem-screensaver/README:
3458         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3459         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3460         * shell/Makefile.am:
3461         * shell/ev-window.c: (ev_window_run_presentation),
3462         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3463         (ev_window_init):
3464
3465         Implemented screensaver enabling/disabling for
3466         presentation mode (not fullscreen mode). Code stolen
3467         from Totem (with some minor tweaks). Fixes bug #338889.
3468
3469 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3470
3471         * configure.ac:
3472
3473         Bump gnome-icon-theme requirements. We use the rotation
3474         icons that appeared recently.
3475
3476 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3477
3478         * shell/ev-history.c: (ev_history_add_page):
3479         * shell/ev-history.h:
3480         * shell/ev-window.c: (page_changed_cb):
3481         
3482         Use page labels instead of numbers.
3483
3484 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3485
3486         * data/evince-toolbar.xml:
3487         * po/POTFILES.in:
3488         * shell/Makefile.am:
3489         * shell/ev-navigation-action-widget.c:
3490         (ev_navigation_action_widget_init),
3491         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3492         (menu_detacher), (ev_navigation_action_widget_set_menu),
3493         (menu_position_func), (popup_menu_under_arrow),
3494         (ev_navigation_action_widget_toggled),
3495         (ev_navigation_action_widget_button_press_event):
3496         * shell/ev-navigation-action-widget.h:
3497         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3498         (ev_navigation_action_set_window), (activate_menu_item_cb),
3499         (new_history_menu_item), (new_empty_history_menu_item),
3500         (build_menu), (menu_activated_cb), (connect_proxy),
3501         (create_tool_item), (ev_navigation_action_init),
3502         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3503         * shell/ev-navigation-action.h:
3504         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3505         (ev_page_action_widget_set_page_cache),
3506         (ev_page_action_widget_finalize),
3507         (ev_page_action_widget_class_init), (match_selected_cb),
3508         (display_completion_text), (match_completion), (build_new_tree_cb),
3509         (get_filter_model_from_model),
3510         (ev_page_action_widget_update_model):
3511         * shell/ev-page-action-widget.h:
3512         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3513         (connect_proxy):
3514         * shell/ev-page-action.h:
3515         * shell/ev-stock-icons.c:
3516         * shell/ev-stock-icons.h:
3517         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3518         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3519         (register_custom_actions):
3520         * shell/main.c:
3521         
3522         Preliminary history implementation
3523
3524 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3525
3526         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3527         (dvi_document_class_init), (dvi_document_init_params):
3528         * dvi/mdvi-lib/font.c: (font_reference):
3529         
3530         Add reference to subfont. Fixes bug #374277.
3531
3532 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3535         (ev_window_cmd_file_open_copy_at_dest):
3536
3537         Fix a race condition when creating symlink. Increase the counter
3538         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3539         Mathias Hasselmann).
3540
3541 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * backend/Makefile.am:
3544         * backend/ev-attachment.c: (ev_attachment_open):
3545         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3546         (ev_tmp_dir), (ev_tmp_filename):
3547         * shell/ev-sidebar-attachments.c:
3548         (ev_sidebar_attachments_drag_data_get):
3549         * shell/ev-window.c: (ev_window_clear_temp_file):
3550
3551         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3552         in ensure_dir_exists. Abort without crashing when we can't create
3553         user's directory.
3554
3555 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * data/evince-ui.xml:
3558         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3559         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3560         (ev_window_cmd_file_open_copy_at_dest),
3561         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3562         (ev_view_popup_cmd_open_link_new_window):
3563
3564         Allow opening a copy of the current document in a new window. Fixes bug
3565         #357472
3566
3567 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * data/evince-toolbar.xml:
3570         
3571         Add rotate right and rotate left to available items for toolbar.
3572         
3573         * data/evince-ui.xml:
3574         * shell/ev-window.c: (ev_window_init):
3575         
3576         Customize toolbar with right click. Fixes bug #372451.
3577
3578 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3579
3580         * shell/ev-window.c: 
3581         
3582         Use "object-rotate-{left,right}" stock icons. Fixes 
3583         bug #373863.
3584
3585 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3588         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3589         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3590         (ev_window_open_uri):
3591         * shell/main.c: (arguments_parse):
3592
3593         Remove temp file created when evince is used by GTK+ in
3594         preview mode. Fixes bug #365282. 
3595
3596 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3599         
3600         Fixes bug #372474 - Side pane disabled when entering 
3601         and leaving fullscreen mode.
3602
3603 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3606         * data/Makefile.am:
3607         * data/evince-preview-toolbar.xml:
3608         * data/evince-toolbar.xml:
3609         * shell/ev-application.c: (ev_application_shutdown),
3610         (ev_application_init), (ev_application_get_toolbars_model):
3611         * shell/ev-application.h:
3612         * shell/ev-window.c: (update_chrome_visibility),
3613         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3614         (ev_window_cmd_edit_toolbar), (ev_window_init):
3615         
3616         Fixes bug #364364 - toolbar editor shows zoom actions again.
3617
3618 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3621
3622         Do not take margins into consideration for paper size when printing.
3623         Really fixes bug #350491.
3624
3625 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * data/evince-ui.xml:
3628         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3629         (ev_window_cmd_file_print_setup),
3630         (ev_window_print_dialog_response_cb),
3631         (ev_window_setup_action_sensitivity):
3632
3633         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3634
3635 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * shell/ev-window.c: (ev_window_print_range):
3638
3639         Revert my previuos commit, since printing to PDF is not supported by
3640         evince yet. 
3641
3642 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * shell/ev-window.c: (ev_window_print_range):
3645
3646         Enable print to a PDF. Fixes bug #332121.
3647
3648 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * shell/ev-application-service.xml:
3651         * shell/ev-application.[ch]: (ev_application_open_window),
3652         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3653         (ev_application_open_uri), (ev_application_open_uri_list):
3654         * shell/ev-window.c: (file_open_dialog_response_cb),
3655         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3656         (drag_data_received_cb), (open_remote_link):
3657         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3658
3659         Add support for multiscreen systems. Fixes bug #316206.
3660
3661 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * shell/ev-jobs.[ch]: (ev_job_print_new),
3664         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3665         (ev_job_print_do_page):
3666         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3667
3668         Allow printing only odd/even pages. Fixes bug #367289.
3669
3670 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3671
3672         * test/test1.py:
3673         * test/test2.py:
3674
3675         Re-add locale settings to test files.
3676
3677 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * data/evince-ui.xml:
3680         * shell/ev-window.c: (set_action_properties):
3681         
3682         Removed garbage from code and ui.
3683
3684 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3685
3686         * shell/ev-window.c: (ev_window_cmd_help_about):
3687
3688         Shamelessly add my name to the list of contributors.
3689
3690 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3691
3692         * test/test1.py:
3693         * test/test2.py:
3694
3695         Cleaned up the dogtail scripts.
3696
3697 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3698
3699         * shell/ev-view.c: (draw_loading_text): Don't render
3700         "loading..." text in presentation mode. Temporary
3701         workaround for bug #320352.
3702
3703 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3706         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3707
3708         Use print settings scale, copies, collate and reverse which were
3709         ignored. Fixes bug #359032.
3710
3711 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * configure.ac:
3714         * data/evince-password.glade:
3715         * test/Makefile.am:
3716         * test/test-encrypt.pdf:
3717         * test/test-links.pdf:
3718         * test/test1.py:
3719         * test/test2.py:
3720
3721         Add automated UI tests for evince with dogtail. See
3722         bug #300948.    
3723
3724 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3727
3728         Hide fullscreen toolbar when switching to another desktop workspace.
3729         Fixes bug #338871
3730
3731 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3732
3733         * shell/ev-window-title.c: 
3734         
3735         Test for .dvi in title of pdf documents.
3736
3737 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3738
3739         * shell/ev-view.c: (ev_view_scroll):
3740
3741         Page Up/Down should do page jumps in "Best fit" mode.
3742         If a user has explicitly chosen to view exactly one page
3743         at a time, scrolling just a part of the page when
3744         pressing Page Up/Down is not right. Fixes bug #323107.
3745
3746 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * NEWS:
3749         * configure.ac:
3750         
3751         Update for 0.6.1
3752
3753 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3754
3755         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3756         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3757         
3758         Correctly disconnect from job signals on destroy.
3759
3760 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3761
3762         * shell/ev-view-private.h:
3763         * shell/ev-view.c: (view_set_adjustment_values),
3764         (view_update_range_and_current_page),
3765         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3766         
3767         Fixes bug #343199, current page now follows find page.
3768
3769 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3770
3771         * backend/ev-document-factory.c:
3772         * configure.ac:
3773         Assigned OpenDocument presenation MIME type to the
3774         Impress backend. Added some missing (but harmless)
3775         #ifdefs in the document factory as well to make things
3776         consistent again. Fixes bug #360658.
3777
3778 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3779
3780         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3781         * backend/ev-document-find.c: (ev_document_find_get_type):
3782         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3783         * backend/ev-document-links.c: (ev_document_links_get_type):
3784         * backend/ev-document-security.c: (ev_document_security_get_type):
3785         * backend/ev-document-thumbnails.c:
3786         (ev_document_thumbnails_get_type):
3787         * backend/ev-document.c: (ev_document_get_type):
3788         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3789         * backend/ev-selection.c: (ev_selection_get_type):
3790         * cut-n-paste/recent-files/egg-recent-model.c:
3791         (egg_recent_model_get_type):
3792         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3793         (egg_recent_view_uimanager_get_type):
3794         * cut-n-paste/recent-files/egg-recent-view.c:
3795         (egg_recent_view_get_type):
3796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3797         (egg_editable_toolbar_get_type):
3798         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3799         (egg_toolbar_editor_get_type):
3800         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3801         (egg_toolbars_model_get_type):
3802         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3803         (egg_tree_multi_drag_source_get_type):
3804         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3805         (ephy_zoom_action_get_type):
3806         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3807         (ephy_zoom_control_get_type):
3808         * impress/r_back.c: (_imp_fill_back):
3809         * properties/ev-properties-main.c:
3810         (ev_properties_plugin_register_type):
3811         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3812         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3813         (ev_view_accessible_factory_get_type):
3814
3815         Reduce relocations. Bug #360616.
3816
3817 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3818
3819         * backend/ev-document-factory.c:
3820         (ev_document_factory_get_document):
3821         
3822         Load document even if extension is wrong.
3823
3824 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3825
3826         * shell/ev-metadata-manager.c: (save_values):
3827         * shell/ev-window.c: (setup_size_from_metadata),
3828         (setup_view_from_metadata), (ev_window_setup_document),
3829         (ev_window_xfer_job_cb), (window_configure_event_cb):
3830         
3831         Set size according to the document size/page size ratio.
3832         That should correct rather wierd behaviour of the previous
3833         commit.
3834
3835 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3836
3837         * shell/ev-window.c: (setup_view_from_metadata):
3838         
3839         Set size for new windows from previous window size.
3840         See bugs #354968 and #168450 for details. Thanks
3841         to Meik Hellmund.
3842
3843 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * djvu/djvu-links.c: (build_tree):
3846
3847         Fix memory leak.
3848
3849 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3850
3851         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3852         
3853         Don't make sidebar close button insensitive. Fixes
3854         bug #357871.
3855
3856 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3857
3858         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3859         (ev_window_set_view_accels_sensitivity):
3860         
3861         Don't enable Slash on documents which don't support
3862         find. Fixes bug #358648.
3863
3864 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3865
3866         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3867         open dialog fall back to the current document uri if the
3868         filechooser hasn't been used before. Fixes bug #356980.
3869
3870 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3871
3872         * shell/ev-window.c: (ev_window_setup_recent), 
3873         (ev_window_get_recent_file_label):
3874
3875         Escape underscores in filenames of recent file items.
3876
3877 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * configure.ac:
3880         
3881         Bumped poppler requirements, really 0.5.3 is very 
3882         buggy, now we require 0.5.4.
3883
3884 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * djvu/Makefile.am:
3887         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3888         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3889         (djvu_document_document_links_iface_init):
3890         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3891         (number_from_string_10), (get_djvu_link_dest),
3892         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3893         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3894         (djvu_links_get_links), (djvu_links_find_link_dest),
3895         (djvu_links_get_links_model):
3896         * djvu/djvu-links.h:
3897         
3898         Add support for links and bookmarks in djvu documents. Thanks
3899         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3900         patch.
3901
3902 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3903
3904         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3905         
3906         Reopen should reload document. Fixes 
3907         bug 327951.
3908
3909 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * configure.ac:
3912         * data/Makefile.am:
3913         * data/evince-16.png:
3914         * data/evince-22.png:
3915         * data/evince.png:
3916         * data/evince.svg:
3917         * data/icons/16x16/Makefile.am:
3918         * data/icons/16x16/evince.png:
3919         * data/icons/22x22/Makefile.am:
3920         * data/icons/22x22/evince.png:
3921         * data/icons/48x48/Makefile.am:
3922         * data/icons/48x48/evince.png:
3923         * data/icons/Makefile.am:
3924         * data/icons/scalable/Makefile.am:
3925         * data/icons/scalable/evince.svg:
3926         
3927         Install icons with correct names. Fixes
3928         bug #354429.
3929
3930 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3931
3932         * shell/ev-view.c: (ev_view_button_release_event):
3933
3934         Don't open links with middle mouse button. Fixes bug #353649
3935
3936 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * NEWS:
3939         * configure.ac:
3940         
3941         Update for release 0.6.0
3942
3943 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3946         Implement Close named action. Patch by Carlos Garcia Campos.
3947
3948 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3949
3950         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3951         
3952         Don't clear link mapping on copy_job_to_job_info. Fixes
3953         bug 346168.
3954
3955 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * shell/main.c: (main):
3958
3959         Revert my previous commit, gnome_program_init owns the option context.
3960         Fix another memory leak in main. Both caught by Christian Persch. 
3961
3962 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/main.c: (main):
3965
3966         Fix memory leak.
3967
3968 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3971
3972         Fix crash when opening a pdf with password protection. 
3973
3974 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * pdf/ev-poppler.cc: (pdf_document_search_free):
3977
3978         Fix memory leak. 
3979
3980 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3981
3982         * backend/ev-document-factory.c:
3983         (ev_document_factory_get_document):
3984         * tiff/tiff-document.c: (tiff_document_finalize):
3985         
3986         More correct handling of document loading. Fixes
3987         bug #349043.
3988
3989 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * backend/ev-attachment.c: (ev_attachment_save):
3992
3993         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3994         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3995
3996 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3997         
3998         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3999         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4000
4001 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * shell/ev-sidebar-thumbnails.c:
4004
4005         Do not render thumbnails unless thumbnails page is active in the
4006         sidebar.
4007
4008 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4009
4010         * shell/ev-properties-dialog.c:
4011
4012         Fix dialogue spacing. Bug #351370.
4013
4014 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4015
4016         * configure.ac:
4017
4018         Use lowercase gettext catalog file names (evince.mo
4019         instead of Evince.mo)
4020
4021 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * shell/ev-sidebar-attachments.c:
4024
4025         GtkIconTheme is now screen safe too. Fixes bug #350878
4026
4027 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4028
4029         * shell/ev-window.c:
4030
4031         GtkRecent manager is now screen safe. Fixes bug #350145
4032
4033 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4034
4035         * shell/ev-sidebar.c: (ev_sidebar_init):
4036         
4037         Make sidebar close icon smaller. Fix for bug 350177.
4038         See also bugs 350176 and 165770.
4039
4040 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4041
4042         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4043
4044         Ignore zoom for xyz destinations when it's <= 1, keeping user
4045         preferences instead. Set correct sizing-mode for fith and fitv
4046         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4047
4048 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * NEWS:
4051         * configure.ac:
4052         
4053         Update for release 0.5.5
4054
4055 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4056         
4057         * shell/ev-window.c: (ev_window_cmd_escape)
4058
4059         Escape unfocus page entry. Fixes bug #345809.
4060
4061 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4064         (build_tree), (pdf_document_links_get_links),
4065         (pdf_document_links_find_link_dest):
4066         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4067         (goto_xyz_dest):
4068
4069         Convert from PDF style coordinates to X style coordinates in the
4070         backend rather than in the view. Fixes bug #338440
4071
4072 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4073
4074         * shell/ev-window.c:
4075         
4076         Remove Ctrl+Shift+T shortcut for toolbars. See
4077         the bug #350098.
4078
4079 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * configure.ac:
4082
4083         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4084         of this. 
4085
4086 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * configure.ac:
4089         * cut-n-paste/Makefile.am:
4090         * data/evince-ui.xml:
4091         * shell/Makefile.am:
4092         * shell/ev-application.[ch]:
4093         * shell/ev-window.c:
4094
4095         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4096         #349273
4097
4098 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4099
4100         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4101         findbar code: s/help/search/
4102
4103 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4104
4105         * shell/ev-window.c: (setup_document_from_metadata),
4106         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4107         (setup_view_from_metadata):
4108         
4109         Fix memory leaks.
4110
4111 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4112
4113         * autogen.sh, configure.ac: 
4114         
4115         Update automake usage. See bug 349292.
4116
4117 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * shell/eggfindbar.c: (egg_find_bar_class_init),
4120         (entry_activate_callback), (egg_find_bar_init),
4121         (egg_find_bar_set_status_text):
4122         * shell/eggfindbar.h:
4123         
4124         Unify Evince findbar with Epiphany. Nice patch
4125         from Fabricio Silva <silva@crans.org> and
4126         Frederic Peters <fpeters@entrouvert.com>. See
4127         bug #339966 for details.
4128
4129 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4130
4131         * data/evince.desktop.in.in:
4132         
4133         Correct information for bugzilla. Thanks to
4134         Olaf Vitters, see bug #348855.
4135
4136 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/ev-jobs.[ch]:
4139         * shell/ev-sidebar-links.c:
4140         * shell/ev-window.[ch]:
4141
4142         GtkPrintJob doesn't support print ranges or current page, so we export
4143         to a ps file now when printing ranges or current page.
4144
4145 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * pdf/ev-poppler.cc:
4148         * shell/ev-window.c: (do_action_named):
4149
4150         We should be more clear about bugzilla. See the
4151         poppler bug #7623.
4152
4153 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * configure.ac:
4156         * shell/Makefile.am:
4157         * shell/ev-job-queue.c:
4158         * shell/ev-jobs.[ch]:
4159         * shell/ev-sidebar-links.c:
4160         * shell/ev-window.[ch]:
4161         
4162         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4163         #348422
4164
4165 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4168         * shell/ev-application-service.xml:
4169         * shell/ev-application.[ch]:
4170         * shell/ev-jobs.[ch]:
4171         * shell/ev-window.[ch]: (ev_window_run_preview):
4172         * shell/main.c: 
4173
4174         Add preview mode to use evince as a printing previewer. It also adds
4175         other command line options for fullscreen and presentation modes.
4176         Fixes bugs #347822, #317031
4177
4178 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4179
4180         * NEWS:
4181         * configure.ac:
4182         
4183         Update for release 0.5.4
4184
4185 2006-07-11  Bastien Nocera <hadess@hadess.net>
4186
4187         * Makefile.am:
4188         * backend/Makefile.am:
4189         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4190         * backend/ev-document-factory.h:
4191         * configure.ac:
4192         * impress/.cvsignore:
4193         * impress/Makefile.am:
4194         * impress/common.h:
4195         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4196         (imp_get_page), (imp_next_page), (imp_prev_page),
4197         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4198         * impress/f_oasis.c: (render_object), (render_page),
4199         (get_geometry), (_imp_oasis_load):
4200         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4201         (_imp_oo13_load):
4202         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4203         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4204         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4205         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4206         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4207         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4208         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4209         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4210         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4211         (iks_new_within), (iks_insert), (iks_insert_cdata),
4212         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4213         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4214         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4215         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4216         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4217         (iks_cdata), (iks_cdata_size), (iks_has_children),
4218         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4219         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4220         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4221         (iks_tree), (iks_load), (iks_save):
4222         * impress/iksemel.h:
4223         * impress/imposter.h:
4224         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4225         (imp_render_draw_bezier_real), (imp_render_get_size),
4226         (imp_render_set_fg_color), (imp_render_draw_line),
4227         (imp_render_draw_rect), (imp_render_draw_polygon),
4228         (imp_render_draw_arc), (imp_render_draw_bezier),
4229         (imp_render_open_image), (imp_render_get_image_size),
4230         (imp_render_scale_image), (imp_render_draw_image),
4231         (imp_render_close_image), (imp_render_markup),
4232         (imp_render_get_text_size), (imp_render_draw_text),
4233         (impress_document_load), (impress_document_save),
4234         (impress_document_get_n_pages), (impress_document_get_page_size),
4235         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4236         (impress_document_finalize), (impress_document_class_init),
4237         (impress_document_can_get_text), (impress_document_get_info),
4238         (impress_document_document_iface_init),
4239         (impress_document_thumbnails_get_thumbnail),
4240         (impress_document_thumbnails_get_dimensions),
4241         (impress_document_document_thumbnails_iface_init),
4242         (impress_document_init):
4243         * impress/impress-document.h:
4244         * impress/internal.h:
4245         * impress/r_back.c: (_imp_fill_back):
4246         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4247         (_imp_draw_image), (_imp_tile_image):
4248         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4249         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4250         (r_polyline):
4251         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4252         (r_draw_gradient_complex), (r_draw_gradient):
4253         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4254         (r_get_bullet):
4255         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4256         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4257         (r_text):
4258         * impress/render.c: (imp_create_context), (imp_context_set_page),
4259         (imp_context_set_step), (imp_render), (imp_delete_context):
4260         * impress/render.h:
4261         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4262         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4263         (zip_load_xml), (zip_get_size), (zip_load):
4264         * impress/zip.h:
4265         * shell/ev-utils.c:
4266         
4267         New backend to support impress slides. Fixes bug #30867.
4268
4269 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4270
4271         * shell/ev-utils.c: (using_postscript_printer):
4272         
4273         Fixes crash when print using PAPI backend,
4274         bug #345012.
4275
4276 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4277
4278         * shell/ev-jobs.c: (ev_job_xfer_run):
4279         * shell/ev-window.c: (password_dialog_response),
4280         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4281         (ev_window_dispose):
4282         Fixes bug #344160: if the xfer job doesn't complete
4283         because a password is required, reload the existing
4284         instance instead of creating a new one.
4285
4286 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * shell/main.c: (main): Call gdk_threads_init. Thus
4289         we'll avoid errors in auth dialog. Fix for the bug
4290         #343347.
4291
4292 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4293
4294         * configure.ac: Advertise pixbuf support, fix
4295         for the bug 343317.
4296
4297 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4298
4299         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4300         (ev_sidebar_thumbnails_set_document):
4301         
4302         Update sidebar thumbnails after reloading.
4303
4304 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4305
4306         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4307         * shell/ev-jobs.h:
4308         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4309         (ev_window_cmd_view_reload), (ev_window_init):
4310         
4311         Don't crash on reload. Fix for the bug #343167.
4312
4313 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * shell/ev-jobs.c: (ev_job_render_run):
4316         
4317         Check for document links.
4318
4319 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4320
4321         * backend/ev-attachment.c: (ev_attachment_save),
4322         (ev_attachment_launch_app), (ev_attachment_open):
4323         * backend/ev-document-factory.c: (get_document_from_uri):
4324         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4325         (egg_recent_view_uimanager_set_list):
4326         * ps/ps-document.c: (check_filecompressed), (document_load),
4327         (ps_document_load):
4328         * shell/ev-metadata-manager.c: (load_values):
4329         * shell/ev-password.c: (ev_password_dialog_set_property):
4330         * shell/ev-view.c: (tip_from_link):
4331         * shell/ev-window.c: (file_save_dialog_response_cb),
4332         (ev_window_print_dialog_response_cb):
4333         
4334         Use consistent quoting style. Fix for the bug #320285.
4335
4336 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4337
4338         * shell/ev-jobs.c: (ev_job_xfer_run):
4339         * shell/main.c: (load_files):
4340                 
4341         Open links with anchors. Fix for the bug #339836.
4342
4343 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4346         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4347         (ev_link_dest_set_property), (ev_link_dest_finalize),
4348         (ev_link_dest_class_init), (ev_link_dest_new_named),
4349         (ev_link_dest_new_page_label):
4350         * backend/ev-link-dest.h:
4351         * shell/ev-application.c: (ev_application_open_uri):
4352         * shell/ev-view.c: (goto_dest):
4353         * shell/ev-window.c:
4354         * shell/ev-window.h:
4355         
4356         Fix page-label command line option. Bug #342070.
4357
4358 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4359
4360         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4361         
4362         Don't show highlight rects if page can't be showed. Fix for 
4363         the bug #342076
4364
4365 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4366
4367         * shell/ev-window.c: (setup_sidebar_from_metadata),
4368         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4369         
4370         Setup sidebar from metadata even if there is no document
4371         loaded. Fix for the bug #342807.
4372
4373 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * cut-n-paste/toolbar-editor/Makefile.am:
4376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4377         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4378         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4379         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4380         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4381         (popup_context_menu_cb), (button_press_event_cb),
4382         (configure_item_sensitivity), (configure_item_cursor),
4383         (configure_item_tooltip), (connect_widget_signals),
4384         (action_sensitive_cb), (create_item_from_action),
4385         (create_item_from_position), (toolbar_drag_data_received_cb),
4386         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4387         (toolbar_drag_leave_cb), (configure_drag_dest),
4388         (toggled_visibility_cb), (toolbar_visibility_refresh),
4389         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4390         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4391         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4392         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4393         (egg_editable_toolbar_dispose),
4394         (egg_editable_toolbar_set_ui_manager),
4395         (egg_editable_toolbar_get_selected),
4396         (egg_editable_toolbar_set_selected), (set_edit_mode),
4397         (egg_editable_toolbar_set_property),
4398         (egg_editable_toolbar_get_property),
4399         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4400         (egg_editable_toolbar_new_with_model),
4401         (egg_editable_toolbar_get_edit_mode),
4402         (egg_editable_toolbar_set_edit_mode),
4403         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4404         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4405         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4406         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4407         (item_added_or_removed_cb), (toolbar_removed_cb),
4408         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4409         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4410         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4411         (editor_create_item_from_name), (append_table),
4412         (update_editor_sheet), (egg_toolbar_editor_init):
4413         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4414         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4415         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4416         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4417         (toolbar_node_free), (egg_toolbars_model_get_flags),
4418         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4419         (egg_toolbars_model_get_name), (impl_add_item),
4420         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4421         (parse_data_list), (parse_item_list), (parse_toolbars),
4422         (egg_toolbars_model_load_toolbars), (parse_available_list),
4423         (parse_names), (egg_toolbars_model_load_names),
4424         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4425         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4426         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4427         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4428         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4429         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4430         (egg_toolbars_model_set_types), (fill_avail_array),
4431         (egg_toolbars_model_get_name_avail),
4432         (egg_toolbars_model_get_name_flags),
4433         (egg_toolbars_model_set_name_flags):
4434         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4435         * cut-n-paste/toolbar-editor/eggintl.h:
4436         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4437         (egg_tree_multi_drag_source_get_type),
4438         (egg_tree_multi_drag_source_row_draggable),
4439         (egg_tree_multi_drag_source_drag_data_delete),
4440         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4441         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4442         (path_list_free), (set_context_data), (get_context_data),
4443         (get_info), (egg_tree_multi_drag_drag_data_get),
4444         (egg_tree_multi_drag_motion_event),
4445         (egg_tree_multi_drag_button_press_event),
4446         (egg_tree_multi_drag_add_drag_support):
4447         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4448         * shell/ev-application.c: (ev_application_init),
4449         (ev_application_save_toolbars_model):
4450         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4451         (ev_window_cmd_edit_toolbar), (ev_window_init):
4452         
4453         Sync toolbareditor with epiphany and libegg
4454
4455 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4456
4457         * configure.ac: 
4458
4459         Depend on poppler 0.5.2
4460
4461 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4462
4463         * shell/ev-jobs.c: (ev_job_render_run):
4464         
4465         Check if document supports links iterface.
4466
4467 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * NEWS:
4470         * configure.ac:
4471         
4472         Update for release 0.5.3
4473
4474 2006-05-13  Michael Plump  <plumpy@skylab.org>
4475
4476         * configure.ac:
4477         * shell/Makefile.am:
4478         * shell/main.c: (main):
4479         
4480         Port to GOption command line parsing. Fix for the 
4481         bug #327518
4482
4483 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * shell/ev-window.c: (ev_window_cmd_help_about):
4486         
4487         Do not wrap license. Fix for the bug #309460.
4488
4489 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * configure.ac:
4492         * properties/ev-properties-main.c: (ev_properties_get_pages):
4493         * shell/ev-application.c: (ev_application_open_window),
4494         (ev_application_open_uri_at_dest):
4495         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4496         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4497         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4498         * shell/ev-utils.c: (save_print_config_to_file):
4499         * shell/ev-window.c: (ev_window_cmd_save_as),
4500         (ev_attachment_popup_cmd_save_attachment_as):
4501         * shell/main.c: (load_files_remote):
4502         
4503         Bump requirements to gtk 2.8 and drop all ifdefs used.
4504
4505 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4506
4507         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4508         * shell/ev-window.c: (ev_window_init):
4509         
4510         Show attachments page.
4511
4512 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * po/POTFILES.in:
4515         * shell/ev-attachment-bar.c:
4516         * shell/ev-attachment-bar.h:
4517         * shell/ev-sidebar-attachments.c:
4518         (ev_sidebar_attachments_icon_cache_add),
4519         (icon_theme_get_pixbuf_from_mime_type),
4520         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4521         (ev_sidebar_attachments_icon_cache_refresh),
4522         (ev_sidebar_attachments_get_attachment_at_pos),
4523         (ev_sidebar_attachments_popup_menu_show),
4524         (ev_sidebar_attachments_popup_menu),
4525         (ev_sidebar_attachments_button_press),
4526         (ev_sidebar_attachments_update_icons),
4527         (ev_sidebar_attachments_drag_data_get),
4528         (ev_sidebar_attachments_get_property),
4529         (ev_sidebar_attachments_destroy),
4530         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4531         (ev_sidebar_attachments_new),
4532         (ev_sidebar_attachments_set_document),
4533         (ev_sidebar_attachments_support_document),
4534         (ev_sidebar_attachments_get_label),
4535         (ev_sidebar_attachments_page_iface_init):
4536         * shell/ev-sidebar-attachments.h:
4537         * shell/ev-window.c: (update_chrome_visibility),
4538         (setup_sidebar_from_metadata), (ev_window_setup_document),
4539         (ev_window_sidebar_current_page_changed_cb),
4540         (attachment_bar_menu_popup_cb), (ev_window_init):
4541         
4542         Move attachments bar to sidebar.
4543
4544 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * pdf/ev-poppler.cc:
4547         * shell/ev-application.[ch]:
4548         * shell/main.c:
4549
4550         Fix some memory leaks.
4551
4552 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4553
4554         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4555
4556         Change the properties dialog response to
4557         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4558         will make the dialog go away when the user presses
4559         enter. With gtk+ >= 2.9 this will happen anyway, but for
4560         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4561         escape by default. Fixes bug #340539. See also bug
4562         #101293 for the gtk+ part.
4563
4564 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4565
4566         * shell/ev-view.c (tip_from_action_named): Replace some strings
4567         that were wrong. Closes #340970.
4568
4569 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4572
4573         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4574         #341049
4575
4576 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * djvu/Makefile.am:
4579         * dvi/Makefile.am:
4580         * dvi/mdvi-lib/Makefile.am:
4581         * properties/Makefile.am:
4582         * ps/Makefile.am:
4583         * shell/Makefile.am:
4584         * thumbnailer/Makefile.am:
4585         
4586         Due to broken libtool that is unable to track dependencies
4587         of noinst libraries we are forced to explicitely point
4588         libraries for binary. Fix for the bug #333334.
4589
4590 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4591
4592         * data/evince.desktop.in.in:
4593         * shell/ev-view.c: (view_update_range_and_current_page),
4594         (ev_view_next_page), (ev_view_previous_page):
4595         * shell/ev-window.c: (update_chrome_visibility),
4596         (setup_sidebar_from_metadata), (ev_window_setup_document),
4597         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4598         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4599         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4600         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4601         (ev_window_stop_presentation), (ev_window_focus_in_event),
4602         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4603         (ev_window_init):
4604         * thumbnailer/Makefile.am:
4605         
4606         Update fullscreen and presentation timeout handling. Hide
4607         cursor in presentation after timeout. Fix for the bugs
4608         #136359 and #336981.
4609
4610 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * backend/ev-link-action.[ch]:
4613         * pdf/ev-poppler.cc: (ev_link_from_action):
4614         * shell/ev-view-private.h:
4615         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4616         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4617
4618         Add support for Named Action links
4619
4620 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * backend/Makefile.am:
4623         * backend/ev-document-links.[ch]:
4624         * backend/ev-document.[ch]:
4625         * backend/ev-link-action.[ch]:
4626         * backend/ev-link-dest.[ch]:
4627         * backend/ev-link.[ch]:
4628         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4629         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4630         * shell/ev-page-action.c: (build_new_tree_cb):
4631         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4632         (links_page_num_func), (update_page_callback):
4633         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4634         (tip_from_link):
4635         * shell/ev-jobs.c:
4636         * shell/ev-window.[ch]: (ev_window_open_uri),
4637         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4638         * shell/ev-application.[ch]: (ev_application_open_window),
4639         (ev_application_open_uri):
4640
4641         Rework links system, it adds support for remote links now and it makes
4642         easier to add new kinds of actions and destinations. Fixes bug #317292
4643
4644 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4645
4646         * data/Makefile.am:
4647         * data/evince.png:
4648         * data/evince-16.png:
4649         * data/evince-22.png:
4650         * data/evince.svg:
4651         * shell/main.c: (main):
4652         
4653         Evince use it's own icon. Fix for the bug #313392.
4654
4655         * shell/ev-window.c: (fullscreen_timeout_cb),
4656         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4657         (ev_window_cmd_help_about), (ev_window_dispose):
4658         
4659         Simplify fullscreen timeout code.
4660
4661 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * backend/ev-attachment.c: 
4664         * shell/ev-attachment-bar.c:
4665         * shell/ev-window.c:
4666
4667         Allow multiple selection of attachments
4668
4669 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * shell/ev-view.c: (view_update_range_and_current_page),
4672         (ev_view_scroll):
4673         
4674         Fix for the bug #312573 – Optimal selection of current 
4675         page among visible pages.
4676
4677 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4678
4679         * configure.ac:
4680         * djvu/Makefile.am:
4681         * djvu/djvu-text.h:
4682         
4683         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4684         for the bug 339868.
4685
4686 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4687
4688         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4689
4690 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4691
4692         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4693         dictated by the GNOME HIG. Fixes bug #339235.
4694
4695 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4696
4697         * data/evince-ui.xml:
4698         * shell/ev-view.c: (ev_view_can_find_previous):
4699         * shell/ev-view.h:
4700         * shell/ev-window.c: (ev_window_update_actions),
4701         (ev_window_cmd_edit_find_previous):
4702
4703         Add support for "Find Previous" as dictated by the GNOME HIG. A
4704         menu item is added and some glue code to make it all work is added
4705         to various files.
4706
4707 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4708
4709         * configure.ac: Award myself the "useless use of cat" award.
4710
4711 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4712
4713         * po/LINGUAS: New file listing all supported languages.
4714
4715         * configure.in: Use po/LINGUAS instead of including all languages
4716         directly in this file. See the wiki for more information:
4717         http://live.gnome.org/GnomeGoals/PoLinguas
4718
4719 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * backend/ev-document-factory.c:
4722
4723         Do not load the document twice when there isn't errors
4724
4725 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * backend/ev-attachment.c: 
4728
4729         Fix a crash when there isn't a default application to open an
4730         attachment
4731
4732 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * backend/ev-attachment.[ch]:
4735         * shell/ev-attachment-bar.[ch]:
4736
4737         Added missing files. 
4738
4739 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4740
4741         * backend/Makefile.am:
4742         * data/evince-ui.xml:
4743         * backend/ev-attachment.[ch]:
4744         * backend/ev-document.[ch]: (ev_document_has_attachments),
4745         (ev_document_get_attachments):
4746         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4747         (attachment_save_to_buffer), (pdf_document_get_attachments),
4748         (pdf_document_document_iface_init):
4749         * shell/Makefile.am:
4750         * shell/ev-attachment-bar.[ch]:
4751         * shell/ev-window.c:
4752
4753         Add support for PDF attachments. Fixes bug #325143
4754
4755 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * backend/ev-document-factory.c: (get_document_from_uri),
4758         (ev_document_factory_get_document):
4759         * backend/ev-document-factory.h:
4760         * properties/ev-properties-main.c: (ev_properties_get_pages):
4761         * shell/Makefile.am:
4762         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4763         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4764         (ev_job_queue_remove_job):
4765         * shell/ev-job-queue.h:
4766         * shell/ev-job-xfer.c:
4767         * shell/ev-job-xfer.h:
4768         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4769         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4770         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4771         (ev_job_xfer_run):
4772         * shell/ev-jobs.h:
4773         * shell/ev-window.c: (ev_window_is_empty),
4774         (password_dialog_response), (ev_window_clear_xfer_job),
4775         (ev_window_xfer_job_cb), (ev_window_open_uri),
4776         (ev_window_cmd_focus_page_selector),
4777         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4778         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4779         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4780         (ev_window_dispose):
4781         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4782         
4783         * Cleanup mime type detection on document load. Fix for the
4784         bug #336448.
4785
4786 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4787
4788         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4789         
4790         Fix crash on exit, described in the bug #336825.
4791
4792 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * backend/ev-document-factory.c:
4795         (ev_document_factory_get_from_mime),
4796         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4797         (ev_document_factory_get_document),
4798         (file_filter_add_mime_list_and_free),
4799         (ev_document_factory_add_filters):
4800         * backend/ev-document-factory.h:
4801         * properties/ev-properties-main.c: (ev_properties_get_pages):
4802         * shell/Makefile.am:
4803         * shell/ev-application.c:
4804         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4805         * shell/ev-window.c: (ev_window_cmd_file_open),
4806         (ev_window_cmd_save_as):
4807         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4808         
4809         Rework factory functions so they are placed now in a single 
4810         file ev-document-factory.c
4811
4812 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * shell/ev-window.c: (update_chrome_visibility):
4815         
4816         Fix for the bug 166566 - don't show menubar in fullscreen
4817         mode.
4818
4819 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4820
4821         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4822
4823 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * shell/ev-view.c: (ev_view_expose_event):
4826         
4827         More correctly draw loading text when document
4828         is empty.
4829
4830 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4831
4832         * shell/ev-view.c: (ev_view_scroll):
4833         
4834         Fix for the bug #334854, page down and page up switch
4835         pages in presentation mode.
4836
4837 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * shell/ev-window.c: (ev_window_set_action_sensitive),
4840         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4841         (ev_window_set_view_accels_sensitivity),
4842         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4843         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4844         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4845         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4846         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4847         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4848         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4849         (view_actions_focus_in_cb), (ev_window_init):
4850         
4851         Fix for the bug #333902, now it's possible to search
4852         words with slash.
4853
4854 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4855
4856         * configure.ac: Added Breton translation.
4857         * po/br.po: Added Breton translation.
4858
4859 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * shell/ev-window-title (ev_window_title_update):
4862
4863         Fix memory leak in window title. Fixes bug #333944
4864
4865 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * shell/ev-metadata-manager.c (parseItem):
4868
4869         Fix memory leaks. Fixes bug #333945
4870
4871 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4872         
4873         * NEWS, configure.ac, TODO:
4874         
4875         Update for release 0.5.2.
4876
4877 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4878
4879         * shell/ev-view.c: (view_update_range_and_current_page),
4880         (page_changed_cb):
4881         
4882         Don't jump on scrolling, fix for the bug #333127.
4883
4884 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4885
4886         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4887         
4888         Scroll by one page in presentation mode. Fix for the bug
4889         #332993.
4890
4891 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4892
4893         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4894
4895 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4896
4897         * configure.ac  Added lv in ALL_LINGUAS line.
4898
4899 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4900         
4901         * NEWS, configure.ac:
4902         
4903         Update for release 0.5.1
4904
4905 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4906
4907         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4908         * backend/ev-document-misc.h:
4909         * shell/ev-view.c: (draw_one_page):
4910         
4911          Clairfy what page the toolbar page number applies to. Fix
4912          for the bug #328102.
4913
4914 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4915
4916         * shell/ev-view-private.h:
4917         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4918         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4919         (ev_view_search_changed):
4920         * shell/ev-view.h:
4921         * shell/ev-window.c: (find_bar_search_changed_cb):
4922         
4923         Dont't jump to find result if window was scrolled during search.
4924         Fix for the bug #313266.
4925
4926 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4927
4928         * shell/eggfindbar.c: (egg_find_bar_class_init):
4929         * shell/eggfindbar.h:
4930         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4931         * shell/ev-view-private.h:
4932         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4933         (ev_view_class_init), (ev_sizing_mode_get_type),
4934         (ev_scroll_type_get_type):
4935         * shell/ev-view.h:
4936         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4937         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4938         (ev_window_init):
4939         
4940         Fix for the bug 319133 - Find entry should allow text scroll.
4941
4942 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4943
4944         * shell/ev-view-private.h:
4945         * shell/ev-view.c: (view_update_range_and_current_page),
4946         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4947         (ev_view_set_document), (update_find_status_message),
4948         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4949         (ev_view_find_previous):
4950         
4951         Fix for the bug #319137. Search now takes account for scrolling.
4952
4953 2006-02-19  Michael Hofmann <mh21@piware.de>
4954
4955         * configure.ac:
4956         * djvu/Makefile.am:
4957         * djvu/djvu-document-private.h:
4958         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4959         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4960         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4961         (djvu_document_can_get_text), (djvu_document_get_text),
4962         (djvu_document_document_iface_init),
4963         (djvu_document_thumbnails_get_thumbnail),
4964         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4965         (djvu_document_find_get_result),
4966         (djvu_document_find_page_has_results),
4967         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4968         (djvu_document_find_iface_init):
4969         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4970         (djvu_text_page_selection), (djvu_text_page_limits_process),
4971         (djvu_text_page_limits), (djvu_text_page_copy),
4972         (djvu_text_page_position), (djvu_text_page_union),
4973         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4974         (djvu_text_page_box), (djvu_text_page_append_text),
4975         (djvu_text_page_search), (djvu_text_page_prepare_search),
4976         (djvu_text_page_new), (djvu_text_page_free):
4977         * djvu/djvu-text-page.h:
4978         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4979         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4980         (djvu_text_n_results), (djvu_text_has_results),
4981         (djvu_text_get_result), (djvu_text_get_progress):
4982         * djvu/djvu-text.h:
4983         
4984         Text search in djvu. Fix for the bug #303415.
4985
4986 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * configure.ac:
4989         * shell/ev-window.c: (ev_window_cmd_save_as):
4990         
4991         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4992         Thanks to Gary Coady <gary@lyranthe.org>
4993
4994 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-print-job.c: (idle_print_handler):
4997         
4998         Inverse order printing, bug #320919.
4999
5000 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * data/evince-toolbar.xml:
5003         * shell/ev-window.c:
5004         
5005         Allow to add sidebar checkbutton on toolbar. Fix
5006         for the bug #144577.
5007
5008 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5011         
5012         Add checks that have sense for empty ps document.
5013
5014 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5015
5016         * configure.ac: Include PS in mime types list. 
5017
5018 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * configure.ac:
5021         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5022         * ps/gsdefaults.h:
5023         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5024         
5025         Runtime check for gs interpreter. Fix for the bug #320868.
5026         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5027
5028 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5029
5030         * shell/ev-application.c: 
5031
5032         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5033         dbus>=0.60, so that the request is not queued. 
5034
5035 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * configure.ac:
5038         * shell/Makefile.am:
5039         * shell/ev-sidebar-links.c: (print_section_cb):
5040         * shell/ev-utils.c:
5041         * shell/ev-utils.h:
5042         * shell/ev-window.c: (update_action_sensitivity),
5043         (ev_window_close_dialogs), (ev_window_print):
5044         * shell/ev-window.h:
5045         
5046         Make printing support optional. Patch from Eduardo de Barros Lima
5047         <eduardo.lima@indt.org.br> for the bug #330546.
5048
5049 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * shell/ev-view-private.h:
5052         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5053         (ev_view_set_document):
5054         * shell/ev-view.h:
5055         * shell/ev-window.c: (ev_window_load_job_cb),
5056         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5057         (ev_window_init):
5058
5059         Draw Loading message during xfer job. Fix for the bug #329495.
5060
5061 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * comics/comics-document.c: (comics_regex_quote),
5064         (comics_document_load), (extract_argv):
5065         
5066         Correcly quote regexp before passing it to unzip.
5067
5068 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * shell/ev-page-cache.c: (build_height_to_page),
5071         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5072         (ev_page_cache_get_dual_even_left):
5073         * shell/ev-page-cache.h:
5074         * shell/ev-view.c: (view_update_range_and_current_page),
5075         (get_page_y_offset), (get_page_extents):
5076         
5077         Place even pages to the left if document has less then
5078         two pages. Fix for the bug #328856.
5079
5080 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5081
5082         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5083         
5084         Correct comics scheme. This make evince create thumbnails
5085         for comic books. Fix for the bug 329088.
5086
5087 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5088
5089         * data/evince-password.glade: Don't explicitly set
5090         invisible_char to the current default value in case
5091         the default changes; let GTK+ do its magic.
5092
5093 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5096         real filename to tmp filename since often document
5097         type is determined by extension.
5098
5099 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5100
5101         * shell/ev-view.c: (add_scroll_binding_keypad),
5102         (ev_view_binding_activated), (ev_view_class_init):
5103         
5104         Add keybindings for percision-scrolling of display area. 
5105         Fix for the bug #314072.
5106
5107 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5108
5109         * data/evince.desktop.in.in:
5110         
5111         Add GTK to the list of categories. Fix for the bug #328034.
5112
5113 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5114
5115         * shell/ev-application.c: (ev_application_shutdown),
5116         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5117         * shell/ev-application.h:
5118         * shell/ev-window.c: (file_open_dialog_response_cb),
5119         (ev_window_cmd_file_open):
5120         
5121         Save last uri in file chooser dialog. Fix for the bug #327950.
5122
5123 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * NEWS:
5126         * README:
5127         
5128         Final update for release 0.5.0
5129         
5130         * shell/Makefile.am:
5131         
5132         Remove disable deprecated until we'll require libgnome-2.13.7
5133         and port to GOption argument parsing. See bug 327518.
5134
5135 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5136
5137         * comics/comics-document.c: (comics_document_save):
5138         * djvu/djvu-document.c: (djvu_document_save):
5139         * dvi/dvi-document.c: (dvi_document_save):
5140         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5141         * lib/ev-file-helpers.h:
5142         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5143         * tiff/tiff-document.c: (tiff_document_save):
5144         
5145         Use common save function for backends.
5146
5147 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5148
5149         * backend/ev-document-types.c:
5150         
5151         Fix crash on saving pixbuf.
5152
5153 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * cut-n-paste/recent-files/egg-recent-item.c:
5156         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5157         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5158         (parse_info_free), (valid_element), (start_element_handler),
5159         (end_element_handler), (text_handler), (egg_recent_model_filter),
5160         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5161         (egg_recent_model_monitor), (egg_recent_model_read),
5162         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5163         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5164         (egg_recent_model_set_property), (egg_recent_model_class_init),
5165         (egg_recent_model_init), (egg_recent_model_add_full),
5166         (egg_recent_model_delete), (egg_recent_model_get_list),
5167         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5168         (egg_recent_model_set_filter_mime_types),
5169         (egg_recent_model_clear_group_filter),
5170         (egg_recent_model_set_filter_groups),
5171         (egg_recent_model_clear_scheme_filter),
5172         (egg_recent_model_set_filter_uri_schemes),
5173         (egg_recent_model_remove_expired):
5174         * cut-n-paste/recent-files/egg-recent-util.c:
5175         (egg_recent_util_get_icon):
5176         * cut-n-paste/recent-files/egg-recent-util.h:
5177         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5178         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5179         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5180         (egg_recent_view_uimanager_set_property),
5181         (egg_recent_view_uimanager_get_property),
5182         (egg_recent_view_uimanager_class_init),
5183         (egg_recent_view_uimanager_init),
5184         (egg_recent_view_uimanager_set_label_width),
5185         (egg_recent_view_uimanager_get_label_width):
5186         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5187         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5188         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5189         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5190         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5191         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5192         
5193         Update from libegg.
5194
5195 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * shell/ev-page-cache.c: (build_height_to_page),
5198         (ev_page_cache_get_height_to_page):
5199         * shell/ev-page-cache.h:
5200         * shell/ev-view.c: (view_update_range_and_current_page),
5201         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5202         (ev_view_previous_page):
5203         
5204         Dual mode places even pages to the left. Fix for the bug #309393.
5205
5206         * shell/ev-view.h:
5207         * shell/ev-window.c: (update_action_sensitivity),
5208         (setup_view_from_metadata), (view_menu_popup_cb):
5209         
5210         Don't restore presentation in empty windows, more intelligent
5211         next page behaviour in dual mode.
5212
5213         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5214         (ev_pixbuf_cache_clear_job_sizes):
5215         
5216         Cleanup job callback on removal. Fix for the bug #325886.
5217
5218 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * ps/ps.c: (psscan):
5221         
5222         Commit workaround Mozilla problem. Fix for the bug #325919
5223         
5224         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5225         (save_item):
5226         
5227         Fix for year 2038 problem.
5228
5229 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * shell/ev-window.c: (setup_document_from_metadata),
5232         (ev_window_cmd_view_reload):
5233
5234         Clamp page recieved from metadata in valid values. Fix
5235         for the bug #325986.
5236
5237 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5238
5239         * MAINTAINERS: 
5240         Add MAINTAINERS as requested on desktop-devel-list.
5241
5242 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5245         (mime_type_supported_by_gdk_pixbuf),
5246         (ev_document_factory_get_mime_types),
5247         (ev_document_factory_get_all_mime_types):
5248         
5249         Don't add pixbuf mime types if pixbuf backend is disabled.
5250         
5251         * shell/ev-application.c: (ev_application_get_uri_window):
5252         
5253         Fix for the bug 325815 - unhandled MIME type message doesn't 
5254         appear a second time. 
5255         
5256         * shell/ev-document-types.c: (ev_document_types_add_filters):
5257         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5258         (password_dialog_response), (ev_window_popup_password_dialog),
5259         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5260         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5261         (ev_window_run_presentation), (ev_window_stop_presentation),
5262         (save_sizing_mode), (ev_window_zoom_changed_cb),
5263         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5264         (ev_window_dual_mode_changed_cb),
5265         (ev_window_sidebar_current_page_changed_cb),
5266         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5267         (window_state_event_cb), (window_configure_event_cb):
5268         
5269         Cleanup additional uris holded by EvWindow.
5270
5271 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5274         (ev_view_can_previous_page), (ev_view_can_next_page):
5275         * shell/ev-view.h:
5276         * shell/ev-window.c: (update_action_sensitivity):
5277         
5278         Two page scrolling with Space and PageUp in dual mode. Second fix 
5279         for the bug #316608.
5280
5281 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * shell/ev-view.c: (scroll_to_current_page):
5284         
5285         Correctly clamp adjustment value. Fix for the bug
5286         #325808.
5287
5288 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * shell/ev-sidebar-links.c: (print_section_cb):
5291         * shell/ev-window.c: (ev_window_get_uri),
5292         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5293         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5294         (ev_window_dispose):
5295         
5296         Make print dialog non-modal. Fix for the bug #325622.
5297
5298 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * shell/ev-metadata-manager.c:
5301         * shell/ev-utils.c: (using_pdf_printer),
5302         (using_postscript_printer), (load_print_config_from_file),
5303         (save_print_config_to_file):
5304         * shell/ev-utils.h:
5305         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5306         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5307         (setup_view_from_metadata), (ev_window_setup_document),
5308         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5309         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5310         (ev_window_run_presentation), (ev_window_stop_presentation),
5311         (save_sizing_mode), (ev_window_zoom_changed_cb),
5312         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5313         (ev_window_dual_mode_changed_cb),
5314         (ev_window_sidebar_current_page_changed_cb),
5315         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5316         (window_state_event_cb), (window_configure_event_cb),
5317         (ev_window_init):
5318         
5319         Setting saving behaviour fixes.
5320
5321 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * configure.ac:
5324         
5325         Make antialiasing gs options better and allow
5326         to change them during configure. Fix for the 
5327         bug #319049.
5328
5329 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5330
5331         * shell/ev-window.c: (setup_view_from_metadata):
5332         
5333         Remember if last window was maximized. Fix for the
5334         bug #323797.
5335
5336 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5337
5338         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5339
5340 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5343         * shell/ev-page-action.c: (build_new_tree_cb):
5344         * shell/ev-sidebar-links.c: (links_page_num_func),
5345         (update_page_callback_foreach), (update_page_callback):
5346         * shell/ev-view.c: (scroll_to_current_page):
5347         
5348         Fix for the bug #325067 with more intelligent selection
5349         of current link in sidebar. Make sidebar handle links
5350         of FITR-like type more correctly.
5351
5352         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5353         (dvi_pixbuf_put_pixel):
5354         
5355         Fix memory consumtion with disabled alpha channel.
5356
5357 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5358
5359         * data/evince-ui.xml:
5360         * shell/ev-window.c: (view_menu_popup_cb),
5361         (ev_popup_cmd_open_link), (ev_window_init):
5362         
5363         Update context menu for internal links. Fix for the bug
5364         #325066.
5365
5366 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5367
5368         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5369         
5370         Bind context menu to keyboard also. Fix for the bug
5371         #325065.
5372
5373 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * shell/ev-view.c: (selection_scroll_timeout_cb):
5376         
5377         Horizontal scroll on selection also.
5378
5379 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5380
5381         * shell/ev-metadata-manager.c: (parse_value):
5382         * shell/ev-view.c: (goto_xyz_link):
5383         
5384         Correct zoom setup and metadata save broken in 
5385         some locales.
5386
5387 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * shell/ev-view-private.h:
5390         * shell/ev-view.c: (scroll_to_current_page),
5391         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5392         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5393         (page_changed_cb), (ev_view_set_continuous),
5394         (ev_view_set_dual_page), (ev_view_set_presentation):
5395         
5396         Delay scroll until allocation to correctly position page. Fix
5397         for the bug #317334.
5398
5399 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5400
5401         * NEWS:
5402         * configure.ac:
5403         
5404         Update NEWS and require poppler 0.5.0.
5405
5406 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5407         
5408         * data/evince-ui.xml:
5409         * shell/ev-view-private.h:
5410         * shell/ev-view.c: (ev_view_get_link_at_location),
5411         (handle_link_over_xy), (ev_view_button_press_event),
5412         (ev_view_button_release_event), (ev_view_class_init):
5413         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5414         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5415         (ev_window_init):
5416         
5417         Implement right-click context menu.
5418
5419 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5422         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5423         (mdvi_pixbuf_device_render):
5424         * pdf/ev-poppler.cc:
5425
5426         Don't generate thumbnails with alpha. See bug #324077.
5427         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5428
5429 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5430
5431         * shell/ev-window.c: (setup_chrome_from_metadata):
5432         
5433         Fix typo that was hiding toolbar.
5434
5435 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * shell/ev-view-private.h:
5438         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5439         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5440         (ev_view_button_release_event), (ev_view_destroy):
5441         
5442         Small cleanup and autoscrolling during selection. Thanks to 
5443         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5444
5445 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5446
5447         * configure.ac:
5448         
5449         Correctly check for comics option.
5450
5451 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5452         * Makefile.am:
5453         * configure.ac:
5454         * backend/Makefile.am:
5455         * backend/ev-document-factory.c:
5456         * shell/ev-document-types.c:
5457
5458         Included option in configure to make ps backend 
5459         compilation optional with --disable-ps.
5460
5461 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * backend/ev-document-factory.c:
5464         * comics/Makefile.am:
5465         * comics/comics-document.c: (comics_document_load):
5466         * comics/ev-cbr-mime.xml:
5467         * configure.ac:
5468         
5469         Comics mime types are added to shared-mime-info CVS. Now
5470         we don't need to install our own mime types.
5471
5472 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5473
5474         * shell/ev-window.c:
5475         
5476         Add shortcut for "save a copy" menu entry. Fix for
5477         the bug #324582.
5478
5479 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5480
5481         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5482         (job_finished_cb), (new_selection_pixbuf_needed),
5483         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5484         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5485         
5486         Rework selection job info logic and fix critical warning.
5487
5488 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5489
5490         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5491
5492 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5493
5494         * data/evince-ui.xml:
5495         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5496         
5497         Enter as shortcut key for next page. Fix for the bug
5498         #321394.
5499
5500 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5501
5502         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5503
5504 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5507         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5508         (new_selection_pixbuf_needed),
5509         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5510         (clear_job_selection):
5511         
5512         Too early for 0.5. Pixbuf cache code cleaned a bit.
5513
5514 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * NEWS:
5517         * configure.ac:
5518         
5519         Release 0.5.0 preparation
5520
5521 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * comics/Makefile.am:
5524         * configure.ac:
5525         * shell/ev-document-types.c: (ev_document_types_add_filters):
5526         
5527         More advanced handling of custom mime type installation.
5528
5529 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * data/evince.schemas.in:
5532         * shell/ev-metadata-manager.c: (value_free),
5533         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5534         (ev_metadata_manager_get), (ev_metadata_manager_set):
5535         * shell/ev-metadata-manager.h:
5536         * shell/ev-window.c: (update_chrome_flag),
5537         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5538         (setup_document_from_metadata), (setup_chrome_from_metadata),
5539         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5540         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5541         (ev_window_view_toolbar_cb),
5542         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5543         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5544         
5545         Save last document settings and reuse them for new documents.
5546
5547 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * Makefile.am:
5550         * backend/Makefile.am:
5551         * backend/ev-document-factory.c:
5552         * backend/ev-document-factory.h:
5553         * comics/Makefile.am:
5554         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5555         (comics_document_load), (comics_document_save),
5556         (comics_document_get_n_pages), (comics_document_get_page_size),
5557         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5558         (comics_document_class_init), (comics_document_can_get_text),
5559         (comics_document_get_info), (comics_document_document_iface_init),
5560         (comics_document_init), (get_supported_image_extensions),
5561         (comics_document_thumbnails_get_geometry),
5562         (comics_document_thumbnails_get_thumbnail),
5563         (comics_document_thumbnails_get_dimensions),
5564         (comics_document_document_thumbnails_iface_init), (extract_argv):
5565         * comics/comics-document.h:
5566         * comics/ev-cbr-mime.xml:
5567         * configure.ac:
5568         * po/POTFILES.in:
5569         * shell/ev-application.c: (ev_application_register_service):
5570         * shell/ev-document-types.c: (ev_document_types_add_filters):
5571         * thumbnailer/Makefile.am:
5572         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5573         
5574         New CBR/CBZ backend for comic books.
5575
5576 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * shell/main.c: (load_files_remote):
5579
5580         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5581         warning on startup of second instance is fixed. It
5582         is bug #320353.
5583
5584 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5585
5586         * shell/ev-window.c: (ev_window_finalize):
5587         
5588         Fix double free that cause crash.
5589
5590 2005-10-29  Bastien Nocera <hadess@hadess.net>
5591
5592         * tiff/tiff-document.c: (tiff_document_load):
5593         
5594         Fix memory leak.
5595
5596 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * po/POTFILES.in:
5599         * shell/Makefile.am:
5600         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5601         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5602         (ev_view_accessible_get_text),
5603         (ev_view_accessible_get_character_at_offset),
5604         (ev_view_accessible_get_text_before_offset),
5605         (ev_view_accessible_get_text_at_offset),
5606         (ev_view_accessible_get_text_after_offset),
5607         (ev_view_accessible_get_character_count),
5608         (ev_view_accessible_get_caret_offset),
5609         (ev_view_accessible_set_caret_offset),
5610         (ev_view_accessible_get_run_attributes),
5611         (ev_view_accessible_get_default_attributes),
5612         (ev_view_accessible_get_character_extents),
5613         (ev_view_accessible_get_offset_at_point),
5614         (ev_view_accessible_get_n_selections),
5615         (ev_view_accessible_get_selection),
5616         (ev_view_accessible_add_selection),
5617         (ev_view_accessible_remove_selection),
5618         (ev_view_accessible_set_selection),
5619         (ev_view_accessible_text_iface_init),
5620         (ev_view_accessible_idle_do_action),
5621         (ev_view_accessible_action_do_action),
5622         (ev_view_accessible_action_get_n_actions),
5623         (ev_view_accessible_action_get_description),
5624         (ev_view_accessible_action_get_name),
5625         (ev_view_accessible_action_set_description),
5626         (ev_view_accessible_action_iface_init),
5627         (ev_view_accessible_get_type), (ev_view_accessible_new),
5628         (ev_view_accessible_factory_get_accessible_type),
5629         (ev_view_accessible_factory_create_accessible),
5630         (ev_view_accessible_factory_class_init),
5631         (ev_view_accessible_factory_get_type):
5632         * shell/ev-view-accessible.h:
5633         * shell/ev-view-private.h:
5634         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5635         * shell/ev-view.h:
5636         
5637         Initial accessibility support.
5638
5639 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5640
5641         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5642
5643 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5644
5645         * shell/ev-print-job.c: (idle_print_handler):
5646         
5647         Fix for bug Bug 318916: Printing multiple pages.
5648
5649 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5650
5651         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5652
5653 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * pdf/ev-poppler.cc:
5656         
5657         Thumnail dimensions unified with other backends.
5658         
5659         * shell/ev-window-title.c: (ev_window_title_update):
5660         
5661         Fix warning.
5662
5663 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * data/ev-stock-zoom-fit-width.png:
5666         
5667         Remove unused file.
5668
5669 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5670
5671         * configure.ac:
5672         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5673         (djvu_document_finalize):
5674         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5675         (dvi_document_finalize):
5676         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5677         (pixbuf_document_save), (pixbuf_document_finalize):
5678         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5679         (tiff_document_finalize):
5680         
5681         Save a copy implemented for various backends.
5682
5683 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5684
5685         * configure.ac:
5686         
5687         Don't link with ltiff if tiff is disabled.
5688
5689 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * pdf/GDKSplashOutputDev.cc:
5692         * pdf/GDKSplashOutputDev.h:
5693         * pdf/Thumb.cc:
5694         * pdf/Thumb.h:
5695         * pdf/pdf-document.cc:
5696         * pdf/pdf-document.h:
5697         * pdf/test-gdk-output-dev.cc:
5698         
5699         Remove old unused files.
5700
5701 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5702
5703         * shell/ev-window.c: (ev_window_setup_document):
5704         
5705         Fixed warnings on reload and probably crash reason.
5706
5707 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5708
5709         * properties/ev-properties-view.c:
5710         (ev_properties_view_format_date):
5711         
5712         Check if date is invalid. Fix for bug 318134.
5713
5714 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5715
5716         * shell/ev-window-title.c:
5717         
5718         Add .indd files (Adobe Indesign) to the list of "bad
5719         extensions".
5720
5721 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * data/evince-ui.xml:
5724         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5725         
5726         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5727
5728 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5729
5730         * shell/ev-window.c: (launch_link), (launch_external_uri),
5731         (view_external_link_cb):
5732
5733         URL-escape link before passing it to gnome_vfs_url_show.
5734
5735 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5736
5737         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5738         there isn't text selected.
5739
5740 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5741
5742         * shell/ev-view.c: (handle_link_over_xy):
5743
5744         Check tooltip is valid utf8 before showing it
5745
5746 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5747
5748         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5749
5750 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5751
5752         * shell/ev-window-title.c: (ev_window_title_update):
5753
5754         Guard against using g_strstrip on NULL. Fixes bug #317291.
5755
5756 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5757
5758         * pdf/ev-poppler.cc:
5759
5760         Show title even for unknown links
5761
5762 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5763
5764         * shell/ev-window-title.c: (ev_window_title_update):
5765
5766         Strip the title string
5767
5768 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5769
5770         * shell/ev-window-title.c:
5771
5772         Add .rtf to the bad extensions list
5773
5774 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5775
5776         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5777         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5778
5779         Ignore link coordinates if they are outside page bounds
5780
5781 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5782
5783         * backend/ev-link.c: (ev_link_type_get_type),
5784         (ev_link_get_filename), (ev_link_get_params),
5785         (ev_link_get_property), (ev_link_set_property),
5786         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5787         * backend/ev-link.h:
5788         * pdf/ev-poppler.cc:
5789         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5790         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5791         (ev_window_init):
5792
5793         Implement launch links. Delegate external link opening to
5794         the window.
5795
5796 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5797
5798         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5799         (ev_link_get_right), (ev_link_get_property),
5800         (ev_link_set_property), (ev_link_class_init),
5801         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5802         * backend/ev-link.h:
5803         * pdf/ev-poppler.cc:
5804         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5805
5806         Implement fitr links
5807
5808 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5809
5810         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5811         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5812         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5813         (ev_view_size_request_continuous),
5814         (ev_view_size_request_dual_page),
5815         (ev_view_size_request_single_page), (ev_view_size_allocate),
5816         (ev_view_zoom_for_size_continuous_and_dual_page),
5817         (ev_view_zoom_for_size_continuous),
5818         (ev_view_zoom_for_size_dual_page),
5819         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5820         (ev_sizing_mode_get_type):
5821         * shell/ev-view.h:
5822         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5823
5824         Do not use modes for link, we need to calculate size ad hoc.
5825         Still not perfect because of the usual scrollbar issues grrr.
5826
5827 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5828
5829         * backend/ev-link.c: (ev_link_type_get_type),
5830         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5831         * backend/ev-link.h:
5832         * pdf/ev-poppler.cc:
5833         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5834         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5835         (ev_view_size_request_continuous),
5836         (ev_view_size_request_dual_page),
5837         (ev_view_size_request_single_page), (ev_view_size_allocate),
5838         (zoom_for_size_fit_height),
5839         (ev_view_zoom_for_size_continuous_and_dual_page),
5840         (ev_view_zoom_for_size_continuous),
5841         (ev_view_zoom_for_size_dual_page),
5842         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5843         (ev_sizing_mode_get_type):
5844         * shell/ev-view.h:
5845         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5846
5847         Implement FIT_HEIGHT mode (only for links).
5848         Implement FITH links
5849
5850 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5851
5852         * shell/ev-window-title.c: (get_filename_from_uri),
5853         (ev_window_title_sanitize_extension), (ev_window_title_update),
5854         (ev_window_title_set_document), (ev_window_title_set_uri),
5855         (ev_window_title_free):
5856         * shell/ev-window-title.h:
5857         * shell/ev-window.c: (ev_window_setup_document),
5858         (ev_window_popup_password_dialog):
5859
5860         Refactor window title building while fixing it for
5861         password documents.
5862
5863 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5864
5865         * pdf/ev-poppler.cc:
5866
5867         Escape link title before setting it in the model
5868
5869 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5870
5871         * shell/ev-application.c: (removed_from_session), (save_session),
5872         (init_session), (ev_application_get_empty_window),
5873         (ev_application_init), (ev_application_get_windows):
5874         * shell/ev-application.h:
5875         * shell/ev-window.c: (ev_window_finalize):
5876
5877         Add a function to retrieve window list and share it where
5878         necessary.
5879         Implement session handling, works pretty well thanks to the
5880         metadata system.
5881
5882 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-password.c: (ev_password_item_created_callback),
5885         (ev_password_dialog_save_password):
5886         
5887         Fix for bug 316972. Use async gnome-keyring API.
5888
5889 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5890
5891         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5892         Remove unused unrealize handler. Add scroll handling to
5893         ev_view_scroll_event for presentation mode (bug #316708),
5894         and fix the event state checks there.
5895
5896 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5897
5898         * shell/ev-page-action.c: (page_changed_cb):
5899
5900         "marco, maybe we should be crazy and jump right to 6! :)"
5901
5902         Bryan Clark, Sep 2005
5903
5904 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5905
5906         * ps/ps-document.c: (save_document), (ps_document_save),
5907         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5908         (ps_document_ps_export_end):
5909
5910         Fix unstructured documents save and print
5911
5912 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5913
5914         * shell/ev-application.c: (ev_application_open_uri):
5915
5916         Fix window size persistance
5917
5918 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5919
5920         * shell/ev-view.c: (ev_view_button_release_event):
5921
5922         Based on a patch from carlosgc@gnome.org. Mouse buttons
5923         switch pages in presentation mode.
5924
5925 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5926
5927         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5928
5929         Dont cast to int before scaling
5930
5931 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5932
5933         * backend/ev-link.c: (ev_link_type_get_type),
5934         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5935         (ev_link_new_page_fith):
5936         * backend/ev-link.h:
5937         * pdf/ev-poppler.cc:
5938         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5939
5940         Implement FIT and FITH links
5941
5942 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5943
5944         * pdf/ev-poppler.cc:
5945
5946         Return 0 results when search is not in progress.
5947
5948         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5949         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5950
5951         Update menu sensitivity when cancelling search
5952
5953 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5954
5955         * shell/ev-view.c: (ev_view_can_find_next):
5956
5957         Take all pages in consideration, not just current one
5958
5959 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5960
5961         * shell/ev-page-cache.c:
5962         * shell/ev-page-cache.h:
5963         * shell/ev-view.c: (ev_view_binding_activated),
5964         (ev_view_next_page), (ev_view_previous_page),
5965         (ev_sizing_mode_get_type):
5966         * shell/ev-view.h:
5967         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5968         (ev_window_cmd_go_next_page):
5969
5970         Move page next/previous functions from page chace to
5971         view and change it to move by 2 page steps in dual mode.
5972
5973 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5974
5975         * shell/ev-window.c: (update_sidebar_visibility),
5976         (setup_sidebar_from_metadata), (ev_window_setup_document),
5977         (setup_view_from_metadata):
5978
5979         Show the index by default when there is one     
5980
5981 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5982
5983         * shell/ev-window-title.c: (ev_window_title_set_document):
5984
5985         Missing null check
5986
5987 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5988
5989         * shell/ev-view.c: (view_update_range_and_current_page):
5990         
5991         Allow display of last odd page in dual view. Fix for 316347.
5992
5993 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5994
5995         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5996         
5997         Make close button default. Fix for 316383.
5998
5999 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6000
6001         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6002         
6003         Mark close button as default. Fix for 316381.
6004
6005 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * backend/ev-link.c: (ev_link_class_init):
6008
6009         Allow negative doubles in left/top properties
6010
6011 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6012
6013         * shell/ev-window.c:
6014
6015         Remove a bunch of strings that was used only
6016         by the statusbar.
6017
6018 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6019
6020         * shell/ev-window-title.c: (get_filename_from_uri),
6021         (ev_window_title_set_document):
6022
6023         When title has a confusing extension, show also
6024         the document filename inside ()
6025
6026 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6027
6028         * shell/Makefile.am:
6029         * shell/ev-window-title.c: (ev_window_title_new),
6030         (ev_window_title_update), (ev_window_title_set_type),
6031         (ev_window_title_set_document), (ev_window_title_free):
6032         * shell/ev-window-title.h:
6033         * shell/ev-window.c: (ev_window_setup_document),
6034         (password_dialog_response), (ev_window_popup_password_dialog),
6035         (ev_window_dispose), (ev_window_init):
6036
6037         Factor out and cleanup window title code
6038
6039 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6040
6041         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6042         (unable_to_load):
6043
6044         Make dialog transient so it doesnt block other windows
6045
6046 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6047
6048         * pdf/ev-poppler.cc:
6049         
6050         Fix pdf thumbnails rendering.
6051
6052 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6053
6054         * shell/ev-window.c: (fullscreen_set_timeout):
6055         
6056         Increase timeout to hide full screen popup. Bug 
6057         316123. 
6058
6059 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * data/evince.schemas.in:
6062         * shell/ev-window.c: (update_action_sensitivity):
6063
6064         Allow the user to override document restrictions. Fix for bug
6065         305818.
6066
6067 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6068
6069         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6070         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6071         (ev_window_class_init): Fix multihead behaviour of fullscreen
6072         toolbar popup. Fixes bug #315451.
6073
6074 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6075
6076         * configure.ac:
6077         * data/evince-password.glade:
6078         * shell/ev-password.c: (ev_password_dialog_set_property),
6079         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6080         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6081         (ev_password_dialog_entry_changed_cb),
6082         (ev_password_dialog_entry_activated_cb),
6083         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6084         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6085         (ev_password_dialog_set_bad_pass):
6086         * shell/ev-password.h:
6087         * shell/ev-window.c: (password_dialog_response),
6088         (ev_window_popup_password_dialog):
6089         
6090         Support for gnome-keyring for encrypted PDF's.
6091
6092 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6095         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6096         (ev_view_enter_notify_event), (ev_view_class_init):
6097         
6098         More precise handling of enter_notify/leave_notify events
6099         in EvView. Fix for bug 315470.
6100
6101 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6102
6103         * shell/ev-window.c: (fullscreen_timeout_cb),
6104         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6105         (ev_window_dispose):
6106
6107         leak fix: unref fullscreen_timeout_source before clearing it
6108
6109 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * configure.ac, dvi/mdvi/Makefile.am: 
6112         
6113         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6114
6115 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6116
6117         * backend/ev-link.c: (ev_link_new_page_xyz):
6118         * pdf/ev-poppler.cc:
6119         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6120
6121         Fix some bugs with xyz links, respect zoom
6122
6123 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6124
6125         * shell/ev-window.c: (page_changed_cb),
6126         (setup_document_from_metadata), (update_sidebar_visibility),
6127         (setup_view_from_metadata), (ev_window_run_fullscreen),
6128         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6129         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6130         (ev_window_dual_mode_changed_cb),
6131         (ev_window_sidebar_current_page_changed_cb):
6132
6133         null check uri before setting and getting metadata
6134
6135 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6136
6137         * dvi/Makefile.am:
6138         * properties/Makefile.am:
6139         * shell/Makefile.am:
6140         * thumbnailer/Makefile.am:
6141
6142         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6143
6144 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6145
6146         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6147         (selection_changed_callback):
6148         * shell/ev-sidebar-links.h:
6149
6150         Add a signal for link activation.
6151
6152         * shell/ev-view.c: (ev_view_goto_link),
6153         (ev_view_button_release_event):
6154         * shell/ev-view.h:
6155         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6156         (ev_window_init):
6157
6158         Implement the signal so that we can handle all link types.
6159
6160         * shell/ev-page-cache.c:
6161
6162         Remove unused set_link function
6163
6164 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6165
6166         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6167
6168         Add some space from the cursor, hardcoded but I couldnt
6169         find a better way.
6170
6171 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6172
6173         * lib/ev-tooltip.c:
6174
6175         Use mozilla style vs gtk style, way better for links.
6176
6177         * shell/ev-view.c: (ev_view_motion_notify_event),
6178         (ev_view_destroy), (ev_view_init):
6179
6180         Deactive tooltip when the link hovered is changed.
6181
6182 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6183
6184         * backend/ev-document.h:
6185         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6186         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6187         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6188         (ev_link_new_page), (ev_link_new_page_xyz):
6189         * backend/ev-link.h:
6190         * pdf/ev-poppler.cc:
6191         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6192         (go_to_link), (tip_from_link):
6193
6194         Implement xyz links, still not functional. Links are a total
6195         mess, will need to refactor and bugfix a lot :(
6196
6197 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6198
6199         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6200
6201 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6202
6203         * data/evince-ui.xml:
6204         * data/evince.schemas.in:
6205         * shell/Makefile.am:
6206         * shell/ev-window.c: (update_chrome_visibility),
6207         (password_dialog_response), (ev_window_load_job_cb),
6208         (ev_window_xfer_job_cb), (ev_window_open_uri),
6209         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6210         (ev_window_init):
6211
6212         Remove the statusbar. This regress loading feedback, need to
6213         check with Bryan what we want to do there...
6214
6215 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6216
6217         * lib/ev-tooltip.c: (ev_tooltip_init):
6218
6219         Fix tooltip border and size handling
6220
6221 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6222
6223         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6224         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6225         (ev_tooltip_timeout), (ev_tooltip_activate),
6226         (ev_tooltip_deactivate):
6227         * lib/ev-tooltip.h:
6228         * shell/ev-view.c: (ev_view_motion_notify_event):
6229
6230         Delay popup showing. Mirror gtk logic/times.
6231
6232 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6233
6234         * lib/Makefile.am:
6235         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6236         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6237         (ev_tooltip_set_text), (ev_tooltip_set_position):
6238         * lib/ev-tooltip.h:
6239
6240         Simple widget to show tooltips at a custom position
6241
6242         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6243         (ev_view_destroy):
6244
6245         Use it for links. First go, needs work
6246
6247 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6248
6249         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6250         HIG fixes.  Use title capitalization for window title. Use 12 
6251         pixels of space between the dialog's vbox and action area.
6252
6253 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6254
6255         * shell/ev-window.c: (file_open_dialog_response_cb),
6256         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6257         (ev_window_cmd_save_as):
6258
6259         Make file pickers not modal and refactor code some
6260
6261 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6262
6263         * shell/ev-sidebar.h:
6264         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6265         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6266         (ev_sidebar_class_init), (ev_sidebar_select_page),
6267         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6268         (ev_sidebar_set_page):
6269
6270         Add a current page property and allow to get/set it
6271
6272         * shell/ev-window.c: (setup_view_from_metadata),
6273         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6274
6275         Persist current sidebar page per document
6276
6277 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6278
6279         * data/evince.schemas.in:
6280         * shell/ev-window.c: (update_chrome_visibility),
6281         (setup_document_from_metadata), (update_sidebar_visibility),
6282         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6283         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6284         (ev_window_run_presentation), (ev_window_stop_presentation),
6285         (ev_window_view_sidebar_cb),
6286         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6287         (load_chrome), (ev_window_init):
6288
6289         Persist size/visibility of sidebar per document
6290
6291 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6292
6293         * shell/ev-view.c (draw_loading_text): Draw loading text.
6294
6295 2005-09-02  Dan Damian  <dand@gnome.ro>
6296
6297         * configure.in: Added "ro" to ALL_LINGUAS.
6298
6299 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6300
6301         * shell/ev-view.c: (clear_caches):
6302
6303         ev_page_cache_get doesnt return a reference,
6304         dont try to unref it.
6305
6306 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6307
6308         * shell/main.c: (load_files_remote):
6309
6310         Fix timestamp parameter with dbus <= 0.33
6311
6312 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6313
6314         * data/evince.schemas.in:
6315
6316         Add missing full stop
6317
6318 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6319
6320         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6321         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6322
6323         Plug some memory leaks
6324
6325 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6326
6327         * configure.ac:
6328         * lib/ev-debug.c: (trap_handler):
6329
6330         Check for execinfo.h and use it only if it exists.
6331         Ported from Epiphany (bug #314776).
6332
6333 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6334
6335         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6336
6337 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6338
6339         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6340         * po/id.po      : Added Indonesian translation
6341
6342 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6343
6344         * shell/main.c:
6345         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6346         * NEWS: Release 0.4.0
6347
6348 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6349
6350         * configure.ac: catch another gtk+-2.8ism
6351         * shell/main.c: Make work with gtk+-2.6
6352
6353 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6354
6355         * shell/ev-application-service.xml: Add 'timestamp' argument to
6356           ev_application_open_window and ev_application_open_uri methods.
6357
6358         * shell/ev-application.h: Add 'timestamp' argument to
6359           ev_application_open_window, ev_application_open_uri,
6360           and ev_application_open_uri_list functions.
6361
6362         * shell/ev-application.c (ev_application_open_window,
6363           ev_application_open_uri, ev_application_open_uri_list): Change
6364           functions that show/present windows to use a timestamp if one
6365           is passed in.
6366
6367         * shell/ev-window.c (ev_window_cmd_file_open,
6368           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6369         * shell/main.c (load_files): Modify calls to ev_application to
6370           include GDK_CURRENT_TIME as timestamp.
6371
6372         * shell/main.c (load_files_remote): Obtain timestamp for client
6373           instance from GDK and pass to server instance so new windows are
6374           focused properly.  Fix dbus_g_proxy_call() calls by including second
6375           G_TYPE_INVALID.
6376           
6377         Closes bug #314475.
6378
6379 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6380
6381         * shell/ev-window.c (ev_window_finalize): Check for
6382         avail. EvWindows when quiting to handle the finalize better,
6383         #314497
6384
6385 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386         
6387         * properties/ev-properties-view.c: 
6388         
6389         Set textdomain to libglade. Fixes translation problem in property page.
6390
6391 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6394         * dvi/Makefile.am:
6395         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6396         * dvi/mdvi-lib/Makefile.am:
6397         
6398         Fix rotation of thumbnails, ported to new API. Moved library
6399         dependencies earlier, probably it will fix linkage problem.
6400
6401 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6402
6403         * backend/ev-document-misc.c:
6404         (ev_document_misc_get_thumbnail_frame):
6405         * backend/ev-document-misc.h:
6406         * configure.ac:
6407         * pdf/ev-poppler.cc:
6408         * shell/Makefile.am:
6409         * shell/ev-sidebar-thumbnails.c: (add_range),
6410         (ev_sidebar_thumbnails_set_loading_icon),
6411         (ev_sidebar_thumbnails_refresh),
6412         (ev_sidebar_thumbnails_set_document):
6413         * shell/ev-sidebar-thumbnails.h:
6414         * shell/ev-view.c: (ev_view_motion_notify_event),
6415         (ev_view_set_property), (ev_view_get_property),
6416         (ev_view_class_init), (ev_view_set_rotation):
6417         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6418         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6419         (ev_window_init):
6420         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6421         Redo rotation (again).  prepare for 0.4.0
6422
6423 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6424
6425         * configure.ac: Bump poppler requirement to 0.4.1.
6426
6427         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6428         argument to poppler_page_render_selection() call.
6429
6430 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6431
6432         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6433         (djvu_document_thumbnails_get_thumbnail):
6434         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6435         (dvi_document_thumbnails_get_thumbnail):
6436         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6437         (pixbuf_document_thumbnails_get_thumbnail):
6438         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6439         
6440         Update rotation direction of backends to fit with pdf and ps.
6441
6442 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6443
6444         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6445         * backend/ev-async-renderer.h:
6446         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6447         (setup_page), (ps_document_get_page_size),
6448         (ps_async_renderer_render_pixbuf):
6449         * ps/ps-document.h:
6450         * shell/ev-jobs.c: (ev_job_render_run):
6451
6452         Fix orientation in the postscript document
6453
6454 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6455
6456         * pdf/ev-poppler.cc:
6457         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6458         * shell/ev-view.c: (highlight_find_results):
6459
6460         Adapt to the new poppler rotation API. Fix text maps on landscape
6461         documents.
6462
6463 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6464
6465         * shell/ev-view.c (compute_new_selection_text): get the correct
6466         region when selecting in modes other than continuous.
6467
6468 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6469
6470         * shell/main.c (main): remove redundant g_warnings.
6471
6472 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/Makefile.am: Don't include autogenerated
6475         file ev-application-service.h into distribution, since
6476         it causes dbus crash. Fix for bugs 313724 and 313443. 
6477
6478 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * configure.ac: Fix sed expression for FreeBSD. Thanks
6481         to Joe Marcus Clark <marcus@freebsd.org>
6482         
6483         * shell/eggfindbar.c: (entry_activate_callback),
6484         (entry_changed_callback), (egg_find_bar_init),
6485         (egg_find_bar_set_search_string):
6486         
6487         Made findbar buttons unsensitive if there is no text in
6488         entry. Fix for the bug 313285.
6489
6490 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6491
6492         * ps/ps-document.c: Use g_filename_display_name for displaying
6493         filenames and revert string freeze breackage
6494
6495 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6496
6497         * NEWS:
6498         * configure.ac:
6499
6500         Update for 0.3.4
6501
6502         * shell/Makefile.am:
6503
6504         Add ev-application-service.xml to extra dist
6505
6506         * shell/ev-view.c: (find_page_at_location):
6507
6508         Remove unused function (fix warning)
6509
6510 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6511
6512         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6513         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6514         
6515         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6516         bug 313623.
6517
6518 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6521         * shell/ev-window.c:
6522         Fix build warnings
6523
6524 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6525
6526         * configure.ac: Update script to get dbus version.
6527         Fix for the bug #313443.
6528
6529 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6530
6531         * shell/ev-window.c: (ev_window_cmd_escape):
6532         
6533         Return focus back to view on escape. Fix for bug 313295.
6534
6535 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6536
6537         * shell/ev-window.c: (update_window_title),
6538         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6539         (ev_window_cmd_save_as):
6540         
6541         Correct conversion from uri to displayable string. Fix for
6542         bug 313296.
6543
6544 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6545
6546         * ps/ps-document.c: convert filename to utf8 when there is an error
6547         loading document. Fixes #309915
6548
6549 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6550
6551         * configure.ac:
6552
6553         We depend on poppler 0.4.0
6554
6555 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6556
6557         * configure.ac:
6558         * NEWS: Release 0.3.3.
6559         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6560
6561 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6562
6563         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6564         add a couple missing mnemonics to menu items, use title 
6565         capitalization for menu items and window titles, and add 
6566         ellipsis to open menu item.     
6567
6568 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6569
6570         * pdf/ev-poppler.cc:
6571         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6572         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6573         (ev_view_get_rotation):
6574         * shell/ev-view.h:
6575         * shell/ev-window.c: (setup_view_from_metadata),
6576         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6577         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6578         disk.
6579
6580 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6581
6582         * configure.ac: Added tr to ALL_LINGUAS
6583
6584 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6585
6586         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6587         requires several clicks to find word. Thanks to 
6588         Colin Slater <kiltedtaco@gmail.com>.
6589
6590 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6591
6592         * data/evince.desktop.in.in: Hide menu entry and
6593         rename it to "Document Viewer". Fix for bug 
6594         #312399.
6595
6596 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6597
6598         * shell/ev-page-action.c (ev_page_action_class_init): 
6599
6600         Point to the correct function in constructor of the
6601         activate_label signal
6602
6603 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6604
6605         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6606         * shell/ev-jobs.h: Make thread safe.
6607
6608 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-view.c: (view_update_range_and_current_page):
6611         Don't update page range if we are scrolling to some document
6612         point.
6613
6614 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6617         when getting max_page_width, fix drawing in dual mode.
6618
6619 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6620
6621         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6622         getting the area for select_all.
6623
6624 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6625
6626         * backend/ev-selection.c: (ev_selection_render_selection):
6627         * backend/ev-selection.h:
6628         * pdf/ev-poppler.cc:
6629         * shell/ev-jobs.c: (ev_job_render_new):
6630         * shell/ev-jobs.h:
6631         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6632         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6633         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6634         (ev_view_class_init):
6635
6636         Change selection color on focus in and focus out events.  Also,
6637         poppler now uses GdkColor for specifying the selection colors, so
6638         drop some awkward conversion code.
6639
6640 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6641
6642         * configure.ac: Added Hebrew translation
6643
6644 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6645
6646         * NOTES:
6647         * backend/ev-selection.c: (ev_selection_render_selection):
6648         * backend/ev-selection.h:
6649         * pdf/ev-poppler.cc:
6650         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6651         (ev_job_render_run):
6652         * shell/ev-jobs.h:
6653         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6654         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6655         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6656         (ev_pixbuf_cache_style_changed),
6657         (ev_pixbuf_cache_get_selection_pixbuf),
6658         (ev_pixbuf_cache_set_selection_list),
6659         (ev_pixbuf_cache_get_selection_list):
6660         * shell/ev-pixbuf-cache.h:
6661         * shell/ev-utils.c: (ev_print_region_contents):
6662         * shell/ev-utils.h:
6663         * shell/ev-view.c: (ev_view_queue_draw_page),
6664         (selection_update_idle_cb), (ev_view_motion_notify_event),
6665         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6666         (setup_caches), (ev_view_find_next), (merge_selection_region),
6667         (selection_free):
6668         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6669
6670         Clean up selection to be much smoother!
6671
6672 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6673
6674         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6675         to poppler_page_render_selection().
6676
6677 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * ps/ps-document.c: (save_page_list): Use
6680         unzipped document when printing. Thanks to 
6681         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6682         311016.
6683
6684 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * shell/ev-window.c: (update_action_sensitivity):
6687         
6688         Disable print and save respect to lockdown gconf keys. Fix
6689         for 312342.
6690
6691 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * configure.ac:
6694         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6695         (write_to_temp_file), (ev_file_set_contents):
6696         * shell/ev-utils.h:
6697         * shell/ev-window.c: (save_print_config_to_file):
6698         
6699         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6700         Fix for bug 312238
6701
6702 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6703
6704         * shell/ev-window.c: (load_print_config_from_file),
6705         (save_print_config_to_file), (ev_window_print_range):
6706
6707         Persist the print settings. Fixes bug #311578.
6708
6709 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * djvu/djvu-document.c: (djvu_document_get_page_size),
6712         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6713         (djvu_document_thumbnails_get_thumbnail):
6714         * dvi/dvi-document.c: (dvi_document_get_page_size),
6715         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6716         (dvi_document_thumbnails_get_dimensions),
6717         (dvi_document_thumbnails_get_thumbnail):
6718         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6719         (pixbuf_document_render_pixbuf),
6720         (pixbuf_document_document_iface_init),
6721         (pixbuf_document_thumbnails_get_thumbnail):
6722         
6723         Update backends to make them build with new rotation system.
6724
6725 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * help/C/figures/evince_start_window.png:
6728         
6729         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6730
6731 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6732
6733         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6734         * shell/ev-pixbuf-cache.h:
6735         * shell/ev-sidebar-thumbnails.c:
6736         (ev_sidebar_thumbnails_get_property), (add_range),
6737         (adjustment_changed_cb):
6738         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6739         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6740         we were thumbnailing the entire docment on startup, slowing us
6741         down hugely. 
6742
6743 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6744
6745         * shell/ev-page-cache.c: (ev_page_cache_new):
6746         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6747         == 0, fixes #310306.
6748
6749 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6750
6751         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6752         (ev_view_rotate_left):
6753
6754         Account rotation in doc_rect_to_view_rect.
6755         Ensure rotation doesnt go out of bounds.
6756
6757 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6758
6759         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6760
6761         Correct and cleanup w/h swapping
6762
6763 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6764
6765         * backend/ev-document-thumbnails.c:
6766         (ev_document_thumbnails_get_thumbnail):
6767         * backend/ev-document-thumbnails.h:
6768         * backend/ev-document.c:
6769         * backend/ev-document.h:
6770         * backend/ev-render-context.c: (ev_render_context_new),
6771         (ev_render_context_set_rotation):
6772         * backend/ev-render-context.h:
6773         * pdf/ev-poppler.cc:
6774         * ps/ps-document.c: (ps_document_document_iface_init):
6775         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6776         * shell/ev-jobs.h:
6777         * shell/ev-page-cache.c: (build_height_to_page),
6778         (ev_page_cache_new), (ev_page_cache_get_size),
6779         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6780         (ev_page_cache_get_height_to_page):
6781         * shell/ev-page-cache.h:
6782         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6783         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6784         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6785         (ev_pixbuf_cache_get_selection_pixbuf):
6786         * shell/ev-pixbuf-cache.h:
6787         * shell/ev-print-job.c: (idle_print_handler):
6788         * shell/ev-sidebar-thumbnails.c: (add_range):
6789         * shell/ev-view.c: (view_update_range_and_current_page),
6790         (get_page_y_offset), (get_page_extents),
6791         (ev_view_size_request_continuous_dual_page),
6792         (ev_view_size_request_continuous),
6793         (ev_view_size_request_dual_page),
6794         (ev_view_size_request_single_page), (draw_one_page),
6795         (ev_view_set_rotation), (ev_view_rotate_right),
6796         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6797         (ev_view_zoom_for_size_continuous_and_dual_page),
6798         (ev_view_zoom_for_size_continuous),
6799         (ev_view_zoom_for_size_dual_page),
6800         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6801         (ev_view_select_all):
6802         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6803         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6804         (tiff_document_document_iface_init),
6805         (tiff_document_thumbnails_get_thumbnail):
6806
6807         Use rotation rather than orientation. It's easier and enough
6808         for our needs.
6809
6810 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6811
6812         * shell/ev-page-cache.c: (build_height_to_page),
6813         (ev_page_cache_new), (ev_page_cache_get_size),
6814         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6815         (ev_page_cache_get_height_to_page):
6816         * shell/ev-page-cache.h:
6817         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6818         (ev_view_size_request_continuous_dual_page),
6819         (ev_view_size_request_continuous),
6820         (ev_view_zoom_for_size_continuous_and_dual_page),
6821         (ev_view_zoom_for_size_continuous):
6822
6823         Make the page cache aware of page orientation.
6824
6825 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6826
6827         * backend/ev-document-thumbnails.c:
6828         (ev_document_thumbnails_get_thumbnail):
6829         * backend/ev-document-thumbnails.h:
6830         * backend/ev-document.c:
6831         * backend/ev-document.h:
6832         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6833         * backend/ev-ps-exporter.h:
6834         * pdf/ev-poppler.cc:
6835         * ps/ps-document.c: (ps_document_document_iface_init),
6836         (ps_document_ps_export_do_page):
6837         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6838         * shell/ev-jobs.h:
6839         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6840         (ev_page_cache_get):
6841         * shell/ev-page-cache.h:
6842         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6843         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6844         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6845         * shell/ev-pixbuf-cache.h:
6846         * shell/ev-print-job.c: (idle_print_handler):
6847         * shell/ev-sidebar-thumbnails.c: (add_range):
6848         * shell/ev-view.c: (view_update_range_and_current_page),
6849         (get_page_extents), (ev_view_size_request_dual_page),
6850         (ev_view_size_request_single_page), (draw_one_page),
6851         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6852         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6853         (ev_view_zoom_for_size_dual_page),
6854         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6855         (ev_view_select_all):
6856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6857         * tiff/tiff-document.c: (tiff_document_get_page_size),
6858         (tiff_document_get_orientation), (rotate_pixbuf),
6859         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6860         (tiff_document_thumbnails_get_thumbnail),
6861         (tiff_document_ps_export_do_page), (tiff_document_init):
6862
6863         Really make use of the orientation bit of the render context.
6864         Use the render context in a few more places in the backend API.
6865         This regress orientation, but now it's done right. Will try to
6866         fix it up asap...
6867
6868 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * shell/ev-view.c: (ensure_rectangle_is_visible):
6871
6872         Patch by Nickolay V. Shmyrev to fix find flickering
6873
6874 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6875
6876         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6877         duplex parameters to ::begin.
6878
6879         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6880         * shell/ev-print-job.c (idle_print_handler): 
6881         * ps/ps-document.c (ps_document_ps_export_begin): 
6882         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6883         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6884         implementations. Poppler backend needs poppler cvs. Rest has
6885         unchanged behavior.
6886
6887 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6888
6889         * shell/ev-window.c (using_pdf_printer): new function.
6890         (ev_window_print_range): print a less techy message if someone
6891         tries to print to PDF.
6892
6893 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6894
6895         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6896         from "unknown font" string. Bug #311431
6897
6898 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6899
6900         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6901
6902 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6903
6904         Bug #311280
6905         
6906         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6907         name for PopplerFontTypes
6908         (pdf_document_fonts_fill_model): add font type to the detail column
6909
6910         * backend/ev-document-fonts.h: added
6911         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6912
6913         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6914         font name and font details, add a little markup.
6915         (ev_properties_fonts_init): use the new cell data func, specify ypad
6916         property for the cell renderer.
6917         (ev_properties_fonts_set_document): add the details column.
6918
6919 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6920
6921         * configure.ac: Added "pl" to ALL_LINGUAS.
6922
6923 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6924
6925         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6926
6927 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6928
6929         * help/ChangeLog: Started this for translations of manual.
6930         * configure.ac, autogen.sh, .cvsignore: Migrated to
6931         gnome-doc-utils. Patch in bug #311222.
6932
6933 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6934
6935         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6936         #ifdef this away to fix an unused-function warning.
6937
6938 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6939
6940         * configure.ac: Added 'gl' to ALL_LINGUAS.
6941
6942 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6943
6944         * configure.ac: Added ne in ALL_LINGUAS
6945         
6946 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6947
6948         * shell/ev-view.c: (ev_view_leave_notify_event):
6949         
6950         Clear status message when pointer leaves view. Fix for bug
6951         #310818 
6952
6953 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6954
6955         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6956
6957 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * shell/ev-view.c: (ev_view_leave_notify_event),
6960         (ev_view_class_init):
6961         
6962         Set cursor to normal then leaving view.
6963
6964 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * configure.ac:
6967         
6968         Fix required djvulibre version.
6969
6970 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6971
6972         *configure.ac: Hindi (hi) language added
6973
6974 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6975
6976         *configure.ac: Punjabi (pa) Language added
6977
6978 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6979
6980         * data/evince-ui.xml, shell/ev-window.c:
6981         
6982         Add keypad accelerators for zooming. Fix for bug 308128.
6983
6984 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * Makefile.am:
6987         * backend/Makefile.am:
6988         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6989         * configure.ac:
6990         * shell/ev-document-types.c: (ev_document_types_add_filters):
6991
6992         Allow to enable/disable the pixbuf backend.
6993         Default to off for now. If we want it enabled we should
6994         really put mime types in the desktop, implement properties etc.
6995
6996         * properties/evince-properties.c:
6997
6998         Initialize error to NULL.
6999         Check error is not NULL before freeing.
7000
7001 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7002
7003         * shell/ev-window.c:
7004
7005         Use F5 as presentation accell
7006
7007 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7008
7009         * shell/ev-window.c: (update_chrome_visibility),
7010         (ev_window_create_fullscreen_popup), (ev_window_init):
7011
7012         Do not leak the fullscreen toolbar
7013
7014 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7015
7016         * shell/ev-window.c: (view_actions_focus_in_cb),
7017         (view_actions_focus_out_cb):
7018
7019         These has a return value! Fix totally random focus
7020         issues we was seeing.
7021
7022 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7023
7024         * shell/main.c: (load_files_remote):
7025
7026         Allow open more than one file
7027
7028 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7029
7030         * shell/main.c: (load_files_remote):
7031
7032         Fix for dbus 0.33. bug #309975
7033
7034 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * properties/ev-properties-main.c: (ev_properties_get_pages):
7037
7038         Actually return NULL for types we dont support
7039
7040 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7041
7042         * po/POTFILES.in:
7043
7044         Remove empty lines.
7045
7046 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7047
7048         * backend/ev-document-factory.c:
7049         (ev_document_factory_get_document):
7050
7051         Do not try to create the object if type
7052         is invalid.
7053
7054 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7055
7056         * ps/ps-document.c: (ps_document_dispose),
7057         (ps_async_renderer_render_pixbuf):
7058         * ps/ps-document.h:
7059
7060         Do not leak the target window
7061
7062 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7063
7064         * shell/ev-application.c: (ev_application_init):
7065
7066         Let tbe check file existence for us.
7067         Add a comment about eggrecent mime filter.
7068
7069 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7070
7071         * data/evince-ui.xml:
7072         * shell/ev-application.c: (ev_application_shutdown),
7073         (ev_application_init), (ev_application_get_toolbars_model),
7074         (ev_application_get_recent_model),
7075         (ev_application_save_toolbars_model):
7076         * shell/ev-application.h:
7077         * shell/ev-window.c: (ev_window_add_recent),
7078         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7079         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7080         (ev_window_init):
7081
7082         Use common toolbar and recent models for all windows.
7083         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7084
7085 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7086
7087         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7088         successfully check for gtk_icon_view_get_visible_range.
7089
7090 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7091
7092         * djvu/Makefile.am:
7093         * dvi/Makefile.am:
7094         
7095         Fix djvu and dvi backend build.
7096
7097 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7098
7099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7100         (new_separator_pixbuf):
7101
7102         Don't leak windows.
7103
7104 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7105
7106         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7107
7108         HIGification of toolbar editor dialogue.
7109
7110 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7111
7112         * configure.ac:
7113         * shell/Makefile.am:
7114
7115         Ever build metadata manager since it's just
7116         disabled at runtime now.
7117
7118 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7119
7120         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7121         (ev_metadata_manager_get), (ev_metadata_manager_set):
7122         * shell/ev-metadata-manager.h:
7123
7124         Add an _init functions that enabled metadata management
7125         at runtime.
7126
7127         * shell/ev-window.c: (page_changed_cb),
7128         (setup_document_from_metadata), (ev_window_setup_document),
7129         (setup_view_from_metadata), (ev_window_open_uri),
7130         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7131         (ev_window_run_presentation), (ev_window_stop_presentation),
7132         (save_sizing_mode), (ev_window_zoom_changed_cb),
7133         (ev_window_continuous_changed_cb),
7134         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7135         (window_configure_event_cb):
7136
7137         Remove all ugly metadata define since we deal with it
7138         at runtime now.
7139
7140         * shell/main.c: (load_files_remote), (main):
7141
7142         Add support for dbus cvs head. Hopefully didnt break one
7143         of the other versions now!
7144
7145         If we dont get a response from the dbus server just
7146         give up with it and not enable metadata.
7147
7148 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7149
7150         * Makefile.am:
7151         * backend/Makefile.am:
7152         * configure.ac:
7153         * cut-n-paste/recent-files/Makefile.am:
7154         * cut-n-paste/toolbar-editor/Makefile.am:
7155         * cut-n-paste/zoom-control/Makefile.am:
7156         * lib/Makefile.am:
7157         * pdf/Makefile.am:
7158         * pixbuf/Makefile.am:
7159         * properties/Makefile.am:
7160         * ps/Makefile.am:
7161         * shell/Makefile.am:
7162         * thumbnailer/Makefile.am:
7163         * tiff/Makefile.am:
7164
7165         Make frontends depend on just libev.
7166         Rework and group CFLAGS/LIBS definitions.
7167         Cleanups.
7168
7169 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * shell/ev-window:
7172
7173         do not unnecessarily save zoom
7174
7175         * configure.ac:
7176         * lib/ev-file-helpers.c: (ev_dot_dir):
7177         * shell/Makefile.am:
7178         * shell/dummy.cc:
7179
7180         Some cleanups
7181
7182 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7183
7184         * configure.ac:
7185         
7186         Remove unnecessary dependencies
7187
7188 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7189
7190         * properties/Makefile.am:
7191         * thumbnailer/Makefile.am:
7192         * tiff/Makefile.am:
7193
7194         Some more cleanups. Was really necessary
7195         but I probably introduced bugs, feel free
7196         to flame :)
7197
7198 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7199
7200         * backend/Makefile.am:
7201         * configure.ac:
7202         * cut-n-paste/recent-files/Makefile.am:
7203         * cut-n-paste/toolbar-editor/Makefile.am:
7204         * cut-n-paste/zoom-control/Makefile.am:
7205         * lib/Makefile.am:
7206         * pdf/Makefile.am:
7207         * pixbuf/Makefile.am:
7208         * properties/Makefile.am:
7209         * ps/Makefile.am:
7210         * shell/Makefile.am:
7211         * thumbnailer/Makefile.am:
7212         * tiff/Makefile.am:
7213
7214         Use gnome-common macros when possible.
7215         Cleanup dependencies.
7216         Actually disable deprecated where possible.
7217
7218 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7219
7220         * Makefile.am:
7221         * backend/Makefile.am:
7222         * properties/Makefile.am:
7223         * shell/Makefile.am:
7224         * thumbnailer/Makefile.am:
7225
7226         This should solve the circular dep without
7227         requiring dir reorg!
7228
7229         * shell/ev-window.c: (setup_view_from_metadata):
7230
7231         Never restore window size/position when the
7232         window is already visible.
7233
7234 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7235
7236         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7237
7238         Return a boolean from timeout func. Fix ported from gedit.
7239
7240 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7241
7242         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7243
7244 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7245
7246         * shell/ev-document-types.c: set "All Documents" as default filter in
7247         open dialog
7248
7249 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7250
7251         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7252         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7253         (ev_metadata_manager_set_boolean): fix value/val thinko.
7254
7255 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7256
7257         * shell/ev-window.c: (setup_view_from_metadata),
7258         (window_state_event_cb), (window_configure_event_cb),
7259         (ev_window_init):
7260
7261         Remember window position and maximized state
7262
7263 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7264
7265         * configure.ac:
7266
7267         Fix DBUS configure checks.
7268
7269         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7270         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7271         (ev_metadata_manager_set_boolean):
7272
7273         Plug mem leaks.
7274
7275         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7276         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7277         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7278         (ev_window_continuous_changed_cb),
7279         (ev_window_dual_mode_changed_cb), (ev_window_new):
7280
7281         Fix the build without DBUS.
7282
7283 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7286         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7287         (ev_metadata_manager_set_string),
7288         (ev_metadata_manager_set_boolean):
7289         * shell/ev-metadata-manager.h:
7290
7291         Add support for some more types
7292
7293         * shell/ev-view.c: (scroll_to_current_page),
7294         (ev_view_get_continuous), (ev_view_set_continuous),
7295         (ev_view_get_dual_page):
7296         * shell/ev-view.h:
7297         * shell/ev-window.c: (page_changed_cb),
7298         (setup_document_from_metadata), (ev_window_setup_document),
7299         (setup_view_from_metadata), (ev_window_open_uri),
7300         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7301         (ev_window_run_presentation), (ev_window_stop_presentation),
7302         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7303         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7304         (ev_window_update_dual_page_action),
7305         (ev_window_continuous_changed_cb),
7306         (ev_window_dual_mode_changed_cb), (ev_window_init):
7307
7308         Remember a bunch of view/document properties. Prolly some
7309         are still missing but it's getting interesting.
7310
7311 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7312
7313         * configure.ac: check if dbus-binding-tool is installed. Not the
7314         case on current Ubuntu breezy, it seems.
7315
7316 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7317
7318         * data/evince.desktop.in.in:
7319         
7320         Allow open uri lists and add TryExec field.
7321
7322 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7323
7324         * configure.ac:
7325
7326         Enable dbus when available, do not require a configure
7327         option.
7328
7329 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7330
7331         * configure.ac:
7332
7333         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7334         disabled.
7335
7336 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7337         Marco Pesenti Gritti  <mpg@redhat.com>
7338
7339         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7340         
7341         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7342         functions to the format required by dbus
7343
7344         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7345         errors. Use the RPC parameters in the expected way
7346
7347 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7348
7349         * Makefile.am:
7350         * properties/Makefile.am:
7351         * properties/ev-properties-main.c: (ev_properties_get_pages):
7352
7353         Support all mime types
7354
7355         * shell/Makefile.am:
7356         * thumbnailer/Makefile.am:
7357         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7358         (evince_thumbnail_pngenc_get):
7359
7360         Use the document factory
7361
7362 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7363
7364         * backend/Makefile.am:
7365         * backend/ev-document-factory.c:
7366         (mime_type_supported_by_gdk_pixbuf),
7367         (ev_document_type_get_from_mime),
7368         (ev_document_factory_get_document),
7369         (ev_document_factory_get_backend),
7370         (ev_document_factory_get_mime_types),
7371         (ev_document_factory_get_all_mime_types):
7372         * backend/ev-document-factory.h:
7373         * shell/Makefile.am:
7374         * shell/ev-document-types.c: (get_document_from_uri),
7375         (ev_document_types_get_document),
7376         (file_filter_add_mime_list_and_free),
7377         (ev_document_types_add_filters):
7378         * shell/ev-document-types.h:
7379         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7380         * shell/ev-properties-dialog.c:
7381         (ev_properties_dialog_set_document):
7382         * shell/ev-window.c: (ev_window_cmd_file_open),
7383         (ev_window_cmd_save_as):
7384         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7385
7386         Rework document types managing to avoid code duplication
7387         and actually abstract from backend implementations.
7388         Also provide a minimal factory api that can be used by
7389         thumbnailer/properties.
7390
7391 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7392
7393         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7394         Plug a mem leak.
7395         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7396         HIG spacings.
7397
7398 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7399
7400         * shell/ev-properties-dialog.c
7401         (ev_properties_dialog_set_document): only call
7402         ev_properties_fonts_set_document() if the document implements the
7403         fonts interface
7404
7405 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * configure.ac:
7408         * properties/Makefile.am:
7409         * properties/ev-properties-view.c:
7410         (ev_properties_view_register_type):
7411         * properties/ev-properties-view.h:
7412         * properties/ev-properties-main.h:
7413
7414         Implement nautilus plugin for properties.
7415         Works only for pdf atm, I need to rework the
7416         document types stuff to get this to work
7417         for all backends...
7418
7419 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7420
7421         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7422         (ev_properties_fonts_set_document): use
7423         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7424
7425 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7426
7427         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7428         them
7429         (PlaceImage, tiff2ps_process_page): use
7430         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7431
7432
7433 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7434
7435         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7436         (main): to call gnome_authentication_manager_init. Should fix
7437         Bug #308510
7438
7439         * configure.ac: that requires libgnomeui 2.6.0.
7440
7441 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7442
7443         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7444         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7445         use the new tiff2ps interfaces
7446
7447         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7448         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7449
7450         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7451         structure instead of global variables.  Remove use of static
7452         variables in functions.
7453
7454 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7455
7456         * shell/ev-page-action.c: unref the completion after setting it to the
7457         entry
7458
7459 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7460
7461         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7462         postscript files
7463
7464 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7465
7466         * shell/ev-window.c (update_action_sensitivity): disable
7467         File->Print if the document does not implement the ps exporter
7468         interface
7469
7470 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7471
7472         * Makefile.am:
7473         * configure.ac:
7474         * data/evince-properties.glade:
7475         * properties/.cvsignore:
7476         * properties/Makefile.am:
7477         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7478         (ev_properties_view_class_init), (ev_properties_view_format_date),
7479         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7480         (ev_properties_view_init), (ev_properties_view_new):
7481         * properties/ev-properties-view.h:
7482         * shell/Makefile.am:
7483         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7484         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7485         (ev_properties_dialog_new):
7486         * shell/ev-properties-dialog.h:
7487         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7488         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7489         (update_progress_label), (job_fonts_finished_cb),
7490         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7491         * shell/ev-properties-fonts.h:
7492         * shell/ev-properties.c:
7493         * shell/ev-properties.h:
7494         * shell/ev-window.c: (ev_window_setup_document),
7495         (ev_window_cmd_file_properties):
7496
7497         Split the properties pages in two different objects, depend
7498         only on the backend where possible, use widgets instead
7499         of gobject for the glade part, reimplement the dialog
7500         itself with gtk.
7501         I need this to implement nautilus properties page.
7502
7503 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7504
7505         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7506         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7507         (tiff_document_document_ps_exporter_iface_init): implement the ps
7508         exporter interface for tiff documents
7509
7510         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7511         libtiff to implement TIFF postscript export
7512
7513         * tiff/tiff2ps.h: added a header file for external tiff2ps
7514         functions.
7515
7516         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7517         tiff2ps.h
7518
7519 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * shell/ev-view.c: (scroll_to_current_page),
7522         (ev_view_set_fullscreen), (ev_view_set_presentation):
7523         
7524         Scroll to current page when exit from presentation
7525
7526 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * shell/ev-window.c: (update_document_mode),
7529         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7530         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7531         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7532         
7533         Exit from fullscreen mode when switch to presentation. Fix for
7534         bug 309365
7535
7536 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7537
7538         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7539         return NULL if the document does not implement the selection
7540         interface.
7541
7542 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7543
7544         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7545         reported height by using the resolution aspect ratio
7546         (tiff_document_render_pixbuf): scale the pixbuf using the
7547         resolution aspect ratio
7548
7549 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7550
7551         * configure.ac:
7552         
7553         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7554         <kiltedaco@gmail.com>
7555         
7556         * djvu/djvu-document.c: (djvu_document_get_orientation),
7557         (djvu_document_set_orientation), (djvu_document_get_page_size),
7558         (rotate_pixbuf), (djvu_document_render_pixbuf),
7559         (djvu_document_document_iface_init):
7560         * dvi/dvi-document.c: (dvi_document_get_orientation),
7561         (dvi_document_set_orientation), (dvi_document_get_page_size),
7562         (rotate_pixbuf), (dvi_document_render_pixbuf),
7563         (dvi_document_document_iface_init):
7564         
7565         Dvi and djvu backends are ported to new API
7566
7567 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7568
7569         * backend/ev-selection.c: (ev_selection_get_selection_region),
7570         (ev_selection_get_selection_map):
7571         * backend/ev-selection.h:
7572         * pdf/ev-poppler.cc:
7573         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7574         * shell/ev-jobs.h:
7575         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7576         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7577         (ev_pixbuf_cache_get_text_mapping):
7578         * shell/ev-pixbuf-cache.h:
7579         * shell/ev-view.c: (location_in_text),
7580         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7581         support to EvView.  Now we can see where we can select!  Sweet!
7582
7583 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7584
7585         * shell/ev-view.c (ev_view_button_press_event): Fix
7586         event->y + view->scroll_x typo.
7587
7588 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7589
7590         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7591         sub-GdkPixbuf instead of passing dest_x and dest_y.
7592         
7593         * shell/ev-view.c: (view_point_to_doc_point),
7594         (view_rect_to_doc_rect), (ev_view_button_press_event),
7595         (ev_view_motion_notify_event), (compute_new_selection_rect),
7596         (gdk_rectangle_point_in), (compute_new_selection_text),
7597         (compute_selections): Update selection code to keep the selection
7598         around as two points and not as a normalized rectangle, and fix
7599         page level selection in two-column mode.
7600
7601 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7602
7603         * shell/ev-window.c: (window_configure_event_cb): 
7604         
7605         Fix compilation
7606         
7607 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7608
7609         * pdf/ev-poppler.cc:
7610
7611         Fix compilation
7612
7613 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7614
7615         * shell/Makefile.am:
7616         * shell/ev-metadata-manager.c: (item_free),
7617         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7618         (parse_value), (parseItem), (load_values),
7619         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7620         (save_values), (save_item), (get_oldest), (resize_items),
7621         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7622         * shell/ev-metadata-manager.h:
7623
7624         Metadata manager from gedit but modified to use GValue, so that
7625         we dont need to keep converting from strings.
7626
7627         * configure.ac:
7628
7629         ENABLE_METADATA conditional, on when dbus is on
7630
7631         * shell/ev-application.c: (ev_application_open_uri):
7632
7633         Show the window after load so that we can initialize
7634         window size before it's showed.
7635
7636         * shell/ev-window.c: (ev_window_setup_from_metadata),
7637         (ev_window_open_uri), (window_configure_event_cb),
7638         (ev_window_init):
7639
7640         Save and load metadata information about window size.
7641         Not yet keeping states in account.
7642
7643         * shell/main.c: (main):
7644
7645         Shutdown metadata manager.
7646
7647 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * shell/ev-application-service.xml:
7650         * configure.ac:
7651         * shell/Makefile.am:
7652         * shell/ev-application.c:
7653         * shell/ev-application.h:
7654         * shell/ev-window.c:
7655         * shell/ev-window.h:
7656         * shell/main.c:
7657
7658         Add an optional dbus interface (--enable-dbus).
7659         Rework application code, mainly to be easier to
7660         use "remotely".
7661         Do not open multiple windows with the same document,
7662         spatial evince!
7663
7664 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7665
7666         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7667         pixbuf iff it exists.
7668
7669 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7670
7671         * shell/*:
7672         * backend/ev-render-context.[ch]:
7673         * backend/ev-selection.[ch]:
7674
7675         Massive changes.  We now support text selection of pdfs, and not
7676         just rectangular selection.  This is pretty broken still, but I
7677         want to get something into CVS.
7678
7679 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7680
7681         * pdf/ev-poppler.cc:
7682         
7683         Fix for Bug 309080: crash on window close.
7684         
7685         * shell/ev-page-action.c: (page_changed_cb):
7686         
7687         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7688         jensgr@gmx.net (Jens Granseuer).
7689
7690 2005-06-25  Marcel Telka  <marcel@telka.sk>
7691
7692         * configure.in (ALL_LINGUAS): Added sk.
7693
7694 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7695
7696         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7697         not a document open
7698
7699 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7700
7701         * NEWS:
7702         * configure.ac:
7703
7704         Release 0.3.2
7705
7706         * cut-n-paste/recent-files/Makefile.am:
7707
7708         Fix make distcheck
7709
7710 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7711
7712         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7713         (pixbuf_document_set_orientation), (rotate_pixbuf),
7714         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7715         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7716
7717         Implement rotation and cleanup the code a bit.
7718
7719         * tiff/tiff-document.c: (tiff_document_get_page_size),
7720         (tiff_document_get_orientation), (tiff_document_set_orientation),
7721         (rotate_pixbuf), (tiff_document_render_pixbuf),
7722         (tiff_document_document_iface_init), (tiff_document_init):
7723
7724         Implement rotation. Was the quicker solution for the release
7725         but we really need to share this code in the shell.
7726
7727 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * pdf/ev-poppler.cc:
7730
7731         Enable rotation, require poppler cvs. Fix a leak.
7732
7733 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7734
7735         * shell/ev-window.c: (update_action_sensitivity):
7736         
7737         Make properties unsensitive if document backend doesn't provide
7738         any info
7739
7740 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7741
7742         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7743         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7744         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7745         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7746         (bitmap_flip_rotate_counter_clockwise):
7747         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7748         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7749         (buff_gets):
7750         * dvi/mdvi-lib/common.h:
7751         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7752         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7753         (opendvi), (mdvi_reload), (mdvi_init_context),
7754         (mdvi_destroy_context), (mdvi_dopage), (special):
7755         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7756         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7757         (file_hash_free), (register_encoding), (parse_spec),
7758         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7759         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7760         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7761         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7762         (mdvi_register_font_type), (mdvi_unregister_font_type),
7763         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7764         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7765         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7766         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7767         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7768         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7769         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7770         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7771         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7772         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7773         (mdvi_unregister_special), (mdvi_flush_specials):
7774         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7775         (t1_font_remove):
7776         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7777         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7778         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7779         (free_font_metrics), (flush_font_metrics):
7780         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7781         (tt_font_remove):
7782         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7783         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7784         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7785         (dstring_insert), (dstring_new), (dstring_reset):
7786         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7787         
7788         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7789         avoid conflict with libtool on FC4
7790         
7791         * shell/ev-window.c: (ev_window_cmd_help_about):
7792         
7793         Update copyright year. Fix for bug 308828.
7794
7795 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * shell/ev-view.c: (add_scroll_binding_keypad),
7798         (ev_view_binding_activated), (ev_view_class_init),
7799         (on_adjustment_value_changed):
7800         
7801         Bug 170874: Arrow keys switch pages in presentation mode
7802
7803 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7806         
7807         Fix for Bug 308265: Sidebar dissappears coming out of 
7808         Presentation mode
7809
7810 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7811
7812         * shell/ev-application.c: (ev_application_open):
7813         * shell/ev-document-types.c: (ev_document_types_add_filters),
7814         (ev_document_types_add_filters_for_type):
7815         * shell/ev-document-types.h:
7816         * shell/ev-window.c: (ev_window_cmd_save_as):
7817         
7818         Suggest basename as template when saving, provide filters
7819         for save dialog. It's bug 308402
7820
7821 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7822
7823         * pdf/ev-poppler.cc:
7824         * shell/ev-sidebar-links.c: (job_finished_callback):
7825         * shell/ev-view.c: (update_find_status_message):
7826         
7827         Some leaks fixed
7828
7829 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7830
7831         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7832         (egg_recent_view_uimanager_set_list):
7833
7834         Fix buglet in !show_numbers case.
7835
7836 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7837
7838         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7839         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7840
7841         Use pango ellipsisation.
7842
7843         * pdf/ev-poppler.cc:
7844
7845         Fix refcount leak, from nsh.
7846
7847 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * cut-n-paste/recent-files/Makefile.am:
7850         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7851         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7852         
7853         Removed EggRecentViewGtk
7854         
7855         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7856         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7857         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7858         (ev_window_setup_recent):
7859         
7860         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7861         with other projects
7862
7863 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7864
7865         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7866         (egg_recent_view_gtk_finalize):
7867
7868         Fix memory leak
7869
7870         * cut-n-paste/toolbar-editor/Makefile.am:
7871         
7872         Fix location of cursor icon.
7873         
7874         * pdf/ev-poppler.cc:
7875         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7876         (display_completion_text), (match_completion):
7877         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7878         (selection_changed_callback), (create_loading_model),
7879         (print_section_cb), (links_page_num_func),
7880         (update_page_callback_foreach):
7881         * shell/ev-window.c: (ev_window_dispose):
7882         
7883         Small memory fixes. Links model now store objects instead
7884         of pointers to improve memory management. 
7885
7886 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7887
7888         * shell/ev-window.c: (zoom_control_changed_cb):
7889         
7890         Fix update of zoom control (bug 308268).
7891
7892 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7893
7894         * shell/ev-properties.c (set_property): escape the text correctly.
7895         Handles non-UTF-8 properties and escaped properties.  Also, sets
7896         the text to "<i>None</i>" if the property isn't set.
7897
7898         * data/evince-properties.glade: Change the label to be ellipsized,
7899         and give it a minimum size.
7900
7901 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7904         * shell/ev-sidebar-links.c: (create_loading_model):
7905         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7906         * shell/ev-view.c: (ev_view_set_document):
7907         * shell/ev-window.c: (ev_window_dispose):
7908         
7909         Various small fixes, mostly memory leaks. Thanks to valgrind.
7910
7911 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7912
7913         * ps/ps-document.c: remove the locale.h include again ;-). And
7914         kill the (bogus) setlocale/savelocale business.
7915
7916 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7917
7918         * ps/ps-document.c:
7919         
7920         Include locale.h to fix build
7921         
7922         * shell/ev-sidebar.c:
7923         
7924         Remove unnecessary includes
7925
7926 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7927
7928         * dvi/dvi-document.c: (dvi_document_load):
7929         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7930         * po/POTFILES.in:
7931         
7932         Check for incorrect dvi files. Fix parsing dvi on AMD64
7933         platform. Thanks to tester@tester.ca (Olivier Crete).
7934
7935 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7936
7937         * shell/ev-page-action.c: (match_selected_cb),
7938         (display_completion_text), (match_completion), (update_model):
7939         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7940         (expand_open_links):
7941         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7942         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7943         (ev_sidebar_set_document):
7944         * shell/ev-window.c: (ev_window_xfer_job_cb),
7945         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7946         
7947         Fixed lot's of memory leaks, for example, memory leak on reload, 
7948         described in bug 307793.
7949
7950 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7951
7952         * pdf/ev-poppler.cc:
7953         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7954         (update_visible_range), (adjustment_changed_cb),
7955         (ev_sidebar_thumbnails_fill_model),
7956         (ev_sidebar_thumbnails_refresh),
7957         (ev_sidebar_tree_selection_changed),
7958         (ev_sidebar_icon_selection_changed),
7959         (ev_sidebar_thumbnails_use_icon_view),
7960         (ev_sidebar_thumbnails_set_document):
7961         * shell/ev-sidebar-thumbnails.h:
7962         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7963         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7964
7965         Refresh thumbnails when changing orientation. Not fully
7966         working yet becuase of a sidebar bug.
7967
7968         Set page orientation to poppler page everywhere. This sucks
7969         really need to fix poppler.
7970
7971 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7972
7973         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7974         (egg_recent_view_gtk_new_menu_item),
7975         (egg_recent_view_gtk_set_property),
7976         (egg_recent_view_gtk_get_property),
7977         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7978         (egg_recent_view_gtk_set_tooltip_func),
7979         (egg_recent_view_gtk_set_label_width),
7980         (egg_recent_view_gtk_get_label_width):
7981         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7982
7983         Sync with libegg (ellipsize labels)
7984
7985 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7986
7987         * data/evince-ui.xml:
7988         * shell/ev-window.c: (ev_window_cmd_go_forward),
7989         (ev_window_cmd_go_backward):
7990         
7991         Shift + PageUp moves 10 Pages. Fix for 306125
7992
7993 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7994
7995         * pdf/ev-poppler.cc:
7996
7997         Add a flag to check if orientation has been overriden
7998
7999 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8000
8001         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8002         field if necessary.
8003
8004         * ps/ps.h: add creator field to document.
8005
8006         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8007         set creator field.
8008
8009 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8010
8011         * data/evince-properties.glade:
8012         * shell/ev-properties.c: (ev_properties_set_document):
8013
8014         s/PDF Version/Format
8015
8016 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8017
8018         * shell/ev-properties.c: (ev_properties_set_document):
8019
8020         Remove unnecessary translations
8021
8022 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8023
8024         * cut-n-paste/toolbar-editor/Makefile.am:
8025
8026         Correct library name    
8027
8028 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * configure.ac:
8031         * cut-n-paste/recent-files/egg-recent-model.c:
8032         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8033         (egg_recent_model_unlock_file):
8034         * cut-n-paste/recent-files/egg-recent-util.c:
8035         (egg_recent_util_get_unique_id):
8036         * cut-n-paste/recent-files/update-from-egg.sh:
8037         * cut-n-paste/toolbar-editor/Makefile.am:
8038         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8039         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8040         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8041         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8042         (egg_toolbars_model_get_type):
8043         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8044
8045         Better makefile for toolbar editor and update everything
8046         to latest libegg.
8047
8048 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8049
8050         * shell/ev-window.c: (update_document_mode):
8051
8052         Prefer presentation mode when the document
8053         require fullscreen.
8054
8055 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8056
8057         * data/evince-ui.xml:
8058         * shell/ev-window.c:
8059
8060         Add control-equal for zooming
8061
8062 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8063
8064         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8065
8066 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8067
8068         * backend/ev-document.c: (ev_document_get_orientation):
8069         * backend/ev-document.h:
8070         * pdf/ev-poppler.cc:
8071         * ps/ps-document.c: (ps_document_get_orientation),
8072         (ps_document_set_orientation), (ps_document_document_iface_init):
8073
8074         Add a get_orientation api. Improve set_orientation.
8075
8076         * data/evince-ui.xml:
8077         * shell/ev-view.c: (ev_view_set_orientation),
8078         (ev_view_rotate_right), (ev_view_rotate_left):
8079         * shell/ev-view.h:
8080         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8081         (ev_window_cmd_edit_rotate_right):
8082
8083         Better ui for changing document orientation
8084
8085 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8086
8087         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8088         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8089         * shell/ev-sidebar-links.h:
8090         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8091         (ev_sidebar_page_iface_init):
8092         * shell/ev-sidebar-page.h:
8093         * shell/ev-sidebar-thumbnails.c:
8094         (ev_sidebar_thumbnails_get_property),
8095         (ev_sidebar_thumbnails_class_init),
8096         (ev_sidebar_thumbnails_set_document):
8097         * shell/ev-sidebar-thumbnails.h:
8098         * shell/ev-view.c: (ev_view_motion_notify_event):
8099         * shell/ev-window.c: (update_chrome_visibility),
8100         (ev_window_cmd_focus_page_selector),
8101         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8102         (sidebar_page_main_widget_update_cb), (ev_window_init):
8103         
8104         Autoraise toolbar on GoToPage binding and fix bindings in
8105         EvSidebarThumbnails page.
8106
8107 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8108
8109         * shell/ev-properties.c: (update_progress_label):
8110
8111         Hide the progress label when finished; bug #307697.
8112
8113 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8114
8115         * pdf/ev-poppler.cc:
8116
8117         Enable is_open for links, you will need poppler cvs
8118
8119         * shell/ev-properties.c: (job_fonts_finished_cb):
8120
8121         Get a lock on the document when filling the tree view
8122
8123 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8124
8125         * backend/ev-document-links.h:
8126         * pdf/ev-poppler.cc:
8127         * shell/ev-sidebar-links.c: (create_loading_model),
8128         (expand_open_links), (job_finished_callback):
8129
8130         Expand links when specified by the document.
8131         Depend on a poppler api (defined out for now)
8132
8133 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8134
8135         * shell/ev-properties.c: (ev_properties_dispose),
8136         (ev_properties_class_init), (dialog_destroy_cb),
8137         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8138         (ev_properties_set_document), (ev_properties_new),
8139         (ev_properties_show):
8140         * shell/ev-properties.h:
8141
8142         Make it an object, cleanup the code, api to show it as transient
8143         and to set the document.
8144
8145         * shell/ev-window.c: (ev_window_setup_document),
8146         (ev_window_cmd_file_properties):
8147
8148         Adapt to EvProperties changes, do not show multiple
8149         times, update it when document changes.
8150
8151 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8152
8153         * ps/gstypes.h:
8154         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8155         (ps_document_set_orientation), (ps_document_document_iface_init):
8156         * ps/ps-document.h:
8157
8158         Implement orientation here too
8159
8160         * shell/ev-properties.c: (ev_properties_new):
8161         * data/evince-properties.glade:
8162
8163         Hide the fonts page for backends that doesnt
8164         support it.     
8165
8166 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8167
8168         * backend/ev-document.c: (ev_document_set_orientation):
8169         * backend/ev-document.h:
8170         * pdf/ev-poppler.cc:
8171
8172         Add orientation api. Currently poppler api is not optimal,
8173         we need to set orientation every time we _get a page.
8174         I will try to fix that at some point.
8175
8176         * data/evince-ui.xml:
8177         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8178         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8179
8180         Add orientation menu items
8181
8182         * shell/ev-page-cache.c: (ev_page_cache_clear):
8183         * shell/ev-page-cache.h:
8184
8185         Add api to clear the cache
8186
8187         * shell/ev-view.c: (setup_caches), (clear_caches),
8188         (ev_view_set_document), (ev_view_zoom_out),
8189         (ev_view_set_orientation):
8190         * shell/ev-view.h:
8191
8192         Implement orientation changing
8193
8194 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8195
8196         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8197         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8198         * backend/ev-document-fonts.h:
8199
8200         Separate scan and fill so that we can incrementally fill from
8201         the main thread. Add a progress api.
8202
8203         * data/evince-properties.glade:
8204         * pdf/ev-poppler.cc:
8205         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8206         * shell/ev-jobs.h:
8207         * shell/ev-properties.c: (update_progress_label),
8208         (job_fonts_finished_cb), (setup_fonts_view):
8209
8210         Incrementally feel the list and show the progress
8211         percentage in a label like acrobat does.
8212
8213         You are going to need poppler cvs
8214
8215 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8216
8217         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8218         * backend/ev-document-fonts.h:
8219         * pdf/ev-poppler.cc:
8220
8221         Make fonts model fill incrementally.
8222
8223         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8224         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8225         (ev_job_queue_remove_job):
8226         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8227         (ev_job_fonts_new), (ev_job_fonts_run):
8228         * shell/ev-jobs.h:
8229
8230         New job for fonts scanning
8231
8232         * shell/ev-properties.c: (job_fonts_finished_cb),
8233         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8234         * shell/ev-properties.h:
8235         * shell/ev-window.c: (ev_window_cmd_file_properties):
8236
8237         Incrementally feel the treeview using the new job. Show Loading...
8238         message until scanning is completed.
8239
8240         Hopefully I didnt break the build without the poppler patch.
8241
8242 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8243
8244         * shell/ev-application.c: (ev_application_open):
8245         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8246         (ev_document_type_get_type), (ev_document_type_lookup):
8247         * shell/ev-document-types.h:
8248         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8249         * shell/ev-job-xfer.h:
8250         * shell/ev-window.c: (ev_window_clear_local_uri),
8251         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8252         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8254         
8255         Transfer remote documents to tmp directory to display them later.
8256
8257 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8258
8259         * backend/ev-document-info.h:
8260         * shell/ev-properties.c: (ev_properties_new):
8261
8262         s/GTime*/GTime. Not sure why we was using a pointer
8263         at all there!
8264
8265 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8266
8267         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8268         situations.  That situation is that you're using GTK+-HEAD with
8269         the patch at #306726 is applied, and you have a document with <
8270         1500 pages in it.  It's not quite as uniformly nice as the
8271         TreeView, but should be better in the long run.
8272
8273         I'm pretty sure I guarded against breaking compilation with
8274         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8275         I missed some.
8276
8277         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8278         widget yet, so I commented that code out
8279         enable_view_actions_for_widget() for now.  Need to figure this
8280         out.
8281
8282         * shell/ev-page-action.c (match_selected_cb): emit the right
8283         signals.  Our cool C-l completion now works.
8284
8285 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8286
8287         * backend/Makefile.am:
8288         * backend/ev-document-fonts.c:
8289         * backend/ev-document-links.c:
8290         * backend/ev-document.c: (ev_document_load):
8291         * backend/ev-document.h:
8292         * backend/ev-job-queue.c:
8293         * backend/ev-job-queue.h:
8294         * backend/ev-jobs.c:
8295         * backend/ev-jobs.h:
8296         * backend/ev-page-cache.c:
8297         * backend/ev-page-cache.h:
8298
8299         EvPageCache and EvJobs are moved to shell.
8300
8301         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8302         (ev_tmp_filename):
8303         * lib/ev-file-helpers.h:
8304         
8305         New helper to work with temporary files
8306         
8307         * shell/Makefile.am:
8308         * shell/ev-application.c: (ev_application_open):
8309         * shell/ev-application.h:
8310         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8311         (remove_job_from_async_queue), (add_job_to_async_queue),
8312         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8313         (handle_job), (search_for_jobs_unlocked),
8314         (no_jobs_available_unlocked), (ev_render_thread),
8315         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8316         (ev_job_queue_add_job), (move_job_async), (move_job),
8317         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8318         * shell/ev-job-queue.h:
8319         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8320         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8321         * shell/ev-job-xfer.h:
8322         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8323         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8324         (ev_job_links_class_init), (ev_job_render_init),
8325         (ev_job_render_dispose), (ev_job_render_class_init),
8326         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8327         (ev_job_thumbnail_class_init), (ev_job_load_init),
8328         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8329         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8330         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8331         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8332         * shell/ev-jobs.h:
8333         * shell/ev-page-action.c: (ev_page_action_set_document):
8334         * shell/ev-page-cache.c: (ev_page_cache_init),
8335         (ev_page_cache_class_init), (ev_page_cache_finalize),
8336         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8337         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8338         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8339         (ev_page_cache_get_title), (ev_page_cache_get_size),
8340         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8341         (ev_page_cache_get_height_to_page),
8342         (ev_page_cache_get_max_label_chars),
8343         (ev_page_cache_get_page_label),
8344         (ev_page_cache_has_nonnumeric_page_labels),
8345         (ev_page_cache_get_info), (ev_page_cache_next_page),
8346         (ev_page_cache_prev_page), (ev_page_cache_get):
8347         * shell/ev-page-cache.h:
8348         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8349         (ev_pixbuf_cache_clear_job_sizes),
8350         (ev_pixbuf_cache_add_jobs_if_needed),
8351         (ev_pixbuf_cache_set_page_range):
8352         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8353         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8354         * shell/ev-sidebar-thumbnails.c:
8355         (ev_sidebar_tree_selection_changed),
8356         (ev_sidebar_thumbnails_set_document):
8357         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8358         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8359         (ev_statusbar_get_context_id), (ev_statusbar_push),
8360         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8361         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8362         (ev_statusbar_set_progress):
8363         * shell/ev-statusbar.h:
8364         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8365         (ev_view_find_previous):
8366         * shell/ev-window.c: (ev_window_is_empty),
8367         (ev_window_setup_document), (password_dialog_response),
8368         (ev_window_clear_jobs), (ev_window_load_job_cb),
8369         (ev_window_xfer_job_cb), (ev_window_open_uri),
8370         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8371         (ev_window_print), (ev_window_print_range),
8372         (ev_window_state_event), (ev_window_cmd_view_reload),
8373         (menu_item_select_cb), (menu_item_deselect_cb),
8374         (view_status_changed_cb), (ev_window_dispose),
8375         (drag_data_received_cb), (ev_window_init):
8376         * shell/ev-window.h:
8377         * shell/main.c: (load_files):
8378         
8379         New statusbar to show progress on idle. Two new jobs - 
8380         xfer job and load job to load document in background. And update
8381         of page_cache clients to new location of code.
8382
8383 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8384   
8385         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8386         selection in open dialog. It also remembers the last visited directory 
8387         in the current session.
8388
8389 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8390
8391         * shell/ev-properties.c: (ev_properties_new):
8392         * shell/ev-properties.h:
8393         * shell/ev-window.c: (ev_window_cmd_file_properties):
8394         
8395         Get document info from page cache instead of document itself.
8396         This should fix crash related to race conditions described in
8397         bug 306545.
8398
8399 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8400
8401         * ps/ps-document.c: (ps_document_init),
8402         (send_ps), (get_page_box), (output), (catchPipe), (input),
8403         (stop_interpreter), (file_length), (file_readable),
8404         (check_filecompressedb), (ps_document_enable_interpreter),
8405         (document_load), (ps_async_renderer_render_pixbuf):
8406         * ps/ps-document.h:
8407
8408         Big cleanup of the ps code
8409
8410 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8411
8412         * backend/Makefile.am:
8413         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8414         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8415         * backend/ev-async-renderer.h:
8416
8417         Add an async renderer interface (method + callback) which
8418         is useful for backends like ps.
8419
8420         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8421         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8422         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8423         (ev_job_queue_add_job), (move_job_async), (move_job),
8424         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8425
8426         Add queues for async renderer, these are executed on the
8427         main thread.
8428
8429         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8430         (ev_job_render_run):
8431         * backend/ev-jobs.h:
8432
8433         If the backend support async renderer interface use it.
8434
8435         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8436         (setup_pixmap), (ps_document_get_type),
8437         (ps_async_renderer_render_pixbuf),
8438         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8439
8440         Implement async renderer interface.
8441
8442 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8443
8444         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8445
8446         Cleanup links job on exit.
8447
8448 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8449
8450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8451         (drag_data_get_cb), (drag_data_received_cb):
8452         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8453         (drag_data_get_cb), (parse_item_list),
8454         (egg_toolbar_editor_load_actions):
8455         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8456         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8457         (parse_item_list), (parse_toolbars):
8458         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8459         (dvi_pixbuf_put_pixel):
8460         
8461         Fix gcc 4.0 warnings
8462
8463 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8464
8465         * ps/ps-document.c: (start_interpreter):
8466
8467         Fix warning when loading ps
8468
8469 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8470
8471         * ps/ps-document.c: (output):
8472
8473         Fix crash when priting gs error messages.
8474
8475 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8476
8477         * backend/ev-page-cache.c: (_ev_page_cache_new):
8478         * backend/ev-page-cache.h:
8479
8480         Use a const to return title so that we dont double
8481         free it. Small cleanup and fix a leak.
8482
8483         * shell/ev-window.c: (update_window_title):
8484
8485         strdup value from get_title.
8486
8487 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8488
8489         * shell/ev-sidebar-links.c: (job_finished_callback),
8490         (ev_sidebar_links_set_document):
8491
8492         Cleanup the old job when changing document
8493
8494 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * shell/ev-stock-icons.c:
8497         * shell/ev-stock-icons.h:
8498         * shell/ev-window.c:
8499         
8500         Add stock icons for actions that can appear in toolbar. Fix for
8501         bug 306566.
8502
8503 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8504
8505         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8506         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8507         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8508         * backend/ev-page-cache.h:
8509         * shell/ev-view.c: (scroll_to_current_page),
8510         (view_update_range_and_current_page), (get_page_y_offset),
8511         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8512         (ev_view_size_request_continuous),
8513         (ev_view_zoom_for_size_continuous_and_dual_page),
8514         (ev_view_zoom_for_size_continuous):
8515         
8516         More compact EvView layout in document with pages of different size.
8517
8518 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8519
8520         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8521         compilation.
8522
8523 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8524
8525         * shell/ev-view.c: (view_set_adjustment_values):
8526         * shell/ev-window.c: (ev_window_cmd_file_properties):
8527         
8528         A bit different fix for rounding problem but it has no
8529         problems on startup. Make properties window transient to parent.
8530
8531 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8532
8533         * pdf/ev-poppler.cc:
8534         
8535         More commenting of font stuff.
8536
8537 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8538
8539         * pdf/ev-poppler.cc:
8540
8541         Comment out some more fonts stuff. Should really
8542         work without the poppler patch now.
8543
8544 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8545
8546         * pdf/ev-poppler.cc:
8547
8548         Adapt to api change
8549
8550 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8551
8552         * data/evince-properties.glade:
8553         * pdf/ev-poppler.cc:
8554         * shell/ev-properties.c: (setup_fonts_view):
8555
8556         Set the column title. Show the dialog only
8557         once everything is setup.
8558         Getting font info can be very slow... will
8559         prolly need to make this threaded too.
8560
8561 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8562
8563         * backend/Makefile.am:
8564         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8565         (ev_document_fonts_get_fonts_model):
8566         * backend/ev-document-fonts.h:
8567         * data/evince-properties.glade:
8568         * pdf/ev-poppler.cc:
8569         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8570         * shell/ev-properties.h:
8571         * shell/ev-window.c: (ev_window_cmd_file_properties):
8572
8573         Implement fonts list. Defined out for now, since it depends
8574         on a not yet committed poppler patch.
8575
8576 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8577
8578         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8579         page + 1.
8580
8581         * shell/ev-window.c: Make sure we add the timeout when we get a
8582         focus-in event.
8583
8584         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8585         adjustment->value before calculating the zoom factor to average
8586         out all of our rounding errors.  The page no longer 'drifts' when
8587         resizing.
8588
8589 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8590
8591         * data/evince-properties.glade:
8592         * shell/ev-properties.c: (ev_properties_format_date),
8593         (set_property):
8594         
8595         Labels don't expand when the dialogue is resized.
8596         strftime result needs to be converted to UTF-8. Thanks
8597         to Christian Persch <chpe@gnome.org>.
8598
8599 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8600
8601         * data/evince-properties.glade:
8602
8603         Hide the fonts tab
8604
8605 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8606
8607         * backend/ev-document-info.h:
8608         * backend/ev-document.c: (ev_document_info_free):
8609         * data/evince-properties.glade:
8610         * pdf/ev-poppler.cc:
8611         * ps/ps-document.c: (ps_document_get_info):
8612         * shell/ev-properties.c: (ev_properties_format_date),
8613         (set_property), (ev_properties_new):
8614         * shell/ev-properties.h:
8615         * shell/ev-window.c: (ev_window_cmd_file_properties):
8616
8617         Rework properties code to take only EvPropertyInfo
8618         in the constructor so that it can be useful for
8619         nautilus plugin too.
8620
8621         Deal with backends that doesnt support some properties.
8622         Make set property code generic.
8623
8624 2005-06-04  Christian Persch <chpe@gnome.org>
8625
8626         * data/evince-properties.glade:
8627
8628         fix spacings, make resizeable, and make data labels
8629         selectable + ellipsised
8630
8631 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8632
8633         * backend/ev-document-info.h:
8634         * data/Makefile.am:
8635         * data/evince-ui.xml:
8636         * pdf/ev-poppler.cc:
8637         * shell/Makefile.am:
8638         * shell/ev-window.c: (update_action_sensitivity),
8639         (ev_window_cmd_file_properties):
8640
8641         Initial go at file properties. Patch by
8642         Emil Soleyman-Zomalan <emil@soleyman.com>.
8643         Needs love see #169583
8644
8645 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8646
8647         * ps/ps-document.c: (output):
8648         * ps/ps.c: (psscan):
8649
8650         Try to render even if psscan fails.
8651
8652 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8653
8654         * ps/ps.c: (psscan), (pscopydoc):
8655
8656         Port buffered reading code from gv
8657
8658 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8659
8660         * ps/ps-document.c: (interpreter_message), (output):
8661
8662         Do not fail on interpreter messages
8663
8664 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8665
8666         * backend/ev-document-misc.c:
8667         (ev_document_misc_get_thumbnail_frame):
8668
8669         Pages can be 0 x 0, dont assert on this case
8670
8671 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8672
8673         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8674         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8675
8676         Correctly manage our reference on document. Finally the reload
8677         huge leak is gone...
8678
8679 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8680
8681         * ps/ps-document.c: (ps_document_dispose):
8682
8683         Forgot to chain it to the parent. Thanks chpe.
8684
8685 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8686
8687         * ps/ps-document.c: (ps_document_dispose),
8688         (ps_document_class_init), (stop_interpreter), (document_load):
8689
8690         Cleanup dispose a bit. Dont leak the whole pixmap.
8691
8692 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8693
8694         * pdf/ev-poppler.cc:
8695
8696         Release the poppler document on dispose
8697
8698 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8699
8700         * shell/ev-view.c: (ev_view_set_document):
8701
8702         Release ref on the pixbuf cache when changing
8703         document.
8704
8705 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8706
8707         * ps/ps-document.c: (ps_document_get_info):
8708
8709         Fix a double free
8710
8711 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * backend/ev-page-cache.c: (ev_page_cache_init),
8714         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8715         * backend/ev-page-cache.h:
8716         * shell/ev-page-action.c: (page_changed_cb):
8717         
8718         Set page action entry width depending on labels width. Fix
8719         for bug 305202.
8720
8721 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * backend/ev-link.c: (ev_link_class_init):
8724
8725         Allow -1 as page value (error)
8726
8727 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8728
8729         * shell/ev-sidebar-thumbnails.c:
8730         (ev_sidebar_thumbnails_set_document):
8731         * shell/ev-view.c: (scroll_to_current_page),
8732         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8733         (page_changed_cb), (on_adjustment_value_changed),
8734         (ev_view_set_document):
8735
8736         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8737         Fix bug 305377
8738
8739 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8740
8741         * configure.ac:
8742         * djvu/djvu-document.c: (djvu_document_get_page_size):
8743
8744         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8745         bug 301993.
8746
8747 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8748
8749         * shell/ev-view.c (draw_one_page): modify the expose handling to
8750         get the shadows.
8751
8752         * shell/ev-window.c (update_action_sensitivity): Respect
8753         permissions field.  Kowtow to the man.
8754
8755         * pdf/ev-poppler.cc: Get the permissions field.
8756
8757         * tiff/*c: Make a tiny bit more robust.
8758
8759 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8760
8761         * djvu/djvu-document.c:
8762         
8763         Pop messages from djvu context message queue.
8764
8765 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8766
8767         * configure.ac, Makefile.am, shell/Makefile.am:
8768         * tiff/Makefile.am, shell/ev-document-types.c:
8769         
8770         Cleanup tiff configure checks. Fix for bug 305218.
8771
8772 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8773
8774         * configure.ac: Added "uk" to ALL_LINGUAS.
8775
8776 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8777
8778         * cut-n-paste/zoom-control/ephy-zoom.c:
8779         (ephy_zoom_get_changed_zoom_level):
8780         * cut-n-paste/zoom-control/ephy-zoom.h:
8781         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8782         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8783         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8784         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8785         (zoom_control_changed_cb), (ev_window_init):
8786         
8787         Fix minor points related to moving best fit up. Introduce
8788         "zoom" property and make zoom control change it's value on
8789         notify::zoom signals. Fix for 305080.
8790
8791 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8792
8793         * data/evince-ui.xml:
8794         * shell/ev-window.c: (set_view_actions_sensitivity):
8795         
8796         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8797
8798 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * configure.ac:
8801
8802         Depends on poppler 0.3.2
8803
8804 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * cut-n-paste/recent-files/egg-recent-item.c:
8807         (egg_recent_item_get_short_name):
8808         * cut-n-paste/toolbar-editor/Makefile.am:
8809         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8810         (new_pixbuf_from_widget):
8811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8812         * cut-n-paste/toolbar-editor/egg-marshal.c:
8813         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8814         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8815
8816         Sync
8817
8818 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8819
8820         * tiff/tiff-document.c: Rough TIFF backend.
8821
8822 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8823
8824         * NEWS:
8825         * configure.ac:
8826         * cut-n-paste/toolbar-editor/Makefile.am:
8827
8828         Release 0.3.1
8829
8830 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8833         (ev_view_find_next), (ev_view_find_previous):
8834
8835         Remove the locks around get_n_results   
8836
8837 2005-05-21  Juerg Billeter  <j@bitron.ch>
8838
8839         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8840
8841         Pass correct number of pages to poppler.
8842
8843 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8844
8845         * configure.ac:
8846         * data/Makefile.am:
8847         * data/evince.desktop.in: 
8848         * data/evince.desktop.in.in:
8849         * po/POTFILES.in:
8850         
8851         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8852
8853 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8854
8855         * shell/ev-view.c: (view_update_adjustments),
8856         (view_set_adjustment_values): cast adjustmen->value to (int)
8857         before using it.  Otherwise, we get off by a pixel in some
8858         situations.
8859
8860         (draw_one_page): Draw the border on expose.
8861
8862 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8863
8864         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8865         adjustment when the mode changes, #304923
8866
8867 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8868
8869         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8870         flickering on resize but still use gdk_window_scroll on
8871         scrolling
8872
8873 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8874
8875         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8876         option, #170458
8877
8878 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8879
8880         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8881         second page on page_changed if possible, #304669
8882
8883 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8884
8885         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8886         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8887
8888 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8889
8890         * .cvsignore:
8891         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8892         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8893         (ev_view_zoom_for_size_presentation),
8894         (ev_view_zoom_for_size_continuous_and_dual_page),
8895         (ev_view_zoom_for_size_continuous),
8896         (ev_view_zoom_for_size_dual_page),
8897         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8898         * shell/ev-view.h:
8899         * shell/ev-window.c: (update_view_size),
8900         (ev_window_sizing_mode_changed_cb):
8901
8902         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8903         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8904         an infinite loop, #304769
8905
8906
8907 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8908
8909         * data/evince-ui.xml:
8910         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8911         * shell/ev-window.c: (set_view_actions_sensitivity):
8912
8913         Make PgUp/Down behave like Space
8914
8915 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8916
8917         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8918         * backend/ev-ps-exporter.h:
8919         * pdf/ev-poppler.cc:
8920         * ps/ps-document.c: (ps_document_ps_export_begin):
8921         * shell/ev-print-job.c: (idle_print_handler):
8922
8923         Adapt to new poppler api
8924
8925 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8926
8927         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8928         (ephy_zoom_control_init):
8929
8930         Translate zoom levels
8931
8932 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8933
8934         * cut-n-paste/zoom-control/ephy-zoom.c:
8935         (ephy_zoom_get_zoom_level_index):
8936
8937         Fix current zoom -> zoom control match
8938
8939 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8940
8941         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8942         rather than the scrolled_window that it's in. Fixes bug #304655.
8943
8944 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8945
8946         * shell/ev-view.c: (view_update_adjustments),
8947         (view_set_adjustment_values), (view_update_range_and_current_page),
8948         (view_scroll_to_page), (set_scroll_adjustment),
8949         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8950         (ev_view_scroll), (ev_view_scroll_view),
8951         (ensure_rectangle_is_visible), (find_page_at_location),
8952         (get_link_at_location), (go_to_link), (status_message_from_link),
8953         (ev_view_size_request_continuous_dual_page),
8954         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8955         (ev_view_unrealize), (ev_view_expose_event),
8956         (ev_view_button_press_event), (ev_view_motion_notify_event),
8957         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8958         (draw_rubberband), (highlight_find_results), (draw_one_page),
8959         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8960         (ev_view_init), (find_changed_cb), (page_changed_cb),
8961         (on_adjustment_value_changed), (ev_view_new),
8962         (ev_view_set_document), (ev_view_set_zoom),
8963         (ev_view_set_continuous), (ev_view_set_dual_page),
8964         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8965         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8966         (ev_view_zoom_for_size_presentation),
8967         (ev_view_zoom_for_size_continuous_dual_page),
8968         (ev_view_zoom_for_size_continuous),
8969         (ev_view_zoom_for_size_dual_page),
8970         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8971         (ev_view_get_status), (ev_view_set_status),
8972         (update_find_status_message), (ev_view_get_find_status),
8973         (ev_view_set_find_status), (jump_to_find_result),
8974         (jump_to_find_page), (compute_selections), (clear_selection),
8975         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8976         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8977         (ev_view_update_primary_selection),
8978         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8979         * shell/ev-view.h:
8980         * shell/ev-window.c: (ev_window_open_page_label),
8981         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8982         (ev_window_init):
8983         * shell/ev-window.h:
8984         * shell/main.c: (load_files):
8985
8986         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8987         when resizing.  Remove the bin_window().  Also, patch from James
8988         Bowes to fix command line page, #300641
8989         
8990 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8991
8992         * data/evince-ui.xml:
8993         * shell/ev-view.c:
8994         * shell/ev-view.h:
8995         * shell/ev-window.c: (update_action_sensitivity):
8996
8997         Get rid of View->Normal Size, it's just confusing
8998
8999 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * backend/ev-document-info.h:
9002         * backend/ev-document.c: (ev_document_info_free): Free the
9003         EvDocumentInfo.
9004
9005         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9006         (clear_range), (add_range), (update_visible_range),
9007         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9008         (ev_sidebar_thumbnails_set_document):
9009         * shell/ev-window.c: (ev_window_setup_document): Only render the
9010         visible thumbnails.  It takes an instant to render, but it uses
9011         much less memory.
9012
9013 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * shell/ev-sidebar-links.c: (popup_menu_cb):
9016
9017         Select first item
9018
9019 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9020
9021         * lib/Makefile.am:
9022         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9023         (button_press_cb), (ev_sidebar_links_construct):
9024
9025         Show the popup menu also on keybindings
9026
9027 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9028
9029         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9030         * shell/ev-window.h:
9031
9032         Expose api to print a range (with dialog). Make private _print use
9033         it.
9034
9035         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9036         (ev_sidebar_links_construct):
9037
9038         Show a print context menu on linkx, it prints the selected
9039         section.
9040
9041 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9042
9043         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9044         button.
9045
9046 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9047
9048         * AUTHORS:
9049
9050         Update
9051
9052         * shell/ev-window.c: (build_comments_string),
9053         (ev_window_cmd_help_about):
9054
9055         Show poppler version/backend and authors
9056
9057 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9058
9059         * cut-n-paste/zoom-control/ephy-zoom.c:
9060         (ephy_zoom_get_zoom_level_index):
9061         * cut-n-paste/zoom-control/ephy-zoom.h:
9062
9063         Move the best fit items at the top of the list
9064
9065 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9066
9067         * shell/ev-marshal.list:
9068         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9069         (activate_cb), (match_selected_cb), (activate_link_cb),
9070         (connect_proxy), (ev_page_action_class_init):
9071         * shell/ev-page-action.h:
9072
9073         Use signals to notify action activation. Hopefully
9074         I did not break completion since I cant test...
9075
9076         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9077         (register_custom_actions):
9078
9079         Connect to page selector actions and also grab focus on
9080         the view when activated.
9081
9082 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9083
9084         * pdf/ev-poppler.cc:
9085         * backend/ev-page-cache.c: make page size calculation consistent
9086         and set it to (int)( width * scale + 0.5).  This makes the weird
9087         line going through the middle of the page go away.
9088
9089         * shell/ev-view.c: move painting the background page after
9090         checking the expose area covers us.
9091
9092 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9093
9094         * data/evince-password.glade:
9095         
9096         Mark labels as not translatable. Fix for bug 302842.
9097
9098 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9099
9100         * configure.ac: Added "es" to ALL_LINGUAS.
9101
9102 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * data/evince-toolbar.xml:
9105         * shell/ev-window.c: (update_action_sensitivity),
9106         (ev_window_setup_document), (ev_window_set_page_mode),
9107         (ev_window_init):
9108
9109         Remove some leftover code from jrb first continous
9110         attempt. Use the new actions, we still need good icons
9111         though...
9112
9113 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9116
9117         Update label when connecting proxy. Fix a warning with NULL
9118         page_cache.
9119
9120 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * data/evince-ui.xml:
9123         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9124         * shell/ev-page-action.h:
9125         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9126
9127         Add mnemonic for edit toolbar.
9128         ctrl+l focus the page entry.
9129
9130 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9131
9132         * lib/Makefile.am:
9133         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9134         (ev_window_init):
9135         * shell/main.c: (main):
9136
9137         Put the toolbar xml in evince own dot dir
9138
9139 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9140
9141         * shell/ev-window.c: (ev_window_init):
9142
9143         Make the toolbar not removable
9144
9145 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9146
9147         * data/evince-ui.xml:
9148         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9149         * shell/ev-sidebar-links.h:
9150         * shell/ev-sidebar-thumbnails.c:
9151         (ev_sidebar_thumbnails_get_treeview):
9152         * shell/ev-sidebar-thumbnails.h:
9153         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9154         (ev_view_class_init):
9155         * shell/ev-view.h:
9156         * shell/ev-window.c: (update_action_sensitivity),
9157         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9158         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9159         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9160         (ev_window_init):
9161
9162         This is evil... Make space/backspace global accelerators but
9163         enable them only for some widgets (sidebars and view).
9164         I dont like it, but I dont know a better way... :/
9165
9166 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9167
9168         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9169         (ev_page_action_widget_finalize),
9170         (ev_page_action_widget_class_init), (update_page_cache):
9171
9172         Keep a weak reference on proxy->page_cache so that we
9173         dont try to disconnect the signal if the object is already
9174         gone. Maybe there is a better way to cleanup reference handling
9175         in page action though...
9176
9177 2005-05-10  Juerg Billeter  <j@bitron.ch>
9178
9179         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9180         * backend/ev-ps-exporter.h:
9181         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9182         * ps/ps-document.c: (ps_document_ps_export_begin):
9183         
9184         Change api to pass print range to ps_exporter_begin. The pdf backend
9185         requires this information.
9186         
9187         * shell/ev-print-job.c: (idle_print_handler):
9188         
9189         Adapt to api change
9190
9191 2005-05-10  Juerg Billeter  <j@bitron.ch>
9192
9193         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9194         (idle_print_handler)
9195         * shell/ev-window.c: (ev_window_print):
9196
9197         Support printing page range, based on patch by Amaury Jacquot
9198
9199 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9200
9201         * data/evince-toolbar.xml:
9202
9203         Add zoom control to available items
9204
9205 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9206
9207         * shell/ev-window.c: (update_action_sensitivity):
9208
9209         Set slash action insensitive when appropriate
9210
9211 2005-05-10  Christian Persch <chpe@gnome.org>
9212
9213         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9214
9215         Fix warning on the overflow menu
9216
9217 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9218
9219         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9220
9221         Check for uri correctness/existence
9222
9223 2005-05-09  Juerg Billeter  <j@bitron.ch>
9224
9225         * shell/ev-window.c: (using_postscript_printer):
9226
9227         LPD printers use postscript, too
9228
9229 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9230
9231         * shell/ev-window.c: (register_custom_actions):
9232
9233         The zoom one is actually sort of useful,
9234         put it back
9235
9236 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9237
9238         * shell/ev-window.c: (register_custom_actions):
9239
9240         Hide page/zoom controls from overflow, they
9241         are useless.
9242
9243 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9244
9245         * cut-n-paste/update-from-egg.sh:
9246         
9247         Share it between all cut-n-paste subdirs
9248
9249         * cut-n-paste/recent-files/Makefile.am:
9250
9251         Fix to use "global" update-from-egg.sh
9252
9253         * cut-n-paste/recent-files/egg-recent-model.c:
9254         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9255         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9256         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9257         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9258
9259         Update from libegg
9260
9261         * cut-n-paste/toolbar-editor/Makefile.am:
9262
9263         Fix to use "global" update-from-egg.sh
9264
9265         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9266
9267         Update from libegg
9268
9269 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9270
9271         * configure.ac:
9272         * cut-n-paste/Makefile.am:
9273         * cut-n-paste/recent-files/Makefile.am:
9274         * cut-n-paste/toolbar-editor/.cvsignore:
9275         * cut-n-paste/toolbar-editor/Makefile.am:
9276         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9277         (egg_editable_toolbar_get_type), (get_toolbar_position),
9278         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9279         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9280         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9281         (set_item_drag_source), (create_item_from_action), (create_item),
9282         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9283         (popup_toolbar_context_menu_cb), (free_dragged_item),
9284         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9285         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9286         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9287         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9288         (item_added_cb), (item_removed_cb),
9289         (egg_editable_toolbar_construct),
9290         (egg_editable_toolbar_disconnect_model),
9291         (egg_editable_toolbar_deconstruct),
9292         (egg_editable_toolbar_set_model),
9293         (egg_editable_toolbar_set_ui_manager),
9294         (egg_editable_toolbar_set_property),
9295         (egg_editable_toolbar_get_property),
9296         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9297         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9298         (egg_editable_toolbar_new_with_model),
9299         (egg_editable_toolbar_get_edit_mode),
9300         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9301         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9302         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9303         (new_pixbuf_from_widget), (new_separator_pixbuf),
9304         (update_separator_image), (style_set_cb),
9305         (_egg_editable_toolbar_new_separator_image),
9306         (egg_editable_toolbar_get_model):
9307         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9308         * cut-n-paste/toolbar-editor/egg-marshal.c:
9309         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9310         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9311         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9312         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9313         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9314         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9315         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9316         (editor_drag_data_delete_cb), (drag_data_get_cb),
9317         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9318         (editor_create_item), (update_editor_sheet), (setup_editor),
9319         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9320         (parse_item_list), (model_has_action), (update_actions_list),
9321         (egg_toolbar_editor_load_actions):
9322         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9323         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9324         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9325         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9326         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9327         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9328         (egg_toolbars_model_add_separator), (impl_add_item),
9329         (parse_item_list), (egg_toolbars_model_add_toolbar),
9330         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9331         (impl_get_item_data), (impl_get_item_type),
9332         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9333         (egg_toolbars_model_init), (free_toolbar),
9334         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9335         (egg_toolbars_model_remove_toolbar),
9336         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9337         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9338         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9339         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9340         (egg_toolbars_model_get_item_data),
9341         (egg_toolbars_model_get_item_type):
9342         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9343         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9344         * data/Makefile.am:
9345         * data/evince-toolbar.xml:
9346         * data/evince-ui.xml:
9347         * data/hand-open.png:
9348         * po/POTFILES.in:
9349         * shell/Makefile.am:
9350         * shell/ev-window.c: (update_chrome_visibility),
9351         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9352         (ev_window_dispose), (ev_window_init):
9353
9354         Implement epiphany like toolbar editor. Based on patch by
9355         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9356
9357 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9358
9359         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9360
9361         Use set_cursor instead of set_selection, so that
9362         the keyboard focus moves too.
9363
9364 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9365
9366         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9367
9368         Fix infinite loop when loading Type1 fonts
9369
9370 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9371
9372         * data/evince-ui.xml:
9373         * shell/ev-window.c:
9374
9375         Slash -> Find
9376
9377 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9378
9379         * configure.ac:
9380
9381         Make --disable really disable
9382
9383 2005-05-07  Juerg Billeter  <j@bitron.ch>
9384
9385         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9386
9387         Compare page labels even without has_labels set, fixes setting page
9388         with entry
9389
9390 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9391
9392         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9393         (ev_view_set_cursor), (ev_view_button_press_event),
9394         (ev_view_motion_notify_event), (ev_view_button_release_event),
9395         (ev_view_init):
9396
9397         Implement middle button scrolling. Based on a patch
9398         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9399
9400 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9401
9402         * shell/ev-document-types.c: (get_slow_mime_type),
9403         (get_document_type_from_mime), (ev_document_type_lookup):
9404         * shell/ev-document-types.h:
9405
9406         Change api to lookup from uri. Do fast lookup first, if the
9407         type is unknown try with data sniffing.
9408
9409         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9410         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9411
9412         Adapt to api change
9413
9414 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * thumbnailer/Makefile.am:
9417
9418         Fix distcheck
9419
9420 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9421
9422         * NEWS:
9423         * configure.ac:
9424
9425         Release 0.3.0
9426
9427         * data/evince-ui.xml:
9428
9429         Hide presentation mode for now
9430
9431         * shell/ev-view.c: (highlight_find_results):
9432
9433         Show current find selection only on current page
9434
9435 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9436
9437         * shell/ev-view.c: (ev_view_select_all):
9438
9439         Compute size of the actual page, not of
9440         the current one.
9441
9442 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9445         (view_rect_to_doc_rect), (compute_selections),
9446         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9447         (ev_view_copy), (ev_view_primary_get_cb),
9448         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9449         (ev_view_button_press_event), (ev_view_motion_notify_event),
9450         (ev_view_button_release_event), (page_changed_cb):
9451
9452         Fix text selection
9453
9454 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * shell/ev-view.c: (compute_border), (get_page_extents),
9457         (doc_rect_to_view_rect), (highlight_find_results),
9458         (ev_view_bin_expose), (ev_view_select_all),
9459         (ev_view_motion_notify_event), (update_find_status_message),
9460         (jump_to_find_result), (jump_to_find_page):
9461
9462         First go at fixing search, still buggy
9463
9464 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9465
9466         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9467         dropdown box and button at the top of the sidebar.
9468
9469 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9470
9471         * configure.ac: Output zoom-control Makefile.
9472         * cut-n-paste/Makefile.am: build zoom-control subdir.
9473         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9474         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9475         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9476         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9477         * cut-n-paste/zoom-control/ephy-zoom.c:
9478         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9479         from epiphany, and modified to add a separator into the menu.
9480         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9481         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9482         zoom-control action.
9483         * shell/Makefile.am: Include zoom-control flags.
9484         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9485         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9486         (ev_view_zoom_for_size_presentation),
9487         (ev_view_zoom_for_size_continuous_and_dual_page),
9488         (ev_view_zoom_for_size_continuous),
9489         (ev_view_zoom_for_size_dual_page),
9490         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9491         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9492         ev_view_get_zoom and ev_view_get_sizing_mode.
9493         * shell/ev-view.h:
9494         * shell/ev-window.c: (update_action_sensitivity),
9495         (update_sizing_buttons), (zoom_control_changed_cb),
9496         (register_custom_actions): Initialize and use the zoom-control 
9497         widget.
9498
9499 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9500
9501         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9502         preview cache back to 1.  Don't know when it got set to 0.
9503         
9504         * shell/ev-view.c: (compute_border), (ev_view_realize),
9505         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9506         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9507         (ev_view_get_fullscreen), (ev_view_set_presentation),
9508         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9509         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9510         * shell/ev-view.h:
9511         * shell/ev-window.c:
9512         (update_chrome_visibility),
9513         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9514         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9515         (update_document_mode), (ev_window_update_fullscreen_action),
9516         (ev_window_fullscreen), (ev_window_unfullscreen),
9517         (ev_window_cmd_view_fullscreen),
9518         (ev_window_update_presentation_action),
9519         (ev_window_run_presentation), (ev_window_stop_presentation),
9520         (ev_window_cmd_view_presentation), (ev_window_state_event),
9521         (ev_window_focus_in_event), (ev_window_focus_out_event),
9522         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9523         * data/evince-ui.xml: Initial presentation mode.  We should
9524         probably hide this until it's done, as it's quite rough.  Also,
9525         change full-screen to fullscreen and add two getters to EvView.
9526
9527 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9528
9529         * shell/ev-page-action.c: (update_page_cache),
9530         (ev_page_action_dispose):
9531         * shell/ev-window.c: (destroy_fullscreen_popup),
9532         (ev_window_create_fullscreen_popup):
9533
9534         Use connect_object rather than explicitly
9535         disconnect on dispose.
9536
9537 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * shell/ev-page-action.c: (update_page_cache),
9540         (ev_page_action_dispose):
9541
9542 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9543
9544         * backend/ev-page-cache.c: (_ev_page_cache_new),
9545         (ev_page_cache_set_page_label),
9546         (ev_page_cache_has_nonnumeric_page_labels):
9547         * backend/ev-page-cache.h:
9548         * shell/ev-page-action.c: (update_pages_label):
9549         
9550         If all page labels are numeric, fallback to default
9551         way to display number of pages. See bug 173185.
9552
9553 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9554
9555         * shell/ev-page-action.c: (ev_page_action_dispose):
9556         * shell/ev-view.c: (view_update_range_and_current_page):
9557         * shell/ev-window.c: (ev_window_dispose):
9558         
9559         Set page on scroll in continuous mode. Fixes bug 301986.
9560         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9561
9562 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9563
9564         * configure.ac:
9565
9566         Require poppler 0.3.0
9567
9568 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9569         
9570         * shell/Makefile.am, configure.ac: Fix build problems
9571         with t1lib. Bug 301996.
9572
9573 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9574
9575         * shell/ev-view.c: (ev_view_scroll_event):
9576         
9577         Scroll up increase zoom
9578
9579 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9580
9581         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9582         (ev_view_set_sizing_mode),
9583         (ev_view_zoom_for_size_continuous_and_dual_page),
9584         (ev_view_zoom_for_size_continuous):
9585         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9586         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9587         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9588         (ev_window_init):
9589
9590         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9591         Fix for 165473 and 165472.
9592
9593 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9594
9595         * po/POTFILES.in:
9596         * thumbnailer/Makefile.am:
9597         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9598         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9599         * thumbnailer/evince-thumbnailer.schemas.in:
9600         
9601         Make thumbnailer schemas translatable. Fix for bug 301773
9602         
9603         * thumbnailer/evince-thumbnailer-djvu.schemas:
9604         * thumbnailer/evince-thumbnailer-dvi.schemas:
9605         * thumbnailer/evince-thumbnailer.schemas:
9606
9607         Removed files
9608
9609 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9610
9611         * shell/ev-view.c (ev_view_init): forgot to set this.
9612
9613 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9614
9615         * shell/ev-view.c: (find_page_at_location),
9616         (get_link_at_location),
9617         (ev_view_set_show_border), (ev_view_set_spacing),
9618         (ev_view_zoom_for_size_continuous_and_dual_page),
9619         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9620         Also, add a quick fix measuring of widths.  Also, removed
9621         ev_view_set_spacing and ev_view_set_show_border.
9622         
9623         * shell/ev-window.c: (ev_window_unfullscreen),
9624         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9625
9626 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9627
9628         * shell/ev-view.c: (view_update_range_and_current_page),
9629         (page_changed_cb):
9630         
9631         Fix crash on exit and scrolling to page in continuous view.
9632
9633 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9634
9635         * TODO:
9636         * backend/ev-page-cache.c: (_ev_page_cache_new),
9637         (ev_page_cache_get_max_width_size),
9638         (ev_page_cache_get_max_height_size):
9639         * backend/ev-page-cache.h:
9640         * data/evince-ui.xml:
9641         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9642         * shell/ev-view.c: (view_update_adjustments),
9643         (view_update_range_and_current_page), (get_bounding_box_size),
9644         (ev_view_size_request_continuous_and_dual_page),
9645         (ev_view_size_request_continuous),
9646         (ev_view_size_request_dual_page),
9647         (ev_view_size_request_single_page), (ev_view_size_request),
9648         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9649         (ev_view_bin_expose), (ev_view_expose_event),
9650         (ev_view_set_property), (ev_view_get_property),
9651         (ev_view_class_init), (ev_view_init), (ev_view_new),
9652         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9653         (ev_view_set_dual_page), (ev_view_set_full_screen),
9654         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9655         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9656         (ev_view_zoom_out), (zoom_for_size_fit_width),
9657         (zoom_for_size_best_fit),
9658         (ev_view_zoom_for_size_continuous_and_dual_page),
9659         (ev_view_zoom_for_size_continuous),
9660         (ev_view_zoom_for_size_dual_page),
9661         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9662         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9663         * shell/ev-view.h:
9664         * shell/ev-window.c: (update_action_sensitivity),
9665         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9666         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9667         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9668         (ev_window_cmd_view_zoom_out), (update_view_size),
9669         (ev_window_set_sizing_mode), (ev_window_init):
9670
9671         Add Continuous and Dual page modes.
9672
9673 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9674
9675         * dvi/dvi-document.c: (dvi_document_load),
9676         (dvi_document_thumbnails_get_thumbnail),
9677         (dvi_document_init_params): Fix up some mixups between
9678         width and height to correct thumbnail rendering.
9679
9680 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9681
9682         * dvi/mdvi-lib/private.h:
9683         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9684         
9685         Suppess output for kpathsea during font generation. Thanks to
9686         James Bowes
9687
9688 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9689
9690         * NEWS:
9691         * configure.ac:
9692
9693         Release 0.2.1
9694
9695         * Makefile.am: fix distcheck.
9696
9697 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9698
9699         * shell/ev-sidebar-links.c: (selection_changed_callback),
9700         (update_page_callback), (row_activated_callback),
9701         (job_finished_callback), (ev_sidebar_links_set_document):
9702         
9703         Fix for bug #169901. Double click on links expands tree.
9704
9705 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9706
9707         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9708         hard-coded style. Fix for bug 170111
9709
9710 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9711
9712         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9713         locking.
9714
9715 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9716
9717         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9718
9719 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9720
9721         * pdf/ev-poppler.cc:
9722         * shell/ev-view.c: (highlight_find_results):
9723
9724         Fix find on single page documents
9725
9726 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9727
9728         * data/evince.schemas.in: fix for bug 301390
9729
9730 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9731
9732         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9733         (ev_view_zoom_out), (ev_view_zoom_normal):
9734         * shell/ev-view.h:
9735         * shell/ev-window.c: (update_action_sensitivity),
9736         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9737         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9738         (ev_window_cmd_view_normal_size):
9739
9740         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9741         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9742         better than oom. 
9743
9744 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * configure.ac:
9747
9748         Depend on 2.57, 2.59 doesnt seem to be necessary
9749
9750 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9751
9752         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9753         (create_tool_item):
9754
9755         Put back total number of pages as (1 of 1234)
9756
9757 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9758
9759         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9760         remove the job.
9761
9762         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9763         function.  This helps debugging.
9764
9765 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * djvu/djvu-document.c: (djvu_document_class_init),
9768         (djvu_document_get_info), (djvu_document_document_iface_init):
9769         * dvi/dvi-document.c: (dvi_document_class_init),
9770         (dvi_document_get_info), (dvi_document_document_iface_init):
9771
9772         Dummy implementation of get_info method for dvi and
9773         djvu. Fix crashes with those backends
9774
9775 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9776
9777         * data/evince.desktop.in:
9778
9779         Add application/x-gzpostscript
9780
9781 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9782
9783         * data/evince.schemas.in: Added real long descriptions, 
9784         closes bug 172496 
9785
9786         * README: Added actual text, closes bug 171869
9787
9788 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9789
9790         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9791
9792         Thumbnail page 0
9793
9794 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9795
9796         * backend/ev-document-info.h:
9797
9798         s/GDate */GDate so we can just use g_free
9799
9800 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9801
9802         * shell/ev-window.c: (update_document_mode),
9803         (ev_window_setup_document):
9804
9805         Show the window in fullscreen when specified by
9806         the document
9807
9808 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9809
9810         * backend/ev-document.c: (ev_document_class_init),
9811         (ev_document_get_info), (ev_document_render_pixbuf):
9812         * backend/ev-document.h:
9813         * backend/ev-page-cache.c: (_ev_page_cache_new):
9814         * pdf/ev-poppler.cc:
9815         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9816         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9817         * ps/ps-document.c: (ps_document_class_init), (document_load),
9818         (ps_document_get_info), (ps_document_document_iface_init):
9819
9820         Remove get_title from the interface, we can just use document info
9821
9822 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9823
9824         * backend/Makefile.am:
9825         * backend/ev-document.c: (ev_document_render_get_info):
9826         * backend/ev-document.h:
9827         * pdf/ev-poppler.cc:
9828
9829         Initial support for document info. Based on jrb patch.
9830
9831 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9832
9833         * shell/ev-window.c: (ev_window_state_event),
9834         (ev_window_class_init), (ev_window_init):
9835         
9836         Doesn't show resize grip when maximized. See bug #301053
9837
9838 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9839
9840         * po/POTFILES.in:
9841         
9842         ev-sidebar-thumbnails now has translatable labels
9843         
9844         * shell/Makefile.am:
9845         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9846         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9847         (ev_sidebar_links_page_iface_init):
9848         * shell/ev-sidebar-links.h:
9849         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9850         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9851         (ev_sidebar_page_get_label):
9852         * shell/ev-sidebar-page.h:
9853         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9854         (ev_sidebar_thumbnails_set_document),
9855         (ev_sidebar_thumbnails_support_document),
9856         (ev_sidebar_thumbnails_get_label),
9857         (ev_sidebar_thumbnails_page_iface_init):
9858         * shell/ev-sidebar-thumbnails.h:
9859         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9860         (ev_sidebar_set_document):
9861         * shell/ev-sidebar.h:
9862         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9863         
9864         Small rework of sidebar code. Now sidebar pages should implement
9865         EvSidebarPage interface. That makes page management in EvSidebar
9866         easier. See bug #164811 for details
9867
9868 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9869
9870         * shell/ev-application.c: (ev_application_open):
9871         * shell/ev-document-types.c:
9872         
9873         Fix build error and small problem with application exit
9874
9875 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9876
9877         * thumbnailer/Makefile.am:
9878         * thumbnailer/evince-thumbnailer-djvu.schemas:
9879         * thumbnailer/evince-thumbnailer-dvi.schemas:
9880         
9881         Conditionally install schemas for djvu/dvi thumbnailer
9882
9883 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9884
9885         * shell/ev-document-types.h: 
9886         * shell/ev-document-types.c: 
9887         New files, handling the mapping from mimetypes to backends
9888         
9889         * shell/ev-window.c: 
9890         * thumbnailer/evince-thumbnailer.c:     
9891         Use the ev-document-types code
9892         
9893         * shell/Makefile.am: 
9894         Added new convenience library libevbackendfactory_la, containing
9895         the new mimetype->backend logic; moved the backends into it.
9896
9897         * thumbnailer/Makefile.am:
9898         Make the thumbnailer link with the libevbackend.la convenience
9899         library, rather than having a duplicate of the backend logic here.
9900
9901 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9902
9903         * shell/ev-stock-icons.c: constify some vars.
9904         * shell/ev-window.c: ditto.
9905
9906 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * ps/ps-document.c (get_page_orientation):
9909
9910         Respect document orientation 
9911
9912 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9913
9914         * djvu/Makefile.am:
9915         * dvi/Makefile.am:
9916         * shell/Makefile.am:
9917         
9918         Move library dependencies to components.
9919         
9920         * shell/ev-window.c: (update_window_title),
9921         (start_loading_document):
9922         
9923         Fix display of uris with spaces. Bug 168358.
9924
9925 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9926
9927         * shell/ev-sidebar-links.c: (selection_changed_cb):
9928         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9929         (ev_view_button_release_event), (ev_view_set_document):
9930         * shell/ev-view.h:
9931         * shell/ev-window.c: (find_bar_search_changed_cb):
9932         * shell/ev-window.h: Minor cleanups removing some dead code.
9933
9934 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9935
9936         * backend/ev-page-cache.c: (_ev_page_cache_new):
9937         
9938         Set current page to 0 if document has pages.
9939
9940 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9941
9942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9943
9944         Initialize GError to NULL, fix a crash when loading fails.
9945
9946 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9947
9948         * shell/ev-window.c: (update_view_size):
9949
9950         Calculate shadow size only when there is actually
9951         a shadow.
9952
9953 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9954
9955         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9956         * shell/ev-view.h:
9957
9958         Allow setting view spacing, default to 0
9959
9960         * shell/ev-window.c: (ev_window_unfullscreen),
9961         (ev_window_cmd_view_fullscreen), (ev_window_init):
9962
9963         Remove spacing in fullscreen mode
9964
9965 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9966
9967         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9968         (ev_view_size_request), (expose_bin_window),
9969         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9970         * shell/ev-view.h:
9971         * shell/ev-window.c: (ev_window_unfullscreen),
9972         (ev_window_cmd_view_fullscreen):
9973
9974         Do not draw the border in fulscreen
9975
9976 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9977
9978         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9979         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9980         (find_page_at_location), (page_changed_cb):
9981
9982         Rework border calculation, so that I can more easily disable it.
9983         Code somewhat cleaner too.
9984
9985 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9986
9987         * backend/ev-page-cache.c: (ev_page_cache_init),
9988         (_ev_page_cache_new):
9989
9990         Remove some assertions, documents can have 0 pages.
9991         Make initial current page -1.
9992
9993         * shell/ev-page-action.c: (page_changed_cb):
9994
9995         Show "" if current page is -1
9996
9997         * shell/ev-window.c: (update_action_sensitivity),
9998         (ev_window_setup_document):
9999
10000         When document has 0 pages do not set the view
10001         and make nearly everything insensitive.
10002
10003 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10004
10005         * shell/ev-page-view.c:
10006         * shell/ev-page-view.h:
10007
10008         Remove unused files.
10009         
10010         * shell/ev-sidebar-thumbnails.c:
10011         (ev_sidebar_thumbnails_set_document):
10012         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10013         (ev_sidebar_supports_document):
10014         * shell/ev-sidebar.h:
10015         * shell/ev-window.c: (ev_window_setup_document):
10016         
10017         Doesn't show thumbnails if document has 1 page. Make
10018         sidebar menu entries sensitive only if if they have 
10019         sense. Fix bug 164811. 
10020
10021 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10022
10023         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10024         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10025         (ev_view_zoom_out), (ev_view_set_size):
10026
10027         Rework sizing to deal with documents with not uniform page
10028         size.
10029
10030 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10031
10032         * backend/ev-page-cache.c: (_ev_page_cache_new):
10033
10034         Fix several page size caching bugs
10035
10036 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10037
10038         * shell/ev-window.c: (set_action_properties):
10039
10040         Make all toolbar items translatable
10041
10042 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10043
10044         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10045         (save_page_list), (ps_document_save),
10046         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10047         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10048         (ps_document_ps_exporter_iface_init):
10049         * ps/ps-document.h:
10050
10051         Based on a patch by J�rg Billeter <j@bitron.ch>
10052         
10053         Implement print and save a copy for the ps backend.
10054
10055 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10056
10057         * backend/ev-document.h:
10058         * djvu/djvu-document.c: (djvu_document_can_get_text),
10059         (djvu_document_document_iface_init):
10060         * dvi/dvi-document.c: (dvi_document_can_get_text),
10061         (dvi_document_document_iface_init):
10062         * pdf/ev-poppler.cc:
10063         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10064         (pixbuf_document_document_iface_init):
10065         * ps/ps-document.c: (ps_document_can_get_text),
10066         (ps_document_document_iface_init):
10067         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10068         * shell/ev-window.c: (update_action_sensitivity):
10069
10070         Fix the crash when trying to copy in backends that doesnt
10071         support it. We can implement a better solution once we
10072         do real text selection.
10073
10074 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10075
10076         * data/evince-ui.xml:
10077         * shell/ev-window.c: (ev_window_cmd_escape):
10078         
10079         Work around the Escape conflict (find bar and unfullscreen)
10080
10081 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10082
10083         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10084         
10085         Fix for #300233. Next page correctly handles document end.
10086         
10087         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10088         (ev_sidebar_thumbnails_class_init),
10089         (ev_sidebar_thumbnails_set_document),
10090         (ev_sidebar_thumbnails_clear_job),
10091         (ev_sidebar_thumbnails_clear_model):
10092         
10093         Cleanup thumbnail jobs on document changes.
10094         
10095         * shell/ev-view.c: (add_scroll_binding_keypad),
10096         (add_scroll_binding_shifted), (ev_view_class_init):
10097         
10098         Shift + Space scrolls up. Fix for #173184
10099         
10100         * shell/ev-window.c: (ev_window_open_page),
10101         (ev_window_cmd_view_reload):
10102         
10103         Fix reload (Bug #300094)
10104
10105 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10106
10107         
10108         * dvi/mdvi-lib/assoc.c:
10109         * dvi/mdvi-lib/assoc.h: Removed garbage files
10110         
10111         * dvi/mdvi-lib/bitmap.c:
10112         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10113         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10114         * dvi/mdvi-lib/color.h: Antialias of rules
10115         
10116         * dvi/mdvi-lib/common.h:
10117         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10118         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10119         * dvi/mdvi-lib/files.c:
10120         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10121         * dvi/mdvi-lib/mdvi.h:
10122         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10123         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10124         * dvi/mdvi-lib/util.c: Fix compile warnings
10125         
10126         * dvi/dvi-document.c:
10127         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10128         (dvi_document_thumbnails_get_thumbnail),
10129         (dvi_document_document_thumbnails_iface_init):
10130         * dvi/mdvi-lib/Makefile.am:
10131         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10132         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10133         
10134         Dvi backend now renders thumbnails
10135
10136 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10137
10138         * shell/main.c: (main): 
10139         
10140         Save accelerators on exit. Fixes bug #172095.
10141
10142 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10143
10144         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10145         update priority" comment.
10146
10147         * backend/ev-job-queue.c: Give a way to change priority.
10148
10149 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10150
10151         * shell/ev-page-action.c: Fix logic.
10152
10153 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10154
10155         * shell/ev-view.c: (ev_view_can_find_next):
10156         * shell/ev-window.c: (ev_window_setup_document):
10157
10158         Check that the document supports find
10159
10160 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10161
10162         * data/evince-ui.xml:
10163         * shell/ev-view.c: (ev_view_can_find_next):
10164         * shell/ev-view.h:
10165         * shell/ev-window.c: (update_action_sensitivity),
10166         (find_changed_cb), (ev_window_setup_document),
10167         (ev_window_cmd_edit_find_next):
10168
10169         Add Edit->Find Next
10170
10171 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10172
10173         * pdf/ev-poppler.cc:
10174         * shell/ev-print-job.c: (idle_print_handler):
10175
10176         Make printing work again
10177
10178 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10179
10180         * shell/ev-page-action.h:
10181         * shell/ev-page-action.c: (ev_page_action_widget_init),
10182         (ev_page_action_widget_class_init), (page_changed_cb),
10183         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10184         (get_filter_model_from_model), (match_selected_cb),
10185         (display_completion_text), (match_completion), (update_model),
10186         (connect_proxy), (ev_page_action_set_property),
10187         (ev_page_action_get_property), (ev_page_action_set_document),
10188         (ev_page_action_set_model), (ev_page_action_class_init): Big
10189         reworking to make completions work iff we have >= GTK-2.7.0
10190                 
10191         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10192         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10193         (job_finished_cb): We now have a 'model' property that is set when
10194         the links are loaded.  This can be caught with "notify::model"
10195
10196         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10197         listen for the model to be set, and propagate it to the action.
10198
10199 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10200
10201         * cut-n-paste/recent-files/egg-recent-item.c:
10202         (egg_recent_item_set_uri), (make_valid_utf8),
10203         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10204         * cut-n-paste/recent-files/egg-recent-item.h:
10205         
10206         Update egg-recent from libegg. This should fix long
10207         startup problem. For details see
10208         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10209
10210 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10211
10212         * cut-n-paste/recent-files/Makefile.am:
10213         * data/evince-ui.xml, shell/Makefile.am:
10214         * shell/ev-application.c, shell/ev-application.h:
10215         * shell/ev-window.c: Recent files support.
10216         
10217         * configure.ac: Added "ru" to ALL_LINGUAS.
10218         
10219         * dvju: new backend to support DJVU files.
10220         * dvi: new backend to support DVI.
10221
10222         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10223         * ev-application.c: Support for new backends.
10224         
10225         * help, ev-window.c, main.c shell/Makefile.am: 
10226         Evince user documentation.
10227
10228 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10229
10230         * po/POTFILES.in:
10231         * shell/ev-window.c:
10232         * thumbnailer/evince-thumbnailer.c:
10233
10234         s/pdf-document/ev-poppler
10235
10236 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * NEWS:
10239         * configure.ac:
10240
10241         Release 0.2.0
10242
10243         * ps/ps-document.c: (setup_pixmap):
10244
10245         Remove debug code
10246
10247 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10248
10249         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10250         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10251         (ev_window_cmd_go_first_page): Fix of by one errors.
10252
10253 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10254
10255         * ps/ps-document.c: (get_page_box):
10256
10257         Fix page size calculation
10258
10259 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10260
10261         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10262         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10263         (get_page_orientation), (setup_page), (document_load),
10264         (ps_document_get_page_size), (render_pixbuf_idle):
10265         * ps/ps-document.h:
10266
10267         More refactoring to adapt to EvDocument changes
10268
10269 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10270
10271         * ps/ps-document.c: (start_interpreter):
10272
10273         Actually add alpha args
10274
10275 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10276
10277         * pdf/ev-poppler.cc:
10278
10279         Make clipboard work again
10280
10281 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10282
10283         Make searching work again.
10284         
10285         * backend/ev-document.c:
10286         * backend/ev-document.h:
10287         * backend/ev-document-find.c:
10288         * backend/ev-document-find.h: Change EvDocumentIface so we no
10289         longer store the current page or zoom level in the document.  The
10290         consequence is that all calls that operate on the current page now
10291         instead take the page number as an extra argument, and all
10292         coordinates are now doubles in document coordinate system.
10293
10294         * pdf/ev-poppler.cc:
10295         * pixbuf/pixbuf-document.c:
10296         * ps/ps-document.c: Update backends accordingly.
10297
10298 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10299
10300         * autogen.sh:
10301
10302         Add required gettext version
10303
10304 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10305
10306         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10307         make F1 bring up non-existent help.
10308
10309         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10310         epiphany's find bar, #167477
10311
10312         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10313         <emil@nishra.com> to add space-bar scrolling, 
10314
10315         * shell/ev-window.c (static GtkActionEntry entries): add default
10316         keybinding for Help (F1)
10317         Fixes #171068
10318
10319         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10320         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10321         170110
10322
10323 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10324
10325         * Makefile.am: 
10326         * pixbuf/pixbuf-document.c: 
10327
10328         Got pixbuf backend working again
10329
10330 2005-04-01  Steve Murphy  <murf@e-tools.com>
10331
10332         * configure.in: Added "rw" to ALL_LINGUAS.
10333
10334 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10335
10336         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10337         model types, noticed by Martin Kretzschmar.
10338
10339 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10340
10341         * pdf/ev-poppler.cc: Implement search based on
10342         poppler_page_find_text().  Currently a bit crude since we remember
10343         all matches from all pages.  Also, we grab the big document lock
10344         when we search since searching changes the underlying stream and
10345         thus conflicts with the rendering thread.
10346         
10347         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10348         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10349         (ev_view_find_previous): Fix some page indexes to be 0 based,
10350         offset rubber band by view offset,
10351
10352 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10353
10354         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10355
10356 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10357
10358         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10359         completely because I didn't understand GtkActions.  I should
10360         read Marco's code more carefully in the future.
10361
10362         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10363         function
10364
10365 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10366
10367         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10368         PopplerRectangle change from poppler CVS.
10369
10370 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10371
10372         * backend/ev-document.c: (ev_document_get_page_label):
10373         * backend/ev-document.h:
10374         * backend/ev-page-cache.c: (_ev_page_cache_new),
10375         (ev_page_cache_get_page_label):
10376         * backend/ev-page-cache.h:
10377         * pdf/ev-poppler.cc:
10378         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10379         (links_page_num_func):
10380         * shell/ev-sidebar-thumbnails.c:
10381         (ev_sidebar_thumbnails_set_document):
10382         * shell/ev-view.c: (status_message_from_link),
10383         (ev_view_motion_notify_event):
10384         * shell/ev-window.c: (document_supports_sidebar): Add in page
10385         label support.  It's not perfect yet, but it's the first 'feature'
10386         in a while.
10387         Also, fix a bogus comment noticed by crispin. 
10388
10389 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10390
10391         * Makefile.am: Remove pixbuf backend for now
10392
10393         * configure.ac: Require poppler-glib instead of just poppler.
10394
10395         * backend/ev-document-thumbnails.h: Add a comment
10396
10397         * backend/ev-document.h:
10398         * backend/ev-document.c: (ev_document_class_init),
10399         (ev_document_load), (ev_document_get_link),
10400         (ev_document_get_links): Remove 3 methods and add get_links.
10401         Also, made 0 based.
10402
10403         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10404         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10405
10406         * backend/ev-link.c: (ev_link_set_title),
10407         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10408         (ev_link_mapping_find):
10409         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10410         
10411         * backend/ev-page-cache.c: (ev_page_cache_init),
10412         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10413         (ev_page_cache_get_size), (ev_page_cache_next_page),
10414         (ev_page_cache_prev_page): Fix to be 0 based.
10415
10416         * pdf/Makefile.am: 
10417         * pdf/ev-poppler.h:
10418         * pdf/ev-poppler.cc: New backend.
10419         
10420         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10421         (ps_document_get_page), (ps_document_document_iface_init):
10422
10423         * shell/ev-pixbuf-cache.h:
10424         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10425         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10426         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10427         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10428         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10429         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10430         based.
10431         
10432         * shell/ev-sidebar-thumbnails.c:
10433         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10434         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10435
10436         * shell/ev-view.c: (status_message_from_link),
10437         (find_page_at_location), (get_link_at_location),
10438         (ev_view_motion_notify_event), (ev_view_button_release_event),
10439         (ev_view_init): Use the new link code.  Fix to be 0 based.
10440
10441         * shell/ev-window.c: (update_action_sensitivity),
10442         (document_supports_sidebar): 0 based.
10443
10444 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10445
10446         * pdf/pdf-document.cc: Patch from Fernando Herrera
10447         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10448         *blush*
10449
10450 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10451
10452         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10453         1 to the page, as this seems to be 1 based.  I thought we has this
10454         fixed.  grump.
10455
10456 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10457
10458         * TODO:
10459         * backend/Makefile.am:
10460         * backend/ev-document-links.c:
10461         (ev_document_links_has_document_links),
10462         (ev_document_links_get_links_model):
10463         * backend/ev-document-links.h:
10464         * backend/ev-document.c: (ev_document_get_page_cache),
10465         (ev_document_get_doc_mutex), (ev_document_load),
10466         (ev_document_save), (ev_document_get_title),
10467         (ev_document_get_n_pages), (ev_document_set_page),
10468         (ev_document_get_page), (ev_document_set_target),
10469         (ev_document_set_scale), (ev_document_set_page_offset),
10470         (ev_document_get_page_size), (ev_document_get_text),
10471         (ev_document_get_link), (ev_document_render),
10472         (ev_document_render_pixbuf), (ev_document_scale_changed):
10473         * backend/ev-document.h:
10474         * backend/ev-job-queue.c: (remove_object_from_queue),
10475         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10476         (no_jobs_available_unlocked), (ev_render_thread),
10477         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10478         (ev_job_queue_remove_job):
10479         * backend/ev-job-queue.h:
10480         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10481         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10482         (ev_job_links_class_init), (ev_job_render_init),
10483         (ev_job_render_dispose), (ev_job_render_class_init),
10484         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10485         (ev_job_thumbnail_class_init), (ev_job_finished),
10486         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10487         (ev_job_render_run), (ev_job_thumbnail_new),
10488         (ev_job_thumbnail_run):
10489         * backend/ev-jobs.h:
10490         * backend/ev-link.c:
10491         * backend/ev-link.h:
10492         * backend/ev-page-cache.c: (ev_page_cache_init),
10493         (ev_page_cache_class_init), (ev_page_cache_finalize),
10494         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10495         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10496         (ev_page_cache_set_link), (ev_page_cache_get_title),
10497         (ev_page_cache_get_size), (ev_page_cache_next_page),
10498         (ev_page_cache_prev_page):
10499         * backend/ev-page-cache.h:
10500         * pdf/pdf-document.cc:
10501         * ps/gsdefaults.c:
10502         * ps/gsdefaults.h:
10503         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10504         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10505         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10506         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10507         (is_interpreter_ready), (output), (catchPipe), (input),
10508         (start_interpreter), (check_filecompressed), (compute_dimensions),
10509         (ps_document_enable_interpreter), (document_load),
10510         (ps_document_next_page), (render_page), (ps_document_set_page),
10511         (ps_document_set_scale), (render_pixbuf_idle),
10512         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10513         * ps/ps-document.h:
10514         * shell/Makefile.am:
10515         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10516         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10517         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10518         (ev_pixbuf_cache_new), (job_finished_cb),
10519         (check_job_size_and_unref), (move_one_job),
10520         (ev_pixbuf_cache_update_range), (find_job_cache),
10521         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10522         (ev_pixbuf_cache_add_jobs_if_needed),
10523         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10524         * shell/ev-pixbuf-cache.h:
10525         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10526         (idle_print_handler):
10527         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10528         (selection_changed_cb), (create_loading_model),
10529         (ev_sidebar_links_construct), (links_page_num_func),
10530         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10531         (update_page_callback), (job_finished_cb),
10532         (ev_sidebar_links_set_document):
10533         * shell/ev-sidebar-thumbnails.c:
10534         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10535         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10536         (page_changed_cb), (thumbnail_job_completed_callback),
10537         (ev_sidebar_thumbnails_set_document):
10538         * shell/ev-sidebar-thumbnails.h:
10539         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10540         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10541         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10542         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10543         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10544         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10545         (ev_view_button_release_event), (ev_view_scroll_view),
10546         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10547         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10548         (ev_view_new), (job_finished_cb), (page_changed_cb),
10549         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10550         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10551         (ev_view_find_previous):
10552         * shell/ev-view.h:
10553         * shell/ev-window.c: (update_action_sensitivity),
10554         (ev_window_open_page), (update_window_title), (update_total_pages),
10555         (page_changed_cb), (ev_window_setup_document),
10556         (password_dialog_response), (ev_window_cmd_save_as),
10557         (ev_window_print), (ev_window_cmd_go_previous_page),
10558         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10559         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10560         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10561         * shell/main.c: (main):
10562
10563         Merge evince-threads branch
10564
10565 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10566
10567         * configure.ac: Added "lt" to ALL_LINGUAS.
10568
10569 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10570
10571         * NEWS:
10572         * configure.ac:
10573
10574         Release 0.1.9
10575
10576 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10577
10578         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10579
10580         Fix here also the thumbnails 1-basedness :)
10581
10582 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10583
10584         * NEWS:
10585         * configure.ac:
10586
10587         Release 0.1.8
10588
10589 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10590
10591         * pdf/pdf-document.cc:
10592         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10593         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10594
10595         Fix the mess we did with thumbnails and 1-basedness
10596
10597 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10598
10599         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10600
10601 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10602
10603         * NEWS:
10604         * configure.ac:
10605
10606         Release 0.1.7
10607
10608 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10609
10610         * ps/Makefile.am:
10611         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10612         (gtk_gs_defaults_get_alpha_parameters),
10613         (gtk_gs_defaults_get_ungzip_cmd),
10614         (gtk_gs_defaults_get_unbzip2_cmd):
10615         * ps/gsdefaults.h:
10616         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10617         (ps_document_get_orientation), (document_load),
10618         (ps_document_goto_page), (ps_document_set_page_size):
10619         * ps/ps-document.h:
10620
10621         Some more sanitization of the ps backend. Remove a lot
10622         of unused code and do not base our defaults on ggv
10623         preferences (ugh!)
10624
10625 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10626
10627         * thumbnailer/evince-thumbnailer.schemas:
10628         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10629         (main): add -s option for thumbnail size.
10630
10631 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10632
10633         * configure.ac:
10634
10635         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10636         remove it.
10637
10638 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10639
10640         * pdf/pdf-document.cc:
10641
10642         Remove 4 pixels of useless border from the
10643         thumbnail.
10644
10645 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10646
10647         * backend/ev-document-thumbnails.c:
10648         (ev_document_thumbnails_get_thumbnail):
10649         * backend/ev-document-thumbnails.h:
10650
10651         Rework API a bit. Add a border flag and
10652         change sizing logic (now the size we specify
10653         applies to the bigger dimension).
10654
10655         * pdf/pdf-document.cc:
10656         * pixbuf/pixbuf-document.c:
10657         (pixbuf_document_thumbnails_get_thumbnail):
10658         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10659         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10660
10661         Adapt to the new API and do not draw a border for nautilus
10662         thumbnailer.
10663
10664 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10665
10666         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10667         take thumbnails from page "0" instead of "1". Added a copyright header.
10668
10669 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10670
10671         * ps/ps-document.c: (set_up_page), (start_interpreter):
10672
10673         Make it C89 compliant
10674
10675 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10676
10677         * Makefile.am:
10678         * configure.ac:
10679         * pdf/.cvsignore:
10680         * pdf/pdf-document.cc:
10681         * thumbnailer/Makefile.am:
10682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10683         (main):
10684         * thumbnailer/evince-thumbnailer.schemas:
10685         * thumbnailer/pdf-icon.png:
10686
10687         Add a nautilus thumbnailer.
10688         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10689
10690 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10691
10692         * NEWS:
10693         * configure.ac:
10694         * po/POTFILES.in:
10695
10696         Release 0.1.6
10697
10698 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10699
10700         Use poppler instead of including xpdf source code.  Poppler is a
10701         fork of xpdf to build it as a shared library. See
10702         http://freedesktop.org/wiki/Software/poppler.
10703
10704         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10705         xpdf fork.
10706         
10707         * pdf/Makefile.am: Build libpdfdocument.a here.
10708         
10709         * pdf/GDKSplashOutputDev.cc:
10710         * pdf/GDKSplashOutputDev.h:
10711         * pdf/GnomeVFSStream.cc:
10712         * pdf/GnomeVFSStream.h:
10713         * pdf-document.cc:
10714         * pdf-document.h:
10715         * test-gdk-output-dev.cc
10716         * Thumb.cc:
10717         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10718         against poppler.
10719
10720 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10721
10722         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10723
10724         Clear idle stack before unsetting the document
10725
10726 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10727
10728         * ps/ps-document.c: (ps_document_widget_event),
10729         (ps_document_set_target), (ps_document_finalize),
10730         (ps_document_get_page):
10731
10732         Disconnect the widget event signal on finalize.
10733         Some code cleanups.
10734
10735 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10736
10737         * ps/ps-document.c: (set_up_page):
10738
10739         If there is no bpixmap create one, even if size
10740         is not changed.
10741
10742 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10743
10744         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10745         (set_up_page), (document_load), (ps_document_set_zoom):
10746
10747         Default page is 0. Calculate size even when we have no
10748         target yet.
10749
10750 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10751
10752         * shell/ev-sidebar.c: expand the selection widget to be always as
10753         wide as the sidebar
10754
10755 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10756
10757         * shell/ev-sidebar-thumbnails.c:
10758         (ev_sidebar_thumbnails_set_document):
10759
10760         Clear the list store when setting document
10761
10762 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10763
10764         * shell/ev-page-action.c: (update_entry), (sync_entry),
10765         (activate_cb), (entry_size_request_cb), (create_tool_item),
10766         (connect_proxy):
10767
10768         Use an entry for the page control instead of spinbuttons
10769
10770 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10771
10772         * data/evince.schemas.in:
10773
10774         Correct confusing string
10775
10776 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10777
10778         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10779         for real.  Gosh, how long has this been broken.
10780
10781         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10782         check for a NULL link.  We crash otherwise.
10783
10784 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10785
10786         * NEWS:
10787         * configure.ac:
10788
10789         Release 0.1.5
10790
10791 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10792
10793         * configure.ac: add the french translation.
10794
10795 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10796
10797         * shell/ev-window.c:
10798
10799         Remove unused header -> fix distcheck
10800
10801 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10802
10803         * shell/ev-window.c: (update_window_title),
10804         (ev_window_popup_password_dialog):
10805
10806         Unescape filename for display
10807
10808 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10809
10810         * pdf/xpdf/pdf-document.cc:
10811
10812         In get_page_size deal with rotation. Also
10813         cleanup the function a bit.
10814
10815 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10816
10817         * pdf/xpdf/pdf-document.cc:
10818
10819         Fix crash when opening in new window
10820
10821 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10822
10823         * configure.ac:
10824
10825         Check ghostscript >= 7
10826
10827 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10828
10829         * shell/ev-window.c:
10830
10831         Make page width the default sizing mode
10832
10833 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10834         Marco Pesenti Gritti <marco@gnome.org>
10835
10836         * shell/ev-window.c: Remember the sidebar size
10837
10838         * data/evince.schemas.in: Add a new gconf key to store the size of
10839         the sidebar
10840
10841 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10842
10843         * data/evince-ui.xml:
10844         * shell/ev-window.c: (update_action_sensitivity),
10845         (ev_window_cmd_view_reload):
10846         
10847         Add a "Reload" action and menu entry
10848
10849 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10850
10851         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10852         iff the type doesn't support thumbnailing and indexing.
10853
10854 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10855
10856         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10857
10858 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10859
10860         * pdf/splash/Splash.cc:
10861
10862         Port fix for a crasher from kde bug
10863         http://bugs.kde.org/show_bug.cgi?id=97131
10864
10865 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10866
10867         * pdf/xpdf/pdf-document.cc:
10868
10869         Return a link even if it's of an unrecognized
10870         type. Otherwise we go in an infinte cycle.
10871
10872 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10873
10874         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10875         (size_allocate_cb), (ev_window_set_sizing_mode):
10876
10877         Update size when switching mode
10878
10879 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10880
10881         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10882         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10883         (ev_window_cmd_view_normal_size):
10884
10885         Fix size toggle buttons behavior
10886
10887 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10888
10889         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10890         (doc_rect_to_view_rect), (ev_view_size_allocate),
10891         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10892         (scale_changed_callback):
10893
10894         Do not cache offsets in size_allocate.
10895
10896 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10897
10898         * shell/ev-view.c: (ev_view_size_allocate):
10899
10900         Calculate offsets before calling the parent
10901         class (which does a redraw)
10902
10903 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * pdf/xpdf/pdf-document.cc:
10906
10907         Fix a crasher on exit. Unused code, put a TODO
10908
10909 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * backend/ev-document.c: (ev_document_class_init),
10912         (ev_document_page_changed), (ev_document_scale_changed):
10913         * backend/ev-document.h:
10914
10915         Separate page/scale notifications
10916
10917         * pdf/xpdf/pdf-document.cc:
10918
10919         Emit the new signals.
10920         Do not display the pdf page in _render, do it
10921         when scale/page are requested.
10922
10923         * ps/ps-document.c: (ps_document_set_zoom),
10924         (ps_document_widget_event):
10925         * ps/ps-document.h:
10926
10927         Emit the new signals.
10928
10929         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10930         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10931         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10932         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10933         * shell/ev-view.h:
10934         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10935         (ev_window_cmd_view_page_width), (size_allocate_cb),
10936         (ev_window_set_sizing_mode):
10937
10938         Rework sizing to be pixel based.
10939         There are bugs but should be already way better.
10940
10941 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * shell/ev-window.c: (ev_window_init):
10944
10945         Do not allow to shrink sidebar smaller then
10946         child requisition
10947
10948 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10949
10950         * shell/ev-sidebar.[ch]
10951         * shell/ev-window.c:
10952
10953         Improved sidebar widget. Fixes #166683
10954
10955 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10956
10957         * shell/ev-view.c (update_find_status_message): Give translators
10958         more flexibility with ngettext plural handling.
10959
10960 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10961
10962         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10963         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10964         page when we get the page size.
10965
10966 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10967
10968         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10969
10970         ps pages are 0 based, convert 
10971
10972 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10973
10974         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10975
10976         Initialize correct parent class. Set GError on document load
10977
10978 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10979
10980         * pdf/xpdf/pdf-document.cc:
10981
10982         Fixup selection offset calculation
10983
10984         * shell/ev-view.c: (view_rect_to_doc_rect),
10985         (doc_rect_to_view_rect), (ev_view_size_allocate),
10986         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10987         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10988
10989         Store selection as document relative, so that zooming
10990         and offset changing doesnt break it.
10991
10992 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10993
10994         * shell/ev-view.c: (ev_view_best_fit):
10995
10996         Do not try to best fit if the view is not realized
10997
10998 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10999           
11000         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11001
11002 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11003
11004         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11005
11006 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11007
11008         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11009         the popup window.  That prevents it resizing when in full screen
11010         mode.
11011
11012         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11013         multiple rerenders.  This pretty much sucks.
11014
11015         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11016         rest of the toolbar.
11017
11018 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11019
11020         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11021
11022 2005-02-17  Alexander Shopov  <ash@contact.bg>
11023
11024         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11025
11026 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11027
11028         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11029
11030 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11031
11032         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11033         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11034         (set_document_page), (document_changed_callback),
11035         (ev_view_set_document), (ev_view_find_previous),
11036         (ev_view_hide_cursor), (ev_view_show_cursor):
11037         * shell/ev-view.h:
11038         * shell/ev-window.c: (update_chrome_visibility),
11039         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11040         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11041         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11042         (ev_window_unfullscreen):
11043         * shell/main.c: (main):
11044
11045         Automatically hide the fullscreen button.
11046         Patch by Kristian Høgsberg <krh@redhat.com>
11047
11048 2005-02-16  Vincent Noel  <vnoel@cox.net>
11049
11050         * shell/main.c (main): Specify an icon for the window. Patch by
11051         Jaap A. Haitsma. Fixes #166177.
11052
11053 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11054
11055         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11056
11057 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11058
11059         * backend/ev-document-misc.h:
11060         * backend/ev-document-misc.c:
11061         (ev_document_misc_get_page_border_size),
11062         (ev_document_misc_paint_one_page): New function to canonicalize
11063         sizing/painting a border.
11064
11065         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11066         used.
11067
11068         * pdf/xpdf/pdf-document.cc: use new function
11069
11070         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11071         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11072         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11073         shell/ev-window.c: (update_sizing_buttons),
11074         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11075         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11076         (ev_window_cmd_view_page_width), (size_allocate_cb),
11077         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11078         and "fit width" values act as toggle buttons so they stay
11079         toggled.  It's not 100% perfect, and it's a little slow, but it's
11080         good enough to commit I think.
11081
11082 2005-02-15  David Lodge  <dave@cirt.net>
11083
11084         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11085
11086 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11087
11088         * shell/ev-window.c (update_window_title): replace newlines in
11089         the title by spaces. Bug #166107.
11090
11091 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11092
11093         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11094         parameters providing allocation width and height without
11095         scrollbars and width of a possible vertical scrollbar. With this
11096         additional information the functions can work as
11097         intended. Unfortunately they're not idempotent. We should
11098         transform these commands to toggles. Fixes Bug #164976
11099         Initial patch by Stephane Loeuillet, then heavily modified.
11100
11101         * shell/ev-view.h: update prototypes.
11102
11103         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11104         (ev_window_cmd_view_page_width): provide EvView fit functions with
11105         all the information they need. Formulas to calculate this
11106         information taken from GtkScrolledWindow.
11107
11108 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11109
11110         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11111         created a thumbnail, the list store is updated to know
11112         that the thumbnail is set. Fixes bug #166792
11113
11114 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11115
11116         * shell/ev-window.c: fixed typo, closes bug 166897
11117
11118         * TODO: updated TODO with bug numbers that are relevant
11119
11120 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11121
11122         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11123
11124 2005-02-09  Vincent Noel  <vnoel@cox.net>
11125
11126         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11127         and "Next" toolbar buttons as important to make them stand out.
11128
11129 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11130
11131         * lib/ev-debug.c:
11132         * lib/ev-debug.h:
11133         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11134         (start_interpreter), (stop_interpreter), (document_load),
11135         (ps_document_next_page), (ps_document_goto_page),
11136         (ps_document_set_page_size), (ps_document_widget_event),
11137         (ps_document_render):
11138         * shell/ev-page-view.c: (ev_page_view_dispose):
11139         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11140
11141         Fix compilation on non-gcc platforms
11142
11143 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11144
11145         * NEWS:
11146         * configure.ac:
11147
11148         Release 0.1.4
11149
11150         * pdf/xpdf/Catalog.cc:
11151         * pdf/xpdf/XRef.cc:
11152
11153         Fix the fix for CAN-2004-0888
11154
11155 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11156
11157         * data/Makefile.am:
11158         * data/evince-ui.xml:
11159         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11160         * shell/ev-stock-icons.h:
11161         * shell/ev-window.c: (update_action_sensitivity),
11162         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11163         (set_action_properties):
11164
11165         Improve toolbar layout/icons
11166
11167 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * pdf/xpdf/pdf-document.cc:
11170
11171         Add warnings about unimplemented/unknown link
11172         types.
11173
11174 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11175
11176         * ps/ps-document.c: (set_up_page):
11177
11178         Log gs property
11179
11180 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11181
11182         * ps/ps-document.c: (start_interpreter):
11183
11184         Log gs env var
11185
11186 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11187
11188         * shell/ev-page-view.c: (ev_page_view_dispose):
11189         * shell/ev-view.c: (ev_view_finalize):
11190         * shell/ev-window.c: (ev_window_setup_document),
11191         (ev_window_dispose), (ev_window_init):
11192
11193         Solve more refs issues.
11194
11195         I commented out the page_view initialization for now:
11196         it was never destroyed (because it's never added
11197         to a container). Because of that we was leaking
11198         gs processes. Couldnt think to a clean fix.
11199         We need to figure this out, password view has the
11200         same issue probably.
11201
11202 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11203
11204         * ps/ps-document.c: (ps_document_finalize),
11205         (ps_document_get_n_pages), (ps_document_get_page):
11206
11207         Some cleanups, stop the interpreter on finalize
11208
11209         * shell/ev-page-view.c: (ev_page_view_dispose),
11210         (ev_page_view_class_init):
11211
11212         Release our reference on the document
11213
11214 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * Makefile.am:
11217         * configure.ac:
11218         * doc/debugging.txt:
11219         * lib/.cvsignore:
11220         * lib/Makefile.am:
11221         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11222         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11223         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11224         * lib/ev-debug.h:
11225
11226         Add debugging helpers
11227
11228         * ps/Makefile.am:
11229         * ps/ps-document.c: (set_up_page), (start_interpreter),
11230         (stop_interpreter), (document_load), (ps_document_next_page),
11231         (ps_document_goto_page), (ps_document_set_page_size),
11232         (ps_document_widget_event), (ps_document_render):
11233         * shell/Makefile.am:
11234         * shell/ev-view.c: (expose_bin_window):
11235         * shell/main.c: (main):
11236
11237         Add some logs
11238         
11239 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11240
11241         * ps/ps-document.c: (ps_document_widget_event):
11242
11243         Initialize message_window, this should make ps
11244         rendering really work! (Never noticed because I was
11245         testing with a ps that is causing gs to exit every time!)
11246
11247 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11248
11249         * data/evince.schemas.in: updated simple error in applyto closing tag
11250
11251 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11252
11253         * Makefile.am:
11254         * configure.ac:
11255         * data/.cvsignore:
11256         * data/Makefile.am:
11257         * data/evince-ui.xml:
11258         A data/evince.schemas.in:
11259         * po/POTFILES.in:
11260         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11261         * shell/ev-stock-icons.h:
11262         * shell/ev-window.c: (update_chrome_visibility),
11263         (update_chrome_flag), (ev_window_cmd_edit_find),
11264         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11265         (ev_window_unfullscreen), (ev_window_focus_in_event),
11266         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11267         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11268         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11269         (ev_window_dispose), (ev_window_class_init),
11270         (set_action_properties), (set_chrome_actions), (load_chrome),
11271         (ev_window_init):
11272
11273         Implement fullscreen mode changes from bug #164776.
11274         Also implement persistent chrome toggles.
11275
11276 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11277
11278         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11279
11280 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11281
11282         * NEWS:
11283         * configure.ac:
11284         * shell/ev-view.c:
11285
11286         Add another check for find interface
11287
11288         Release 0.1.3
11289
11290 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11291
11292         * shell/ev-application.c: (ev_application_open):
11293         * shell/ev-window.c: (ev_window_open):
11294
11295         Open gzipped ps documents
11296
11297 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11298
11299         * TODO:
11300         * shell/ev-view.c: (set_document_page):
11301
11302         Clamp page number, dont try to move to
11303         not existant pages.
11304
11305 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11306
11307         * backend/ev-document-find.c: (ev_document_find_changed):
11308         * backend/ev-document-find.h:
11309         * pdf/xpdf/pdf-document.cc:
11310         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11311         * shell/ev-window.c: (find_bar_search_changed_cb):
11312
11313         Fix several bugs with find
11314
11315 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11316
11317         * shell/ev-sidebar-thumbnails.c
11318         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11319         document. Prevents warning from scroll_to_cell.
11320
11321 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11322
11323         * configure.ac: Add «nb» to ALL_LINGUAS too.
11324
11325 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11326
11327         * NOTES: New file with some random thoughts.
11328
11329         * TODO: Update.
11330
11331         * backend/ev-document-misc.c:
11332         (ev_document_misc_get_page_border_size): New function to
11333         canonicalize shadow drawing sizes.  Possibly goofy.
11334
11335         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11336         (ev_view_best_fit), (ev_view_fit_width):
11337         * pdf/xpdf/pdf-document.cc:
11338         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11339         * ps/ps-document.c: (ps_document_get_page_size):
11340         * backend/ev-document-misc.h:
11341         * backend/ev-document.c: (ev_document_get_page_size):
11342         * backend/ev-document.h: get_page_size now takes a page number
11343         parameter.  Made all the backends/frontends honor it.
11344
11345         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11346         see.  Doesn't work yet.
11347
11348         * shell/Makefile.am:
11349         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11350         Doesn't do anything yet.
11351
11352         * shell/ev-sidebar-thumbnails.c:
11353         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11354         [0..n_pages-1]
11355
11356         * shell/ev-window.c: (update_action_sensitivity),
11357         (ev_window_setup_document), (ev_window_set_page_mode),
11358         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11359         view-swapping code a bit so we can have multiple views on a
11360         document.  Add the multi-page view, though it can't be turned on
11361         yet.
11362
11363 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11364
11365         * shell/ev-application.c: (ev_application_open):
11366         * shell/ev-view.c: (expose_bin_window):
11367         * shell/ev-window.c: (ev_window_open):
11368
11369         Support eps and check document supports find
11370         before drawing highlightings in expose.
11371
11372 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11373
11374         * pixbuf/pixbuf-document.c:
11375         (pixbuf_document_thumbnails_get_dimensions),
11376         (pixbuf_document_document_thumbnails_iface_init):
11377
11378         implement get_dimensions
11379
11380 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * NEWS:
11383         * configure.ac:
11384
11385         Release 0.1.2
11386
11387 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * shell/ev-view.c: (set_document_page):
11390
11391         Scroll at the top of the page when changing page
11392
11393 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11394
11395         * shell/ev-view.c: (ev_view_motion_notify_event):
11396
11397         Do not redraw unnecessarily
11398
11399 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11400
11401         * pdf/xpdf/pdf-document.cc:
11402         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11403         (expose_bin_window), (find_changed_cb):
11404
11405         Yay! find works now... Now to find bugs...
11406
11407 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11408
11409         * backend/ev-document-find.c: (ev_document_find_base_init),
11410         (ev_document_find_changed):
11411         * backend/ev-document-find.h:
11412         * pdf/xpdf/pdf-document.cc:
11413         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11414         (expose_bin_window), (ev_view_init), (set_document_page),
11415         (ensure_rectangle_is_visible), (jump_to_find_result),
11416         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11417         (ev_view_find_next), (ev_view_find_previous):
11418         * shell/ev-view.h:
11419         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11420
11421         More work on find implementation, mostly there now
11422
11423 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * backend/ev-backend-marshalers.list:
11426         * backend/ev-document-find.c: (ev_document_find_base_init),
11427         (ev_document_find_cancel), (ev_document_find_page_has_results),
11428         (ev_document_find_get_n_results), (ev_document_find_get_result),
11429         (ev_document_find_get_progress), (ev_document_find_changed):
11430         * backend/ev-document-find.h:
11431
11432         Enanche the find interface to be really able to do
11433         multi page find.
11434
11435         * pdf/xpdf/pdf-document.cc:
11436
11437         Implement
11438
11439         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11440         (expose_bin_window), (ev_view_init),
11441         (ev_view_get_find_status_message), (find_changed_cb),
11442         (ev_view_set_document), (set_document_page):
11443
11444         Adapt to the new interface. A few things are regressed sorry,
11445         I will finish it soon.
11446
11447 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11448
11449         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11450         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11451         ev_sidebar_thumbnails_parent_class variable, don't define another
11452         parent_class variable.
11453
11454         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11455         (ev_page_action_class_init): ditto.
11456
11457         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11458         (pixbuf_document_class_init): ditto.
11459
11460         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11461         ditto.
11462
11463         * .cvsignore: ignore various valgrind output files.
11464
11465 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * data/evince-ui.xml:
11468         * shell/Makefile.am:
11469         * shell/ev-history.c:
11470         * shell/ev-history.h:
11471         * shell/ev-navigation-action.c:
11472         * shell/ev-navigation-action.h:
11473         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11474         (ev_view_set_page), (ev_view_fit_width):
11475         * shell/ev-view.h:
11476         * shell/ev-window.c: (update_action_sensitivity),
11477         (ev_window_setup_document), (register_custom_actions):
11478
11479         Kill session history
11480
11481 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11482
11483         * shell/ev-window.c: (update_action_sensitivity):
11484
11485         Fix inverted up/down buttons
11486
11487 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11488
11489         * shell/ev-sidebar-thumbnails.c
11490         (ev_sidebar_thumbnails_select_page): make sure the selected
11491         thumbnail stays visible.
11492
11493 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11494
11495         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11496         scrolled window for Federico.
11497
11498 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11499
11500         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11501
11502 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11503
11504         * configure.ac:
11505         * pdf/splash/SplashFTFontEngine.cc:
11506
11507         Fix CID fonts with freetype 2.1.9
11508
11509 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11510
11511         * TODO: added item for desktop icon thumbnailer
11512
11513 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11514
11515         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11516         unloaded docs when the title is accessed.
11517
11518         * shell/ev-password-view.[hc]: New widget for displaying password
11519         state.
11520
11521         * shell/ev-window.[ch]: Refactor password handling code to handle
11522         the new view.
11523
11524 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11525
11526         * NEWS:
11527         * configure.ac:
11528         * data/Makefile.am:
11529
11530         Release 0.1.1
11531
11532 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11533
11534         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11535         ignore page offset here, to make search results independent of it,
11536
11537         * shell/ev-view.c (expose_bin_window): but take offsets into
11538         account here. Bug #164932
11539
11540         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11541         scale at the right time. Bug #164996
11542
11543 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11544
11545         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11546         fix the problem. Now I just removed the Adobe font names and hope
11547         that the URW fonts are always in outline format. Bug #164934
11548
11549         * shell/ev-window.c (update_window_title): empty titles are
11550         useless, use filename in that case too.
11551
11552         * NEWS: Add some content.
11553
11554 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11555
11556         * TODO: added one more TODO item and a TODONE section :)
11557
11558 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11559
11560         * ps/ps-document.h: add page_[xy]_offset fields.
11561
11562         * ps/ps-document.c (ps_document_set_page_offset)
11563         (ps_document_render): Keep offset in consideration in a few
11564         places. Bug #164752 "postscript documents are not centered in
11565         window"
11566
11567         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11568         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11569
11570         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11571         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11572         stub out missing methods for complete EvDocument implementation.
11573         Fixes segfaults with Save A Copy and Copy actions.
11574
11575         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11576         (ps_document_document_iface_init): ditto.
11577         
11578 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * data/.cvsignore:
11581         * data/Makefile.am:
11582         * data/evince.desktop.in:
11583
11584         Add desktop file
11585
11586 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11587
11588         * shell/ev-view.c: (ev_view_button_press_event),
11589         (ev_view_motion_notify_event):
11590
11591         Make selection work in any direction
11592
11593 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11594
11595         * TODO:
11596         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11597
11598         Use shorter labels for some of the toolbars items
11599
11600 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11601
11602         * pdf/xpdf/pdf-document.cc:
11603
11604         Check the links info is initialized before
11605         using it. Should fix a crash on startup.
11606
11607 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11608
11609         * pixbuf/pixbuf-document.c
11610         (pixbuf_document_thumbnails_get_dimensions): force floating point
11611         division to calculate page_ratio. Fixes crash with landscape
11612         format pixbufs.
11613
11614 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11615
11616         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11617
11618 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11619
11620         * shell/ev-view.c (set_document_page): unset has_selection when
11621         the page changes.
11622         (set_document_page): handle paper size changes when the page
11623         changes (test with Free Culture, page 2).
11624
11625 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11626
11627         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11628         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11629
11630         Use normal style color for the widget background and
11631         draw a black box around the page.
11632
11633 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11634
11635         * pdf/xpdf/pdf-document.cc:
11636
11637         Keep offset in consideration in a few places
11638
11639         * shell/ev-view.c: (expose_bin_window):
11640
11641         Set the offsets so that the document is ever centered
11642
11643 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11644
11645         * TODO: Added TODO items and finished off the first todo item
11646
11647         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11648         reflect current authors
11649
11650 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11651
11652         * pdf/xpdf/pdf-document.cc:
11653         * shell/ev-view.c: (ev_view_set_cursor),
11654         (ev_view_motion_notify_event), (document_changed_callback),
11655         (set_document_page):
11656
11657         Show a wait cursor while the page is rendering
11658
11659 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11660
11661         * shell/ev-sidebar-thumbnails.c:
11662         (ev_sidebar_tree_selection_changed),
11663         (ev_sidebar_thumbnails_select_page):
11664         * shell/ev-sidebar-thumbnails.h:
11665         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11666         (ev_view_can_go_forward):
11667         * shell/ev-window.c: (ev_window_open_page),
11668         (ev_window_setup_document), (update_current_page),
11669         (view_page_changed_cb), (ev_window_init):
11670         * shell/ev-window.h:
11671
11672         Ensure thumbnails selection, toolbar page control and
11673         current page are in sync.
11674
11675 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11676
11677         * pdf/xpdf/XRef.cc:
11678
11679         Fix CAN-2005-0064
11680
11681 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11682
11683         * backend/Makefile.am:
11684         * backend/ev-document-links.h:
11685         * backend/ev-document-security.c: (ev_document_security_get_type),
11686         (ev_document_security_has_document_security),
11687         (ev_document_security_set_password):
11688         * backend/ev-document-security.h:
11689         * backend/ev-document.c: (ev_document_error_quark):
11690         * backend/ev-document.h:
11691         * data/Makefile.am:
11692         * data/evince-password.glade:
11693         * pdf/xpdf/pdf-document.cc:
11694         * shell/Makefile.am:
11695         * shell/ev-password.c: (ev_password_set_bad_password_label),
11696         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11697         (ev_password_dialog_get_password),
11698         (ev_password_dialog_set_bad_pass):
11699         * shell/ev-password.h:
11700         * shell/ev-window.c: (ev_window_get_attribute),
11701         (ev_window_set_property), (update_action_sensitivity),
11702         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11703         (ev_window_setup_document), (ev_window_get_password),
11704         (ev_window_open), (ev_window_cmd_save_as),
11705         (using_postscript_printer), (ev_window_print),
11706         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11707         (update_fullscreen_popup), (ev_window_fullscreen),
11708         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11709         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11710         (menu_item_select_cb), (find_bar_search_changed_cb),
11711         (ev_window_dispose), (ev_window_init):
11712
11713         Add initial support for password-supported dialogs.  This could be
11714         a lot cooler, but it'll do for now.
11715
11716 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11717
11718         * pdf/xpdf/pdf-document.cc:
11719         * shell/ev-view.c: (status_message_from_link),
11720         (ev_view_set_status), (ev_view_set_cursor),
11721         (ev_view_motion_notify_event), (ev_view_init):
11722         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11723
11724         Fix bugs in the links implementation and change cursor
11725         when hovering a link.
11726
11727 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11728
11729         * viewer/.cvsignore: added cvsignore file for viewer directory
11730
11731         * TODO: created TODO document
11732
11733 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11734
11735         * shell/ev-view.h:
11736         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11737         new functions to help with implementation of sensitivity code
11738         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11739         of all actions that might require it.  Fixes a crash when you
11740         click on the Zoom actions in a window lacking a document.
11741
11742 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11743
11744         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11745         of the Find action
11746
11747 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11748
11749         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11750         (pixbuf_document_document_iface_init):
11751         * ps/ps-document.c: (ps_document_get_link),
11752         (ps_document_document_iface_init):
11753         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11754         (status_message_from_link), (ev_view_set_status),
11755         (ev_view_set_find_status), (ev_view_motion_notify_event),
11756         (ev_view_button_release_event), (ev_view_set_property),
11757         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11758         (ev_view_get_find_status_message), (update_find_results),
11759         (ev_view_get_status), (ev_view_get_find_status):
11760         * shell/ev-view.h:
11761         * shell/ev-window.c: (view_status_changed_cb),
11762         (view_find_status_changed_cb), (ev_window_init):
11763
11764         View status message support, use it to show the links.
11765         Needs work...
11766
11767 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * backend/ev-document.c: (ev_document_get_link):
11770         * backend/ev-document.h:
11771         * pdf/xpdf/pdf-document.cc:
11772         * shell/ev-application.c: (ev_application_open):
11773         * shell/ev-application.h:
11774         * shell/ev-sidebar-links.c: (selection_changed_cb):
11775         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11776         (ev_view_go_to_link):
11777
11778         Add support for document links
11779
11780 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11781
11782         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11783         (create_tool_item):
11784         Set the spin button limits correctly.
11785         
11786         * shell/ev-sidebar-thumbnails.c:
11787         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11788         Support changing pages by clicking on the thumbnails.
11789         
11790 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11791
11792         * pixbuf/pixbuf-document.c:
11793         (pixbuf_document_thumbnails_get_dimensions),
11794         (pixbuf_document_document_thumbnails_iface_init):
11795
11796         implement get_dimensions
11797
11798 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11799
11800         * ps/ps-document.c: (ps_document_goto_page):
11801
11802         Fix page switching on multipage documents
11803
11804 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11805
11806         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11807         
11808         check for NULL before assigning to width and height parameters
11809
11810 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11811
11812         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11813         (pixbuf_document_set_property), (pixbuf_document_get_property):
11814
11815         implement get/set properties
11816
11817 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11818
11819         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11820         
11821         return NULL instead of "Unknown", letting the title get set to
11822         the filename when the pdf has no title.
11823
11824 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * ps/ps-document.c: (ps_document_get_page_count),
11827         (ps_document_goto_page):
11828
11829 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11830
11831         * shell/ev-history.c: (ev_history_get_property),
11832         (ev_history_set_property), (ev_history_class_init),
11833         (ev_history_add_page), (ev_history_set_current_index):
11834         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11835         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11836         (ev_navigation_action_finalize):
11837         * shell/ev-navigation-action.h:
11838         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11839         (ev_view_go_forward), (ev_view_get_find_status_message),
11840         (history_index_changed_cb), (ev_view_set_history):
11841         * shell/ev-view.h:
11842         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11843         (update_current_page), (register_custom_actions):
11844
11845         Implement history dropdowns
11846
11847 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11848
11849         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11850         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11851         (ev_view_go_forward):
11852         * shell/ev-window.c: (register_custom_actions):
11853
11854         Fix several history bugs
11855
11856 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11857
11858         * configure.ac: Add «nb» to ALL_LINGUAS.
11859
11860 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11861
11862         * backend/Makefile.am:
11863         * backend/ev-bookmark.c:
11864         * backend/ev-bookmark.h:
11865         * backend/ev-document-bookmarks.c:
11866         * backend/ev-document-bookmarks.h:
11867         * backend/ev-document-links.c: (ev_document_links_get_type),
11868         (ev_document_links_has_document_links),
11869         (ev_document_links_begin_read), (ev_document_links_get_link),
11870         (ev_document_links_get_child), (ev_document_links_next),
11871         (ev_document_links_free_iter):
11872         * backend/ev-document-links.h:
11873         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11874         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11875         (ev_link_get_link_type), (ev_link_set_link_type),
11876         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11877         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11878         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11879         (ev_link_new_external):
11880         * backend/ev-link.h:
11881         * pdf/xpdf/pdf-document.cc:
11882         * shell/Makefile.am:
11883         * shell/ev-application.c: (ev_application_open_link):
11884         * shell/ev-application.h:
11885         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11886         (ev_history_get_link_nth):
11887         * shell/ev-history.h:
11888         * shell/ev-sidebar-bookmarks.c:
11889         * shell/ev-sidebar-bookmarks.h:
11890         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11891         (ev_sidebar_links_class_init), (selection_changed_cb),
11892         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11893         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11894         (do_one_iteration), (populate_links_idle),
11895         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11896         * shell/ev-sidebar-links.h:
11897         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11898         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11899         (go_to_index):
11900         * shell/ev-view.h:
11901         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11902         * shell/ev-window.h:
11903
11904         Rename bookmark to link, and use "Index" for the sidebar panel.
11905
11906 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * shell/Makefile.am:
11909         * shell/ev-application.c: (ev_application_open_bookmark):
11910         * shell/ev-application.h:
11911         * shell/ev-history.c: (ev_history_init), (free_links_list),
11912         (ev_history_finalize), (ev_history_class_init),
11913         (ev_history_add_link), (ev_history_add_page),
11914         (ev_history_get_link_nth), (ev_history_get_n_links),
11915         (ev_history_get_current_index), (ev_history_set_current_index),
11916         (ev_history_new):
11917         * shell/ev-history.h:
11918         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11919         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11920         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11921         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11922         (ev_view_set_page):
11923         * shell/ev-view.h:
11924         * shell/ev-window.c: (ev_window_open_bookmark),
11925         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11926         (goto_page_cb), (register_custom_actions):
11927         * shell/ev-window.h:
11928
11929         Initial history implementation. Needs work.
11930
11931 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11932
11933         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11934
11935 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11936
11937         * cut-n-paste/recent-files/egg-recent-item.c:
11938         * cut-n-paste/recent-files/egg-recent-item.h:
11939         * cut-n-paste/recent-files/egg-recent-model.c:
11940         * cut-n-paste/recent-files/egg-recent-util.c:
11941         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11942         * cut-n-paste/recent-files/egg-recent-view.c:
11943
11944         Update
11945
11946 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11947
11948         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11949         (fillGlyph, fillImageMask, drawImage):
11950         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11951         pdf/splash/SplashTypes.h:
11952         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11953         packed mode for Splash.
11954
11955         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11956         RGB8 packed mode, eliminates the pixbuf data creation loop.
11957
11958         * shell/ev-print-job.c (ev_print_job_finalize)
11959         (ev_print_job_set_property, ev_print_job_get_property)
11960         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11961         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11962         (print_closure_finalize, ev_print_job_print): implement
11963         printing (for backends with EvPsExporter)
11964
11965         * shell/ev_print_job.h: update prototypes.
11966
11967         * shell/ev-window.c (ev_window_print): unref print job after
11968         printing.
11969
11970         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11971         unless the document implements the EvDocumentFind interface.
11972
11973 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11974
11975         * configure.ac: Added ja to ALL_LINGUAS.
11976
11977 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11978
11979         * pdf/xpdf/pdf-document.cc:
11980
11981         add a FIXME. We should probably not allocate
11982         a bookmark object every time
11983
11984 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11985
11986         * shell/ev-application.c: (ev_application_open),
11987         (ev_application_open_bookmark):
11988         * shell/ev-application.h:
11989         
11990         Add a way to open bookmarks
11991
11992         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11993         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11994         (ev_bookmark_set_property), (ev_bookmark_class_init),
11995         (ev_bookmark_new_title), (ev_bookmark_new_link),
11996         (ev_bookmark_new_external):
11997
11998         Support for external uris, better constructors.
11999
12000         * backend/ev-bookmark.h:
12001         * pdf/xpdf/pdf-document.cc:
12002         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12003
12004         Handle external uris
12005
12006 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12007
12008         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12009         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12010
12011         Hook up bookmarks navigation
12012
12013 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * backend/Makefile.am:
12016         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12017         (ev_bookmark_get_title), (ev_bookmark_set_title),
12018         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12019         (ev_bookmark_get_page), (ev_bookmark_set_page),
12020         (ev_bookmark_get_property), (ev_bookmark_set_property),
12021         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12022         (ev_bookmark_new):
12023         * backend/ev-bookmark.h:
12024         * backend/ev-document-bookmarks.c:
12025         (ev_document_bookmarks_get_bookmark):
12026         * backend/ev-document-bookmarks.h:
12027         * pdf/xpdf/pdf-document.cc:
12028         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12029
12030         Add a bookmark object to the backend and use it instead of get_values
12031
12032 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * data/evince-ui.xml:
12035
12036         Cleanup and add select all.
12037
12038         * shell/ev-view.c: (ev_view_select_all),
12039         (ev_view_button_press_event):
12040         * shell/ev-view.h:
12041         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12042
12043         Add select all.
12044         Clear selection on click.
12045
12046 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12047
12048         * shell/ev-sidebar-thumbnails.c
12049         (ev_sidebar_thumbnails_set_document): forgot to unref the
12050         loading_icon.
12051
12052 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12053
12054         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12055         at the visible page, not just linearly.  This makes it look fast.
12056
12057 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12058
12059         * backend/ev-document-misc.c
12060         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12061         white.
12062         * backend/ev-document-thumbnails.h: New interface to get the size
12063         of a page.
12064
12065 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12066
12067         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12068         make dist works
12069
12070 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12071
12072         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12073         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12074         things up a bit.
12075
12076         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12077
12078 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12079
12080         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12081         fonts. Should fix font problems on systems that have the base
12082         fonts in bitmap format. Reported by James Henstridge
12083         <james@jamesh.id.au>.
12084
12085 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12086
12087         * pdf/xpdf/Gfx.cc:
12088         * pdf/xpdf/GfxState.cc:
12089
12090         Fix for CAN-2004-1125
12091
12092 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * shell/ev-view.c: (ev_view_copy):
12095         * shell/ev-view.h:
12096         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12097
12098         Implement Edit->Copy
12099
12100 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12101
12102         * backend/ev-document.c: (ev_document_get_text):
12103         * backend/ev-document.h:
12104         * pdf/xpdf/pdf-document.cc:
12105         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12106         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12107         (ev_view_update_primary_selection), (ev_view_button_press_event),
12108         (ev_view_motion_notify_event), (ev_view_button_release_event):
12109
12110         Beginnings of clipboard support. Incomplete but primary sort
12111         of work.
12112
12113 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12114
12115         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12116         (expose_bin_window):
12117
12118         Nicer rubberband drawing, from GtkIconView.
12119
12120 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12121
12122         * backend/ev-document.c: (ev_document_save):
12123         * backend/ev-document.h:
12124         * data/evince-ui.xml:
12125         * pdf/xpdf/pdf-document.cc:
12126         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12127
12128         Implement "Save a copy..." menu item
12129
12130 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * shell/ev-view.c: (ev_view_zoom):
12133
12134         Queue a resize when zoom changes
12135
12136 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12137
12138         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12139         shadows.
12140
12141         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12142         thumbnails..
12143
12144 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12145
12146         * pdf/xpdf/pdf-document.cc
12147         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12148
12149 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12150
12151         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12152         It's slow, but I'll speed it up next!
12153
12154 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12155
12156         * shell/main.c (load_files):
12157
12158         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12159         from the command line and because it seems more appropriate.
12160
12161 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12162
12163         * data/evince-ui.xml:
12164         * shell/ev-window.c: (update_action_sensitivity),
12165         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12166
12167         s/next page/page down
12168         s/previous page/page up
12169
12170 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * data/evince-ui.xml:
12173
12174         Change the layout to match clarkbw design.
12175
12176         * shell/Makefile.am:
12177         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12178         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12179         (ev_navigation_action_finalize),
12180         (ev_navigation_action_set_property),
12181         (ev_navigation_action_get_property),
12182         (ev_navigation_action_class_init):
12183         * shell/ev-navigation-action.h:
12184
12185         Implement clarkbw toolbar navigation controls (incomplete)
12186
12187         * shell/ev-page-action.c: (update_label), (update_spin),
12188         (value_changed_cb), (create_tool_item), (connect_proxy),
12189         (ev_page_action_init), (ev_page_action_finalize),
12190         (ev_page_action_set_property), (ev_page_action_get_property),
12191         (ev_page_action_set_current_page),
12192         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12193         * shell/ev-page-action.h:
12194
12195         Implement a page switcher in the toolbar
12196
12197         * shell/ev-view.c: (ev_view_scroll_view):
12198         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12199         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12200         (register_custom_actions), (ev_window_init):
12201
12202         Change page on PageUp/Down.
12203
12204 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12205
12206         * pdf/xpdf/pdf-document.cc
12207         (pdf_document_thumbnails_get_thumbnail): initial stab at
12208         implementing thumbnail support for pdfs.  It only does documents
12209         with precached pdfs now.
12210
12211 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12214         thumbnail code into a time-based idle as well.  Also, turn off the
12215         shadow temporarily as it's really slow.
12216
12217 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12218
12219         * backend/ev-document.c: (ev_document_class_init):
12220         * pdf/xpdf/pdf-document.cc:
12221         * shell/ev-window.c: (ev_window_open):
12222
12223         Fix document title bugs and fallback to
12224         filename when not available.
12225
12226 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12227
12228         * backend/ev-document.c: (ev_document_get_type),
12229         (ev_document_class_init), (ev_document_load),
12230         (ev_document_get_title):
12231         * backend/ev-document.h:
12232         * pdf/xpdf/pdf-document.cc:
12233         * ps/ps-document.c: (ps_document_set_property),
12234         (ps_document_get_property), (ps_document_class_init),
12235         (document_load):
12236         * ps/ps-document.h:
12237         * ps/ps.h:
12238         * shell/ev-window.c: (update_window_title), (ev_window_open),
12239         (ev_window_init):
12240
12241         Initial support for document title. Not working yet.
12242
12243 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12244
12245         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12246
12247         Grab focus on the view when clicking it
12248
12249 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         * shell/ev-marshal.list:
12252         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12253         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12254
12255         Add key bindings to the view. Now if the focus would work
12256         right...
12257
12258 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12259
12260         * Makefile.am:
12261         * backend/Makefile.am:
12262         * data/Makefile.am:
12263         * dvi/Makefile.am:
12264         * dvi/dvilib/Makefile.am:
12265         * pdf/xpdf/Makefile.am:
12266         * po/POTFILES.in:
12267         * ps/Makefile.am:
12268
12269         Fix distcheck
12270
12271 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12272
12273         * shell/ev-view.c: (ev_view_realize):
12274
12275         Fix mouse wheel scrolling
12276
12277 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12278
12279         * ps/Makefile.am:
12280         * ps/gstypes.h:
12281         * ps/gtkgs.c:
12282         * ps/gtkgs.h:
12283         * ps/ps-document.c: (catchPipe), (ps_document_init),
12284         (ps_document_class_init), (ps_document_cleanup),
12285         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12286         (set_up_page), (close_pipe), (is_interpreter_ready),
12287         (interpreter_failed), (output), (input), (start_interpreter),
12288         (stop_interpreter), (file_length), (file_readable),
12289         (check_filecompressed), (check_pdf), (compute_xdpi),
12290         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12291         (ps_document_get_type), (ps_document_emit_error_msg),
12292         (document_load), (ps_document_next_page),
12293         (ps_document_get_current_page), (ps_document_get_page_count),
12294         (ps_document_goto_page), (ps_document_set_page_size),
12295         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12296         (ps_document_load), (ps_document_get_n_pages),
12297         (ps_document_set_page), (ps_document_get_page),
12298         (ps_document_widget_event), (ps_document_set_target),
12299         (ps_document_set_scale), (ps_document_set_page_offset),
12300         (ps_document_get_page_size), (ps_document_render),
12301         (ps_document_document_iface_init):
12302         * ps/ps-document.h:
12303         * ps/ps.c:
12304         * shell/ev-window.c: (ev_window_open):
12305
12306         Rename GtkGS to PSDocument
12307
12308 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12309
12310         * ps/gtkgs.c: (gtk_gs_class_init):
12311         * ps/gtkgs.h:
12312
12313         Some more leftover...
12314
12315 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12316
12317         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12318         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12319         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12320         * ps/gtkgs.h:
12321
12322         Remove unused code and make a lot of stuff private
12323
12324 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12325
12326         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12327         (gtk_gs_defaults_changed):
12328         * ps/gsdefaults.h:
12329         * ps/gtkgs.c:
12330         * ps/gtkgs.h:
12331         * ps/ps.h:
12332
12333         Cleanup headers dependencies
12334
12335 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * ps/Makefile.am:
12338         * ps/ggvutils.c:
12339         * ps/ggvutils.h:
12340         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12341         * ps/gsdefaults.h:
12342         * ps/gtkgs.c: (file_length), (file_readable),
12343         (check_filecompressed), (check_pdf), (gtk_gs_load),
12344         (gtk_gs_get_postscript):
12345
12346         Get rid of ggvutils
12347
12348 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12349
12350         * ps/ggvutils.c:
12351         * ps/ggvutils.h:
12352         * ps/gsio.h:
12353         * ps/gtkgs.c: (gtk_gs_set_zoom):
12354
12355         Cleanups
12356
12357 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12360
12361         Ensure the page is rerendered when changing zoom
12362
12363 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12364
12365         * backend/ev-document.c: (ev_document_base_init),
12366         (ev_document_changed):
12367         * backend/ev-document.h:
12368
12369         Add a changed event that is emitted when the page content
12370         changes. This is necessary to deal with the fact that
12371         in ps backend rendering happen asycrounously.
12372         This makes the ps backend mostly work.
12373
12374         * pdf/xpdf/pdf-document.cc:
12375
12376         Emit changed event
12377
12378         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12379         (ps_document_set_target):
12380
12381         Emit changed event
12382
12383         * shell/ev-view.c: (document_changed_callback),
12384         (ev_view_set_document), (ev_view_set_page):
12385
12386         Redraw on the changed signal
12387
12388 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12389
12390         * configure.ac: Added pt_BR to ALL_LINGUAS.
12391
12392 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12393
12394         * backend/ev-document-bookmarks.c:
12395         (ev_document_bookmarks_get_child): *
12396         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12397         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12398         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12399         (ev_sidebar_bookmarks_destroy),
12400         (ev_sidebar_bookmarks_class_init),
12401         (ev_sidebar_bookmarks_construct), (stack_data_free),
12402         (do_one_iteration), (populate_bookmarks_idle),
12403         (ev_sidebar_bookmarks_clear_document),
12404         (ev_sidebar_bookmarks_set_document): *
12405         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12406         (ev_sidebar_add_page),
12407         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12408         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12409         it displays both the topics and the page numbers.
12410
12411 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12412
12413         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12414         toggle.
12415         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12416         visible.
12417
12418 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12419
12420         * configure.ac: Added en_CA to ALL_LINGUAS.
12421
12422 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12423
12424         * ChangeLog: replace bottom of this ChangeLog (merged history of
12425         ggv and gpdf; where all paths were wrong and most of the files are
12426         not even in this tree) with ChangeLog (from arch) of the shell
12427         code.
12428
12429 2004-12-23  Havoc Pennington  <hp@redhat.com>
12430
12431         * shell/ev-window.c: hook up potentially-questionable "find
12432         results status text" feature - something involving the sidebar or
12433         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12434         might be better in the end.
12435
12436         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12437         with corresponding signal when it should be updated
12438
12439         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12440
12441 2004-12-22  Havoc Pennington  <hp@redhat.com>
12442
12443         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12444         find stuff on other pages, sort of (only returns one result on
12445         invisible pages, to show they have results; updates full results
12446         for a page when you view it). Currently repaints the current page
12447         every time a new result is found on any page, which isn't so nice.
12448
12449 2004-12-22  Havoc Pennington  <hp@redhat.com>
12450
12451         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12452         the document doesn't support find (better ideas?)
12453         (find_bar_search_changed_cb): handle missing document or document
12454         that doesn't support find
12455
12456         * pdf/xpdf/pdf-document.cc: port to implement the new
12457         EvDocumentFindIface
12458
12459         * backend/ev-document-find.c: create a new interface for searching
12460
12461         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12462
12463 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12464
12465         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12466         libevbackend.la.
12467
12468         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12469         EvPrintJob constructor arguments.
12470
12471         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12472         for documents that can export PostScript (page by page).
12473
12474         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12475         
12476         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12477         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12478         (pdf_document_ps_exporter_iface_init:
12479         Implement EvPSExporter.
12480
12481         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12482
12483 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12484
12485         * backend/Makefile.am:
12486         * backend/ev-document-thumbnails.c:
12487         (ev_document_thumbnails_get_type),
12488         (ev_document_thumbnails_get_thumbnail):
12489         * backend/ev-document-thumbnails.h:
12490         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12491         (pixbuf_document_thumbnails_get_thumbnail),
12492         (pixbuf_document_document_thumbnails_iface_init):
12493         * shell/Makefile.am:
12494         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12495         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12496         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12497         * shell/ev-sidebar-thumbnails.h:
12498         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12499         (ev_sidebar_set_document):
12500         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12501         (create_shadow), (ev_pixbuf_add_shadow):
12502         * shell/ev-utils.h:
12503         Add thumbnail support.
12504         
12505 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12506
12507         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12508         (using_postscript_printer): Set up a print dialog for "PostScript
12509         injection" method.
12510
12511         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12512         EvPrintJob.
12513
12514         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12515
12516 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12519         (ps_document_set_target), (ps_document_get_page_size),
12520         (ps_document_render):
12521         * ps/gtkgs.h:
12522
12523         Fix a few bugs
12524
12525 2004-12-22  Christian Rose  <menthos@menthos.com>
12526
12527         * configure.ac: Added "sv" to ALL_LINGUAS.
12528
12529 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12530
12531         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12532         document supports bookmarks.
12533
12534 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12535
12536         * ps/ggvutils.c: (ggv_file_readable):
12537         * ps/ggvutils.h:
12538         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12539         (gtk_gs_get_postscript):
12540
12541         Remove unused utils
12542
12543 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12544
12545         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12546         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12547         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12548         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12549         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12550         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12551         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12552         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12553         (gtk_gs_set_antialiasing), (ps_document_load),
12554         (ps_document_render):
12555         * ps/gtkgs.h:
12556
12557         Another check point for the ps backend. Now I can get it to show
12558         pages!
12559
12560 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12561
12562         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12563         document setting code.
12564
12565 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12566
12567         * shell/eggfindbar.c: (entry_activate_callback):
12568         Animate the next button when activate is pressed.
12569         
12570 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12571
12572         * shell/ev-window.c: (ev_window_cmd_edit_find),
12573         (update_fullscreen_popup), (ev_window_fullscreen),
12574         (ev_window_unfullscreen), (ev_window_state_event_cb),
12575         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12576         Fix bugs in fullscreen code.
12577         
12578 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12579
12580         * Makefile.am:
12581         * configure.ac:
12582         * pixbuf/Makefile.am:
12583         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12584         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12585         (pixbuf_document_set_page), (pixbuf_document_get_page),
12586         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12587         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12588         (pixbuf_document_render), (pixbuf_document_begin_find),
12589         (pixbuf_document_end_find), (pixbuf_document_finalize),
12590         (pixbuf_document_class_init),
12591         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12592         * pixbuf/pixbuf-document.h:
12593         * shell/Makefile.am:
12594         * shell/ev-application.c: (ev_application_open):
12595         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12596         (ev_window_open):
12597         Add pixbuf backend.
12598         
12599 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12600
12601         * Makefile.am: 
12602         * dvi/dvilib/Makefile.am:
12603         * dvi/Makefile.am:
12604         * configure.ac: Auto*ify dvi and dvi/dvilib
12605
12606         * dvi/Makefile: Remove from CVS
12607         
12608         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12609         confusion.
12610
12611         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12612         
12613         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12614         
12615 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12616
12617         * ps/Makefile.am:
12618         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12619         (gtk_gs_value_adjustment_changed), (compute_size),
12620         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12621         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12622         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12623         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12624         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12625         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12626         (ps_document_load), (ps_document_get_n_pages),
12627         (ps_document_set_page), (ps_document_get_page),
12628         (ps_document_set_target), (ps_document_set_scale),
12629         (ps_document_set_page_offset), (ps_document_get_page_size),
12630         (ps_document_render), (ps_document_begin_find),
12631         (ps_document_end_find), (ps_document_document_iface_init):
12632         * ps/gtkgs.h:
12633         * shell/Makefile.am:
12634         * shell/ev-window.c: (ev_window_open):
12635
12636         Some work to integrate gtkgs with EvDocument
12637
12638 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12639
12640         * shell/ev-window.c: (update_fullscreen_popup),
12641         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12642         (exit_fullscreen_button_clicked_cb),
12643         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12644         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12645         (ev_window_state_event_cb), (ev_window_init):
12646         Add fullscreen support from Epiphany.
12647         
12648 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12649
12650         * data/ev-stock-zoom-fit-width.png: fit-width
12651         stock icon from gpdf.
12652         
12653         * shell/ev-stock-icons.[ch]: copied from gpdf.
12654         
12655         * shell/main.c: (main): init stock icons.
12656         
12657         * shell/ev-window.c: use the fit-width icon.
12658         
12659         * data/evince-ui.xml: add zooming toolbar items.
12660
12661 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12662
12663         * shell/ev-view.c: 
12664         (ev_view_best_fit), (ev_view_fit_width): because
12665         get_page_size() returns the scaled page size, we
12666         need to calculate the scale factor relative to
12667         the previous scale factor. Should really just
12668         add get_real_page_size().
12669
12670 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12671
12672         * shell/ev-view.[ch]:
12673         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12674         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12675         add zooming.
12676         
12677         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12678         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12679         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12680         hook it up.
12681         
12682         * pdf/xpdf/pdf-document.cc:
12683         (pdf_document_begin_find),
12684         (pdf_document_end_find): make static.
12685
12686 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12687
12688         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12689
12690         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12691         names to fontconfig patterns.
12692         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12693
12694         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12695         setupBaseFontsFc.
12696
12697 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * Makefile.am:
12700         * configure.ac:
12701         * ps/Makefile.am:
12702         * ps/ggvutils.c:
12703         * ps/ggvutils.h:
12704         * ps/gsdefaults.c:
12705         * ps/gsdefaults.h:
12706         * ps/gsio.c:
12707         * ps/gsio.h:
12708         * ps/gtkgs.c:
12709         * ps/gtkgs.h:
12710         * ps/ps.c:
12711         * ps/ps.h:
12712
12713         Import ggv backend. Not hooked up yet.
12714
12715 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12716
12717         * shell/main.c: (load_files), (main): load files
12718         from the command line.
12719
12720 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12721
12722         * configure.ac: don't require bonobo.
12723         
12724         * cut-n-paste/recent-files/*: kill bonobo recent
12725         view.
12726
12727         * shell/ev-window.c:
12728         (ev_window_is_empty): upd.
12729         (unable_to_load), (ev_window_open): load backend
12730         based on the mime type.
12731
12732 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12733
12734         * backend/.cvsignore: ignore generated marshalers source.
12735
12736         * shell/main.c (main): this is not epiphany.
12737
12738 2004-12-22  Havoc Pennington  <hp@redhat.com>
12739
12740         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12741         (expose_bin_window): draw find highlights
12742
12743         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12744         
12745         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12746         (pdf_document_end_find): implement this interface
12747
12748         * backend/ev-document.c (ev_document_found): add this to emit
12749         signal
12750
12751 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12752
12753         * data/evince-ui.xml: Add a few more toolbar items.
12754
12755         * shell/ev-window.c: Hook up page navigation toolbar 
12756         items.
12757
12758         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12759         a page-changed signal.
12760
12761         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12762         Add ev_document_get_page().
12763
12764         * shell/ev-window.c: Sensitize/desensitize navigation
12765         actions.
12766
12767 2004-12-21  Havoc Pennington  <hp@redhat.com>
12768
12769         * backend/ev-backend-marshal.c,
12770         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12771         marshaler-generator thingy. I'm sure there's a better way to do
12772         this in the modern world.
12773
12774         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12775         end_find methods and "found" signal.
12776
12777         * configure.ac: find glib-genmarshal
12778
12779 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12780
12781         * shell/ev-sidebar.c: Construct an actual sidebar.
12782         * shell/ev-sidebar-bookmarks.[ch]:
12783         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12784
12785 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12786
12787         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12788         Redo size handling.
12789         
12790         * shell/ev-view.c: Track the size from the document.
12791
12792 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12793
12794         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12795         constructor assumes ownership of the string passed in.
12796         
12797         * shell/ev-window.c (ev_window_open): Destroy the error
12798         dialog once we've displayed it.
12799
12800 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12801
12802         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12803         a bit, it works! (sort of)
12804
12805         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12806         Move to .cc since we need to use C++ in the implementation.
12807
12808         * shell/dummy.cc: Add a CC file to force evince
12809         to be linked as a C++ program.
12810
12811 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12812
12813         * shell/ev-view.[ch]: Start of content-area widget.
12814
12815         * shell/ev-window.c: Create a EvView, update it
12816         as we change documents.
12817
12818         * shell/Makefile.am shell/ev-marshal.list: Add
12819         generated marshalers.
12820
12821 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12822
12823         * Makefile.am (SUBDIRS): move shell.
12824
12825 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12826
12827         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12828         .a to libtool convenience libraries.
12829
12830         * shell/ev-window.c (ev_window_open): Hard code loading
12831         a PDF document.
12832         
12833         * backend/ev-document.h: Add a boolean return to load(),
12834         fix GError * to GError **.
12835
12836         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12837         object for a PDF backend EvDocument.
12838
12839 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12840
12841         * dvi/*: New directory with the beginning of a .dvi backend.
12842
12843 2004-12-21  Havoc Pennington  <hp@redhat.com>
12844
12845         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12846         previous/next instead of back/forward
12847
12848 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12849
12850         * backend/ev-document.[ch]: Fix a couple of problems so
12851         it compile.
12852
12853 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12854
12855         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12856         to backend/ directory, rename EvViewer to EvDocument.
12857
12858 2004-12-21  Havoc Pennington  <hp@redhat.com>
12859
12860         * shell/ev-window.c: hook up the find bar widget; now we just need
12861         a document to find things in
12862
12863         * shell/eggfindbar.c: a find bar widget
12864
12865 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12866
12867         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12868
12869 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12870
12871         * pdf/**: Import of xpdf code from gpdf. 
12872
12873         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12874
12875         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12876         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12877         Fix FreeType includes.
12878
12879         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12880         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12881         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12882         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12883         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12884         Include xpdfconfig.h
12885         
12886 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12887
12888         * shell/ev-window.c (ev_window_dispose): dispose can be called
12889         multiple times.
12890
12891 2004-12-21  Havoc Pennington  <hp@redhat.com>
12892
12893         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12894         rather than Evince
12895
12896         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12897         items; really they should be synced with the strings, etc. from
12898         current gpdf, but just getting the boring typing out of the way 
12899
12900 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12901
12902         * po/POTFILES.in:
12903         * shell/ev-application.c: (window_destroy_cb):
12904         * shell/ev-window.c:
12905         * shell/main.c: (main):
12906
12907         Actually show the window...
12908
12909 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12910
12911         * Makefile.am:
12912         * shell/Makefile.am:
12913         * shell/ev-application.c: (ev_application_class_init):
12914         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12915
12916         Make it build again
12917
12918 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12919
12920         Import to gnome cvs.
12921         
12922         * Remove copies of gpdf and ggv trees.
12923         * Rip out all the recursive configure code.
12924         * Remove bonobo machinery.
12925         * viewer/*: GInterfaces that backends should/can implement.
12926
12927 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12928
12929         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12930         typo
12931
12932 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12933
12934         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12935         (ev_application_finalize, ev_application_class_init)
12936         (ev_application_init): use GType instance private data for priv.
12937
12938         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12939         (ev_window_finalize, ev_window_class_init)
12940         (ev_window_init): ditto.
12941
12942 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12943
12944         * shell/ev-application.c (ev_application_new_window): make public
12945         (ev_application_show_initial_window): kill.
12946
12947         * shell/ev-application.h: update prototypes.
12948
12949         * shell/main.cc (main): inline ev_application_show_initial_window.
12950
12951 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12952
12953         * shell/ev-application.c (ev_application_new_window): impl.
12954         (ev_application_show_initial_window): use it.
12955         (is_window_empty, ev_application_get_empty_window): returns an
12956         existing empty window or a new one.
12957         (ev_application_open): from ev_window_cmd_file_open.
12958
12959         * shell/ev-application.h: update prototypes
12960
12961         * shell/ev-window.c (ev_window_is_empty): impl.
12962         (ev_window_open): make public.
12963         (ev_window_cmd_file_open): use ev_application_open
12964
12965         * shell/ev-window.h: update prototypes, remove unused.
12966
12967 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12968
12969         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12970         move destroy handler out of here...
12971
12972         * shell/ev-application.c, shell/ev-application.h: ...into this new
12973         class. Also handles initial window creation.
12974
12975         * shell/main.cc (main): use EvApplication to create initial
12976         window.
12977
12978 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12979
12980         * Makefile.am (SUBDIRS): add cut-n-paste
12981
12982         * cut-n-paste/Makefile.am: add
12983
12984         * configure.ac: generate Makefiles in cut-n-paste
12985
12986 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12987
12988         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12989         (ev_window_class_init): install ev_window_dispose.
12990
12991 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12992
12993         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12994         char (gchar looks stupid).
12995
12996 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12997
12998         * po/de.po: updated German translation.
12999
13000 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13001
13002         * configure.ac: add more pkg-config library checks for gnome-vfs,
13003         bonobo etc.
13004
13005         * gpdf/configure.in: temporarily disable libpaper
13006         checks. Otherwise I'd have to add the checks for the shell, too.
13007
13008 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13009
13010         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13011         and * file filters to the file choose.
13012
13013 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13014
13015         * po/de.po: Updated German translation.
13016
13017 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13018
13019         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13020
13021 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13022
13023         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13024
13025         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13026         (ev_window_init): implement those menuitems.
13027
13028 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13029
13030         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13031
13032         * shell/ev-window.c (ev_window_init): use the toolbar.
13033
13034 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13035
13036         * shell/ev-window.c (ev_window_init): use menu translations
13037
13038 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13039
13040         * configure.ac: add "de" to ALL_LINGUAS.
13041
13042         * po/de.po: add German translation.
13043
13044 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13045
13046         * Makefile.am (SUBDIRS): add po
13047
13048         * configure.ac: check intltool, glib-gettext etc, generate
13049         po/Makefile.in
13050
13051         * po, po/POTFILES.in, po/POTFILES.skip: new.
13052
13053 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13054
13055         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13056         already use (#ifdef ENABLE_NLS)
13057
13058         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13059         pointer indirection thinko.
13060
13061         * shell/main.c: include gi18n.h for bindtextdomain etc.
13062
13063 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13064
13065         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13066         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13067         tooltips for menu items in the statusbar.
13068
13069 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13070
13071         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13072         pkgdatadir drop UIDIR
13073
13074 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13075
13076         * data/evince-ui.xml: Add File->Open menu item
13077
13078         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13079         chooser), hook it up in the ui manager.
13080
13081 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13082
13083         * shell/ev-window.c: fix Help->About tooltip.
13084
13085 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13086
13087         * configure.ac: set CFLAGS for libevprivate.
13088
13089         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13090         definitions, factory etc.
13091
13092         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13093
13094         * shell/Makefile.am: link against libevprivate.a.
13095
13096         * shell/ev-window.c (entries): add stock icon to Help->About.
13097
13098         * shell/main.c (main): init stock icon code.
13099
13100 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13101
13102         * lib/recent-files: egg recent files code
13103
13104         * lib/Makefile.am: add.
13105
13106         * Makefile.am: add lib subdir.
13107
13108         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13109         set CFLAGS for recent-files.
13110
13111 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13112
13113         * configure.ac: disable -ansi and -pedantic gcc flags. They
13114         disable POSIX stuff in stdio.h, but egg-recent uses them.
13115
13116 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13117
13118         * configure.ac: add --disable-deprecated flag (defaults to on in
13119         "cvs" builds).
13120
13121         * shell/Makefile.am (INCLUDES): use it.
13122
13123 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13124
13125         * shell/main.c: add missing #include.
13126
13127         * shell/ev-window.c: fix for pedantic gcc.
13128         (ev_window_cmd_help_about): split license into paragraphs for
13129         translators and pedantic compilers.
13130
13131 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13132
13133         * configure.ac: add more warning flags if compiling with gcc from
13134         cvs (or explicitly requested with --enable-more-warnings).
13135
13136 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13137
13138         * data/evince-ui.xml: add File and File->Close menu.
13139
13140         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13141         (ev_window_destroy): quit after destroy.
13142         (ev_window_class_init): override GtkObject::destroy.
13143         (entries): install close_window callback.
13144
13145 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13146
13147         * Makefile.am (SUBDIRS): add data subdir.
13148
13149         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13150         gtk+ 2.5.0 for GtkAboutDialog.
13151
13152         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13153         main window.
13154
13155         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13156
13157         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13158         manager.
13159         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13160
13161 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13162
13163         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13164
13165 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13166
13167         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13168
13169 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13170
13171         * shell/*: Added shell directory boilerplate, build it.
13172
13173 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13174
13175         * configure.ac, Makefile.am: Added top-level configure.ac and
13176         Makefile.am