]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
d8aea77cdd14cc490106315b704ba4f29b28effc
[evince.git] / ChangeLog
1 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2
3         * shell/ev-window.c:
4
5         Use top/up/bottom/down arrows instead of
6         first/left/last/right in the toolbar and menu actions.
7         This fixes issues with RTL languages and is visually
8         consistent with the page view. Fixes bug #170081.
9
10 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
11
12         * NEWS:
13
14         Fixed some inaccuracies pointed out by Carlos Garcia
15         Campos.
16
17 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
18
19         * NEWS:
20         * data/evince.schemas.in:
21         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
22
23         Override PDF restrictions by default. Fixes bug #382700.
24
25 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
26
27         * NEWS: Updated for upcoming release
28
29 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
32
33         Fix memory leak.
34         
35 2008-01-23  Gil Forcada <gilforcada@guifi.net>
36
37         * shell/ev-window.c: (register_custom_actions):
38         
39         Added comment for translators
40
41 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-view.c: (ev_view_button_release_event):
44
45         Do not create the idle function for kinetic scrolling if we are
46         not in a drag operation.
47
48 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
51         (ev_view_button_press_event), (ev_view_motion_notify_event),
52         (ev_view_button_release_event):
53
54         Restore cursor after autoscrolling. Fixes bug #509958.
55
56 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * configure.ac:
59         * backend/pdf/ev-poppler.cc:
60         (pdf_document_images_get_image_mapping),
61         (pdf_document_images_get_image),
62         (pdf_document_document_images_iface_init):
63         * libdocument/ev-document-images.[ch]:
64         (ev_document_images_get_image_mapping),
65         (ev_document_images_get_image):
66         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
67         (ev_image_get_id), (ev_image_save_tmp):
68         * shell/ev-jobs.c: (ev_job_render_run):
69         * shell/ev-view.c: (ev_view_drag_data_get):
70         * shell/ev-window.c: (image_save_dialog_response_cb),
71         (ev_view_popup_cmd_copy_image):
72
73         Do not render images when rendering the page but on demand. It
74         reduces the memory comsumption.
75         
76 2008-01-18  Marcelo Lira  <setanta@gmail.com>
77
78         * configure.a:
79         * shell/ev-password.c:
80
81         Make gnome-keyring optional. Fixes bug #509676.
82         
83 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * shell/ev-pixbuf-cache.c: (add_job):
86
87         Initialize include_images variable as FALSE instead of TRUE.
88         
89 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
90
91         * configure.ac:
92         * cut-n-paste/Makefile.am:
93         * cut-n-paste/fileformatchooser/Makefile.am:
94         * cut-n-paste/fileformatchooser/egg-macros.h:
95         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
96         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
97         * shell/Makefile.am:
98         * shell/ev-utils.c:
99         (file_chooser_dialog_add_writable_pixbuf_formats),
100         (get_gdk_pixbuf_format_by_extension):
101         * shell/ev-utils.h:
102         * shell/ev-window.c: (ev_window_error_message),
103         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
104         
105         Simplify image format selection on save.
106
107 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
108
109         * shell/ev-view.c: (ev_view_scroll_event):
110         
111         Repair gorizontal scrolling with shift. Fixes
112         bug #483412.
113
114 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
115         
116         * MAINTAINERS:
117
118         Fix formatting issues.
119         
120 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
121
122         * backend/comics/comics-document.c: (comics_regex_quote):
123         
124         Don't overquote special chars except of '. See bug 
125         502500. Thanks to Tom Parker.
126
127 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
128
129         * MAINTAINERS:
130         
131         Added Nickolay and Carlos, since they're doing most of
132         the releases nowadays.
133
134 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
135
136         * properties/Makefile.am:
137
138         Get the nautilus extension dir properly instead of using
139         a hack. Fixes bug #505359.
140
141 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
142
143         * properties/Makefile.am:
144         
145         Install nautilus extension into new place. See bug
146         #505359. Thanks to Matthias Clasen, Brian Pepple and
147         Damien Carbery.
148
149 2008-01-13   Djihed Afifi  <djihed@gmail.com>
150
151         * shell/ev-window.c: (ev_window_get_recent_file_label):
152         
153         RTL marker in recent file list. See bug #509076.
154
155 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
158         * shell/ev-window.c: (image_save_dialog_response_cb):
159
160         Fix compile warnings due to unused variables.
161         
162 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * configure.ac:
165         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
166         * backend/ps/ev-spectre.c: (ps_document_render):
167
168         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
169
170 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
171
172         * shell/ev-transition-animation.c (ev_transition_animation_fade)
173         (ev_transition_animation_paint): Implement "fade" effect.
174
175 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
176
177         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
178         (ev_transition_animation_paint): Implement "uncover" effect.
179
180 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
181
182         * shell/ev-transition-animation.c (ev_transition_animation_cover)
183         (ev_transition_animation_paint): Implement "cover" effect.
184
185 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
186
187         * shell/ev-transition-animation.c (ev_transition_animation_push)
188         (ev_transition_animation_paint): Implement "push" effect.
189
190 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
191
192         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
193         (ev_transition_animation_paint): Implement "dissolve" effect.
194
195 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
196
197         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
198         (ev_transition_animation_paint): Implement "wipe" effect.
199
200 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
201
202         * shell/ev-transition-animation.c (ev_transition_animation_box)
203         (ev_transition_animation_paint): Implement "box" effect.
204
205 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
206
207         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
208         (ev_transition_animation_paint): Implement "blinds" effect.
209
210 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
211
212         * shell/ev-transition-animation.c (ev_transition_animation_split)
213         (ev_transition_animation_paint): Implement "split" effect.
214
215 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
216
217         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
218         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
219         (ev_view_transition_animation_start) 
220         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
221         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
222         (ev_view_next_page) (ev_view_previous_page):
223         
224         Use EvTransitionAnimation to drive page changes in the presentation
225         mode, the animation will wait to start until both the origin and 
226         destination page surfaces are available. Fixes #458460.
227
228         (draw_loading_text):
229
230         Remove workaround for bug #320352, it's now fixed properly.
231
232
233 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
234
235         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
236         will contain the implementations for page transition animations, at
237         the moment it just has the "replace" effect.
238         * shell/Makefile.am: Added these files to build.
239
240 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
241
242         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
243         animations.
244         * shell/Makefile.am: Added these files to build.
245
246 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
247
248         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
249         implementation to get_effect() in EvDocumentTransitionIface.
250
251 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
252
253         * libdocument/ev-transition-effect.[ch]: New files, define a page
254         transition effect, at the moment it maps PopplerPageTransition to a
255         GObject.
256         * libdocument/Makefile.am: Added these files to build.
257         * libdocument/ev-document-transition.[ch]
258         (ev_document_transition_get_effect): New method, gets the
259         EvTransitionEffect returned by the interface implementation, with
260         fallback to the "replace" effect.
261
262 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
263
264         * configure.ac:
265         * cut-n-paste/Makefile.am:
266         * cut-n-paste/fileformatchooser/Makefile.am:
267         * cut-n-paste/fileformatchooser/egg-macros.h:
268         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
269         * shell/Makefile.am:
270         * shell/ev-window.c: (image_save_dialog_response_cb),
271         (ev_view_popup_cmd_save_image_as):
272
273         Allow exporting images in any format supported by
274         GdkPixbuf. Fixes bug #500209.
275         
276 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * backend/pixbuf/pixbuf-document.c:
279
280         More warnings fixed.
281         
282 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
285         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
286         * backend/djvu/djvu-text.h:
287         * backend/tiff/tiff-document.c: (tiff_document_render):
288
289         Fix compile warnings.
290         
291 2007-12-28  Christian Persch  <chpe@gnome.org>
292
293         * **/*.c: Include config.h. Bug #504721.
294
295 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * configure.ac:
298         * Makefile.am:
299         * po/POTFILES.in:
300         * backend/comics/Makefile.am:
301         * backend/comics/comics-document.[ch]:
302         * backend/comics/comicsdocument.evince-backend.in:
303         * backend/djvu/Makefile.am:
304         * backend/djvu/djvu-document.[ch]:
305         * backend/djvu/djvudocument.evince-backend.in:
306         * backend/dvi/Makefile.am:
307         * backend/dvi/dvi-document.[c]:
308         * backend/dvi/dvidocument.evince-backend.in:
309         * backend/impress/Makefile.am:
310         * backend/impress/impress-document.[ch]:
311         * backend/impress/impressdocument.evince-backend.in:
312         * backend/pdf/Makefile.am:
313         * backend/pdf/ev-poppler.cc:
314         * backend/pdf/ev-poppler.h:
315         * backend/pdf/pdfdocument.evince-backend.in:
316         * backend/pixbuf/Makefile.am:
317         * backend/pixbuf/pixbuf-document.[ch]:
318         * backend/pixbuf/pixbufdocument.evince-backend.in:
319         * backend/ps/Makefile.am:
320         * backend/ps/ev-spectre.[ch]:
321         * backend/ps/ps-document.[ch]:
322         * backend/ps/psdocument.evince-backend.in:
323         * backend/tiff/Makefile.am:
324         * backend/tiff/tiff-document.[ch]:
325         * backend/tiff/tiffdocument.evince-backend.in:
326         * libdocument/Makefile.am:
327         * libdocument/ev-backends-manager.[ch]:
328         * libdocument/ev-module.[ch]:
329         * libdocument/ev-document.h:
330         * libdocument/ev-document-factory.[ch]:
331         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
332         (get_compression_from_mime_type), (get_document_from_uri),
333         (ev_document_factory_get_document), (file_filter_add_mime_types),
334         (ev_document_factory_add_filters):
335         * shell/Makefile.am:
336         * shell/ev-window-title.c: (get_filename_from_uri):
337         * shell/main.c: (main):
338         * thumbnailer/Makefile.am:
339         * thumbnailer/evince-thumbnailer.c: (main):
340
341         Plugin system for backends. Fixes bug #351348.
342         
343 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
344
345         * shell/ev-view-private.h:
346         * shell/ev-view.c: (ev_view_drag_update_momentum),
347         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
348         (ev_view_button_release_event), (ev_view_destroy):
349         
350         Kinetic scrolling implemented as requested in
351         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
352
353 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
354
355         * data/evince-toolbar.xml:
356         * data/evince-ui.xml:
357         * shell/ev-view-private.h:
358         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
359         (ev_view_button_press_event), (ev_view_motion_notify_event),
360         (ev_view_button_release_event), (ev_view_init),
361         (ev_view_autoscroll_cb), (ev_view_autoscroll),
362         (ev_view_set_cursor):
363         * shell/ev-view.h:
364         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
365         (ev_window_cmd_view_autoscroll):
366         
367         Autoscroll feature with the context menu. Fixes bug 
368         #323670. Thanks to David Turner <cillian64@googlemail.com>.
369
370 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
373
374         Disconnect also page-ready signal when removing a job because the
375         page size has changed. Thanks to kripken
376         <kripkensteiner@gmail.com>.
377
378 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
379
380         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
381         
382         Scroll pages in page entry with mouse wheel. Fixes bug
383         #324122. Thanks to David Turner <cillian64@googlemail.com>.
384
385 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * backend/dvi/Makefile.am:
388         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
389         (mdvi_cairo_device_init):
390         * backend/dvi/mdvi-lib/common.h:
391         * backend/dvi/mdvi-lib/mdvi.h:
392         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
393         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
394         (mdvi_build_path_from_cwd):
395
396         Add ps specials support in dvi backend when libspectre is
397         present. Fixes bug #386005.
398         
399 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
400
401         * configure.ac:
402         * backend/ps/Makefile.am:
403         * backend/ps/ev-spectre.[ch]:
404         
405         Use libspectre, if available, for the ps backend. Fixes bugs
406         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
407
408 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
409         
410         * backend/comics/comics-document.c: (comics_document_load):
411         
412         Cygwin build issue fix.
413
414 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-view.c: (ev_view_set_zoom):
417
418         Do not limit the minimum zoom factor when sizing mode is best bit
419         or fit width. Fixes bug #503805.
420         
421 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
424         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
425         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
426         (ev_link_dest_get_property), (ev_link_dest_set_property),
427         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
428         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
429         (ev_link_dest_new_fitr):
430         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
431         (goto_fith_dest), (goto_xyz_dest):
432
433         Do not change left, top and zoom values when they are null in PDF
434         destinations. Fixes bug #460658.
435         
436 2007-12-10  Christian Persch  <chpe@gnome.org>
437
438         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
439         (ev_view_accessible_class_init),
440         (ev_view_accessible_idle_do_action),
441         (ev_view_accessible_action_do_action),
442         (ev_view_accessible_action_get_description),
443         (ev_view_accessible_action_set_description),
444         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
445         (ev_view_accessible_factory_init),
446         (ev_view_accessible_factory_get_accessible_type):
447         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
448         private data, and G_DEFINE_TYPE. Bug #502843.
449
450 2007-12-08  Christian Persch  <chpe@gnome.org>
451
452         * shell/ev-metadata-manager.c: (item_free),
453         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
454         (value_free), (parse_value), (parseItem),
455         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
456         (save_values): Use GSlice to allocate small amounts of memory. Bug
457         #475972.
458
459 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
462
463         Restore cursor to normal after a drag operation. Fixes bug
464         #501603.
465         
466 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
467
468         * NEWS:
469         * configure.ac:
470         
471         Update for release 2.21.1
472
473 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * configure.ac:
476         * cut-n-paste/gedit-message-area/Makefile.am:
477         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
478         * shell/Makefile.am:
479         * shell/ev-message-area.[ch]:
480         * shell/ev-window.c: (ev_window_set_message_area),
481         (ev_window_error_message_response_cb), (ev_window_error_message),
482         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
483         (ev_window_save_job_cb), (image_save_dialog_response_cb),
484         (ev_attachment_popup_cmd_open_attachment),
485         (attachment_save_dialog_response_cb), (ev_window_set_document),
486         (ev_window_init):
487
488         Use a message area instead of a popup dialog for error
489         notifications. Fixes bug #337495.
490         
491 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
494         (ev_window_run_fullscreen):
495
496         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
497         
498 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * ev-sidebar-thumbnails.c: (update_visible_range),
501         (ev_sidebar_thumbnails_refresh),
502         (ev_sidebar_thumbnails_set_document),
503         (ev_sidebar_thumbnails_support_document):
504
505         Show thumbnails for documents with one page. Fixes bug #358751.
506         
507 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-window.c:
510         (ev_window_load_print_settings_from_metadata),
511         (ev_window_save_print_settings), (ev_window_print_finished),
512         (ev_window_print_range):
513
514         Print settings that are specific to the document are now saved per
515         document in the metadata file. Fixes bug #488806.
516         
517 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
518
519         * backend/tiff/tiff-document.c: (tiff_document_render):
520
521         Tiff documents were rendered with wrong colors. Fixes bug #497279.
522         
523 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-application.[ch]: (get_find_string_from_args),
526         (ev_application_open_uri_at_dest), (ev_application_open_uri),
527         (ev_application_open_uri_list):
528         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
529         * shell/ev-window.[ch]: (ev_window_load_job_cb),
530         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
531         (ev_window_cmd_recent_file_activate),
532         (ev_window_open_recent_action_item_activated),
533         (ev_window_print_send), (open_remote_link):
534         * shell/main.c: (arguments_parse):
535
536         Add a command line option for search. Fixes bug #497710.
537         
538 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
539
540         * shell/ev-jobs.c: (ev_job_print_new):
541
542         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
543         
544 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * data/evince-toolbar.xml:
547         * shell/Makefile.am:
548         * shell/ev-application.c: (ev_application_init):
549         * shell/ev-open-recent-action.[ch]:
550         * shell/ev-window.c:
551         (ev_window_open_recent_action_item_activated),
552         (register_custom_actions):
553
554         Add an expander to the open toolbar item which pops up a dropdown
555         menu with the recently used documents. Fixes bug #487215.
556         
557 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-window.c: (ev_window_open_uri),
560         (ev_window_cmd_view_reload):
561
562         Do not jump to the first page when reloading by running evince
563         from the command line. Fixes bug #490847.
564         
565 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
566
567         * shell/ev-window.c: (ev_window_cmd_help_contents):
568
569         Plugged memory leak when help file is not found. Fixes bug
570         #490762.
571         
572 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * configure.ac:
575
576         Enable djvu, dvi and comics backends by default. Fixes bug
577         #437121.
578         
579 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * configure.ac:
582         * cut-n-paste/Makefile.am:
583         * cut-n-paste/recent-files/*: Removed
584         * help/reference/Makefile.am:
585         * shell/Makefile.am:
586         * shell/ev-application.[ch]: (ev_application_shutdown),
587         (ev_application_init):
588         * shell/ev-window.c: (ev_window_add_recent),
589         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
590
591         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
592         
593 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
594
595         * shell/ev-window.c: (launch_external_uri):
596
597         Let GnomeVFS check the URL, this allow more URL (like mailto:),
598         and report error if the URL is not supported (#489910).
599
600 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
603         (pdf_document_file_exporter_begin_page),
604         (pdf_document_file_exporter_end_page):
605
606         Fix printing with poppler splash backend. Fixes bug #489774.
607         
608 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
611         * shell/ev-print-job.c: (ev_print_job_class_init):
612
613         Fix a crash when printing with the gnome-print dialog. Fixes bug
614         #488939.
615         
616 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
617
618         * backend/pixbuf/pixbuf-document.c:
619
620         Fix an implicit function definition warning (#487655)
621
622 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * shell/ev-window.c:
625
626         Fix conflicting shortcut for view sade pane and presentation.
627         
628 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * backend/pdf/ev-poppler.cc:
631         (pdf_document_file_exporter_begin_page),
632         (pdf_document_file_exporter_do_page),
633         (pdf_document_file_exporter_end_page),
634         (pdf_document_file_exporter_iface_init):
635         * libdocument/ev-file-exporter.[ch]:
636         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
637         * shell/ev-jobs.c: (ev_job_print_get_page_list),
638         (ev_job_print_run):
639
640         When printing multiple pages per sheet in reverse option, do not
641         invert the order of the pages in every sheet, but the order of the
642         sheets. Do not print blank pages when page range is invalid. Fixes
643         bugs #484857 and #485521.
644         
645 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-jobs.c: (ev_job_print_get_page_list),
648         (ev_job_print_run):
649         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
650
651         Respect ranges order when printing more than one range in random
652         order.
653         
654 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
655
656         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
657         (ev_window_setup_document), (ev_window_rotation_changed_cb):
658
659         Rotate also the window icon when document is rotated. Fixes bug
660         #474681.
661         
662 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
665         (pdf_document_forms_get_form_fields):
666
667         Silently ignore unknown form fields. Fixes bug #482654. Patch by
668         Matthias Drochner.
669         
670 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * configure.ac:
673         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
674
675         Use poppler_page_render_for_printing() instead of
676         poppler_page_render() if available when exporting to a ps or pdf
677         file. Fixes bug #476627.
678         
679 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-window.c: (ev_window_run_fullscreen):
682
683         Do not show the toolbar in fullscreen mode if the main toolbar is
684         not visible. Fixes bug #483048.
685         
686 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-view.c: (ev_view_button_press_event):
689
690         Give priority to form fields over images when deciding whether a
691         button press event is over an image or form field. It allows edit
692         form fields when they are over a background image. Fixes bug
693         #477841.
694         
695 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
696
697         * NEWS:
698         * configure.ac:
699         
700         Update for release 2.20.0
701
702 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * backend/pdf/ev-poppler.cc:
705
706         Remove #ifdef HAVE_FORMS, so that forms support works again.
707
708 2007-09-05  Götz Waschk  <waschk@mandriva.org>
709
710         * configure.ac:
711         * data/evince.desktop.in.in:
712         
713         Fixes desktop file issues. See bug #473471.
714
715 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
718         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
719         (ev_job_queue_remove_job):
720         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
721         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
722         * shell/ev-window.c: (ev_window_clear_save_job),
723         (ev_window_save_job_cb), (file_save_dialog_response_cb),
724         (ev_window_dispose):
725
726         Move save a copy task to its own job so that it's carried out in a
727         thread avoiding another lock in the main thread. Use
728         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
729         can be saved to a pathin another file system. Fixes bug #456891.
730         
731 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
732
733         * NEWS:
734         * configure.ac:
735         
736         Update for release 2.19.92
737
738 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * configure.ac:
741         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
742         (pdf_selection_get_selection_region),
743         (pdf_selection_get_selection_map),
744         (ev_form_field_from_poppler_field):
745
746         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
747         and triple click selections are enabled again now.
748
749 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-window.c: (ev_window_add_history):
752
753         Make sure not to use the history with documents not supporting
754         links. Fixes bug #468954.
755
756 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-window.c: (ev_window_load_job_cb):
759
760         Restart the search when reloading a document with the find bar
761         visible. Fixes bug #461962.
762
763 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * shell/ev-window.c: (setup_document_from_metadata),
766         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
767
768         Do not jump to the first page when reloading a document from the
769         last page.
770
771 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/ev-window.c: (update_chrome_flag),
774         (setup_sidebar_from_metadata),
775         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
776         (ev_window_cmd_edit_find_next),
777         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
778         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
779         (find_bar_close_cb), (view_actions_focus_in_cb):
780
781         Do not update visibility when changing a chrome flag so that it's
782         possible to update several flags and update visibility only once
783         for all of them.
784
785 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
788
789         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
790         supported by gtk+. Fixes bug #460907.
791
792 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * shell/ev-view.c: (view_update_range_and_current_page):
795
796         Make sure current-page <= end-page in continuous mode. Fixes bug
797         #454950.
798
799 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * backend/pdf/ev-poppler.cc: (build_tree):
802
803         Ignore outline items without a title. Fixes bug #453913.
804
805 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
808         (ev_view_button_release_event), (ev_view_leave_notify_event):
809
810         Use always drag mouse cursor during a drag operation. Fixes bug
811         #470564.
812
813 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
816         (pdf_selection_get_selection_region),
817         (pdf_selection_get_selection_map):
818
819         Temporarily disable double and triple selections since it depends on
820         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
821         released and the update of the external dependency minimal version
822         approved.
823
824 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
827         (pdf_document_file_exporter_do_page):
828         * libdocument/ev-file-exporter.h:
829         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
830         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
831
832         Actually fix printing regressions. Remove orientation from
833         EvPrintContext since it's redundant.
834
835 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
838         * backend/impress/impress-document.c:
839         (impress_document_document_iface_init):
840         * backend/ps/ps-document.c: (ps_document_document_iface_init):
841         * backend/djvu/djvu-document.c:
842         (djvu_document_document_iface_init),
843         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
844         * backend/tiff/tiff-document.c:
845         (tiff_document_document_iface_init):
846         * backend/pixbuf/pixbuf-document.c:
847         (pixbuf_document_document_iface_init):
848         * backend/comics/comics-document.c:
849         (comics_document_document_iface_init):
850         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
851         (pdf_selection_render_selection),
852         (pdf_selection_get_selected_text),
853         (pdf_selection_get_selection_region),
854         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
855         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
856         (ev_selection_get_selection_region),
857         (ev_selection_get_selection_map):
858         * libdocument/ev-document.[ch]:
859         * shell/ev-pixbuf-cache.[ch]: (add_job),
860         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
861         * shell/ev-view-private.h:
862         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
863         (ev_job_render_run):
864         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
865         * shell/ev-view.c: (start_selection_for_event),
866         (ev_view_button_press_event), (ev_view_drag_data_get),
867         (ev_view_drag_data_received), (ev_view_button_release_event),
868         (compute_new_selection_text), (compute_selections),
869         (ev_view_select_all), (get_selected_text), (ev_view_copy),
870         (ev_view_primary_get_cb):
871
872         Add support for double and triple click selections.
873
874 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
875
876         * NEWS:
877         * configure.ac:
878
879         Update for release 2.19.4
880
881 2007-08-28  Justin Blanchard  <justinb04@aim.com>
882
883         * shell/ev-view-private.h:
884         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
885         (ev_view_set_highlight_search):
886         * shell/ev-view.h:
887         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
888         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
889         (find_bar_visibility_changed_cb):
890         
891         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
892
893 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
896         (pdf_document_file_exporter_begin),
897         (pdf_document_file_exporter_do_page):
898         * shell/ev-jobs.c: (ev_job_print_run):
899         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
900
901         Create always a portrait cairo surface and rotate when needed for
902         landscape. It fixes printing problems in real printers.
903
904 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
907         * libdocument/ev-file-exporter.[ch]:
908         (ev_file_exporter_get_capabilities):
909         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
910         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
911
912         Adjust number of pages per row according to page orientation when
913         printing 2 or 6 pages per sheet.
914
915 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-window.c: (ev_window_print_send):
918
919         Reset also cups setting to 1 when printing multiple pages per
920         sheet. Fixes bug #468853.
921
922 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * libdocument/ev-document-misc.c:
925         (ev_document_misc_surface_rotate_and_scale):
926
927         Use directly cairo_surface_get_content() when creating a similar
928         surface as suggested by Jeff Muizelaar. Thanks again.
929
930 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * backend/djvu/djvu-document.c: (djvu_document_render):
933         * backend/tiff/tiff-document.c: (tiff_document_render):
934         * backend/pdf/ev-poppler.cc: (pdf_document_render):
935         * libdocument/ev-document-misc.c:
936         (ev_document_misc_surface_from_pixbuf),
937         (ev_document_misc_surface_rotate_and_scale):
938
939         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
940         creating page surfaces. Fixes bug #453123. Thank you very much to
941         Jeff Muizelaar <jeff@infidigm.net>.
942
943 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-page-cache.c: (ev_page_cache_new),
946         (ev_page_cache_get_thumbnail_size):
947         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
948         (ev_sidebar_thumbnails_set_loading_icon):
949
950         Also store in page-cache the dimensions of the thumbnails so that
951         they can be used to create the correct loading icon in the side
952         pane. Fixes bug #466857.
953
954 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * backend/pdf/ev-poppler.cc:
957         (pdf_document_thumbnails_get_thumbnail):
958
959         Fix thumbnails rotation in pdf documents that include embedded 
960         thumbnails.
961
962 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
963
964         * backend/pdf/ev-poppler.cc:
965
966         Don't use #ifdef in macro expansion. Some compilers don't
967         like that. Closes bug #467042.
968
969 2007-08-15  Justin Blanchard  <justinb04@aim.com>
970
971         * backend/djvu/djvu-document.c: (djvu_document_finalize):
972         
973         Fixes memory leak in djvu backend.
974
975 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
976
977         * data/icons/32x32/Makefile.am:
978         * data/icons/32x32/actions/Makefile.am:
979         * data/icons/32x32/actions/view-page-cont.svg:
980         * data/icons/32x32/actions/view-page-facing.svg:
981         * data/icons/48x48/Makefile.am:
982         * data/icons/48x48/actions/Makefile.am:
983         * data/icons/48x48/actions/view-page-cont.svg:
984         * data/icons/48x48/actions/view-page-facing.svg:
985         
986         Icons for a new sizes.
987
988 2007-08-14  Justin Blanchard  <justinb04@aim.com>
989
990         * shell/ev-page-cache.c: (build_height_to_page),
991         (ev_page_cache_get_height_to_page):
992         
993         Fixes invalid read, see bug #466401.
994
995 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
998         (set_drag_cursor):
999         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1000         (configure_item_cursor), (new_pixbuf_from_widget):
1001
1002         Fix multihead problems in toolbar editor. Fixes bug #382055.
1003
1004 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-window.c: (ev_window_cmd_file_open),
1007         (ev_window_cmd_save_as):
1008
1009         Use g_get_user_special_dir when available instead of
1010         xdg_user_dir_lookup.
1011
1012 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1013
1014         * MAINTAINERS:
1015         
1016         Updated according to request on desktop-devel.
1017
1018 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1021
1022         Do not use cairo_rectangle and cairo_clip since we are
1023         not using cairo_fill but cairo_paint. Use the same cairo context
1024         for every page in the same expose event.
1025
1026 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1027
1028         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1029         leak.
1030
1031 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * configure.ac:
1034         * NEWS:
1035
1036         Release 0.9.3
1037
1038 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * libdocument/ev-document-info.h:
1041         * libdocument/ev-document.h:
1042         * shell/ev-page-action.h:
1043         * shell/ev-sidebar-links.h:
1044
1045         Fix a headers problem with ev-link
1046         
1047         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1048         * shell/ev-view-private.h:
1049         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1050         (get_link_area), (ev_view_query_tooltip),
1051         (ev_view_leave_notify_event), (ev_view_destroy),
1052         (ev_view_class_init):
1053
1054         Use new gtk tooltips when available instead of ev-tooltip.
1055         
1056 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-window.c: (update_chrome_visibility),
1059         (ev_window_sidebar_visibility_changed_cb):
1060
1061         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1062         
1063 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-navigation-action.c:
1066         (ev_navigation_action_history_changed),
1067         (ev_navigation_action_set_history):
1068         * shell/ev-navigation-action-widget.c:
1069         (ev_navigation_action_widget_init):
1070         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1071
1072         Fix compile warnings.
1073         
1074 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1077         (egg_editable_toolbar_dispose):
1078
1079         Fix memory leak.
1080         
1081 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1084         (screensaver_disable_x11):
1085         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1086         * shell/ev-window.c: (presentation_set_timeout):
1087         * shell/ev-view.c: (ev_view_presentation_transition_start):
1088
1089         Use g_timeout_add_seconds instead of g_timeout_add when
1090         available.
1091         
1092 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1095
1096         Set horizontal scrollbar policy to AUTOMATIC instead of
1097         NEVER. Workaround for bug #449462.
1098         
1099 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-jobs.c: (ev_job_render_page_ready):
1102
1103         Add page_ready callback to main loop with high priority and hold
1104         a reference to job during idle.
1105         
1106 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * configure.ac:
1109         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1110         (pdf_document_file_exporter_begin),
1111         (pdf_document_file_exporter_do_page),
1112         (pdf_document_file_exporter_get_capabilities):
1113         * libdocument/ev-file-exporter.h:
1114         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1115         * shell/ev-window.c: (ev_window_print_send),
1116         (ev_window_print_dialog_response_cb):
1117
1118         Allow printing multiple pages per sheet. Fixes bug #395573.
1119         
1120 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1121
1122         * shell/ev-view.c: (tip_from_link):
1123         
1124         Check for NULL, fixes bug #460862.
1125
1126 2007-07-29  Christian Persch  <chpe@gnome.org>
1127
1128         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1129         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1130         (ev_window_cmd_preview_print):
1131         
1132         Fixes bug #437681 - blocks while enumerating printers.
1133
1134 2007-07-29  Christian Persch  <chpe@gnome.org>
1135
1136         * shell/ev-window.c: (ev_window_screen_changed):
1137         
1138         Don't use deprecated gtk+ function. See bug #460909.
1139
1140 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-utils.c: (get_num_monitors):
1143         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1144
1145         Do not use display before initializing it. Remove compile
1146         warnings.
1147
1148 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1149
1150         * shell/ev-view.c: (ev_view_class_init):
1151         
1152         Unix-like hjkl bindings added. See bug #458111.
1153
1154 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1155
1156         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1157         * shell/ev-utils.h:
1158         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1159         (ev_view_update_view_size):
1160         * shell/ev-view.h:
1161         * shell/ev-window.c: (ev_window_update_actions),
1162         (setup_view_from_metadata), (ev_window_screen_changed),
1163         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1164         (zoom_control_changed_cb):
1165         * shell/ev-window.h:
1166         
1167         Reorganizes utility functions.
1168
1169 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1172         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1173         (add_job), (ev_pixbuf_cache_get_surface),
1174         (ev_pixbuf_cache_get_link_mapping),
1175         (ev_pixbuf_cache_get_image_mapping),
1176         (ev_pixbuf_cache_get_form_field_mapping),
1177         (ev_pixbuf_cache_get_text_mapping):
1178         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1179         (notify_page_ready), (ev_job_render_page_ready),
1180         (ev_job_render_run):
1181
1182         Add page_ready signal to notify that page is ready as soon as
1183         possible even if other page elements like links, forms, images or
1184         text mapping are not ready yet.
1185
1186 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1189         (dvi_document_file_exporter_do_page),
1190         (dvi_document_file_exporter_get_capabilities),
1191         (dvi_document_file_exporter_iface_init):
1192         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1193         (ps_document_file_exporter_do_page),
1194         (ps_document_file_exporter_get_capabilities),
1195         (ps_document_file_exporter_iface_init):
1196         * backend/djvu/djvu-document.c:
1197         (djvu_document_file_exporter_begin),
1198         (djvu_document_file_exporter_end),
1199         (djvu_document_file_exporter_get_capabilities),
1200         (djvu_document_file_exporter_iface_init):
1201         * backend/tiff/tiff-document.c:
1202         (tiff_document_file_exporter_begin),
1203         (tiff_document_file_exporter_get_capabilities),
1204         (tiff_document_document_file_exporter_iface_init):
1205         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1206         (pdf_document_file_exporter_do_page),
1207         (pdf_document_file_exporter_get_capabilities),
1208         (pdf_document_file_exporter_iface_init):
1209         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1210         (ev_file_exporter_get_capabilities):
1211         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1212         (idle_print_handler), (ev_print_job_print):
1213         * shell/ev-jobs.c: (ev_job_print_run):
1214         * shell/ev-window.c: (ev_window_print_send),
1215         (ev_window_print_range):
1216
1217         Use capabilities to know which options should be offered by the
1218         print dialog depending on the document backend.
1219
1220 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1223
1224         Give priority to forms over text to set the cursor.
1225
1226 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * shell/ev-view-private.h:
1229         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1230         (ev_view_leave_notify_event), (ev_view_finalize),
1231         (ev_view_get_property), (ev_view_class_init):
1232
1233         Use IBEAM cursor for text form fields and NORMAL cursor for read
1234         only fields. Remove unused status attribute.
1235
1236 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1239
1240         Update region for current selected items also for checkbox
1241         buttons, since they can behave as radio buttons when they are in a
1242         set.
1243
1244 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * configure.ac:
1247         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1248
1249         Get max length of text form fields.
1250
1251 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1254         * libdocument/ev-form-field.h:
1255         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1256
1257         Fix build with current poppler cvs head.
1258
1259 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1262         * shell/eggfindbar.c: (egg_find_bar_init):
1263
1264         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1265         deprecation. Fixes bug #455667
1266
1267 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1268
1269         * NEWS:
1270         * configure.ac:
1271         
1272         Update for release 0.9.2
1273
1274 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * shell/ev-view.c: (ev_view_form_field_text_save),
1277         (ev_view_form_field_choice_save):
1278
1279         Fix a crash when closing whith a form widget visible.
1280
1281 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1284
1285         Update also the region of the current selected button when
1286         clicking on another button if they are radio buttons.
1287
1288 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1291         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1292         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1293         (ev_pixbuf_cache_get_link_mapping),
1294         (ev_pixbuf_cache_get_image_mapping),
1295         (ev_pixbuf_cache_get_form_field_mapping),
1296         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1297         * shell/ev-view.c: (ev_view_form_field_get_region),
1298         (ev_view_form_field_button_create_widget),
1299         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1300         (job_finished_cb):
1301
1302         Redraw only form field region instead of the whole page when
1303         reloading a page to show changes on the form field.
1304
1305 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-view.c: (ev_view_form_field_choice_save):
1308
1309         Fix selection of first item in list form fields.
1310
1311 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1314         (ev_pixbuf_cache_reload_page),
1315         (ev_pixbuf_cache_get_form_field_mapping):
1316
1317         Some refactoring to avoid duplicated code.
1318
1319 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * configure.ac:
1322         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1323         (ev_form_field_from_poppler_field),
1324         (pdf_document_forms_get_form_fields),
1325         (pdf_document_forms_form_field_text_get_text),
1326         (pdf_document_forms_form_field_text_set_text),
1327         (pdf_document_forms_form_field_button_set_state),
1328         (pdf_document_forms_form_field_button_get_state),
1329         (pdf_document_forms_form_field_choice_get_item),
1330         (pdf_document_forms_form_field_choice_get_n_items),
1331         (pdf_document_forms_form_field_choice_is_item_selected),
1332         (pdf_document_forms_form_field_choice_select_item),
1333         (pdf_document_forms_form_field_choice_toggle_item),
1334         (pdf_document_forms_form_field_choice_unselect_all),
1335         (pdf_document_forms_form_field_choice_set_text),
1336         (pdf_document_forms_form_field_choice_get_text),
1337         (pdf_document_document_forms_iface_init):
1338         * libdocument/Makefile.am:
1339         * libdocument/ev-form-field.[ch]:
1340         * libdocument/ev-document-forms.[ch]:
1341         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1342         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1343         (add_job), (ev_pixbuf_cache_reload_page),
1344         (ev_pixbuf_cache_get_form_field_mapping):
1345         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1346         * shell/ev-view-private.h:
1347         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1348         (ev_view_handle_cursor_over_xy),
1349         (ev_view_get_form_field_at_location),
1350         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1351         (ev_view_form_field_button_create_widget),
1352         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1353         (ev_view_form_field_text_create_widget),
1354         (ev_view_form_field_choice_save),
1355         (ev_view_form_field_choice_changed),
1356         (ev_view_form_field_choice_create_widget),
1357         (ev_view_handle_form_field), (ev_view_size_allocate),
1358         (ev_view_realize), (draw_end_presentation_page),
1359         (ev_view_button_press_event), (ev_view_remove_all),
1360         (ev_view_motion_notify_event), (ev_view_key_press_event),
1361         (ev_view_enter_notify_event), (highlight_find_results),
1362         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1363         (ev_view_class_init), (page_changed_cb),
1364         (on_adjustment_value_changed), (ev_view_set_presentation),
1365         (merge_selection_region), (ev_view_set_cursor),
1366         (ev_view_reset_presentation_state):
1367         
1368         Merge evince-forms branch.
1369
1370 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1371
1372         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1373
1374         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1375         This script also updates itself from libegg
1376
1377         * cut-n-paste/toolbar-editor/egg*:
1378         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1379         libegg
1380
1381 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1382
1383         * shell/ev-window.c:
1384         
1385         Adds a nice icon to page action during toolbar editing.
1386         See bug #452872.
1387
1388 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1389
1390         * data/evince-toolbar.xml:
1391         * shell/ev-window.c:
1392         
1393         Let user add a presentation and fullscreen icons on toolbar.
1394         See bug #449734.
1395
1396 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1397
1398         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1399
1400         new script to keep in sync with toolbareditor in libegg
1401
1402         * cut-n-paste/toolbar-editor/*: 
1403
1404         Run update-toolbareditor-from-libegg so we are in sync again. 
1405         Fixes bug #452850.
1406         
1407
1408 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * shell/ev-sidebar-links.c: (job_finished_callback):
1411
1412         Do not connect selection changed signal more than once. Fixes bug
1413         #349433.
1414
1415 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1418
1419         Do not change sidebar chrome flag when pressing F9 key in
1420         presentation mode.
1421
1422 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * backend/pdf/ev-poppler.cc:
1425         (pdf_document_thumbnails_get_dimensions):
1426
1427         Make sure thumbnails width and height is not <= 0. Fixes a crash
1428         with some pdf documents which have really small pages.
1429
1430 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1431
1432         * shell/main.c: (main):
1433
1434         Fixes program description translation issue.
1435         Bug #450148.
1436
1437 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1438
1439         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1440
1441         Do not change current page when returning from black/white mode
1442         in presentation. Fixes bug #415032.
1443
1444 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1445
1446         * NEWS:
1447         * configure.ac:
1448         
1449         Update for release 0.9.1
1450
1451 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1452
1453         * backend/dvi/dvi-document.c:
1454         (dvi_document_finalize),
1455         (dvi_document_file_exporter_format_supported),
1456         (dvi_document_file_exporter_begin),
1457         (dvi_document_file_exporter_do_page),
1458         (dvi_document_file_exporter_end),
1459         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1460         
1461         PDF exporter for dvi documents. Fixes bug #441319.
1462
1463 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * shell/ev-window.c: (ev_window_clear_print_job):
1466
1467         Clear gtk print job when job has finished. Fixes bug #447612.
1468
1469 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-window.c: (ev_window_print_send),
1472         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1473
1474         Add preview button to print dialog. Fixes bug #445419.
1475
1476 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * backend/dvi/Makefile.am:
1479         * backend/dvi/pixbuf-device.[ch]: Removed
1480         * backend/dvi/cairo-device.[ch]: Added
1481         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1482         * backend/dvi/dvi-document.c: (dvi_document_load),
1483         (dvi_document_render), (dvi_document_finalize),
1484         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1485         (dvi_document_do_color_special):
1486         * libdocument/ev-document-misc.[ch]:
1487         (ev_document_misc_pixbuf_from_surface):
1488
1489         Port dvi backend to cairo and fix a problem with colors. 
1490
1491 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * shell/ev-view.c: (draw_one_page):
1494
1495         Draw only visible region.
1496
1497 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * backend/djvu/djvu-document.c: (djvu_document_render):
1500
1501         Fix rotation in djvu backend.
1502
1503 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1504
1505         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1506         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1507         (ev_pixbuf_cache_get_image_mapping),
1508         (ev_pixbuf_cache_get_text_mapping):
1509
1510         Redraw view every time we have a new surface. Fixes bug #443587.
1511
1512 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * libdocument/ev-document.c: (ev_document_info_free):
1515
1516         Fix memory leaks.
1517
1518 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * backend/dvi/dvi-document.c: (dvi_document_render),
1521         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1522         * backend/impress/impress-document.c:
1523         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1524         (impress_document_render), (impress_document_document_iface_init),
1525         (impress_document_thumbnails_get_thumbnail):
1526         * backend/djvu/djvu-document-private.h:
1527         * backend/djvu/djvu-document.c: (djvu_document_render),
1528         (djvu_document_finalize), (djvu_document_document_iface_init),
1529         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1530         * backend/tiff/tiff-document.c: (tiff_document_render),
1531         (tiff_document_render_pixbuf),
1532         (tiff_document_document_iface_init):
1533         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1534         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1535         (pdf_selection_render_selection):
1536         * backend/comics/comics-document.c:
1537         (comics_document_render_pixbuf), (comics_document_render),
1538         (comics_document_document_iface_init):
1539         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1540         (pixbuf_document_document_iface_init):
1541         * libdocument/ev-document-misc.[ch]:
1542         (ev_document_misc_surface_from_pixbuf),
1543         (ev_document_misc_surface_rotate_and_scale):
1544         * libdocument/ev-document.[ch]: (ev_document_render):
1545         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1546         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1547         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1548         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1549         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1550         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1551         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1552         (render_finished_cb), (ev_job_render_run):
1553         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1554         (merge_selection_region):
1555
1556         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1557         and selections.
1558
1559 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-window-title.c: (ev_window_title_update):
1562
1563         Fix memory leak.
1564
1565 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * shell/ev-view.c: (draw_loading_text):
1568
1569         Show loading text centered. Fixes bug #433061
1570
1571 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-sidebar-thumbnails.c:
1574         (ev_sidebar_thumbnails_set_loading_icon):
1575
1576         Remove a mutex in the main thread that blocks the UI in heavy
1577         documents.
1578
1579 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1582
1583         Set points_set to TRUE so that selections don't disappear after a
1584         zoom change.
1585
1586 2007-06-07  Michael Monreal  <infernux@web.de>
1587
1588         * data/icons/16x16/actions/Makefile.am:
1589         * data/icons/16x16/actions/zoom.svg:
1590         * data/icons/22x22/actions/Makefile.am:
1591         * data/icons/22x22/actions/zoom.svg:
1592         * data/icons/24x24/actions/Makefile.am:
1593         * shell/ev-stock-icons.c:
1594         * shell/ev-stock-icons.h:
1595         * shell/ev-window.c:
1596         
1597         Zoom icon artwork. See bug #444795.
1598
1599 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1600
1601         * shell/ev-metadata-manager.c: Remove extraneous function
1602         (Closes: #444386)
1603
1604 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1605
1606         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1607         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1608         (ev_metadata_manager_set), (ev_metadata_manager_save):
1609         Simplify the timeout, no need for modified anymore
1610
1611 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1612
1613         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1614         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1615         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1616         (ev_metadata_manager_save): Adapted patch from Arjan van de
1617         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1618         time, saves on power (Closes: #443851)
1619
1620 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * configure.ac:
1623         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1624         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1625
1626         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1627
1628 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1629
1630         * shell/ev-window.c: (ev_window_add_history):
1631
1632         Check if history is NULL
1633
1634 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * libdocument/ev-image.c: (ev_image_finalize):
1637         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1638         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1639         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1640         (ev_tmp_uri_unlink):
1641
1642         Add functions to delete temporary files created by evince in a safe
1643         way.
1644
1645         * shell/ev-window.c: (ev_window_clear_local_uri),
1646         (open_xfer_update_progress_callback),
1647         (save_xfer_update_progress_callback), (ev_window_save_remote),
1648         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1649         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1650         (attachment_save_dialog_response_cb),
1651         (ev_attachment_popup_cmd_save_attachment_as):
1652
1653         Allow saving a copy of a document, image or attachment to a remote
1654         location. Fixes bug #440754. 
1655
1656 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * configure.ac:
1659         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1660
1661         Fix build with current poppler from cvs head. 
1662
1663 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1664
1665         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1666
1667         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1668         directory exists.
1669
1670 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1671
1672         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1673         * shell/ev-window.c:
1674
1675         Change sidebar ordering. Fixes bug #439939.
1676
1677 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1678
1679         * backend/comics/Makefile.am:
1680         
1681         Fixes build with --without-libgnome.
1682
1683 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1684         
1685         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1686
1687         Update cursor and tooltip on page change and view scroll. Fixes bug
1688         #439217.
1689
1690 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1691
1692         * NEWS:
1693         * configure.ac:
1694         
1695         Update for release 0.9.0
1696
1697 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1698
1699         * backend/djvu/djvu-document-private.h:
1700         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1701         (djvu_document_finalize),
1702         (djvu_document_file_exporter_format_supported),
1703         (djvu_document_file_exporter_begin),
1704         (djvu_document_file_exporter_do_page),
1705         (djvu_document_file_exporter_end),
1706         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1707         
1708         Implemented printing with djvu. Bug #437998.
1709
1710 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * backend/impress/zip.c:
1713         Add missing ulong definition.
1714
1715         * backend/ps/ps-interpreter.c:
1716         Add missing headers.
1717
1718         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1719
1720 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1723
1724         Add missing call to parent class dispose method. 
1725
1726 2007-05-12  Ross Burton  <ross@openedhand.com>
1727
1728         * shell/main.c:
1729         Sync keybindings manually when building without libgnome
1730         (#437925).
1731
1732 2007-05-12  Ross Burton  <ross@openedhand.com>
1733
1734         * shell/ev-window.c:
1735         Respect the screen when opening help (#437866).
1736
1737 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * data/evince-ui.xml:
1740         * shell/ev-application.[ch]: (get_print_settings_from_args),
1741         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1742         (ev_application_open_uri_list):
1743         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1744         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1745         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1746         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1747         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1748         (ev_window_dispose):
1749         * shell/main.c: (arguments_parse):
1750
1751         Add print button in preview mode. Fixes bug #396475. 
1752
1753 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1754
1755         * cut-n-paste/zoom-control/ephy-zoom.h:
1756         
1757         Fixes zoom level factors. See bug #408119 for details.
1758
1759 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1760
1761         * backend/comics/comics-document.c: (comics_regex_quote),
1762         (extract_argv):
1763         
1764         Correctly quote symbols. Fixes crash in the bug
1765         #415370.
1766
1767 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1768
1769         * shell/ev-navigation-action-widget.c:
1770         (ev_navigation_action_widget_init),
1771         (ev_navigation_action_widget_class_init),
1772         (ev_navigation_action_widget_button_press_event):
1773         
1774         Connect to button-press event on correct widget. Fixes
1775         bug #431988
1776
1777 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1778
1779         * shell/ev-application.c: (ev_application_open_window),
1780         (ev_application_add_icon_path_for_screen),
1781         (ev_application_open_uri_at_dest):
1782         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1783         * shell/ev-navigation-action.c: (build_menu):
1784         
1785         Add app-specific icons to our icon theme. Fixes bug
1786         #425508.
1787
1788 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1789
1790         * shell/ev-history.c: (ev_history_class_init),
1791         (ev_history_add_link):
1792         * shell/ev-history.h:
1793         * shell/ev-navigation-action.c:
1794         (ev_navigation_action_history_changed),
1795         (ev_navigation_action_set_history), (build_menu),
1796         (ev_navigation_action_finalize):
1797         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1798         
1799         Make navigation action unsensitive instead of showing
1800         menu with unsensitive word. Fixes bug #417392.
1801
1802 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * shell/ev-application.[ch]: (ev_application_shutdown),
1805         (ev_application_get_print_settings),
1806         (ev_application_set_print_settings):
1807         * shell/ev-window.c:
1808
1809         Remember print settings. Fixes bug #349102. 
1810
1811 2007-05-08  Christian Persch  <chpe@gnome.org>
1812
1813         * configure.ac:
1814         * properties/ev-properties-view.c:
1815
1816         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1817         Bug #382438.
1818
1819 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * configure.ac:
1822         * properties/ev-properties-view.c: (ev_regular_paper_size):
1823
1824         Use gtk+ builtin paper list to identify the document's paper size.
1825         Fixes bug #382438. 
1826
1827 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * configure.ac:
1830
1831         Fix build when compiling with thumbnailer and libgnome support. 
1832
1833 2007-05-04  Ross Burton  <ross@openedhand.com>
1834
1835         * configure.ac:
1836         Add --without-libgnome, check for libgnome and libgnomeui
1837         separately, and add them to the symbols as required.
1838
1839         * libdocument/ev-file-helpers.c:
1840         When building without libgnome, use g_get_user_config_dir instead
1841         of gnome_user_dir_get.
1842
1843         * shell/ev-application.c:
1844         When building without libgnome, don't use session management.
1845
1846         * shell/main.c:
1847         When building without libgnome, don't use GnomeProgram or
1848         initialise the authentication manager.
1849
1850         This fixes #328842.
1851
1852 2007-05-04  Ross Burton  <ross@openedhand.com>
1853
1854         * shell/ev-window.c:
1855         Don't use libgnome to open help, instead call Yelp directly.
1856
1857 2007-05-04  Ross Burton  <ross@openedhand.com>
1858
1859         * shell/ev-sidebar-attachments.c:
1860         Don't use libgnome to lookup icons for MIME types, instead copy
1861         code from GTK+ to do it manually.
1862
1863 2007-05-04  Ross Burton  <ross@openedhand.com>
1864
1865         * configure.ac:
1866         Add libxml to the dependencies for SHELL_CORE (#435818).
1867
1868 2007-05-02  Ross Burton  <ross@openedhand.com>
1869
1870         * configure.ac:
1871         * Makefile.am:
1872         Add --disable-thumbnailer (#434825)
1873
1874 2007-05-02  Ross Burton  <ross@openedhand.com>
1875
1876         * shell/ev-window.c:
1877         Add missing includes, fix indentation.
1878
1879         * shell/main.c:
1880         Fix indentation.
1881
1882 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1883
1884         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1885         ev_application_open_uri_at_dest instead of ev_application_open_uri
1886         preventing new document always being opened in a new window even if there
1887         is an empty window.
1888
1889 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1890
1891         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1892         (egg_recent_view_uimanager_finalize):
1893         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1894         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1895         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1896         (ev_pixbuf_cache_dispose):
1897         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1898         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1899         
1900         Add missing chain to parent class methods. Fixes
1901         bug #433128.
1902
1903 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1904
1905         * data/Makefile.am (update-icon-cache): Updates
1906         gtk-update-icon-cache in uninstall-hook.
1907
1908 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-window.c: (ev_window_setup_document),
1911         (ev_window_set_document), (ev_window_load_job_cb):
1912         * shell/ev-view.c: (setup_caches):
1913         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1914
1915         Start rendering pages before any other jobs. 
1916
1917 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-window.c: (ev_window_stop_fullscreen),
1920         (ev_window_stop_presentation):
1921
1922         Update chrome visibility before window unfullscreen. 
1923
1924 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * data/Makefile.am:
1927         * data/evince-ui.xml:
1928         * shell/ev-stock-icons.[ch]:
1929         * shell/ev-application.[ch]: (ev_application_shutdown),
1930         (ev_application_init), (ev_application_get_toolbars_model):
1931         * shell/ev-window.c: (update_chrome_visibility),
1932         (fullscreen_toolbar_setup_item_properties),
1933         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1934         (ev_window_run_presentation), (ev_window_stop_presentation),
1935         (ev_window_run_preview), (ev_window_screen_changed),
1936         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1937         (ev_window_dispose), (ev_window_init):
1938
1939         Make fullscreen toolbar always visible. Do not use egg toolbars for
1940         fullscreen and preview modes since such toolbars are not editables.
1941         Fixes bugs #300278, #338910 and #316188.  
1942
1943 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1944
1945         * shell/ev-application.c:
1946         * shell/ev-job-queue.c:
1947         * shell/ev-metadata-manager.c:
1948         * shell/ev-stock-icons.c:
1949         * shell/ev-window.c:
1950         * shell/main.c:
1951         
1952         Developers documentation updated.
1953
1954 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1957
1958         Check whether uri is valid before launching it. Fixes bug #427664.
1959
1960 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * shell/ev-window.c:
1963
1964         Change key accelerator for Open a Copy menu entry which is in conflict
1965         with Close. Fixes bug #427321.
1966
1967 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1968
1969         * NEWS:
1970         * configure.ac:
1971         
1972         Update for release 0.8.1
1973
1974 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1975
1976         * shell/ev-window.c: (setup_size_from_metadata):
1977         
1978         Do not make window bigger than screen. Fixes bug 
1979         #388985.
1980
1981 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1984         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1985
1986         Use default resolution when it's not provided by document. Fixes bug
1987         #408762.
1988
1989 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * configure.ac:
1992         * thumbnailer/Makefile.am:
1993         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1994         * thumbnailer/evince-thumbnailer.schemas.in:
1995         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1996
1997         Add support for ps, eps and compressed documents thumbnails. Do not
1998         ignore size parameter. 
1999
2000 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2001
2002         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2003         (dvi_document_do_color_special):
2004         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2005
2006         Implement font color specials in the DVI backend. Fixes bug #303651.
2007
2008 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2009
2010         Fixup the previous commit:
2011
2012         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2013         * shell/xdg-user-dir-lookup.c: Make the function non-static
2014         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2015
2016 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2017
2018         * shell/ev-window.c (file_open_dialog_response_cb): Use
2019         the xdg-user-dirs DOCUMENTS folder as default folder when
2020         opening a file chooser.  (#424858)
2021
2022         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2023         xdg-user-dirs.
2024
2025 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * shell/ev-window.c: (ev_window_load_job_cb):
2028
2029         Do not setup view from metadata on preview mode. 
2030
2031 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * shell/main.c:
2034
2035         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2036
2037 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * shell/ev-view.c: (ev_view_primary_get_cb):
2040
2041         Check pointer != NULL before using it. Fixes bug #416841. 
2042
2043 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2044
2045         * NEWS:
2046         * configure.ac:
2047         
2048         Release 0.8.0
2049
2050 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2053
2054         Do not render thumbnails when sidebar thumbnail page is not visible
2055         at startup. Fixes bug #416447. 
2056
2057 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2058
2059         * data/evince.desktop.in.in:
2060
2061         "Application" is not a valid category in the freedesktop specification.
2062
2063 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * libdocument/ev-file-helpers.[ch]: (compression_run),
2066         (ev_file_uncompress), (ev_file_compress):
2067         * shell/ev-window.c: (file_save_dialog_response_cb):
2068
2069         Save document compressed when saving a copy of a compressed document.
2070         Fixes bug #334542.
2071
2072 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2073
2074         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2075
2076         Allow deleting in goto window entry in presentation mode. 
2077
2078 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2079
2080         * Makefile.am: Dist MAINTAINERS.
2081
2082 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * shell/ev-window.c: (ev_window_update_actions):
2085
2086         Fix zoom shortcut keys when searching. Fixes bug #409828.
2087
2088 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * shell/ev-window.c: (ev_window_setup_document):
2091
2092         Fix crash when loading documents with only one page. 
2093
2094 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * backend/dvi/dvi-document.c:
2097         (dvi_document_thumbnails_get_dimensions),
2098         (dvi_document_thumbnails_get_thumbnail):
2099         * backend/impress/impress-document.c:
2100         (impress_document_thumbnails_get_thumbnail),
2101         (impress_document_thumbnails_get_dimensions):
2102         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2103         (ps_document_thumbnails_get_dimensions):
2104         * backend/djvu/djvu-document.c:
2105         (djvu_document_thumbnails_get_dimensions),
2106         (djvu_document_thumbnails_get_thumbnail):
2107         * backend/tiff/tiff-document.c:
2108         (tiff_document_thumbnails_get_thumbnail),
2109         (tiff_document_thumbnails_get_dimensions):
2110         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2111         (pdf_document_thumbnails_get_thumbnail),
2112         (pdf_document_thumbnails_get_dimensions):
2113         * backend/comics/comics-document.c:
2114         (comics_document_thumbnails_get_thumbnail),
2115         (comics_document_thumbnails_get_dimensions):
2116         * backend/pixbuf/pixbuf-document.c:
2117         (pixbuf_document_thumbnails_get_thumbnail),
2118         (pixbuf_document_thumbnails_get_dimensions):
2119         * libdocument/ev-document-thumbnails.[ch]:
2120         (ev_document_thumbnails_get_thumbnail),
2121         (ev_document_thumbnails_get_dimensions):
2122         * libdocument/ev-document-misc.[ch]:
2123         (ev_document_misc_get_thumbnail_frame):
2124         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2125         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2126         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2127         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2128         (ev_sidebar_thumbnails_refresh):
2129         * shell/ev-window.c: (ev_window_setup_document):
2130         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2131
2132         Use an EvRenderContext for rendering thumbnails instead of a suggested
2133         width, so that different sized pages get sized proportionally.
2134
2135 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * shell/ev-view.c: (ev_view_button_press_event),
2138         (ev_view_key_press_event):
2139
2140         Fix critical warnings when there is no document loaded. 
2141
2142 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * shell/ev-page-action-widget.c:
2145         * shell/ev-navigation-action.c:
2146         * shell/ev-window.c:
2147
2148         Fix compile warnings. 
2149
2150 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * backend/djvu/djvu-text.h:
2153         * backend/djvu/djvu-document.c:
2154         * backend/djvu/djvu-text-page.c:
2155         * backend/djvu/djvu-links.c:
2156         * backend/djvu/djvu-text-page.h:
2157         * backend/djvu/djvu-text.c:
2158         
2159         Fix build on Mac. Fixes bug #392186. Patch by
2160         <ephraim_owns@hotmail.com>
2161
2162 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2163
2164         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2165
2166         Restore cairo context before rendering every page when printing a PDF
2167         document into a PDF file. 
2168
2169 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * backend/ps/gstypes.h:
2172         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2173         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2174         (ps_document_thumbnails_get_thumbnail):
2175
2176         Handle PostScript page orientation. Fixes bug #318568.
2177
2178 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * backend/ps/Makefile.am:
2181         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2182         (document_load), (ps_document_load), (save_document),
2183         (save_page_list), (ps_document_get_n_pages),
2184         (ps_document_get_page_size), (ps_document_get_info),
2185         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2186         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2187         (ps_document_thumbnails_get_thumbnail),
2188         (ps_document_thumbnails_get_dimensions),
2189         (ps_document_document_thumbnails_iface_init):
2190         * backend/ps/ps.[ch]: (psgetpagebox):
2191         * backend/ps/ps-interpreter.[ch]:
2192
2193         Add support for thumbnails in ps backend. Fixes bug #164755. 
2194
2195 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2196
2197         * NEWS:
2198         * configure.ac:
2199         
2200         Release 0.7.2
2201
2202 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2205         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2206         (ev_window_dispose):
2207
2208         Use document thumbnail as window icon. Fixes bug #384442.
2209
2210 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2211
2212         * configure.ac:
2213
2214         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2215         duplicated adding application/x-bzpostscript instead. 
2216
2217 2007-02-11  Tom Parker  <palfrey@tevp.net>
2218
2219         * backend/ps/ps-document.c: (document_load):
2220
2221         Check return value of psscan before trying
2222         to use it. Fixes bug #372414.
2223
2224 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2227
2228         Fix invalid free in ev-page-cache. Fixes bug #404745.
2229
2230 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2231
2232         * test/Makefile.am:
2233         * test/test3.py:
2234         
2235         Added reload test case.
2236
2237 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * po/POTFILES.in:
2240         * backend/djvu/djvu-document.c: (djvu_document_load):
2241
2242         Check whether there are missing files in indirect multipage djvu
2243         documents. Fixes bug #361683. 
2244
2245 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * test/Makefile.am:
2248         * test/test-mime.bin:
2249         * test/test3.py:
2250         
2251         Added test for slow mime type
2252
2253 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2256
2257         Add some checks and call parent_class->finalize. Fixes bug #404745.
2258
2259 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * shell/ev-navigation-action.c: (connect_proxy):
2262         
2263         Fixes dropdown history menu. Thanks a lot Carlos!
2264
2265 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2268
2269         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2270         bug #373715.
2271
2272 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * backend/ps/ps.c: (psscan):
2275
2276         Fix memory leak. 
2277
2278 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * configure.ac:
2281         * libdocument/ev-file-helpers.c: 
2282
2283         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2284
2285 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * configure.ac:
2288         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2289         (ps_interpreter_start), (document_load), (save_document),
2290         (save_page_list):
2291         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2292         * libdocument/ev-document-factory.c:
2293         (ev_document_factory_get_from_mime), (get_document_from_uri),
2294         (free_uncompressed_uri), (ev_document_factory_get_document):
2295         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2296
2297         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2298
2299 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2300
2301         * libdocument/ev-document.h:
2302
2303         Fix typo in function name. 
2304
2305 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * backend/ps/ps-document.c: (ps_interpreter_finished),
2308         (ps_interpreter_start), (ps_interpreter_failed):
2309
2310         Handle ghostscript interpreter crashes. 
2311
2312 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-window.c: (ev_window_open_uri),
2315         (window_configure_event_cb):
2316
2317         Setup window size and position before showing it. Fixes bug #401711.
2318
2319 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * backend/ps/Makefile.am:
2322         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2323         (ps_document_dispose), (ps_document_class_init),
2324         (ps_interpreter_input), (ps_interpreter_output),
2325         (ps_interpreter_error), (setup_interpreter_env),
2326         (ps_interpreter_start), (ps_interpreter_stop),
2327         (ps_interpreter_failed), (ps_interpreter_is_ready),
2328         (check_filecompressed), (document_load), (ps_document_load),
2329         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2330         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2331         (render_page):
2332
2333         Rework ps-document. Code cleanups, remove deprecated code. 
2334
2335 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-view.c: (ev_view_button_press_event):
2338
2339         Do not start an image drag and drop operation when pointer is on 
2340         text, so that we can select text when the whole background is an
2341         image. 
2342
2343 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * shell/ev-window.c: (ev_window_update_actions): 
2346
2347         Disable all zoom related actions during presentation mode. 
2348
2349 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2350
2351         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2352
2353         Do not zoom in or out on presentation mode. Fixes bug #401305.
2354
2355 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * shell/ev-navigation-action.c: (connect_proxy),
2358         (create_menu_item), (ev_navigation_action_class_init):
2359         
2360         Correctly show menu and fix crash when navigaton 
2361         action is out of toolbar visible area.
2362
2363 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2364
2365         * data/Makefile.am:
2366         * data/evince.1:
2367         
2368         Added man file
2369
2370 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2371
2372         * help/reference/* :
2373         * configure.ac:
2374         
2375         Added gtk-doc based documentation for Evince.
2376         Still in initial state but I hope it will
2377         grow.
2378         
2379         * configure.ac:
2380         
2381         Lower dbus requirement to 0.70
2382
2383 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * shell/ev-window.c: (ev_window_add_history):
2386
2387         Fix memory leak. 
2388
2389 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2390
2391         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2392         * shell/ev-view.h:
2393         * shell/ev-window.c: (ev_window_add_history):
2394         
2395         Correctly handle named destination links
2396
2397 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2398
2399         * NOTES:
2400         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2401         * backend/pdf/ev-poppler.cc:
2402         * libdocument/ev-document-links.h:
2403         * libdocument/ev-link.c: (ev_link_get_page):
2404         * libdocument/ev-link.h:
2405         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2406         (ev_history_add_link):
2407         * shell/ev-history.h:
2408         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2409         (new_history_menu_item), (build_menu):
2410         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2411         * shell/ev-sidebar-links.c: (create_loading_model),
2412         (print_section_cb), (ev_sidebar_links_construct),
2413         (fill_page_labels), (update_page_callback_foreach),
2414         (update_page_callback), (job_finished_callback):
2415         * shell/ev-view.c: (ev_view_handle_link):
2416         * shell/ev-window.c: (ev_window_find_chapter),
2417         (ev_window_add_history), (view_handle_link_cb),
2418         (history_changed_cb):
2419         
2420         Implements another history variant
2421
2422 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-window.c: (view_external_link_cb):
2425         * shell/ev-view.c: (ev_view_button_release_event):
2426
2427         Open links in new window when clicking with middle button. 
2428
2429 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2430
2431         * shell/ev-navigation-action.c: (new_history_menu_item):
2432         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2433         * shell/ev-view.c: (ev_view_handle_link):
2434         * shell/ev-window.c:
2435         
2436         Store link before jump, not the destination. For me it 
2437         seems like more natural history behavior.
2438
2439 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2440
2441         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2442         (ev_navigation_action_class_init):
2443         * shell/ev-navigation-action.h:
2444         * shell/ev-page-action.c: (activate_cb):
2445         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2446         (ev_page_cache_set_current_page_history):
2447         * shell/ev-page-cache.h:
2448         * shell/ev-sidebar-thumbnails.c:
2449         (ev_sidebar_tree_selection_changed),
2450         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2451         * shell/ev-view-private.h:
2452         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2453         * shell/ev-view.h:
2454         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2455         (ev_window_setup_document), (ev_window_load_job_cb):
2456         * shell/ev-window.h:
2457         
2458         History finally works as expected.
2459
2460 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2463
2464         Do not update links treeview if it doesn't have a model assigned yet. 
2465
2466 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2469         (ev_sidebar_links_class_init), (update_page_callback):
2470
2471         Do not update links treeview when sidepane is not visible. 
2472
2473 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2474
2475         * shell/ev-marshal.list:
2476         * shell/ev-page-action.c: (activate_cb),
2477         (ev_page_action_class_init):
2478         * shell/ev-page-action.h:
2479         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2480         * shell/ev-window.c:
2481         
2482         Remove activate_link signal, not required.
2483
2484 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * shell/ev-navigation-action.c: (build_menu):
2487         
2488         Reorder menu items and build menu with fixed length.
2489
2490 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2491
2492         * shell/ev-view.c: (get_selected_text):
2493         
2494         Normalize text to fix ligatures problem. See bug
2495         #341947 for details.
2496
2497 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2500
2501         Fix memory leak in ev-page-cache. 
2502
2503 2007-01-25  Tom Parker <palfrey@tevp.net>
2504
2505         * backend/impress/impress-document.c: (impress_document_load),
2506         (impress_document_finalize), (impress_document_init):
2507         * properties/ev-properties-main.c: (ev_properties_get_pages):
2508         
2509         Correctly handle impress document errors. Fixes nautilus
2510         crash in property page #370491.
2511
2512 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2515         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2516         (ev_job_queue_remove_job):
2517         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2518         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2519         (ev_job_load_run):
2520         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2521         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2522         (ev_window_load_job_cb), (xfer_update_progress_callback),
2523         (ev_window_open_uri), (ev_window_dispose):
2524         * shell/main.c: (main):
2525
2526         Do file transfer asynchronously in the main thread instead of
2527         synchronously in the load thread. Fixes bugs #399694, #398307 and
2528         #343542.
2529
2530 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * shell/ev-jobs.c: (ev_job_xfer_run):
2533
2534         Load the document with the font-config lock held. 
2535
2536 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/ps/ps-document.c: (start_interpreter):
2539
2540         Fix memory leaks in ps backend. 
2541
2542 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * backend/impress/impress-document.c:
2545         (impress_document_render_pixbuf):
2546
2547         Do not acquire fontconfig lock in impress backend, since it is using
2548         the main loop for rendering. 
2549
2550 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * po/POTFILES.in: 
2553
2554         Remove mdvi files that shouldn't be translated. 
2555
2556 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-view-private.h:
2559         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2560         (ev_view_set_zoom):
2561
2562         Render "loading..." text into a cairo surface instead of directly into
2563         the window so that fontconfig lock is only needed once and UI is not
2564         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2565
2566 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2569         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2570
2571         Use icon theme associated with the window screen rather than default. 
2572
2573 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2574
2575         * configure.ac:
2576
2577         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2578
2579 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2580
2581         * data/icons/*/apps/evince.*:
2582
2583         Move Evince icons under new apps directory.
2584
2585         * data/icons/*/actions/*:
2586
2587         Add new custom themeable Evince icons: view-page-continuous, 
2588         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2589         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2590
2591         * configure.ac:
2592
2593         Add new directories to AC_CONFIG_FILES.
2594
2595         * shell/ev-stock-icons.c:
2596         * shell/ev-stock-icons.h:
2597
2598         Use new custom themeable icons.
2599
2600 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2603
2604         Do not draw white background page in presentation mode. 
2605
2606 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2607
2608         * shell/ev-view.c: Remove unused gnome-vfs include.
2609
2610 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2611
2612         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2613         
2614         Format string is corrected, fixes bug #397129.
2615
2616 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * shell/ev-window.c: (ev_window_setup_recent):
2619
2620         Do not include in recent menu inexistent documents. Fixes
2621         bug #339171.
2622
2623 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * po/POTFILES.skip: 
2626
2627         Update POTFILES.skip file according to current source tree. 
2628
2629 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-window.c: (file_save_dialog_response_cb):
2632
2633         Do Save a copy in atomic way. Fixes bug #328266. 
2634
2635 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2638
2639         Keep selected cell always visible in index treeview.
2640
2641 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2642         
2643         * shell/ev-view.c: (ev_view_size_allocate):
2644
2645         Restore horizontal scrollbar after switching to/from fullscreen
2646         or presentation mode. Fixes bug #331728.
2647
2648 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-view-private.h:
2651         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2652         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2653         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2654         (ev_view_can_zoom_out):
2655
2656         Use max and min scale values in the view iby taking dpi into account. 
2657
2658 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * configure.ac:
2661         * NEWS:
2662
2663         Release 0.7.1
2664
2665 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * shell/ev-window.c: (ev_window_print_send):
2668
2669         Send print job to printer with some settings set to default values,
2670         since we have already exported to a file according to such settings
2671         and they could be taken twice by some printers. 
2672
2673 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * shell/ev-jobs.c: (ev_job_xfer_run):
2676         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2677
2678         Show main window and load document with the font-config lock held. 
2679
2680 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * configure.ac:
2683         * shell/ev-application.c: (ev_application_register_service):
2684         * shell/main.c: (load_files_remote):
2685
2686         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2687
2688 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2689
2690         * doc/debugging.txt:
2691         
2692         Remove obsolete documentation.
2693
2694 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2695
2696         * Makefile.am:
2697         * backend/Makefile.am:
2698         * backend/comics/Makefile.am:
2699         * backend/djvu/Makefile.am:
2700         * backend/dvi/Makefile.am:
2701         * backend/ev-async-renderer.c:
2702         * backend/ev-async-renderer.h:
2703         * backend/ev-attachment.c:
2704         * backend/ev-attachment.h:
2705         * backend/ev-backend-marshal.c:
2706         * backend/ev-document-factory.c:
2707         * backend/ev-document-factory.h:
2708         * backend/ev-document-find.c:
2709         * backend/ev-document-find.h:
2710         * backend/ev-document-fonts.c:
2711         * backend/ev-document-fonts.h:
2712         * backend/ev-document-images.c:
2713         * backend/ev-document-images.h:
2714         * backend/ev-document-info.h:
2715         * backend/ev-document-links.c:
2716         * backend/ev-document-links.h:
2717         * backend/ev-document-misc.c:
2718         * backend/ev-document-misc.h:
2719         * backend/ev-document-security.c:
2720         * backend/ev-document-security.h:
2721         * backend/ev-document-thumbnails.c:
2722         * backend/ev-document-thumbnails.h:
2723         * backend/ev-document-transition.c:
2724         * backend/ev-document-transition.h:
2725         * backend/ev-document.c:
2726         * backend/ev-document.h:
2727         * backend/ev-file-exporter.c:
2728         * backend/ev-file-exporter.h:
2729         * backend/ev-image.c:
2730         * backend/ev-image.h:
2731         * backend/ev-link-action.c:
2732         * backend/ev-link-action.h:
2733         * backend/ev-link-dest.c:
2734         * backend/ev-link-dest.h:
2735         * backend/ev-link.c:
2736         * backend/ev-link.h:
2737         * backend/ev-render-context.c:
2738         * backend/ev-render-context.h:
2739         * backend/ev-selection.c:
2740         * backend/ev-selection.h:
2741         * backend/impress/Makefile.am:
2742         * backend/pdf/Makefile.am:
2743         * backend/pixbuf/Makefile.am:
2744         * backend/ps/Makefile.am:
2745         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2746         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2747         (start_interpreter), (stop_interpreter), (document_load),
2748         (ps_document_next_page), (render_page):
2749         * backend/tiff/Makefile.am:
2750         * comics/Makefile.am:
2751         * comics/comics-document.c:
2752         * comics/comics-document.h:
2753         * configure.ac:
2754         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2755         * djvu/Makefile.am:
2756         * djvu/djvu-document-private.h:
2757         * djvu/djvu-document.c:
2758         * djvu/djvu-document.h:
2759         * djvu/djvu-links.c:
2760         * djvu/djvu-links.h:
2761         * djvu/djvu-text-page.c:
2762         * djvu/djvu-text-page.h:
2763         * djvu/djvu-text.c:
2764         * djvu/djvu-text.h:
2765         * dvi/Makefile.am:
2766         * dvi/dvi-document.c:
2767         * dvi/dvi-document.h:
2768         * dvi/fonts.c:
2769         * dvi/fonts.h:
2770         * dvi/mdvi-lib/Makefile.am:
2771         * dvi/mdvi-lib/afmparse.c:
2772         * dvi/mdvi-lib/afmparse.h:
2773         * dvi/mdvi-lib/bitmap.c:
2774         * dvi/mdvi-lib/bitmap.h:
2775         * dvi/mdvi-lib/color.c:
2776         * dvi/mdvi-lib/color.h:
2777         * dvi/mdvi-lib/common.c:
2778         * dvi/mdvi-lib/common.h:
2779         * dvi/mdvi-lib/defaults.h:
2780         * dvi/mdvi-lib/dvimisc.c:
2781         * dvi/mdvi-lib/dviopcodes.h:
2782         * dvi/mdvi-lib/dviread.c:
2783         * dvi/mdvi-lib/files.c:
2784         * dvi/mdvi-lib/font.c:
2785         * dvi/mdvi-lib/fontmap.c:
2786         * dvi/mdvi-lib/fontmap.h:
2787         * dvi/mdvi-lib/fontsrch.c:
2788         * dvi/mdvi-lib/gf.c:
2789         * dvi/mdvi-lib/hash.c:
2790         * dvi/mdvi-lib/hash.h:
2791         * dvi/mdvi-lib/list.c:
2792         * dvi/mdvi-lib/mdvi.h:
2793         * dvi/mdvi-lib/pagesel.c:
2794         * dvi/mdvi-lib/paper.c:
2795         * dvi/mdvi-lib/paper.h:
2796         * dvi/mdvi-lib/pk.c:
2797         * dvi/mdvi-lib/private.h:
2798         * dvi/mdvi-lib/setup.c:
2799         * dvi/mdvi-lib/sp-epsf.c:
2800         * dvi/mdvi-lib/special.c:
2801         * dvi/mdvi-lib/sysdeps.h:
2802         * dvi/mdvi-lib/t1.c:
2803         * dvi/mdvi-lib/tfm.c:
2804         * dvi/mdvi-lib/tfmfile.c:
2805         * dvi/mdvi-lib/tt.c:
2806         * dvi/mdvi-lib/util.c:
2807         * dvi/mdvi-lib/vf.c:
2808         * dvi/pixbuf-device.c:
2809         * dvi/pixbuf-device.h:
2810         * impress/Makefile.am:
2811         * impress/common.h:
2812         * impress/document.c:
2813         * impress/f_oasis.c:
2814         * impress/f_oo13.c:
2815         * impress/iksemel.c:
2816         * impress/iksemel.h:
2817         * impress/imposter.h:
2818         * impress/impress-document.c:
2819         * impress/impress-document.h:
2820         * impress/internal.h:
2821         * impress/r_back.c:
2822         * impress/r_draw.c:
2823         * impress/r_geometry.c:
2824         * impress/r_gradient.c:
2825         * impress/r_style.c:
2826         * impress/r_text.c:
2827         * impress/render.c:
2828         * impress/render.h:
2829         * impress/zip.c:
2830         * impress/zip.h:
2831         * lib/Makefile.am:
2832         * lib/ev-debug.c:
2833         * lib/ev-debug.h:
2834         * lib/ev-file-helpers.c:
2835         * lib/ev-file-helpers.h:
2836         * lib/ev-gui.c:
2837         * lib/ev-gui.h:
2838         * lib/ev-tooltip.c:
2839         * lib/ev-tooltip.h:
2840         * libdocument/Makefile.am:
2841         * libdocument/ev-file-helpers.c:
2842         * pdf/Makefile.am:
2843         * pdf/ev-poppler.cc:
2844         * pdf/ev-poppler.h:
2845         * pixbuf/Makefile.am:
2846         * pixbuf/pixbuf-document.c:
2847         * pixbuf/pixbuf-document.h:
2848         * properties/Makefile.am:
2849         * ps/Makefile.am:
2850         * ps/gsdefaults.c:
2851         * ps/gsdefaults.h:
2852         * ps/gsio.c:
2853         * ps/gsio.h:
2854         * ps/gstypes.h:
2855         * ps/ps-document.c:
2856         * ps/ps-document.h:
2857         * ps/ps.c:
2858         * ps/ps.h:
2859         * shell/Makefile.am:
2860         * shell/ev-application.h:
2861         * shell/ev-sidebar-links.c:
2862         * shell/ev-sidebar-links.h:
2863         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2864         (ev_gui_menu_position_tree_selection):
2865         * shell/ev-utils.h:
2866         * shell/ev-view.c: (ev_view_finalize):
2867         * shell/ev-window.c:
2868         * shell/main.c: (main):
2869         * thumbnailer/Makefile.am:
2870         * tiff/Makefile.am:
2871         * tiff/tiff-document.c:
2872         * tiff/tiff-document.h:
2873         * tiff/tiff2ps.c:
2874         * tiff/tiff2ps.h:
2875         
2876         Reorganize source tree.
2877
2878 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * backend/ev-document-factory.c:
2881
2882         Do not include ev-poppler.h when pdf is disabled. 
2883
2884 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * configure.ac:
2887         * data/evince-ui.xml:
2888         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2889         (pdf_document_document_images_iface_init):
2890         * backend/Makefile.am:
2891         * backend/ev-document-images.[ch]:
2892         * backend/ev-image.[ch]:
2893         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2894         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2895         (ev_job_xfer_run):
2896         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2897         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2898         (ev_pixbuf_cache_get_image_mapping):
2899         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2900         (view_menu_popup_cb), (ev_window_dispose),
2901         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2902         (ev_view_popup_cmd_copy_image):
2903         * shell/ev-view-private.h:
2904         * shell/ev-view.c: (ev_view_get_image_at_location),
2905         (ev_view_do_popup_menu), (ev_view_popup_menu),
2906         (ev_view_button_press_event), (ev_view_drag_data_get),
2907         (ev_view_drag_motion), (ev_view_drag_data_received),
2908         (ev_view_motion_notify_event), (ev_view_button_release_event),
2909         (ev_view_finalize), (ev_view_class_init):
2910
2911         Add image handling support. Fixes bugs #310008 and #325047. Images
2912         selection is not supported yet. 
2913
2914 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2917         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2918         (ev_view_init):
2919
2920         Move view drag and drop stuff to ev-view.
2921
2922 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2923
2924         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2925         * shell/ev-view.c: (clear_selection): 
2926
2927         Clear selection also in pixbuf cache.
2928
2929 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2930
2931         * data/evince.desktop.in.in:
2932         
2933         Change icon name in desktop file. See bug #390734
2934         for details.
2935
2936 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2937
2938         * thumbnailer/Makefile.am:
2939
2940         Use top_builddir instead top_srcdir for generated schema
2941         file installation. Fixes bug #390161.
2942
2943 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * configure.ac:
2946         * backend/Makefile.am:
2947         * backend/ev-document-transition.[ch]:
2948         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2949         (pdf_document_page_transition_iface_init):
2950         * shell/ev-view-private.h:
2951         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2952         (ev_view_set_presentation), (transition_next_page),
2953         (ev_view_presentation_transition_stop),
2954         (ev_view_presentation_transition_start), (ev_view_next_page):
2955
2956         Add page transition support in presentation mode. At the moment only
2957         page duration is supported, but not transition effects. Fixes bug
2958         #309815.
2959
2960 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2963
2964         Run find_link_dest with document lock held, since it's called by links
2965         thread and main thread at the same time. 
2966
2967 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * shell/ev-view.c: (goto_dest):
2970
2971         Update page-cache when page is changed by the view, so that
2972         page-changed signal is emitted. 
2973
2974 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * test/test1.py:
2977         * test/test2.py:
2978
2979         Use C locale in tests. 
2980
2981 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * shell/ev-window.c: (ev_window_run_presentation):
2984         * shell/ev-view-private.h:
2985         * shell/ev-view.c: (ev_view_set_presentation):
2986
2987         Restore zoom settings when back from presentation mode. 
2988
2989 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2990
2991         * shell/ev-window.c: (ev_window_run_presentation):
2992
2993         Always use "best fit" zoom in presentation mode.
2994         Fixes bug #389195.
2995
2996 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2997
2998         * shell/ev-view.c: (ev_view_goto_window_create):
2999
3000         Show "Jump to page" label in the page jumping popup in
3001         presentation mode instead of just a GtkEntry.
3002
3003 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * shell/ev-window.c: (launch_external_uri):
3006
3007         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3008         #378085.
3009
3010 2006-12-22  Elijah Newren  <newren gmail com>
3011
3012         * configure.ac: explicitly check for libxml2.  Fixes #388795
3013
3014 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * shell/ev-view-private.h:
3017         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3018         (ev_view_goto_window_delete_event), (key_is_numeric),
3019         (ev_view_goto_window_key_press_event),
3020         (ev_view_goto_window_button_press_event),
3021         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3022         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3023         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3024
3025         Allow jumping to another page by typing a page number in presentation
3026         mode. It uses a popup window with an entry. Fixes bug #353625.
3027
3028 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3029
3030         * configure.ac:
3031         * properties/ev-properties-view.c: (ev_get_default_user_units),
3032         (ev_regular_paper_size):
3033         
3034         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3035         to Damien Carbery <damien.carbery@sun.com> and
3036         Yevgen Muntyan <muntyan@tamu.edu>.
3037
3038 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3039
3040         * shell/ev-window.c: (setup_document_from_metadata):
3041
3042         Make sure Evince doesn't restore the view on the last
3043         page when a document is reopened. Fixes bug #383381.
3044
3045 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3046
3047         * shell/ev-view.c: (draw_loading_text):
3048
3049         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3050
3051 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * configure.ac:
3054         * NEWS:
3055
3056         Release 0.7.0
3057
3058 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * configure.ac:
3061         * pdf/ev-poppler.cc: (pdf_print_context_free),
3062         (pdf_document_file_exporter_begin),
3063         (pdf_document_file_exporter_do_page):
3064
3065         Make cairo-pdf depedency optional. 
3066
3067 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3070
3071         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3072
3073 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3076         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3077         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3078         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3079         * shell/ev-view.c: (draw_loading_text):
3080         * shell/ev-window.c: (ev_window_cmd_file_properties):
3081
3082         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3083         related to using FontConfig from different threads.
3084         
3085 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-view.c: (draw_loading_text):
3088
3089         Acquire lock document when drawing "Loading..." text so that only one
3090         thread will use FontConfig at the same time. Fixes bug #374750.
3091
3092 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * shell/ev-page-action.[ch]: (activate_cb):
3095         * shell/ev-window.c: (activate_label_cb):
3096
3097         Check if text inserted in page entry is a valid page number when it
3098         doesn't match to any document page label. Fixes bug #383165.
3099
3100 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3101         * shell/ev-window.c:
3102
3103         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3104         available with GTK < 2.10. Added an ifdef to avoid compilation
3105         error.
3106
3107 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * configure.ac:
3110         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3111
3112         Fix ps backend in multihead systems.
3113
3114 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3117         * shell/ev-window.c: (ev_window_get_screen_dpi),
3118         (ev_window_update_actions), (setup_view_from_metadata),
3119         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3120
3121         Take screen DPI into account when zooming. Fixes bug #318285.
3122
3123 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3124
3125         * data/Makefile.am:
3126
3127         Cleaned up/slightly refactored Makefile.am. Added GConf
3128         schemas uninstallation as well.
3129
3130 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3131
3132         * Makefile.am:
3133         * test/Makefile.am:
3134
3135         Fight with autotools to fix make check. Make distcheck
3136         works fine as well now!
3137
3138 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3139
3140         * shell/ev-view.c: (draw_end_presentation_page):
3141
3142         Corrected "end of presentation" string.
3143
3144 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3145
3146         * shell/ev-view.c: (ev_view_key_press_event):
3147
3148         Correctly propagate key press event so that up/down keys
3149         work as expected (correct behaviour was broken by
3150         black/white screen key bindings for presentations).
3151
3152 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3155         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3156         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3157         (pdf_selection_get_selection_region),
3158         (pdf_selection_get_selection_map):
3159
3160         Add "static" to some private functions. 
3161
3162 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3163
3164         * lib/ev-tooltip.h:
3165         * properties/ev-properties-view.h:
3166         * shell/ev-jobs.h:
3167         * shell/ev-properties-dialog.h:
3168         * shell/ev-properties-fonts.h:
3169         * shell/ev-sidebar-links.h:
3170         * shell/ev-sidebar-thumbnails.h:
3171         * shell/ev-sidebar.h:
3172         * shell/ev-window.h:
3173         
3174         Fixes CHACK type in class casts. See bug #385343
3175         for details.
3176
3177 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/ev-view-private.h:
3180         * shell/ev-view.c: (draw_end_presentation_page),
3181         (ev_view_expose_event), (ev_view_key_press_event),
3182         (ev_view_class_init), (ev_view_init):
3183
3184         Blank screen in presentation mode when pressing 'b' (filling with
3185         black) or 'w' (filling with white) keys. Fixes bug #358132.
3186
3187 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3188
3189         * data/evince-toolbar.xml:
3190         * shell/ev-window.c:
3191         
3192         Use stock icon for Select All action. Fixes
3193         bug #382652.
3194
3195 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3196
3197         * shell/ev-view.c: (get_doc_point_from_offset),
3198         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3199
3200         Add links support in rotated documents. Fixes bug #343733.
3201
3202 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/ev-view-private.h:
3205         * shell/ev-view.c: (draw_end_presentation_page),
3206         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3207
3208         Show a blank page after the last page in presentation mode with a
3209         message indicating that presentation has finished and how to exit. 
3210
3211 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-window.c: (fullscreen_timeout_cb):
3214
3215         Hide cursor after a while in presentation mode. 
3216
3217 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3218
3219         * backend/ev-document-info.h:
3220         * data/evince-properties.glade:
3221         * pdf/ev-poppler.cc:
3222         * properties/ev-properties-view.c: (ev_regular_paper_size),
3223         (ev_properties_view_set_info):
3224         * ps/ps-document.c: (ps_document_get_info):
3225
3226         Adds a paper size field to the properties dialog. Fixes
3227         bug #307315. Patch by Kasper Svendsen (with some i18n
3228         changes done by me).
3229
3230 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3231
3232         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3233         (screensaver_init_dbus), (totem_scrsaver_new),
3234         (totem_scrsaver_init):
3235         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3236         * shell/ev-application.c: (ev_application_register_service),
3237         (ev_application_screensaver_enable),
3238         (ev_application_screensaver_disable):
3239         * shell/ev-application.h:
3240         * shell/ev-window.c: (ev_window_run_presentation),
3241         (ev_window_stop_presentation), (build_comments_string),
3242         (ev_window_init):
3243         
3244         Move screensaver handling to application. No more
3245         message on startup.
3246
3247 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * configure.ac:
3250         * backend/Makefile.am:
3251         * backend/ev-file-exporter.[ch]:
3252         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3253         * ps/ps-document.c: (ps_document_file_exporter_*):
3254         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3255         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3256         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3257         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3258
3259         Allow printing to PDF when suppoted by the backend.
3260         
3261 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * shell/ev-window.c: (build_comments_string):
3264
3265         Use always "Document Viewer" in about dialog. 
3266
3267 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * djvu/djvu-document.c: (djvu_document_get_page_size):
3270
3271         Display a warning message when get_pageinfo fails. 
3272
3273 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3274
3275         * Makefile.am:
3276         * backend/Makefile.am:
3277         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3278         * configure.ac:
3279         * shell/ev-window.c: (build_comments_string):
3280         
3281         Make pdf compilation optional. See bug #38007.
3282
3283 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * ps/ps.c: (get_next_text):
3286
3287         Fix CVE-2006-5864.
3288
3289 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3292         * shell/ev-navigation-action.c: (connect_proxy),
3293         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3294         
3295         Do not call g_type_class_peek_parent twice.
3296
3297 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3298
3299         * configure.ac:
3300         * data/icons/24x24/.cvsignore:
3301         * data/icons/24x24/Makefile.am:
3302         * data/icons/24x24/evince.png:
3303         * data/icons/Makefile.am:
3304         
3305         Add 24x24 icon. Thanks to 
3306         Michael Monreal <infernux@web.de>.
3307
3308 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3309
3310         * configure.ac: Fix typo in configure.ac. Thanks
3311         to dmacks@netspace.org for notification.
3312
3313 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3314
3315         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3316         
3317         Drop dbus include, fixes compilation with older dbus.
3318
3319 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3320
3321         * configure.ac:
3322         * cut-n-paste/Makefile.am:
3323         * cut-n-paste/totem-screensaver/.cvsignore
3324         * cut-n-paste/totem-screensaver/Makefile.am:
3325         * cut-n-paste/totem-screensaver/README:
3326         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3327         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3328         * shell/Makefile.am:
3329         * shell/ev-window.c: (ev_window_run_presentation),
3330         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3331         (ev_window_init):
3332
3333         Implemented screensaver enabling/disabling for
3334         presentation mode (not fullscreen mode). Code stolen
3335         from Totem (with some minor tweaks). Fixes bug #338889.
3336
3337 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3338
3339         * configure.ac:
3340
3341         Bump gnome-icon-theme requirements. We use the rotation
3342         icons that appeared recently.
3343
3344 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3345
3346         * shell/ev-history.c: (ev_history_add_page):
3347         * shell/ev-history.h:
3348         * shell/ev-window.c: (page_changed_cb):
3349         
3350         Use page labels instead of numbers.
3351
3352 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3353
3354         * data/evince-toolbar.xml:
3355         * po/POTFILES.in:
3356         * shell/Makefile.am:
3357         * shell/ev-navigation-action-widget.c:
3358         (ev_navigation_action_widget_init),
3359         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3360         (menu_detacher), (ev_navigation_action_widget_set_menu),
3361         (menu_position_func), (popup_menu_under_arrow),
3362         (ev_navigation_action_widget_toggled),
3363         (ev_navigation_action_widget_button_press_event):
3364         * shell/ev-navigation-action-widget.h:
3365         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3366         (ev_navigation_action_set_window), (activate_menu_item_cb),
3367         (new_history_menu_item), (new_empty_history_menu_item),
3368         (build_menu), (menu_activated_cb), (connect_proxy),
3369         (create_tool_item), (ev_navigation_action_init),
3370         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3371         * shell/ev-navigation-action.h:
3372         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3373         (ev_page_action_widget_set_page_cache),
3374         (ev_page_action_widget_finalize),
3375         (ev_page_action_widget_class_init), (match_selected_cb),
3376         (display_completion_text), (match_completion), (build_new_tree_cb),
3377         (get_filter_model_from_model),
3378         (ev_page_action_widget_update_model):
3379         * shell/ev-page-action-widget.h:
3380         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3381         (connect_proxy):
3382         * shell/ev-page-action.h:
3383         * shell/ev-stock-icons.c:
3384         * shell/ev-stock-icons.h:
3385         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3386         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3387         (register_custom_actions):
3388         * shell/main.c:
3389         
3390         Preliminary history implementation
3391
3392 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3393
3394         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3395         (dvi_document_class_init), (dvi_document_init_params):
3396         * dvi/mdvi-lib/font.c: (font_reference):
3397         
3398         Add reference to subfont. Fixes bug #374277.
3399
3400 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3403         (ev_window_cmd_file_open_copy_at_dest):
3404
3405         Fix a race condition when creating symlink. Increase the counter
3406         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3407         Mathias Hasselmann).
3408
3409 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3410
3411         * backend/Makefile.am:
3412         * backend/ev-attachment.c: (ev_attachment_open):
3413         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3414         (ev_tmp_dir), (ev_tmp_filename):
3415         * shell/ev-sidebar-attachments.c:
3416         (ev_sidebar_attachments_drag_data_get):
3417         * shell/ev-window.c: (ev_window_clear_temp_file):
3418
3419         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3420         in ensure_dir_exists. Abort without crashing when we can't create
3421         user's directory.
3422
3423 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * data/evince-ui.xml:
3426         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3427         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3428         (ev_window_cmd_file_open_copy_at_dest),
3429         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3430         (ev_view_popup_cmd_open_link_new_window):
3431
3432         Allow opening a copy of the current document in a new window. Fixes bug
3433         #357472
3434
3435 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * data/evince-toolbar.xml:
3438         
3439         Add rotate right and rotate left to available items for toolbar.
3440         
3441         * data/evince-ui.xml:
3442         * shell/ev-window.c: (ev_window_init):
3443         
3444         Customize toolbar with right click. Fixes bug #372451.
3445
3446 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3447
3448         * shell/ev-window.c: 
3449         
3450         Use "object-rotate-{left,right}" stock icons. Fixes 
3451         bug #373863.
3452
3453 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3456         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3457         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3458         (ev_window_open_uri):
3459         * shell/main.c: (arguments_parse):
3460
3461         Remove temp file created when evince is used by GTK+ in
3462         preview mode. Fixes bug #365282. 
3463
3464 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3465
3466         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3467         
3468         Fixes bug #372474 - Side pane disabled when entering 
3469         and leaving fullscreen mode.
3470
3471 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3472
3473         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3474         * data/Makefile.am:
3475         * data/evince-preview-toolbar.xml:
3476         * data/evince-toolbar.xml:
3477         * shell/ev-application.c: (ev_application_shutdown),
3478         (ev_application_init), (ev_application_get_toolbars_model):
3479         * shell/ev-application.h:
3480         * shell/ev-window.c: (update_chrome_visibility),
3481         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3482         (ev_window_cmd_edit_toolbar), (ev_window_init):
3483         
3484         Fixes bug #364364 - toolbar editor shows zoom actions again.
3485
3486 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3489
3490         Do not take margins into consideration for paper size when printing.
3491         Really fixes bug #350491.
3492
3493 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * data/evince-ui.xml:
3496         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3497         (ev_window_cmd_file_print_setup),
3498         (ev_window_print_dialog_response_cb),
3499         (ev_window_setup_action_sensitivity):
3500
3501         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3502
3503 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * shell/ev-window.c: (ev_window_print_range):
3506
3507         Revert my previuos commit, since printing to PDF is not supported by
3508         evince yet. 
3509
3510 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * shell/ev-window.c: (ev_window_print_range):
3513
3514         Enable print to a PDF. Fixes bug #332121.
3515
3516 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * shell/ev-application-service.xml:
3519         * shell/ev-application.[ch]: (ev_application_open_window),
3520         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3521         (ev_application_open_uri), (ev_application_open_uri_list):
3522         * shell/ev-window.c: (file_open_dialog_response_cb),
3523         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3524         (drag_data_received_cb), (open_remote_link):
3525         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3526
3527         Add support for multiscreen systems. Fixes bug #316206.
3528
3529 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-jobs.[ch]: (ev_job_print_new),
3532         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3533         (ev_job_print_do_page):
3534         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3535
3536         Allow printing only odd/even pages. Fixes bug #367289.
3537
3538 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3539
3540         * test/test1.py:
3541         * test/test2.py:
3542
3543         Re-add locale settings to test files.
3544
3545 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * data/evince-ui.xml:
3548         * shell/ev-window.c: (set_action_properties):
3549         
3550         Removed garbage from code and ui.
3551
3552 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3553
3554         * shell/ev-window.c: (ev_window_cmd_help_about):
3555
3556         Shamelessly add my name to the list of contributors.
3557
3558 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3559
3560         * test/test1.py:
3561         * test/test2.py:
3562
3563         Cleaned up the dogtail scripts.
3564
3565 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3566
3567         * shell/ev-view.c: (draw_loading_text): Don't render
3568         "loading..." text in presentation mode. Temporary
3569         workaround for bug #320352.
3570
3571 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3574         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3575
3576         Use print settings scale, copies, collate and reverse which were
3577         ignored. Fixes bug #359032.
3578
3579 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3580
3581         * configure.ac:
3582         * data/evince-password.glade:
3583         * test/Makefile.am:
3584         * test/test-encrypt.pdf:
3585         * test/test-links.pdf:
3586         * test/test1.py:
3587         * test/test2.py:
3588
3589         Add automated UI tests for evince with dogtail. See
3590         bug #300948.    
3591
3592 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3595
3596         Hide fullscreen toolbar when switching to another desktop workspace.
3597         Fixes bug #338871
3598
3599 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3600
3601         * shell/ev-window-title.c: 
3602         
3603         Test for .dvi in title of pdf documents.
3604
3605 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3606
3607         * shell/ev-view.c: (ev_view_scroll):
3608
3609         Page Up/Down should do page jumps in "Best fit" mode.
3610         If a user has explicitly chosen to view exactly one page
3611         at a time, scrolling just a part of the page when
3612         pressing Page Up/Down is not right. Fixes bug #323107.
3613
3614 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3615
3616         * NEWS:
3617         * configure.ac:
3618         
3619         Update for 0.6.1
3620
3621 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3622
3623         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3624         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3625         
3626         Correctly disconnect from job signals on destroy.
3627
3628 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3629
3630         * shell/ev-view-private.h:
3631         * shell/ev-view.c: (view_set_adjustment_values),
3632         (view_update_range_and_current_page),
3633         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3634         
3635         Fixes bug #343199, current page now follows find page.
3636
3637 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3638
3639         * backend/ev-document-factory.c:
3640         * configure.ac:
3641         Assigned OpenDocument presenation MIME type to the
3642         Impress backend. Added some missing (but harmless)
3643         #ifdefs in the document factory as well to make things
3644         consistent again. Fixes bug #360658.
3645
3646 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3647
3648         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3649         * backend/ev-document-find.c: (ev_document_find_get_type):
3650         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3651         * backend/ev-document-links.c: (ev_document_links_get_type):
3652         * backend/ev-document-security.c: (ev_document_security_get_type):
3653         * backend/ev-document-thumbnails.c:
3654         (ev_document_thumbnails_get_type):
3655         * backend/ev-document.c: (ev_document_get_type):
3656         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3657         * backend/ev-selection.c: (ev_selection_get_type):
3658         * cut-n-paste/recent-files/egg-recent-model.c:
3659         (egg_recent_model_get_type):
3660         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3661         (egg_recent_view_uimanager_get_type):
3662         * cut-n-paste/recent-files/egg-recent-view.c:
3663         (egg_recent_view_get_type):
3664         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3665         (egg_editable_toolbar_get_type):
3666         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3667         (egg_toolbar_editor_get_type):
3668         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3669         (egg_toolbars_model_get_type):
3670         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3671         (egg_tree_multi_drag_source_get_type):
3672         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3673         (ephy_zoom_action_get_type):
3674         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3675         (ephy_zoom_control_get_type):
3676         * impress/r_back.c: (_imp_fill_back):
3677         * properties/ev-properties-main.c:
3678         (ev_properties_plugin_register_type):
3679         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3680         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3681         (ev_view_accessible_factory_get_type):
3682
3683         Reduce relocations. Bug #360616.
3684
3685 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3686
3687         * backend/ev-document-factory.c:
3688         (ev_document_factory_get_document):
3689         
3690         Load document even if extension is wrong.
3691
3692 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3693
3694         * shell/ev-metadata-manager.c: (save_values):
3695         * shell/ev-window.c: (setup_size_from_metadata),
3696         (setup_view_from_metadata), (ev_window_setup_document),
3697         (ev_window_xfer_job_cb), (window_configure_event_cb):
3698         
3699         Set size according to the document size/page size ratio.
3700         That should correct rather wierd behaviour of the previous
3701         commit.
3702
3703 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3704
3705         * shell/ev-window.c: (setup_view_from_metadata):
3706         
3707         Set size for new windows from previous window size.
3708         See bugs #354968 and #168450 for details. Thanks
3709         to Meik Hellmund.
3710
3711 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * djvu/djvu-links.c: (build_tree):
3714
3715         Fix memory leak.
3716
3717 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3718
3719         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3720         
3721         Don't make sidebar close button insensitive. Fixes
3722         bug #357871.
3723
3724 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3725
3726         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3727         (ev_window_set_view_accels_sensitivity):
3728         
3729         Don't enable Slash on documents which don't support
3730         find. Fixes bug #358648.
3731
3732 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3733
3734         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3735         open dialog fall back to the current document uri if the
3736         filechooser hasn't been used before. Fixes bug #356980.
3737
3738 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3739
3740         * shell/ev-window.c: (ev_window_setup_recent), 
3741         (ev_window_get_recent_file_label):
3742
3743         Escape underscores in filenames of recent file items.
3744
3745 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3746
3747         * configure.ac:
3748         
3749         Bumped poppler requirements, really 0.5.3 is very 
3750         buggy, now we require 0.5.4.
3751
3752 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * djvu/Makefile.am:
3755         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3756         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3757         (djvu_document_document_links_iface_init):
3758         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3759         (number_from_string_10), (get_djvu_link_dest),
3760         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3761         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3762         (djvu_links_get_links), (djvu_links_find_link_dest),
3763         (djvu_links_get_links_model):
3764         * djvu/djvu-links.h:
3765         
3766         Add support for links and bookmarks in djvu documents. Thanks
3767         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3768         patch.
3769
3770 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3773         
3774         Reopen should reload document. Fixes 
3775         bug 327951.
3776
3777 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3778
3779         * configure.ac:
3780         * data/Makefile.am:
3781         * data/evince-16.png:
3782         * data/evince-22.png:
3783         * data/evince.png:
3784         * data/evince.svg:
3785         * data/icons/16x16/Makefile.am:
3786         * data/icons/16x16/evince.png:
3787         * data/icons/22x22/Makefile.am:
3788         * data/icons/22x22/evince.png:
3789         * data/icons/48x48/Makefile.am:
3790         * data/icons/48x48/evince.png:
3791         * data/icons/Makefile.am:
3792         * data/icons/scalable/Makefile.am:
3793         * data/icons/scalable/evince.svg:
3794         
3795         Install icons with correct names. Fixes
3796         bug #354429.
3797
3798 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * shell/ev-view.c: (ev_view_button_release_event):
3801
3802         Don't open links with middle mouse button. Fixes bug #353649
3803
3804 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3805
3806         * NEWS:
3807         * configure.ac:
3808         
3809         Update for release 0.6.0
3810
3811 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3812
3813         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3814         Implement Close named action. Patch by Carlos Garcia Campos.
3815
3816 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3817
3818         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3819         
3820         Don't clear link mapping on copy_job_to_job_info. Fixes
3821         bug 346168.
3822
3823 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * shell/main.c: (main):
3826
3827         Revert my previous commit, gnome_program_init owns the option context.
3828         Fix another memory leak in main. Both caught by Christian Persch. 
3829
3830 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * shell/main.c: (main):
3833
3834         Fix memory leak.
3835
3836 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3839
3840         Fix crash when opening a pdf with password protection. 
3841
3842 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * pdf/ev-poppler.cc: (pdf_document_search_free):
3845
3846         Fix memory leak. 
3847
3848 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3849
3850         * backend/ev-document-factory.c:
3851         (ev_document_factory_get_document):
3852         * tiff/tiff-document.c: (tiff_document_finalize):
3853         
3854         More correct handling of document loading. Fixes
3855         bug #349043.
3856
3857 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * backend/ev-attachment.c: (ev_attachment_save):
3860
3861         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3862         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3863
3864 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3865         
3866         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3867         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3868
3869 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3870
3871         * shell/ev-sidebar-thumbnails.c:
3872
3873         Do not render thumbnails unless thumbnails page is active in the
3874         sidebar.
3875
3876 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3877
3878         * shell/ev-properties-dialog.c:
3879
3880         Fix dialogue spacing. Bug #351370.
3881
3882 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3883
3884         * configure.ac:
3885
3886         Use lowercase gettext catalog file names (evince.mo
3887         instead of Evince.mo)
3888
3889 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * shell/ev-sidebar-attachments.c:
3892
3893         GtkIconTheme is now screen safe too. Fixes bug #350878
3894
3895 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * shell/ev-window.c:
3898
3899         GtkRecent manager is now screen safe. Fixes bug #350145
3900
3901 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3902
3903         * shell/ev-sidebar.c: (ev_sidebar_init):
3904         
3905         Make sidebar close icon smaller. Fix for bug 350177.
3906         See also bugs 350176 and 165770.
3907
3908 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3911
3912         Ignore zoom for xyz destinations when it's <= 1, keeping user
3913         preferences instead. Set correct sizing-mode for fith and fitv
3914         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3915
3916 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3917
3918         * NEWS:
3919         * configure.ac:
3920         
3921         Update for release 0.5.5
3922
3923 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3924         
3925         * shell/ev-window.c: (ev_window_cmd_escape)
3926
3927         Escape unfocus page entry. Fixes bug #345809.
3928
3929 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3932         (build_tree), (pdf_document_links_get_links),
3933         (pdf_document_links_find_link_dest):
3934         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3935         (goto_xyz_dest):
3936
3937         Convert from PDF style coordinates to X style coordinates in the
3938         backend rather than in the view. Fixes bug #338440
3939
3940 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * shell/ev-window.c:
3943         
3944         Remove Ctrl+Shift+T shortcut for toolbars. See
3945         the bug #350098.
3946
3947 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * configure.ac:
3950
3951         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3952         of this. 
3953
3954 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3955
3956         * configure.ac:
3957         * cut-n-paste/Makefile.am:
3958         * data/evince-ui.xml:
3959         * shell/Makefile.am:
3960         * shell/ev-application.[ch]:
3961         * shell/ev-window.c:
3962
3963         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3964         #349273
3965
3966 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3967
3968         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3969         findbar code: s/help/search/
3970
3971 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3972
3973         * shell/ev-window.c: (setup_document_from_metadata),
3974         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3975         (setup_view_from_metadata):
3976         
3977         Fix memory leaks.
3978
3979 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3980
3981         * autogen.sh, configure.ac: 
3982         
3983         Update automake usage. See bug 349292.
3984
3985 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * shell/eggfindbar.c: (egg_find_bar_class_init),
3988         (entry_activate_callback), (egg_find_bar_init),
3989         (egg_find_bar_set_status_text):
3990         * shell/eggfindbar.h:
3991         
3992         Unify Evince findbar with Epiphany. Nice patch
3993         from Fabricio Silva <silva@crans.org> and
3994         Frederic Peters <fpeters@entrouvert.com>. See
3995         bug #339966 for details.
3996
3997 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * data/evince.desktop.in.in:
4000         
4001         Correct information for bugzilla. Thanks to
4002         Olaf Vitters, see bug #348855.
4003
4004 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-jobs.[ch]:
4007         * shell/ev-sidebar-links.c:
4008         * shell/ev-window.[ch]:
4009
4010         GtkPrintJob doesn't support print ranges or current page, so we export
4011         to a ps file now when printing ranges or current page.
4012
4013 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * pdf/ev-poppler.cc:
4016         * shell/ev-window.c: (do_action_named):
4017
4018         We should be more clear about bugzilla. See the
4019         poppler bug #7623.
4020
4021 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * configure.ac:
4024         * shell/Makefile.am:
4025         * shell/ev-job-queue.c:
4026         * shell/ev-jobs.[ch]:
4027         * shell/ev-sidebar-links.c:
4028         * shell/ev-window.[ch]:
4029         
4030         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4031         #348422
4032
4033 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4036         * shell/ev-application-service.xml:
4037         * shell/ev-application.[ch]:
4038         * shell/ev-jobs.[ch]:
4039         * shell/ev-window.[ch]: (ev_window_run_preview):
4040         * shell/main.c: 
4041
4042         Add preview mode to use evince as a printing previewer. It also adds
4043         other command line options for fullscreen and presentation modes.
4044         Fixes bugs #347822, #317031
4045
4046 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4047
4048         * NEWS:
4049         * configure.ac:
4050         
4051         Update for release 0.5.4
4052
4053 2006-07-11  Bastien Nocera <hadess@hadess.net>
4054
4055         * Makefile.am:
4056         * backend/Makefile.am:
4057         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4058         * backend/ev-document-factory.h:
4059         * configure.ac:
4060         * impress/.cvsignore:
4061         * impress/Makefile.am:
4062         * impress/common.h:
4063         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4064         (imp_get_page), (imp_next_page), (imp_prev_page),
4065         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4066         * impress/f_oasis.c: (render_object), (render_page),
4067         (get_geometry), (_imp_oasis_load):
4068         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4069         (_imp_oo13_load):
4070         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4071         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4072         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4073         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4074         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4075         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4076         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4077         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4078         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4079         (iks_new_within), (iks_insert), (iks_insert_cdata),
4080         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4081         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4082         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4083         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4084         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4085         (iks_cdata), (iks_cdata_size), (iks_has_children),
4086         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4087         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4088         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4089         (iks_tree), (iks_load), (iks_save):
4090         * impress/iksemel.h:
4091         * impress/imposter.h:
4092         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4093         (imp_render_draw_bezier_real), (imp_render_get_size),
4094         (imp_render_set_fg_color), (imp_render_draw_line),
4095         (imp_render_draw_rect), (imp_render_draw_polygon),
4096         (imp_render_draw_arc), (imp_render_draw_bezier),
4097         (imp_render_open_image), (imp_render_get_image_size),
4098         (imp_render_scale_image), (imp_render_draw_image),
4099         (imp_render_close_image), (imp_render_markup),
4100         (imp_render_get_text_size), (imp_render_draw_text),
4101         (impress_document_load), (impress_document_save),
4102         (impress_document_get_n_pages), (impress_document_get_page_size),
4103         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4104         (impress_document_finalize), (impress_document_class_init),
4105         (impress_document_can_get_text), (impress_document_get_info),
4106         (impress_document_document_iface_init),
4107         (impress_document_thumbnails_get_thumbnail),
4108         (impress_document_thumbnails_get_dimensions),
4109         (impress_document_document_thumbnails_iface_init),
4110         (impress_document_init):
4111         * impress/impress-document.h:
4112         * impress/internal.h:
4113         * impress/r_back.c: (_imp_fill_back):
4114         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4115         (_imp_draw_image), (_imp_tile_image):
4116         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4117         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4118         (r_polyline):
4119         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4120         (r_draw_gradient_complex), (r_draw_gradient):
4121         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4122         (r_get_bullet):
4123         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4124         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4125         (r_text):
4126         * impress/render.c: (imp_create_context), (imp_context_set_page),
4127         (imp_context_set_step), (imp_render), (imp_delete_context):
4128         * impress/render.h:
4129         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4130         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4131         (zip_load_xml), (zip_get_size), (zip_load):
4132         * impress/zip.h:
4133         * shell/ev-utils.c:
4134         
4135         New backend to support impress slides. Fixes bug #30867.
4136
4137 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4138
4139         * shell/ev-utils.c: (using_postscript_printer):
4140         
4141         Fixes crash when print using PAPI backend,
4142         bug #345012.
4143
4144 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4145
4146         * shell/ev-jobs.c: (ev_job_xfer_run):
4147         * shell/ev-window.c: (password_dialog_response),
4148         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4149         (ev_window_dispose):
4150         Fixes bug #344160: if the xfer job doesn't complete
4151         because a password is required, reload the existing
4152         instance instead of creating a new one.
4153
4154 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * shell/main.c: (main): Call gdk_threads_init. Thus
4157         we'll avoid errors in auth dialog. Fix for the bug
4158         #343347.
4159
4160 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4161
4162         * configure.ac: Advertise pixbuf support, fix
4163         for the bug 343317.
4164
4165 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4166
4167         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4168         (ev_sidebar_thumbnails_set_document):
4169         
4170         Update sidebar thumbnails after reloading.
4171
4172 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4175         * shell/ev-jobs.h:
4176         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4177         (ev_window_cmd_view_reload), (ev_window_init):
4178         
4179         Don't crash on reload. Fix for the bug #343167.
4180
4181 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * shell/ev-jobs.c: (ev_job_render_run):
4184         
4185         Check for document links.
4186
4187 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4188
4189         * backend/ev-attachment.c: (ev_attachment_save),
4190         (ev_attachment_launch_app), (ev_attachment_open):
4191         * backend/ev-document-factory.c: (get_document_from_uri):
4192         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4193         (egg_recent_view_uimanager_set_list):
4194         * ps/ps-document.c: (check_filecompressed), (document_load),
4195         (ps_document_load):
4196         * shell/ev-metadata-manager.c: (load_values):
4197         * shell/ev-password.c: (ev_password_dialog_set_property):
4198         * shell/ev-view.c: (tip_from_link):
4199         * shell/ev-window.c: (file_save_dialog_response_cb),
4200         (ev_window_print_dialog_response_cb):
4201         
4202         Use consistent quoting style. Fix for the bug #320285.
4203
4204 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4205
4206         * shell/ev-jobs.c: (ev_job_xfer_run):
4207         * shell/main.c: (load_files):
4208                 
4209         Open links with anchors. Fix for the bug #339836.
4210
4211 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4212
4213         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4214         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4215         (ev_link_dest_set_property), (ev_link_dest_finalize),
4216         (ev_link_dest_class_init), (ev_link_dest_new_named),
4217         (ev_link_dest_new_page_label):
4218         * backend/ev-link-dest.h:
4219         * shell/ev-application.c: (ev_application_open_uri):
4220         * shell/ev-view.c: (goto_dest):
4221         * shell/ev-window.c:
4222         * shell/ev-window.h:
4223         
4224         Fix page-label command line option. Bug #342070.
4225
4226 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4227
4228         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4229         
4230         Don't show highlight rects if page can't be showed. Fix for 
4231         the bug #342076
4232
4233 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * shell/ev-window.c: (setup_sidebar_from_metadata),
4236         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4237         
4238         Setup sidebar from metadata even if there is no document
4239         loaded. Fix for the bug #342807.
4240
4241 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * cut-n-paste/toolbar-editor/Makefile.am:
4244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4245         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4246         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4247         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4248         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4249         (popup_context_menu_cb), (button_press_event_cb),
4250         (configure_item_sensitivity), (configure_item_cursor),
4251         (configure_item_tooltip), (connect_widget_signals),
4252         (action_sensitive_cb), (create_item_from_action),
4253         (create_item_from_position), (toolbar_drag_data_received_cb),
4254         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4255         (toolbar_drag_leave_cb), (configure_drag_dest),
4256         (toggled_visibility_cb), (toolbar_visibility_refresh),
4257         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4258         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4259         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4260         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4261         (egg_editable_toolbar_dispose),
4262         (egg_editable_toolbar_set_ui_manager),
4263         (egg_editable_toolbar_get_selected),
4264         (egg_editable_toolbar_set_selected), (set_edit_mode),
4265         (egg_editable_toolbar_set_property),
4266         (egg_editable_toolbar_get_property),
4267         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4268         (egg_editable_toolbar_new_with_model),
4269         (egg_editable_toolbar_get_edit_mode),
4270         (egg_editable_toolbar_set_edit_mode),
4271         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4272         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4273         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4275         (item_added_or_removed_cb), (toolbar_removed_cb),
4276         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4277         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4278         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4279         (editor_create_item_from_name), (append_table),
4280         (update_editor_sheet), (egg_toolbar_editor_init):
4281         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4282         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4283         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4284         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4285         (toolbar_node_free), (egg_toolbars_model_get_flags),
4286         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4287         (egg_toolbars_model_get_name), (impl_add_item),
4288         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4289         (parse_data_list), (parse_item_list), (parse_toolbars),
4290         (egg_toolbars_model_load_toolbars), (parse_available_list),
4291         (parse_names), (egg_toolbars_model_load_names),
4292         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4293         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4294         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4295         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4296         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4297         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4298         (egg_toolbars_model_set_types), (fill_avail_array),
4299         (egg_toolbars_model_get_name_avail),
4300         (egg_toolbars_model_get_name_flags),
4301         (egg_toolbars_model_set_name_flags):
4302         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4303         * cut-n-paste/toolbar-editor/eggintl.h:
4304         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4305         (egg_tree_multi_drag_source_get_type),
4306         (egg_tree_multi_drag_source_row_draggable),
4307         (egg_tree_multi_drag_source_drag_data_delete),
4308         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4309         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4310         (path_list_free), (set_context_data), (get_context_data),
4311         (get_info), (egg_tree_multi_drag_drag_data_get),
4312         (egg_tree_multi_drag_motion_event),
4313         (egg_tree_multi_drag_button_press_event),
4314         (egg_tree_multi_drag_add_drag_support):
4315         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4316         * shell/ev-application.c: (ev_application_init),
4317         (ev_application_save_toolbars_model):
4318         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4319         (ev_window_cmd_edit_toolbar), (ev_window_init):
4320         
4321         Sync toolbareditor with epiphany and libegg
4322
4323 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * configure.ac: 
4326
4327         Depend on poppler 0.5.2
4328
4329 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * shell/ev-jobs.c: (ev_job_render_run):
4332         
4333         Check if document supports links iterface.
4334
4335 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * NEWS:
4338         * configure.ac:
4339         
4340         Update for release 0.5.3
4341
4342 2006-05-13  Michael Plump  <plumpy@skylab.org>
4343
4344         * configure.ac:
4345         * shell/Makefile.am:
4346         * shell/main.c: (main):
4347         
4348         Port to GOption command line parsing. Fix for the 
4349         bug #327518
4350
4351 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * shell/ev-window.c: (ev_window_cmd_help_about):
4354         
4355         Do not wrap license. Fix for the bug #309460.
4356
4357 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4358
4359         * configure.ac:
4360         * properties/ev-properties-main.c: (ev_properties_get_pages):
4361         * shell/ev-application.c: (ev_application_open_window),
4362         (ev_application_open_uri_at_dest):
4363         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4364         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4365         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4366         * shell/ev-utils.c: (save_print_config_to_file):
4367         * shell/ev-window.c: (ev_window_cmd_save_as),
4368         (ev_attachment_popup_cmd_save_attachment_as):
4369         * shell/main.c: (load_files_remote):
4370         
4371         Bump requirements to gtk 2.8 and drop all ifdefs used.
4372
4373 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4376         * shell/ev-window.c: (ev_window_init):
4377         
4378         Show attachments page.
4379
4380 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * po/POTFILES.in:
4383         * shell/ev-attachment-bar.c:
4384         * shell/ev-attachment-bar.h:
4385         * shell/ev-sidebar-attachments.c:
4386         (ev_sidebar_attachments_icon_cache_add),
4387         (icon_theme_get_pixbuf_from_mime_type),
4388         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4389         (ev_sidebar_attachments_icon_cache_refresh),
4390         (ev_sidebar_attachments_get_attachment_at_pos),
4391         (ev_sidebar_attachments_popup_menu_show),
4392         (ev_sidebar_attachments_popup_menu),
4393         (ev_sidebar_attachments_button_press),
4394         (ev_sidebar_attachments_update_icons),
4395         (ev_sidebar_attachments_drag_data_get),
4396         (ev_sidebar_attachments_get_property),
4397         (ev_sidebar_attachments_destroy),
4398         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4399         (ev_sidebar_attachments_new),
4400         (ev_sidebar_attachments_set_document),
4401         (ev_sidebar_attachments_support_document),
4402         (ev_sidebar_attachments_get_label),
4403         (ev_sidebar_attachments_page_iface_init):
4404         * shell/ev-sidebar-attachments.h:
4405         * shell/ev-window.c: (update_chrome_visibility),
4406         (setup_sidebar_from_metadata), (ev_window_setup_document),
4407         (ev_window_sidebar_current_page_changed_cb),
4408         (attachment_bar_menu_popup_cb), (ev_window_init):
4409         
4410         Move attachments bar to sidebar.
4411
4412 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4413
4414         * pdf/ev-poppler.cc:
4415         * shell/ev-application.[ch]:
4416         * shell/main.c:
4417
4418         Fix some memory leaks.
4419
4420 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4421
4422         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4423
4424         Change the properties dialog response to
4425         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4426         will make the dialog go away when the user presses
4427         enter. With gtk+ >= 2.9 this will happen anyway, but for
4428         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4429         escape by default. Fixes bug #340539. See also bug
4430         #101293 for the gtk+ part.
4431
4432 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4433
4434         * shell/ev-view.c (tip_from_action_named): Replace some strings
4435         that were wrong. Closes #340970.
4436
4437 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4440
4441         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4442         #341049
4443
4444 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * djvu/Makefile.am:
4447         * dvi/Makefile.am:
4448         * dvi/mdvi-lib/Makefile.am:
4449         * properties/Makefile.am:
4450         * ps/Makefile.am:
4451         * shell/Makefile.am:
4452         * thumbnailer/Makefile.am:
4453         
4454         Due to broken libtool that is unable to track dependencies
4455         of noinst libraries we are forced to explicitely point
4456         libraries for binary. Fix for the bug #333334.
4457
4458 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * data/evince.desktop.in.in:
4461         * shell/ev-view.c: (view_update_range_and_current_page),
4462         (ev_view_next_page), (ev_view_previous_page):
4463         * shell/ev-window.c: (update_chrome_visibility),
4464         (setup_sidebar_from_metadata), (ev_window_setup_document),
4465         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4466         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4467         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4468         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4469         (ev_window_stop_presentation), (ev_window_focus_in_event),
4470         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4471         (ev_window_init):
4472         * thumbnailer/Makefile.am:
4473         
4474         Update fullscreen and presentation timeout handling. Hide
4475         cursor in presentation after timeout. Fix for the bugs
4476         #136359 and #336981.
4477
4478 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * backend/ev-link-action.[ch]:
4481         * pdf/ev-poppler.cc: (ev_link_from_action):
4482         * shell/ev-view-private.h:
4483         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4484         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4485
4486         Add support for Named Action links
4487
4488 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * backend/Makefile.am:
4491         * backend/ev-document-links.[ch]:
4492         * backend/ev-document.[ch]:
4493         * backend/ev-link-action.[ch]:
4494         * backend/ev-link-dest.[ch]:
4495         * backend/ev-link.[ch]:
4496         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4497         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4498         * shell/ev-page-action.c: (build_new_tree_cb):
4499         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4500         (links_page_num_func), (update_page_callback):
4501         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4502         (tip_from_link):
4503         * shell/ev-jobs.c:
4504         * shell/ev-window.[ch]: (ev_window_open_uri),
4505         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4506         * shell/ev-application.[ch]: (ev_application_open_window),
4507         (ev_application_open_uri):
4508
4509         Rework links system, it adds support for remote links now and it makes
4510         easier to add new kinds of actions and destinations. Fixes bug #317292
4511
4512 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * data/Makefile.am:
4515         * data/evince.png:
4516         * data/evince-16.png:
4517         * data/evince-22.png:
4518         * data/evince.svg:
4519         * shell/main.c: (main):
4520         
4521         Evince use it's own icon. Fix for the bug #313392.
4522
4523         * shell/ev-window.c: (fullscreen_timeout_cb),
4524         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4525         (ev_window_cmd_help_about), (ev_window_dispose):
4526         
4527         Simplify fullscreen timeout code.
4528
4529 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * backend/ev-attachment.c: 
4532         * shell/ev-attachment-bar.c:
4533         * shell/ev-window.c:
4534
4535         Allow multiple selection of attachments
4536
4537 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4538
4539         * shell/ev-view.c: (view_update_range_and_current_page),
4540         (ev_view_scroll):
4541         
4542         Fix for the bug #312573 – Optimal selection of current 
4543         page among visible pages.
4544
4545 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4546
4547         * configure.ac:
4548         * djvu/Makefile.am:
4549         * djvu/djvu-text.h:
4550         
4551         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4552         for the bug 339868.
4553
4554 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4555
4556         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4557
4558 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4559
4560         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4561         dictated by the GNOME HIG. Fixes bug #339235.
4562
4563 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4564
4565         * data/evince-ui.xml:
4566         * shell/ev-view.c: (ev_view_can_find_previous):
4567         * shell/ev-view.h:
4568         * shell/ev-window.c: (ev_window_update_actions),
4569         (ev_window_cmd_edit_find_previous):
4570
4571         Add support for "Find Previous" as dictated by the GNOME HIG. A
4572         menu item is added and some glue code to make it all work is added
4573         to various files.
4574
4575 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4576
4577         * configure.ac: Award myself the "useless use of cat" award.
4578
4579 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4580
4581         * po/LINGUAS: New file listing all supported languages.
4582
4583         * configure.in: Use po/LINGUAS instead of including all languages
4584         directly in this file. See the wiki for more information:
4585         http://live.gnome.org/GnomeGoals/PoLinguas
4586
4587 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * backend/ev-document-factory.c:
4590
4591         Do not load the document twice when there isn't errors
4592
4593 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * backend/ev-attachment.c: 
4596
4597         Fix a crash when there isn't a default application to open an
4598         attachment
4599
4600 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * backend/ev-attachment.[ch]:
4603         * shell/ev-attachment-bar.[ch]:
4604
4605         Added missing files. 
4606
4607 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * backend/Makefile.am:
4610         * data/evince-ui.xml:
4611         * backend/ev-attachment.[ch]:
4612         * backend/ev-document.[ch]: (ev_document_has_attachments),
4613         (ev_document_get_attachments):
4614         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4615         (attachment_save_to_buffer), (pdf_document_get_attachments),
4616         (pdf_document_document_iface_init):
4617         * shell/Makefile.am:
4618         * shell/ev-attachment-bar.[ch]:
4619         * shell/ev-window.c:
4620
4621         Add support for PDF attachments. Fixes bug #325143
4622
4623 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * backend/ev-document-factory.c: (get_document_from_uri),
4626         (ev_document_factory_get_document):
4627         * backend/ev-document-factory.h:
4628         * properties/ev-properties-main.c: (ev_properties_get_pages):
4629         * shell/Makefile.am:
4630         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4631         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4632         (ev_job_queue_remove_job):
4633         * shell/ev-job-queue.h:
4634         * shell/ev-job-xfer.c:
4635         * shell/ev-job-xfer.h:
4636         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4637         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4638         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4639         (ev_job_xfer_run):
4640         * shell/ev-jobs.h:
4641         * shell/ev-window.c: (ev_window_is_empty),
4642         (password_dialog_response), (ev_window_clear_xfer_job),
4643         (ev_window_xfer_job_cb), (ev_window_open_uri),
4644         (ev_window_cmd_focus_page_selector),
4645         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4646         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4647         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4648         (ev_window_dispose):
4649         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4650         
4651         * Cleanup mime type detection on document load. Fix for the
4652         bug #336448.
4653
4654 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4655
4656         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4657         
4658         Fix crash on exit, described in the bug #336825.
4659
4660 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * backend/ev-document-factory.c:
4663         (ev_document_factory_get_from_mime),
4664         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4665         (ev_document_factory_get_document),
4666         (file_filter_add_mime_list_and_free),
4667         (ev_document_factory_add_filters):
4668         * backend/ev-document-factory.h:
4669         * properties/ev-properties-main.c: (ev_properties_get_pages):
4670         * shell/Makefile.am:
4671         * shell/ev-application.c:
4672         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4673         * shell/ev-window.c: (ev_window_cmd_file_open),
4674         (ev_window_cmd_save_as):
4675         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4676         
4677         Rework factory functions so they are placed now in a single 
4678         file ev-document-factory.c
4679
4680 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * shell/ev-window.c: (update_chrome_visibility):
4683         
4684         Fix for the bug 166566 - don't show menubar in fullscreen
4685         mode.
4686
4687 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4688
4689         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4690
4691 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4692
4693         * shell/ev-view.c: (ev_view_expose_event):
4694         
4695         More correctly draw loading text when document
4696         is empty.
4697
4698 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4699
4700         * shell/ev-view.c: (ev_view_scroll):
4701         
4702         Fix for the bug #334854, page down and page up switch
4703         pages in presentation mode.
4704
4705 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4706
4707         * shell/ev-window.c: (ev_window_set_action_sensitive),
4708         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4709         (ev_window_set_view_accels_sensitivity),
4710         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4711         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4712         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4713         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4714         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4715         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4716         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4717         (view_actions_focus_in_cb), (ev_window_init):
4718         
4719         Fix for the bug #333902, now it's possible to search
4720         words with slash.
4721
4722 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4723
4724         * configure.ac: Added Breton translation.
4725         * po/br.po: Added Breton translation.
4726
4727 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4728
4729         * shell/ev-window-title (ev_window_title_update):
4730
4731         Fix memory leak in window title. Fixes bug #333944
4732
4733 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * shell/ev-metadata-manager.c (parseItem):
4736
4737         Fix memory leaks. Fixes bug #333945
4738
4739 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4740         
4741         * NEWS, configure.ac, TODO:
4742         
4743         Update for release 0.5.2.
4744
4745 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * shell/ev-view.c: (view_update_range_and_current_page),
4748         (page_changed_cb):
4749         
4750         Don't jump on scrolling, fix for the bug #333127.
4751
4752 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4753
4754         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4755         
4756         Scroll by one page in presentation mode. Fix for the bug
4757         #332993.
4758
4759 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4760
4761         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4762
4763 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4764
4765         * configure.ac  Added lv in ALL_LINGUAS line.
4766
4767 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4768         
4769         * NEWS, configure.ac:
4770         
4771         Update for release 0.5.1
4772
4773 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4774
4775         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4776         * backend/ev-document-misc.h:
4777         * shell/ev-view.c: (draw_one_page):
4778         
4779          Clairfy what page the toolbar page number applies to. Fix
4780          for the bug #328102.
4781
4782 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4783
4784         * shell/ev-view-private.h:
4785         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4786         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4787         (ev_view_search_changed):
4788         * shell/ev-view.h:
4789         * shell/ev-window.c: (find_bar_search_changed_cb):
4790         
4791         Dont't jump to find result if window was scrolled during search.
4792         Fix for the bug #313266.
4793
4794 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4795
4796         * shell/eggfindbar.c: (egg_find_bar_class_init):
4797         * shell/eggfindbar.h:
4798         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4799         * shell/ev-view-private.h:
4800         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4801         (ev_view_class_init), (ev_sizing_mode_get_type),
4802         (ev_scroll_type_get_type):
4803         * shell/ev-view.h:
4804         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4805         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4806         (ev_window_init):
4807         
4808         Fix for the bug 319133 - Find entry should allow text scroll.
4809
4810 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4811
4812         * shell/ev-view-private.h:
4813         * shell/ev-view.c: (view_update_range_and_current_page),
4814         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4815         (ev_view_set_document), (update_find_status_message),
4816         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4817         (ev_view_find_previous):
4818         
4819         Fix for the bug #319137. Search now takes account for scrolling.
4820
4821 2006-02-19  Michael Hofmann <mh21@piware.de>
4822
4823         * configure.ac:
4824         * djvu/Makefile.am:
4825         * djvu/djvu-document-private.h:
4826         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4827         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4828         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4829         (djvu_document_can_get_text), (djvu_document_get_text),
4830         (djvu_document_document_iface_init),
4831         (djvu_document_thumbnails_get_thumbnail),
4832         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4833         (djvu_document_find_get_result),
4834         (djvu_document_find_page_has_results),
4835         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4836         (djvu_document_find_iface_init):
4837         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4838         (djvu_text_page_selection), (djvu_text_page_limits_process),
4839         (djvu_text_page_limits), (djvu_text_page_copy),
4840         (djvu_text_page_position), (djvu_text_page_union),
4841         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4842         (djvu_text_page_box), (djvu_text_page_append_text),
4843         (djvu_text_page_search), (djvu_text_page_prepare_search),
4844         (djvu_text_page_new), (djvu_text_page_free):
4845         * djvu/djvu-text-page.h:
4846         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4847         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4848         (djvu_text_n_results), (djvu_text_has_results),
4849         (djvu_text_get_result), (djvu_text_get_progress):
4850         * djvu/djvu-text.h:
4851         
4852         Text search in djvu. Fix for the bug #303415.
4853
4854 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4855
4856         * configure.ac:
4857         * shell/ev-window.c: (ev_window_cmd_save_as):
4858         
4859         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4860         Thanks to Gary Coady <gary@lyranthe.org>
4861
4862 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * shell/ev-print-job.c: (idle_print_handler):
4865         
4866         Inverse order printing, bug #320919.
4867
4868 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * data/evince-toolbar.xml:
4871         * shell/ev-window.c:
4872         
4873         Allow to add sidebar checkbutton on toolbar. Fix
4874         for the bug #144577.
4875
4876 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4877
4878         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4879         
4880         Add checks that have sense for empty ps document.
4881
4882 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4883
4884         * configure.ac: Include PS in mime types list. 
4885
4886 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4887
4888         * configure.ac:
4889         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4890         * ps/gsdefaults.h:
4891         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4892         
4893         Runtime check for gs interpreter. Fix for the bug #320868.
4894         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4895
4896 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4897
4898         * shell/ev-application.c: 
4899
4900         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4901         dbus>=0.60, so that the request is not queued. 
4902
4903 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * configure.ac:
4906         * shell/Makefile.am:
4907         * shell/ev-sidebar-links.c: (print_section_cb):
4908         * shell/ev-utils.c:
4909         * shell/ev-utils.h:
4910         * shell/ev-window.c: (update_action_sensitivity),
4911         (ev_window_close_dialogs), (ev_window_print):
4912         * shell/ev-window.h:
4913         
4914         Make printing support optional. Patch from Eduardo de Barros Lima
4915         <eduardo.lima@indt.org.br> for the bug #330546.
4916
4917 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * shell/ev-view-private.h:
4920         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4921         (ev_view_set_document):
4922         * shell/ev-view.h:
4923         * shell/ev-window.c: (ev_window_load_job_cb),
4924         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4925         (ev_window_init):
4926
4927         Draw Loading message during xfer job. Fix for the bug #329495.
4928
4929 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * comics/comics-document.c: (comics_regex_quote),
4932         (comics_document_load), (extract_argv):
4933         
4934         Correcly quote regexp before passing it to unzip.
4935
4936 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * shell/ev-page-cache.c: (build_height_to_page),
4939         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4940         (ev_page_cache_get_dual_even_left):
4941         * shell/ev-page-cache.h:
4942         * shell/ev-view.c: (view_update_range_and_current_page),
4943         (get_page_y_offset), (get_page_extents):
4944         
4945         Place even pages to the left if document has less then
4946         two pages. Fix for the bug #328856.
4947
4948 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4951         
4952         Correct comics scheme. This make evince create thumbnails
4953         for comic books. Fix for the bug 329088.
4954
4955 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4956
4957         * data/evince-password.glade: Don't explicitly set
4958         invisible_char to the current default value in case
4959         the default changes; let GTK+ do its magic.
4960
4961 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4964         real filename to tmp filename since often document
4965         type is determined by extension.
4966
4967 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4968
4969         * shell/ev-view.c: (add_scroll_binding_keypad),
4970         (ev_view_binding_activated), (ev_view_class_init):
4971         
4972         Add keybindings for percision-scrolling of display area. 
4973         Fix for the bug #314072.
4974
4975 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * data/evince.desktop.in.in:
4978         
4979         Add GTK to the list of categories. Fix for the bug #328034.
4980
4981 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4982
4983         * shell/ev-application.c: (ev_application_shutdown),
4984         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4985         * shell/ev-application.h:
4986         * shell/ev-window.c: (file_open_dialog_response_cb),
4987         (ev_window_cmd_file_open):
4988         
4989         Save last uri in file chooser dialog. Fix for the bug #327950.
4990
4991 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * NEWS:
4994         * README:
4995         
4996         Final update for release 0.5.0
4997         
4998         * shell/Makefile.am:
4999         
5000         Remove disable deprecated until we'll require libgnome-2.13.7
5001         and port to GOption argument parsing. See bug 327518.
5002
5003 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5004
5005         * comics/comics-document.c: (comics_document_save):
5006         * djvu/djvu-document.c: (djvu_document_save):
5007         * dvi/dvi-document.c: (dvi_document_save):
5008         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5009         * lib/ev-file-helpers.h:
5010         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5011         * tiff/tiff-document.c: (tiff_document_save):
5012         
5013         Use common save function for backends.
5014
5015 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5016
5017         * backend/ev-document-types.c:
5018         
5019         Fix crash on saving pixbuf.
5020
5021 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5022
5023         * cut-n-paste/recent-files/egg-recent-item.c:
5024         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5025         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5026         (parse_info_free), (valid_element), (start_element_handler),
5027         (end_element_handler), (text_handler), (egg_recent_model_filter),
5028         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5029         (egg_recent_model_monitor), (egg_recent_model_read),
5030         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5031         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5032         (egg_recent_model_set_property), (egg_recent_model_class_init),
5033         (egg_recent_model_init), (egg_recent_model_add_full),
5034         (egg_recent_model_delete), (egg_recent_model_get_list),
5035         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5036         (egg_recent_model_set_filter_mime_types),
5037         (egg_recent_model_clear_group_filter),
5038         (egg_recent_model_set_filter_groups),
5039         (egg_recent_model_clear_scheme_filter),
5040         (egg_recent_model_set_filter_uri_schemes),
5041         (egg_recent_model_remove_expired):
5042         * cut-n-paste/recent-files/egg-recent-util.c:
5043         (egg_recent_util_get_icon):
5044         * cut-n-paste/recent-files/egg-recent-util.h:
5045         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5046         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5047         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5048         (egg_recent_view_uimanager_set_property),
5049         (egg_recent_view_uimanager_get_property),
5050         (egg_recent_view_uimanager_class_init),
5051         (egg_recent_view_uimanager_init),
5052         (egg_recent_view_uimanager_set_label_width),
5053         (egg_recent_view_uimanager_get_label_width):
5054         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5055         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5056         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5057         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5058         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5059         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5060         
5061         Update from libegg.
5062
5063 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * shell/ev-page-cache.c: (build_height_to_page),
5066         (ev_page_cache_get_height_to_page):
5067         * shell/ev-page-cache.h:
5068         * shell/ev-view.c: (view_update_range_and_current_page),
5069         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5070         (ev_view_previous_page):
5071         
5072         Dual mode places even pages to the left. Fix for the bug #309393.
5073
5074         * shell/ev-view.h:
5075         * shell/ev-window.c: (update_action_sensitivity),
5076         (setup_view_from_metadata), (view_menu_popup_cb):
5077         
5078         Don't restore presentation in empty windows, more intelligent
5079         next page behaviour in dual mode.
5080
5081         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5082         (ev_pixbuf_cache_clear_job_sizes):
5083         
5084         Cleanup job callback on removal. Fix for the bug #325886.
5085
5086 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * ps/ps.c: (psscan):
5089         
5090         Commit workaround Mozilla problem. Fix for the bug #325919
5091         
5092         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5093         (save_item):
5094         
5095         Fix for year 2038 problem.
5096
5097 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * shell/ev-window.c: (setup_document_from_metadata),
5100         (ev_window_cmd_view_reload):
5101
5102         Clamp page recieved from metadata in valid values. Fix
5103         for the bug #325986.
5104
5105 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * MAINTAINERS: 
5108         Add MAINTAINERS as requested on desktop-devel-list.
5109
5110 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5113         (mime_type_supported_by_gdk_pixbuf),
5114         (ev_document_factory_get_mime_types),
5115         (ev_document_factory_get_all_mime_types):
5116         
5117         Don't add pixbuf mime types if pixbuf backend is disabled.
5118         
5119         * shell/ev-application.c: (ev_application_get_uri_window):
5120         
5121         Fix for the bug 325815 - unhandled MIME type message doesn't 
5122         appear a second time. 
5123         
5124         * shell/ev-document-types.c: (ev_document_types_add_filters):
5125         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5126         (password_dialog_response), (ev_window_popup_password_dialog),
5127         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5128         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5129         (ev_window_run_presentation), (ev_window_stop_presentation),
5130         (save_sizing_mode), (ev_window_zoom_changed_cb),
5131         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5132         (ev_window_dual_mode_changed_cb),
5133         (ev_window_sidebar_current_page_changed_cb),
5134         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5135         (window_state_event_cb), (window_configure_event_cb):
5136         
5137         Cleanup additional uris holded by EvWindow.
5138
5139 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5142         (ev_view_can_previous_page), (ev_view_can_next_page):
5143         * shell/ev-view.h:
5144         * shell/ev-window.c: (update_action_sensitivity):
5145         
5146         Two page scrolling with Space and PageUp in dual mode. Second fix 
5147         for the bug #316608.
5148
5149 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5150
5151         * shell/ev-view.c: (scroll_to_current_page):
5152         
5153         Correctly clamp adjustment value. Fix for the bug
5154         #325808.
5155
5156 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5157
5158         * shell/ev-sidebar-links.c: (print_section_cb):
5159         * shell/ev-window.c: (ev_window_get_uri),
5160         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5161         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5162         (ev_window_dispose):
5163         
5164         Make print dialog non-modal. Fix for the bug #325622.
5165
5166 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * shell/ev-metadata-manager.c:
5169         * shell/ev-utils.c: (using_pdf_printer),
5170         (using_postscript_printer), (load_print_config_from_file),
5171         (save_print_config_to_file):
5172         * shell/ev-utils.h:
5173         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5174         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5175         (setup_view_from_metadata), (ev_window_setup_document),
5176         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5177         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5178         (ev_window_run_presentation), (ev_window_stop_presentation),
5179         (save_sizing_mode), (ev_window_zoom_changed_cb),
5180         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5181         (ev_window_dual_mode_changed_cb),
5182         (ev_window_sidebar_current_page_changed_cb),
5183         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5184         (window_state_event_cb), (window_configure_event_cb),
5185         (ev_window_init):
5186         
5187         Setting saving behaviour fixes.
5188
5189 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5190
5191         * configure.ac:
5192         
5193         Make antialiasing gs options better and allow
5194         to change them during configure. Fix for the 
5195         bug #319049.
5196
5197 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * shell/ev-window.c: (setup_view_from_metadata):
5200         
5201         Remember if last window was maximized. Fix for the
5202         bug #323797.
5203
5204 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5205
5206         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5207
5208 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5211         * shell/ev-page-action.c: (build_new_tree_cb):
5212         * shell/ev-sidebar-links.c: (links_page_num_func),
5213         (update_page_callback_foreach), (update_page_callback):
5214         * shell/ev-view.c: (scroll_to_current_page):
5215         
5216         Fix for the bug #325067 with more intelligent selection
5217         of current link in sidebar. Make sidebar handle links
5218         of FITR-like type more correctly.
5219
5220         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5221         (dvi_pixbuf_put_pixel):
5222         
5223         Fix memory consumtion with disabled alpha channel.
5224
5225 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * data/evince-ui.xml:
5228         * shell/ev-window.c: (view_menu_popup_cb),
5229         (ev_popup_cmd_open_link), (ev_window_init):
5230         
5231         Update context menu for internal links. Fix for the bug
5232         #325066.
5233
5234 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5235
5236         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5237         
5238         Bind context menu to keyboard also. Fix for the bug
5239         #325065.
5240
5241 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * shell/ev-view.c: (selection_scroll_timeout_cb):
5244         
5245         Horizontal scroll on selection also.
5246
5247 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * shell/ev-metadata-manager.c: (parse_value):
5250         * shell/ev-view.c: (goto_xyz_link):
5251         
5252         Correct zoom setup and metadata save broken in 
5253         some locales.
5254
5255 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * shell/ev-view-private.h:
5258         * shell/ev-view.c: (scroll_to_current_page),
5259         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5260         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5261         (page_changed_cb), (ev_view_set_continuous),
5262         (ev_view_set_dual_page), (ev_view_set_presentation):
5263         
5264         Delay scroll until allocation to correctly position page. Fix
5265         for the bug #317334.
5266
5267 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5268
5269         * NEWS:
5270         * configure.ac:
5271         
5272         Update NEWS and require poppler 0.5.0.
5273
5274 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5275         
5276         * data/evince-ui.xml:
5277         * shell/ev-view-private.h:
5278         * shell/ev-view.c: (ev_view_get_link_at_location),
5279         (handle_link_over_xy), (ev_view_button_press_event),
5280         (ev_view_button_release_event), (ev_view_class_init):
5281         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5282         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5283         (ev_window_init):
5284         
5285         Implement right-click context menu.
5286
5287 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5288
5289         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5290         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5291         (mdvi_pixbuf_device_render):
5292         * pdf/ev-poppler.cc:
5293
5294         Don't generate thumbnails with alpha. See bug #324077.
5295         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5296
5297 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5298
5299         * shell/ev-window.c: (setup_chrome_from_metadata):
5300         
5301         Fix typo that was hiding toolbar.
5302
5303 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5304
5305         * shell/ev-view-private.h:
5306         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5307         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5308         (ev_view_button_release_event), (ev_view_destroy):
5309         
5310         Small cleanup and autoscrolling during selection. Thanks to 
5311         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5312
5313 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5314
5315         * configure.ac:
5316         
5317         Correctly check for comics option.
5318
5319 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5320         * Makefile.am:
5321         * configure.ac:
5322         * backend/Makefile.am:
5323         * backend/ev-document-factory.c:
5324         * shell/ev-document-types.c:
5325
5326         Included option in configure to make ps backend 
5327         compilation optional with --disable-ps.
5328
5329 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5330
5331         * backend/ev-document-factory.c:
5332         * comics/Makefile.am:
5333         * comics/comics-document.c: (comics_document_load):
5334         * comics/ev-cbr-mime.xml:
5335         * configure.ac:
5336         
5337         Comics mime types are added to shared-mime-info CVS. Now
5338         we don't need to install our own mime types.
5339
5340 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * shell/ev-window.c:
5343         
5344         Add shortcut for "save a copy" menu entry. Fix for
5345         the bug #324582.
5346
5347 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5350         (job_finished_cb), (new_selection_pixbuf_needed),
5351         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5352         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5353         
5354         Rework selection job info logic and fix critical warning.
5355
5356 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5357
5358         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5359
5360 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5361
5362         * data/evince-ui.xml:
5363         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5364         
5365         Enter as shortcut key for next page. Fix for the bug
5366         #321394.
5367
5368 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5369
5370         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5371
5372 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5373
5374         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5375         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5376         (new_selection_pixbuf_needed),
5377         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5378         (clear_job_selection):
5379         
5380         Too early for 0.5. Pixbuf cache code cleaned a bit.
5381
5382 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * NEWS:
5385         * configure.ac:
5386         
5387         Release 0.5.0 preparation
5388
5389 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * comics/Makefile.am:
5392         * configure.ac:
5393         * shell/ev-document-types.c: (ev_document_types_add_filters):
5394         
5395         More advanced handling of custom mime type installation.
5396
5397 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * data/evince.schemas.in:
5400         * shell/ev-metadata-manager.c: (value_free),
5401         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5402         (ev_metadata_manager_get), (ev_metadata_manager_set):
5403         * shell/ev-metadata-manager.h:
5404         * shell/ev-window.c: (update_chrome_flag),
5405         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5406         (setup_document_from_metadata), (setup_chrome_from_metadata),
5407         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5408         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5409         (ev_window_view_toolbar_cb),
5410         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5411         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5412         
5413         Save last document settings and reuse them for new documents.
5414
5415 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * Makefile.am:
5418         * backend/Makefile.am:
5419         * backend/ev-document-factory.c:
5420         * backend/ev-document-factory.h:
5421         * comics/Makefile.am:
5422         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5423         (comics_document_load), (comics_document_save),
5424         (comics_document_get_n_pages), (comics_document_get_page_size),
5425         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5426         (comics_document_class_init), (comics_document_can_get_text),
5427         (comics_document_get_info), (comics_document_document_iface_init),
5428         (comics_document_init), (get_supported_image_extensions),
5429         (comics_document_thumbnails_get_geometry),
5430         (comics_document_thumbnails_get_thumbnail),
5431         (comics_document_thumbnails_get_dimensions),
5432         (comics_document_document_thumbnails_iface_init), (extract_argv):
5433         * comics/comics-document.h:
5434         * comics/ev-cbr-mime.xml:
5435         * configure.ac:
5436         * po/POTFILES.in:
5437         * shell/ev-application.c: (ev_application_register_service):
5438         * shell/ev-document-types.c: (ev_document_types_add_filters):
5439         * thumbnailer/Makefile.am:
5440         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5441         
5442         New CBR/CBZ backend for comic books.
5443
5444 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * shell/main.c: (load_files_remote):
5447
5448         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5449         warning on startup of second instance is fixed. It
5450         is bug #320353.
5451
5452 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5453
5454         * shell/ev-window.c: (ev_window_finalize):
5455         
5456         Fix double free that cause crash.
5457
5458 2005-10-29  Bastien Nocera <hadess@hadess.net>
5459
5460         * tiff/tiff-document.c: (tiff_document_load):
5461         
5462         Fix memory leak.
5463
5464 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5465
5466         * po/POTFILES.in:
5467         * shell/Makefile.am:
5468         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5469         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5470         (ev_view_accessible_get_text),
5471         (ev_view_accessible_get_character_at_offset),
5472         (ev_view_accessible_get_text_before_offset),
5473         (ev_view_accessible_get_text_at_offset),
5474         (ev_view_accessible_get_text_after_offset),
5475         (ev_view_accessible_get_character_count),
5476         (ev_view_accessible_get_caret_offset),
5477         (ev_view_accessible_set_caret_offset),
5478         (ev_view_accessible_get_run_attributes),
5479         (ev_view_accessible_get_default_attributes),
5480         (ev_view_accessible_get_character_extents),
5481         (ev_view_accessible_get_offset_at_point),
5482         (ev_view_accessible_get_n_selections),
5483         (ev_view_accessible_get_selection),
5484         (ev_view_accessible_add_selection),
5485         (ev_view_accessible_remove_selection),
5486         (ev_view_accessible_set_selection),
5487         (ev_view_accessible_text_iface_init),
5488         (ev_view_accessible_idle_do_action),
5489         (ev_view_accessible_action_do_action),
5490         (ev_view_accessible_action_get_n_actions),
5491         (ev_view_accessible_action_get_description),
5492         (ev_view_accessible_action_get_name),
5493         (ev_view_accessible_action_set_description),
5494         (ev_view_accessible_action_iface_init),
5495         (ev_view_accessible_get_type), (ev_view_accessible_new),
5496         (ev_view_accessible_factory_get_accessible_type),
5497         (ev_view_accessible_factory_create_accessible),
5498         (ev_view_accessible_factory_class_init),
5499         (ev_view_accessible_factory_get_type):
5500         * shell/ev-view-accessible.h:
5501         * shell/ev-view-private.h:
5502         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5503         * shell/ev-view.h:
5504         
5505         Initial accessibility support.
5506
5507 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5508
5509         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5510
5511 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5512
5513         * shell/ev-print-job.c: (idle_print_handler):
5514         
5515         Fix for bug Bug 318916: Printing multiple pages.
5516
5517 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5518
5519         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5520
5521 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * pdf/ev-poppler.cc:
5524         
5525         Thumnail dimensions unified with other backends.
5526         
5527         * shell/ev-window-title.c: (ev_window_title_update):
5528         
5529         Fix warning.
5530
5531 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5532
5533         * data/ev-stock-zoom-fit-width.png:
5534         
5535         Remove unused file.
5536
5537 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5538
5539         * configure.ac:
5540         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5541         (djvu_document_finalize):
5542         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5543         (dvi_document_finalize):
5544         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5545         (pixbuf_document_save), (pixbuf_document_finalize):
5546         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5547         (tiff_document_finalize):
5548         
5549         Save a copy implemented for various backends.
5550
5551 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5552
5553         * configure.ac:
5554         
5555         Don't link with ltiff if tiff is disabled.
5556
5557 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5558
5559         * pdf/GDKSplashOutputDev.cc:
5560         * pdf/GDKSplashOutputDev.h:
5561         * pdf/Thumb.cc:
5562         * pdf/Thumb.h:
5563         * pdf/pdf-document.cc:
5564         * pdf/pdf-document.h:
5565         * pdf/test-gdk-output-dev.cc:
5566         
5567         Remove old unused files.
5568
5569 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * shell/ev-window.c: (ev_window_setup_document):
5572         
5573         Fixed warnings on reload and probably crash reason.
5574
5575 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5576
5577         * properties/ev-properties-view.c:
5578         (ev_properties_view_format_date):
5579         
5580         Check if date is invalid. Fix for bug 318134.
5581
5582 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5583
5584         * shell/ev-window-title.c:
5585         
5586         Add .indd files (Adobe Indesign) to the list of "bad
5587         extensions".
5588
5589 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * data/evince-ui.xml:
5592         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5593         
5594         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5595
5596 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5597
5598         * shell/ev-window.c: (launch_link), (launch_external_uri),
5599         (view_external_link_cb):
5600
5601         URL-escape link before passing it to gnome_vfs_url_show.
5602
5603 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5604
5605         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5606         there isn't text selected.
5607
5608 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5609
5610         * shell/ev-view.c: (handle_link_over_xy):
5611
5612         Check tooltip is valid utf8 before showing it
5613
5614 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5615
5616         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5617
5618 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5619
5620         * shell/ev-window-title.c: (ev_window_title_update):
5621
5622         Guard against using g_strstrip on NULL. Fixes bug #317291.
5623
5624 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5625
5626         * pdf/ev-poppler.cc:
5627
5628         Show title even for unknown links
5629
5630 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5631
5632         * shell/ev-window-title.c: (ev_window_title_update):
5633
5634         Strip the title string
5635
5636 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5637
5638         * shell/ev-window-title.c:
5639
5640         Add .rtf to the bad extensions list
5641
5642 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5643
5644         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5645         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5646
5647         Ignore link coordinates if they are outside page bounds
5648
5649 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5650
5651         * backend/ev-link.c: (ev_link_type_get_type),
5652         (ev_link_get_filename), (ev_link_get_params),
5653         (ev_link_get_property), (ev_link_set_property),
5654         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5655         * backend/ev-link.h:
5656         * pdf/ev-poppler.cc:
5657         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5658         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5659         (ev_window_init):
5660
5661         Implement launch links. Delegate external link opening to
5662         the window.
5663
5664 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5665
5666         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5667         (ev_link_get_right), (ev_link_get_property),
5668         (ev_link_set_property), (ev_link_class_init),
5669         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5670         * backend/ev-link.h:
5671         * pdf/ev-poppler.cc:
5672         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5673
5674         Implement fitr links
5675
5676 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5677
5678         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5679         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5680         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5681         (ev_view_size_request_continuous),
5682         (ev_view_size_request_dual_page),
5683         (ev_view_size_request_single_page), (ev_view_size_allocate),
5684         (ev_view_zoom_for_size_continuous_and_dual_page),
5685         (ev_view_zoom_for_size_continuous),
5686         (ev_view_zoom_for_size_dual_page),
5687         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5688         (ev_sizing_mode_get_type):
5689         * shell/ev-view.h:
5690         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5691
5692         Do not use modes for link, we need to calculate size ad hoc.
5693         Still not perfect because of the usual scrollbar issues grrr.
5694
5695 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * backend/ev-link.c: (ev_link_type_get_type),
5698         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5699         * backend/ev-link.h:
5700         * pdf/ev-poppler.cc:
5701         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5702         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5703         (ev_view_size_request_continuous),
5704         (ev_view_size_request_dual_page),
5705         (ev_view_size_request_single_page), (ev_view_size_allocate),
5706         (zoom_for_size_fit_height),
5707         (ev_view_zoom_for_size_continuous_and_dual_page),
5708         (ev_view_zoom_for_size_continuous),
5709         (ev_view_zoom_for_size_dual_page),
5710         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5711         (ev_sizing_mode_get_type):
5712         * shell/ev-view.h:
5713         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5714
5715         Implement FIT_HEIGHT mode (only for links).
5716         Implement FITH links
5717
5718 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5719
5720         * shell/ev-window-title.c: (get_filename_from_uri),
5721         (ev_window_title_sanitize_extension), (ev_window_title_update),
5722         (ev_window_title_set_document), (ev_window_title_set_uri),
5723         (ev_window_title_free):
5724         * shell/ev-window-title.h:
5725         * shell/ev-window.c: (ev_window_setup_document),
5726         (ev_window_popup_password_dialog):
5727
5728         Refactor window title building while fixing it for
5729         password documents.
5730
5731 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5732
5733         * pdf/ev-poppler.cc:
5734
5735         Escape link title before setting it in the model
5736
5737 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5738
5739         * shell/ev-application.c: (removed_from_session), (save_session),
5740         (init_session), (ev_application_get_empty_window),
5741         (ev_application_init), (ev_application_get_windows):
5742         * shell/ev-application.h:
5743         * shell/ev-window.c: (ev_window_finalize):
5744
5745         Add a function to retrieve window list and share it where
5746         necessary.
5747         Implement session handling, works pretty well thanks to the
5748         metadata system.
5749
5750 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * shell/ev-password.c: (ev_password_item_created_callback),
5753         (ev_password_dialog_save_password):
5754         
5755         Fix for bug 316972. Use async gnome-keyring API.
5756
5757 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5758
5759         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5760         Remove unused unrealize handler. Add scroll handling to
5761         ev_view_scroll_event for presentation mode (bug #316708),
5762         and fix the event state checks there.
5763
5764 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5765
5766         * shell/ev-page-action.c: (page_changed_cb):
5767
5768         "marco, maybe we should be crazy and jump right to 6! :)"
5769
5770         Bryan Clark, Sep 2005
5771
5772 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5773
5774         * ps/ps-document.c: (save_document), (ps_document_save),
5775         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5776         (ps_document_ps_export_end):
5777
5778         Fix unstructured documents save and print
5779
5780 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5781
5782         * shell/ev-application.c: (ev_application_open_uri):
5783
5784         Fix window size persistance
5785
5786 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5787
5788         * shell/ev-view.c: (ev_view_button_release_event):
5789
5790         Based on a patch from carlosgc@gnome.org. Mouse buttons
5791         switch pages in presentation mode.
5792
5793 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5794
5795         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5796
5797         Dont cast to int before scaling
5798
5799 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5800
5801         * backend/ev-link.c: (ev_link_type_get_type),
5802         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5803         (ev_link_new_page_fith):
5804         * backend/ev-link.h:
5805         * pdf/ev-poppler.cc:
5806         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5807
5808         Implement FIT and FITH links
5809
5810 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5811
5812         * pdf/ev-poppler.cc:
5813
5814         Return 0 results when search is not in progress.
5815
5816         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5817         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5818
5819         Update menu sensitivity when cancelling search
5820
5821 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5822
5823         * shell/ev-view.c: (ev_view_can_find_next):
5824
5825         Take all pages in consideration, not just current one
5826
5827 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5828
5829         * shell/ev-page-cache.c:
5830         * shell/ev-page-cache.h:
5831         * shell/ev-view.c: (ev_view_binding_activated),
5832         (ev_view_next_page), (ev_view_previous_page),
5833         (ev_sizing_mode_get_type):
5834         * shell/ev-view.h:
5835         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5836         (ev_window_cmd_go_next_page):
5837
5838         Move page next/previous functions from page chace to
5839         view and change it to move by 2 page steps in dual mode.
5840
5841 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5842
5843         * shell/ev-window.c: (update_sidebar_visibility),
5844         (setup_sidebar_from_metadata), (ev_window_setup_document),
5845         (setup_view_from_metadata):
5846
5847         Show the index by default when there is one     
5848
5849 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5850
5851         * shell/ev-window-title.c: (ev_window_title_set_document):
5852
5853         Missing null check
5854
5855 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-view.c: (view_update_range_and_current_page):
5858         
5859         Allow display of last odd page in dual view. Fix for 316347.
5860
5861 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5862
5863         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5864         
5865         Make close button default. Fix for 316383.
5866
5867 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5870         
5871         Mark close button as default. Fix for 316381.
5872
5873 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5874
5875         * backend/ev-link.c: (ev_link_class_init):
5876
5877         Allow negative doubles in left/top properties
5878
5879 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5880
5881         * shell/ev-window.c:
5882
5883         Remove a bunch of strings that was used only
5884         by the statusbar.
5885
5886 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * shell/ev-window-title.c: (get_filename_from_uri),
5889         (ev_window_title_set_document):
5890
5891         When title has a confusing extension, show also
5892         the document filename inside ()
5893
5894 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5895
5896         * shell/Makefile.am:
5897         * shell/ev-window-title.c: (ev_window_title_new),
5898         (ev_window_title_update), (ev_window_title_set_type),
5899         (ev_window_title_set_document), (ev_window_title_free):
5900         * shell/ev-window-title.h:
5901         * shell/ev-window.c: (ev_window_setup_document),
5902         (password_dialog_response), (ev_window_popup_password_dialog),
5903         (ev_window_dispose), (ev_window_init):
5904
5905         Factor out and cleanup window title code
5906
5907 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5908
5909         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5910         (unable_to_load):
5911
5912         Make dialog transient so it doesnt block other windows
5913
5914 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * pdf/ev-poppler.cc:
5917         
5918         Fix pdf thumbnails rendering.
5919
5920 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5921
5922         * shell/ev-window.c: (fullscreen_set_timeout):
5923         
5924         Increase timeout to hide full screen popup. Bug 
5925         316123. 
5926
5927 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * data/evince.schemas.in:
5930         * shell/ev-window.c: (update_action_sensitivity):
5931
5932         Allow the user to override document restrictions. Fix for bug
5933         305818.
5934
5935 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5936
5937         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5938         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5939         (ev_window_class_init): Fix multihead behaviour of fullscreen
5940         toolbar popup. Fixes bug #315451.
5941
5942 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * configure.ac:
5945         * data/evince-password.glade:
5946         * shell/ev-password.c: (ev_password_dialog_set_property),
5947         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5948         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5949         (ev_password_dialog_entry_changed_cb),
5950         (ev_password_dialog_entry_activated_cb),
5951         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5952         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5953         (ev_password_dialog_set_bad_pass):
5954         * shell/ev-password.h:
5955         * shell/ev-window.c: (password_dialog_response),
5956         (ev_window_popup_password_dialog):
5957         
5958         Support for gnome-keyring for encrypted PDF's.
5959
5960 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5963         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5964         (ev_view_enter_notify_event), (ev_view_class_init):
5965         
5966         More precise handling of enter_notify/leave_notify events
5967         in EvView. Fix for bug 315470.
5968
5969 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5970
5971         * shell/ev-window.c: (fullscreen_timeout_cb),
5972         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5973         (ev_window_dispose):
5974
5975         leak fix: unref fullscreen_timeout_source before clearing it
5976
5977 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5978
5979         * configure.ac, dvi/mdvi/Makefile.am: 
5980         
5981         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5982
5983 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5984
5985         * backend/ev-link.c: (ev_link_new_page_xyz):
5986         * pdf/ev-poppler.cc:
5987         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5988
5989         Fix some bugs with xyz links, respect zoom
5990
5991 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5992
5993         * shell/ev-window.c: (page_changed_cb),
5994         (setup_document_from_metadata), (update_sidebar_visibility),
5995         (setup_view_from_metadata), (ev_window_run_fullscreen),
5996         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5997         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5998         (ev_window_dual_mode_changed_cb),
5999         (ev_window_sidebar_current_page_changed_cb):
6000
6001         null check uri before setting and getting metadata
6002
6003 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6004
6005         * dvi/Makefile.am:
6006         * properties/Makefile.am:
6007         * shell/Makefile.am:
6008         * thumbnailer/Makefile.am:
6009
6010         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6011
6012 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6013
6014         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6015         (selection_changed_callback):
6016         * shell/ev-sidebar-links.h:
6017
6018         Add a signal for link activation.
6019
6020         * shell/ev-view.c: (ev_view_goto_link),
6021         (ev_view_button_release_event):
6022         * shell/ev-view.h:
6023         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6024         (ev_window_init):
6025
6026         Implement the signal so that we can handle all link types.
6027
6028         * shell/ev-page-cache.c:
6029
6030         Remove unused set_link function
6031
6032 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6033
6034         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6035
6036         Add some space from the cursor, hardcoded but I couldnt
6037         find a better way.
6038
6039 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6040
6041         * lib/ev-tooltip.c:
6042
6043         Use mozilla style vs gtk style, way better for links.
6044
6045         * shell/ev-view.c: (ev_view_motion_notify_event),
6046         (ev_view_destroy), (ev_view_init):
6047
6048         Deactive tooltip when the link hovered is changed.
6049
6050 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6051
6052         * backend/ev-document.h:
6053         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6054         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6055         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6056         (ev_link_new_page), (ev_link_new_page_xyz):
6057         * backend/ev-link.h:
6058         * pdf/ev-poppler.cc:
6059         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6060         (go_to_link), (tip_from_link):
6061
6062         Implement xyz links, still not functional. Links are a total
6063         mess, will need to refactor and bugfix a lot :(
6064
6065 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6066
6067         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6068
6069 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6070
6071         * data/evince-ui.xml:
6072         * data/evince.schemas.in:
6073         * shell/Makefile.am:
6074         * shell/ev-window.c: (update_chrome_visibility),
6075         (password_dialog_response), (ev_window_load_job_cb),
6076         (ev_window_xfer_job_cb), (ev_window_open_uri),
6077         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6078         (ev_window_init):
6079
6080         Remove the statusbar. This regress loading feedback, need to
6081         check with Bryan what we want to do there...
6082
6083 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6084
6085         * lib/ev-tooltip.c: (ev_tooltip_init):
6086
6087         Fix tooltip border and size handling
6088
6089 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6090
6091         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6092         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6093         (ev_tooltip_timeout), (ev_tooltip_activate),
6094         (ev_tooltip_deactivate):
6095         * lib/ev-tooltip.h:
6096         * shell/ev-view.c: (ev_view_motion_notify_event):
6097
6098         Delay popup showing. Mirror gtk logic/times.
6099
6100 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6101
6102         * lib/Makefile.am:
6103         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6104         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6105         (ev_tooltip_set_text), (ev_tooltip_set_position):
6106         * lib/ev-tooltip.h:
6107
6108         Simple widget to show tooltips at a custom position
6109
6110         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6111         (ev_view_destroy):
6112
6113         Use it for links. First go, needs work
6114
6115 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6116
6117         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6118         HIG fixes.  Use title capitalization for window title. Use 12 
6119         pixels of space between the dialog's vbox and action area.
6120
6121 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6122
6123         * shell/ev-window.c: (file_open_dialog_response_cb),
6124         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6125         (ev_window_cmd_save_as):
6126
6127         Make file pickers not modal and refactor code some
6128
6129 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6130
6131         * shell/ev-sidebar.h:
6132         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6133         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6134         (ev_sidebar_class_init), (ev_sidebar_select_page),
6135         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6136         (ev_sidebar_set_page):
6137
6138         Add a current page property and allow to get/set it
6139
6140         * shell/ev-window.c: (setup_view_from_metadata),
6141         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6142
6143         Persist current sidebar page per document
6144
6145 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6146
6147         * data/evince.schemas.in:
6148         * shell/ev-window.c: (update_chrome_visibility),
6149         (setup_document_from_metadata), (update_sidebar_visibility),
6150         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6151         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6152         (ev_window_run_presentation), (ev_window_stop_presentation),
6153         (ev_window_view_sidebar_cb),
6154         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6155         (load_chrome), (ev_window_init):
6156
6157         Persist size/visibility of sidebar per document
6158
6159 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6160
6161         * shell/ev-view.c (draw_loading_text): Draw loading text.
6162
6163 2005-09-02  Dan Damian  <dand@gnome.ro>
6164
6165         * configure.in: Added "ro" to ALL_LINGUAS.
6166
6167 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6168
6169         * shell/ev-view.c: (clear_caches):
6170
6171         ev_page_cache_get doesnt return a reference,
6172         dont try to unref it.
6173
6174 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6175
6176         * shell/main.c: (load_files_remote):
6177
6178         Fix timestamp parameter with dbus <= 0.33
6179
6180 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6181
6182         * data/evince.schemas.in:
6183
6184         Add missing full stop
6185
6186 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6187
6188         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6189         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6190
6191         Plug some memory leaks
6192
6193 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6194
6195         * configure.ac:
6196         * lib/ev-debug.c: (trap_handler):
6197
6198         Check for execinfo.h and use it only if it exists.
6199         Ported from Epiphany (bug #314776).
6200
6201 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6202
6203         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6204
6205 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6206
6207         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6208         * po/id.po      : Added Indonesian translation
6209
6210 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6211
6212         * shell/main.c:
6213         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6214         * NEWS: Release 0.4.0
6215
6216 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6217
6218         * configure.ac: catch another gtk+-2.8ism
6219         * shell/main.c: Make work with gtk+-2.6
6220
6221 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6222
6223         * shell/ev-application-service.xml: Add 'timestamp' argument to
6224           ev_application_open_window and ev_application_open_uri methods.
6225
6226         * shell/ev-application.h: Add 'timestamp' argument to
6227           ev_application_open_window, ev_application_open_uri,
6228           and ev_application_open_uri_list functions.
6229
6230         * shell/ev-application.c (ev_application_open_window,
6231           ev_application_open_uri, ev_application_open_uri_list): Change
6232           functions that show/present windows to use a timestamp if one
6233           is passed in.
6234
6235         * shell/ev-window.c (ev_window_cmd_file_open,
6236           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6237         * shell/main.c (load_files): Modify calls to ev_application to
6238           include GDK_CURRENT_TIME as timestamp.
6239
6240         * shell/main.c (load_files_remote): Obtain timestamp for client
6241           instance from GDK and pass to server instance so new windows are
6242           focused properly.  Fix dbus_g_proxy_call() calls by including second
6243           G_TYPE_INVALID.
6244           
6245         Closes bug #314475.
6246
6247 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6248
6249         * shell/ev-window.c (ev_window_finalize): Check for
6250         avail. EvWindows when quiting to handle the finalize better,
6251         #314497
6252
6253 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254         
6255         * properties/ev-properties-view.c: 
6256         
6257         Set textdomain to libglade. Fixes translation problem in property page.
6258
6259 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6262         * dvi/Makefile.am:
6263         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6264         * dvi/mdvi-lib/Makefile.am:
6265         
6266         Fix rotation of thumbnails, ported to new API. Moved library
6267         dependencies earlier, probably it will fix linkage problem.
6268
6269 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6270
6271         * backend/ev-document-misc.c:
6272         (ev_document_misc_get_thumbnail_frame):
6273         * backend/ev-document-misc.h:
6274         * configure.ac:
6275         * pdf/ev-poppler.cc:
6276         * shell/Makefile.am:
6277         * shell/ev-sidebar-thumbnails.c: (add_range),
6278         (ev_sidebar_thumbnails_set_loading_icon),
6279         (ev_sidebar_thumbnails_refresh),
6280         (ev_sidebar_thumbnails_set_document):
6281         * shell/ev-sidebar-thumbnails.h:
6282         * shell/ev-view.c: (ev_view_motion_notify_event),
6283         (ev_view_set_property), (ev_view_get_property),
6284         (ev_view_class_init), (ev_view_set_rotation):
6285         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6286         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6287         (ev_window_init):
6288         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6289         Redo rotation (again).  prepare for 0.4.0
6290
6291 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6292
6293         * configure.ac: Bump poppler requirement to 0.4.1.
6294
6295         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6296         argument to poppler_page_render_selection() call.
6297
6298 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6301         (djvu_document_thumbnails_get_thumbnail):
6302         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6303         (dvi_document_thumbnails_get_thumbnail):
6304         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6305         (pixbuf_document_thumbnails_get_thumbnail):
6306         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6307         
6308         Update rotation direction of backends to fit with pdf and ps.
6309
6310 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6311
6312         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6313         * backend/ev-async-renderer.h:
6314         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6315         (setup_page), (ps_document_get_page_size),
6316         (ps_async_renderer_render_pixbuf):
6317         * ps/ps-document.h:
6318         * shell/ev-jobs.c: (ev_job_render_run):
6319
6320         Fix orientation in the postscript document
6321
6322 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6323
6324         * pdf/ev-poppler.cc:
6325         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6326         * shell/ev-view.c: (highlight_find_results):
6327
6328         Adapt to the new poppler rotation API. Fix text maps on landscape
6329         documents.
6330
6331 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6332
6333         * shell/ev-view.c (compute_new_selection_text): get the correct
6334         region when selecting in modes other than continuous.
6335
6336 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6337
6338         * shell/main.c (main): remove redundant g_warnings.
6339
6340 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6341
6342         * shell/Makefile.am: Don't include autogenerated
6343         file ev-application-service.h into distribution, since
6344         it causes dbus crash. Fix for bugs 313724 and 313443. 
6345
6346 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6347
6348         * configure.ac: Fix sed expression for FreeBSD. Thanks
6349         to Joe Marcus Clark <marcus@freebsd.org>
6350         
6351         * shell/eggfindbar.c: (entry_activate_callback),
6352         (entry_changed_callback), (egg_find_bar_init),
6353         (egg_find_bar_set_search_string):
6354         
6355         Made findbar buttons unsensitive if there is no text in
6356         entry. Fix for the bug 313285.
6357
6358 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6359
6360         * ps/ps-document.c: Use g_filename_display_name for displaying
6361         filenames and revert string freeze breackage
6362
6363 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6364
6365         * NEWS:
6366         * configure.ac:
6367
6368         Update for 0.3.4
6369
6370         * shell/Makefile.am:
6371
6372         Add ev-application-service.xml to extra dist
6373
6374         * shell/ev-view.c: (find_page_at_location):
6375
6376         Remove unused function (fix warning)
6377
6378 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6381         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6382         
6383         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6384         bug 313623.
6385
6386 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6387
6388         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6389         * shell/ev-window.c:
6390         Fix build warnings
6391
6392 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6393
6394         * configure.ac: Update script to get dbus version.
6395         Fix for the bug #313443.
6396
6397 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * shell/ev-window.c: (ev_window_cmd_escape):
6400         
6401         Return focus back to view on escape. Fix for bug 313295.
6402
6403 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6404
6405         * shell/ev-window.c: (update_window_title),
6406         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6407         (ev_window_cmd_save_as):
6408         
6409         Correct conversion from uri to displayable string. Fix for
6410         bug 313296.
6411
6412 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6413
6414         * ps/ps-document.c: convert filename to utf8 when there is an error
6415         loading document. Fixes #309915
6416
6417 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * configure.ac:
6420
6421         We depend on poppler 0.4.0
6422
6423 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6424
6425         * configure.ac:
6426         * NEWS: Release 0.3.3.
6427         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6428
6429 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6430
6431         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6432         add a couple missing mnemonics to menu items, use title 
6433         capitalization for menu items and window titles, and add 
6434         ellipsis to open menu item.     
6435
6436 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6437
6438         * pdf/ev-poppler.cc:
6439         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6440         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6441         (ev_view_get_rotation):
6442         * shell/ev-view.h:
6443         * shell/ev-window.c: (setup_view_from_metadata),
6444         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6445         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6446         disk.
6447
6448 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6449
6450         * configure.ac: Added tr to ALL_LINGUAS
6451
6452 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6453
6454         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6455         requires several clicks to find word. Thanks to 
6456         Colin Slater <kiltedtaco@gmail.com>.
6457
6458 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6459
6460         * data/evince.desktop.in.in: Hide menu entry and
6461         rename it to "Document Viewer". Fix for bug 
6462         #312399.
6463
6464 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6465
6466         * shell/ev-page-action.c (ev_page_action_class_init): 
6467
6468         Point to the correct function in constructor of the
6469         activate_label signal
6470
6471 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6472
6473         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6474         * shell/ev-jobs.h: Make thread safe.
6475
6476 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * shell/ev-view.c: (view_update_range_and_current_page):
6479         Don't update page range if we are scrolling to some document
6480         point.
6481
6482 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6483
6484         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6485         when getting max_page_width, fix drawing in dual mode.
6486
6487 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6488
6489         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6490         getting the area for select_all.
6491
6492 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6493
6494         * backend/ev-selection.c: (ev_selection_render_selection):
6495         * backend/ev-selection.h:
6496         * pdf/ev-poppler.cc:
6497         * shell/ev-jobs.c: (ev_job_render_new):
6498         * shell/ev-jobs.h:
6499         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6500         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6501         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6502         (ev_view_class_init):
6503
6504         Change selection color on focus in and focus out events.  Also,
6505         poppler now uses GdkColor for specifying the selection colors, so
6506         drop some awkward conversion code.
6507
6508 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6509
6510         * configure.ac: Added Hebrew translation
6511
6512 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6513
6514         * NOTES:
6515         * backend/ev-selection.c: (ev_selection_render_selection):
6516         * backend/ev-selection.h:
6517         * pdf/ev-poppler.cc:
6518         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6519         (ev_job_render_run):
6520         * shell/ev-jobs.h:
6521         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6522         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6523         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6524         (ev_pixbuf_cache_style_changed),
6525         (ev_pixbuf_cache_get_selection_pixbuf),
6526         (ev_pixbuf_cache_set_selection_list),
6527         (ev_pixbuf_cache_get_selection_list):
6528         * shell/ev-pixbuf-cache.h:
6529         * shell/ev-utils.c: (ev_print_region_contents):
6530         * shell/ev-utils.h:
6531         * shell/ev-view.c: (ev_view_queue_draw_page),
6532         (selection_update_idle_cb), (ev_view_motion_notify_event),
6533         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6534         (setup_caches), (ev_view_find_next), (merge_selection_region),
6535         (selection_free):
6536         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6537
6538         Clean up selection to be much smoother!
6539
6540 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6541
6542         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6543         to poppler_page_render_selection().
6544
6545 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * ps/ps-document.c: (save_page_list): Use
6548         unzipped document when printing. Thanks to 
6549         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6550         311016.
6551
6552 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-window.c: (update_action_sensitivity):
6555         
6556         Disable print and save respect to lockdown gconf keys. Fix
6557         for 312342.
6558
6559 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * configure.ac:
6562         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6563         (write_to_temp_file), (ev_file_set_contents):
6564         * shell/ev-utils.h:
6565         * shell/ev-window.c: (save_print_config_to_file):
6566         
6567         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6568         Fix for bug 312238
6569
6570 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6571
6572         * shell/ev-window.c: (load_print_config_from_file),
6573         (save_print_config_to_file), (ev_window_print_range):
6574
6575         Persist the print settings. Fixes bug #311578.
6576
6577 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * djvu/djvu-document.c: (djvu_document_get_page_size),
6580         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6581         (djvu_document_thumbnails_get_thumbnail):
6582         * dvi/dvi-document.c: (dvi_document_get_page_size),
6583         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6584         (dvi_document_thumbnails_get_dimensions),
6585         (dvi_document_thumbnails_get_thumbnail):
6586         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6587         (pixbuf_document_render_pixbuf),
6588         (pixbuf_document_document_iface_init),
6589         (pixbuf_document_thumbnails_get_thumbnail):
6590         
6591         Update backends to make them build with new rotation system.
6592
6593 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * help/C/figures/evince_start_window.png:
6596         
6597         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6598
6599 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6600
6601         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6602         * shell/ev-pixbuf-cache.h:
6603         * shell/ev-sidebar-thumbnails.c:
6604         (ev_sidebar_thumbnails_get_property), (add_range),
6605         (adjustment_changed_cb):
6606         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6607         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6608         we were thumbnailing the entire docment on startup, slowing us
6609         down hugely. 
6610
6611 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6612
6613         * shell/ev-page-cache.c: (ev_page_cache_new):
6614         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6615         == 0, fixes #310306.
6616
6617 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6618
6619         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6620         (ev_view_rotate_left):
6621
6622         Account rotation in doc_rect_to_view_rect.
6623         Ensure rotation doesnt go out of bounds.
6624
6625 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6626
6627         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6628
6629         Correct and cleanup w/h swapping
6630
6631 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6632
6633         * backend/ev-document-thumbnails.c:
6634         (ev_document_thumbnails_get_thumbnail):
6635         * backend/ev-document-thumbnails.h:
6636         * backend/ev-document.c:
6637         * backend/ev-document.h:
6638         * backend/ev-render-context.c: (ev_render_context_new),
6639         (ev_render_context_set_rotation):
6640         * backend/ev-render-context.h:
6641         * pdf/ev-poppler.cc:
6642         * ps/ps-document.c: (ps_document_document_iface_init):
6643         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6644         * shell/ev-jobs.h:
6645         * shell/ev-page-cache.c: (build_height_to_page),
6646         (ev_page_cache_new), (ev_page_cache_get_size),
6647         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6648         (ev_page_cache_get_height_to_page):
6649         * shell/ev-page-cache.h:
6650         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6651         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6652         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6653         (ev_pixbuf_cache_get_selection_pixbuf):
6654         * shell/ev-pixbuf-cache.h:
6655         * shell/ev-print-job.c: (idle_print_handler):
6656         * shell/ev-sidebar-thumbnails.c: (add_range):
6657         * shell/ev-view.c: (view_update_range_and_current_page),
6658         (get_page_y_offset), (get_page_extents),
6659         (ev_view_size_request_continuous_dual_page),
6660         (ev_view_size_request_continuous),
6661         (ev_view_size_request_dual_page),
6662         (ev_view_size_request_single_page), (draw_one_page),
6663         (ev_view_set_rotation), (ev_view_rotate_right),
6664         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6665         (ev_view_zoom_for_size_continuous_and_dual_page),
6666         (ev_view_zoom_for_size_continuous),
6667         (ev_view_zoom_for_size_dual_page),
6668         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6669         (ev_view_select_all):
6670         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6671         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6672         (tiff_document_document_iface_init),
6673         (tiff_document_thumbnails_get_thumbnail):
6674
6675         Use rotation rather than orientation. It's easier and enough
6676         for our needs.
6677
6678 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6679
6680         * shell/ev-page-cache.c: (build_height_to_page),
6681         (ev_page_cache_new), (ev_page_cache_get_size),
6682         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6683         (ev_page_cache_get_height_to_page):
6684         * shell/ev-page-cache.h:
6685         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6686         (ev_view_size_request_continuous_dual_page),
6687         (ev_view_size_request_continuous),
6688         (ev_view_zoom_for_size_continuous_and_dual_page),
6689         (ev_view_zoom_for_size_continuous):
6690
6691         Make the page cache aware of page orientation.
6692
6693 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6694
6695         * backend/ev-document-thumbnails.c:
6696         (ev_document_thumbnails_get_thumbnail):
6697         * backend/ev-document-thumbnails.h:
6698         * backend/ev-document.c:
6699         * backend/ev-document.h:
6700         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6701         * backend/ev-ps-exporter.h:
6702         * pdf/ev-poppler.cc:
6703         * ps/ps-document.c: (ps_document_document_iface_init),
6704         (ps_document_ps_export_do_page):
6705         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6706         * shell/ev-jobs.h:
6707         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6708         (ev_page_cache_get):
6709         * shell/ev-page-cache.h:
6710         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6711         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6712         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6713         * shell/ev-pixbuf-cache.h:
6714         * shell/ev-print-job.c: (idle_print_handler):
6715         * shell/ev-sidebar-thumbnails.c: (add_range):
6716         * shell/ev-view.c: (view_update_range_and_current_page),
6717         (get_page_extents), (ev_view_size_request_dual_page),
6718         (ev_view_size_request_single_page), (draw_one_page),
6719         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6720         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6721         (ev_view_zoom_for_size_dual_page),
6722         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6723         (ev_view_select_all):
6724         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6725         * tiff/tiff-document.c: (tiff_document_get_page_size),
6726         (tiff_document_get_orientation), (rotate_pixbuf),
6727         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6728         (tiff_document_thumbnails_get_thumbnail),
6729         (tiff_document_ps_export_do_page), (tiff_document_init):
6730
6731         Really make use of the orientation bit of the render context.
6732         Use the render context in a few more places in the backend API.
6733         This regress orientation, but now it's done right. Will try to
6734         fix it up asap...
6735
6736 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6737
6738         * shell/ev-view.c: (ensure_rectangle_is_visible):
6739
6740         Patch by Nickolay V. Shmyrev to fix find flickering
6741
6742 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6743
6744         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6745         duplex parameters to ::begin.
6746
6747         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6748         * shell/ev-print-job.c (idle_print_handler): 
6749         * ps/ps-document.c (ps_document_ps_export_begin): 
6750         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6751         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6752         implementations. Poppler backend needs poppler cvs. Rest has
6753         unchanged behavior.
6754
6755 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6756
6757         * shell/ev-window.c (using_pdf_printer): new function.
6758         (ev_window_print_range): print a less techy message if someone
6759         tries to print to PDF.
6760
6761 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6762
6763         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6764         from "unknown font" string. Bug #311431
6765
6766 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6767
6768         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6769
6770 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6771
6772         Bug #311280
6773         
6774         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6775         name for PopplerFontTypes
6776         (pdf_document_fonts_fill_model): add font type to the detail column
6777
6778         * backend/ev-document-fonts.h: added
6779         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6780
6781         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6782         font name and font details, add a little markup.
6783         (ev_properties_fonts_init): use the new cell data func, specify ypad
6784         property for the cell renderer.
6785         (ev_properties_fonts_set_document): add the details column.
6786
6787 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6788
6789         * configure.ac: Added "pl" to ALL_LINGUAS.
6790
6791 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6792
6793         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6794
6795 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6796
6797         * help/ChangeLog: Started this for translations of manual.
6798         * configure.ac, autogen.sh, .cvsignore: Migrated to
6799         gnome-doc-utils. Patch in bug #311222.
6800
6801 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6802
6803         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6804         #ifdef this away to fix an unused-function warning.
6805
6806 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6807
6808         * configure.ac: Added 'gl' to ALL_LINGUAS.
6809
6810 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6811
6812         * configure.ac: Added ne in ALL_LINGUAS
6813         
6814 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * shell/ev-view.c: (ev_view_leave_notify_event):
6817         
6818         Clear status message when pointer leaves view. Fix for bug
6819         #310818 
6820
6821 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6822
6823         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6824
6825 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827         * shell/ev-view.c: (ev_view_leave_notify_event),
6828         (ev_view_class_init):
6829         
6830         Set cursor to normal then leaving view.
6831
6832 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6833
6834         * configure.ac:
6835         
6836         Fix required djvulibre version.
6837
6838 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6839
6840         *configure.ac: Hindi (hi) language added
6841
6842 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6843
6844         *configure.ac: Punjabi (pa) Language added
6845
6846 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6847
6848         * data/evince-ui.xml, shell/ev-window.c:
6849         
6850         Add keypad accelerators for zooming. Fix for bug 308128.
6851
6852 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * Makefile.am:
6855         * backend/Makefile.am:
6856         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6857         * configure.ac:
6858         * shell/ev-document-types.c: (ev_document_types_add_filters):
6859
6860         Allow to enable/disable the pixbuf backend.
6861         Default to off for now. If we want it enabled we should
6862         really put mime types in the desktop, implement properties etc.
6863
6864         * properties/evince-properties.c:
6865
6866         Initialize error to NULL.
6867         Check error is not NULL before freeing.
6868
6869 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6870
6871         * shell/ev-window.c:
6872
6873         Use F5 as presentation accell
6874
6875 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6876
6877         * shell/ev-window.c: (update_chrome_visibility),
6878         (ev_window_create_fullscreen_popup), (ev_window_init):
6879
6880         Do not leak the fullscreen toolbar
6881
6882 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6883
6884         * shell/ev-window.c: (view_actions_focus_in_cb),
6885         (view_actions_focus_out_cb):
6886
6887         These has a return value! Fix totally random focus
6888         issues we was seeing.
6889
6890 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6891
6892         * shell/main.c: (load_files_remote):
6893
6894         Allow open more than one file
6895
6896 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * shell/main.c: (load_files_remote):
6899
6900         Fix for dbus 0.33. bug #309975
6901
6902 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * properties/ev-properties-main.c: (ev_properties_get_pages):
6905
6906         Actually return NULL for types we dont support
6907
6908 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6909
6910         * po/POTFILES.in:
6911
6912         Remove empty lines.
6913
6914 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6915
6916         * backend/ev-document-factory.c:
6917         (ev_document_factory_get_document):
6918
6919         Do not try to create the object if type
6920         is invalid.
6921
6922 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6923
6924         * ps/ps-document.c: (ps_document_dispose),
6925         (ps_async_renderer_render_pixbuf):
6926         * ps/ps-document.h:
6927
6928         Do not leak the target window
6929
6930 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * shell/ev-application.c: (ev_application_init):
6933
6934         Let tbe check file existence for us.
6935         Add a comment about eggrecent mime filter.
6936
6937 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6938
6939         * data/evince-ui.xml:
6940         * shell/ev-application.c: (ev_application_shutdown),
6941         (ev_application_init), (ev_application_get_toolbars_model),
6942         (ev_application_get_recent_model),
6943         (ev_application_save_toolbars_model):
6944         * shell/ev-application.h:
6945         * shell/ev-window.c: (ev_window_add_recent),
6946         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6947         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6948         (ev_window_init):
6949
6950         Use common toolbar and recent models for all windows.
6951         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6952
6953 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6954
6955         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6956         successfully check for gtk_icon_view_get_visible_range.
6957
6958 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6959
6960         * djvu/Makefile.am:
6961         * dvi/Makefile.am:
6962         
6963         Fix djvu and dvi backend build.
6964
6965 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6966
6967         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6968         (new_separator_pixbuf):
6969
6970         Don't leak windows.
6971
6972 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6973
6974         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6975
6976         HIGification of toolbar editor dialogue.
6977
6978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6979
6980         * configure.ac:
6981         * shell/Makefile.am:
6982
6983         Ever build metadata manager since it's just
6984         disabled at runtime now.
6985
6986 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6987
6988         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6989         (ev_metadata_manager_get), (ev_metadata_manager_set):
6990         * shell/ev-metadata-manager.h:
6991
6992         Add an _init functions that enabled metadata management
6993         at runtime.
6994
6995         * shell/ev-window.c: (page_changed_cb),
6996         (setup_document_from_metadata), (ev_window_setup_document),
6997         (setup_view_from_metadata), (ev_window_open_uri),
6998         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6999         (ev_window_run_presentation), (ev_window_stop_presentation),
7000         (save_sizing_mode), (ev_window_zoom_changed_cb),
7001         (ev_window_continuous_changed_cb),
7002         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7003         (window_configure_event_cb):
7004
7005         Remove all ugly metadata define since we deal with it
7006         at runtime now.
7007
7008         * shell/main.c: (load_files_remote), (main):
7009
7010         Add support for dbus cvs head. Hopefully didnt break one
7011         of the other versions now!
7012
7013         If we dont get a response from the dbus server just
7014         give up with it and not enable metadata.
7015
7016 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * Makefile.am:
7019         * backend/Makefile.am:
7020         * configure.ac:
7021         * cut-n-paste/recent-files/Makefile.am:
7022         * cut-n-paste/toolbar-editor/Makefile.am:
7023         * cut-n-paste/zoom-control/Makefile.am:
7024         * lib/Makefile.am:
7025         * pdf/Makefile.am:
7026         * pixbuf/Makefile.am:
7027         * properties/Makefile.am:
7028         * ps/Makefile.am:
7029         * shell/Makefile.am:
7030         * thumbnailer/Makefile.am:
7031         * tiff/Makefile.am:
7032
7033         Make frontends depend on just libev.
7034         Rework and group CFLAGS/LIBS definitions.
7035         Cleanups.
7036
7037 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7038
7039         * shell/ev-window:
7040
7041         do not unnecessarily save zoom
7042
7043         * configure.ac:
7044         * lib/ev-file-helpers.c: (ev_dot_dir):
7045         * shell/Makefile.am:
7046         * shell/dummy.cc:
7047
7048         Some cleanups
7049
7050 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7051
7052         * configure.ac:
7053         
7054         Remove unnecessary dependencies
7055
7056 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7057
7058         * properties/Makefile.am:
7059         * thumbnailer/Makefile.am:
7060         * tiff/Makefile.am:
7061
7062         Some more cleanups. Was really necessary
7063         but I probably introduced bugs, feel free
7064         to flame :)
7065
7066 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7067
7068         * backend/Makefile.am:
7069         * configure.ac:
7070         * cut-n-paste/recent-files/Makefile.am:
7071         * cut-n-paste/toolbar-editor/Makefile.am:
7072         * cut-n-paste/zoom-control/Makefile.am:
7073         * lib/Makefile.am:
7074         * pdf/Makefile.am:
7075         * pixbuf/Makefile.am:
7076         * properties/Makefile.am:
7077         * ps/Makefile.am:
7078         * shell/Makefile.am:
7079         * thumbnailer/Makefile.am:
7080         * tiff/Makefile.am:
7081
7082         Use gnome-common macros when possible.
7083         Cleanup dependencies.
7084         Actually disable deprecated where possible.
7085
7086 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7087
7088         * Makefile.am:
7089         * backend/Makefile.am:
7090         * properties/Makefile.am:
7091         * shell/Makefile.am:
7092         * thumbnailer/Makefile.am:
7093
7094         This should solve the circular dep without
7095         requiring dir reorg!
7096
7097         * shell/ev-window.c: (setup_view_from_metadata):
7098
7099         Never restore window size/position when the
7100         window is already visible.
7101
7102 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7103
7104         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7105
7106         Return a boolean from timeout func. Fix ported from gedit.
7107
7108 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7109
7110         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7111
7112 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7113
7114         * shell/ev-document-types.c: set "All Documents" as default filter in
7115         open dialog
7116
7117 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7118
7119         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7120         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7121         (ev_metadata_manager_set_boolean): fix value/val thinko.
7122
7123 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * shell/ev-window.c: (setup_view_from_metadata),
7126         (window_state_event_cb), (window_configure_event_cb),
7127         (ev_window_init):
7128
7129         Remember window position and maximized state
7130
7131 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7132
7133         * configure.ac:
7134
7135         Fix DBUS configure checks.
7136
7137         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7138         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7139         (ev_metadata_manager_set_boolean):
7140
7141         Plug mem leaks.
7142
7143         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7144         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7145         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7146         (ev_window_continuous_changed_cb),
7147         (ev_window_dual_mode_changed_cb), (ev_window_new):
7148
7149         Fix the build without DBUS.
7150
7151 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7152
7153         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7154         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7155         (ev_metadata_manager_set_string),
7156         (ev_metadata_manager_set_boolean):
7157         * shell/ev-metadata-manager.h:
7158
7159         Add support for some more types
7160
7161         * shell/ev-view.c: (scroll_to_current_page),
7162         (ev_view_get_continuous), (ev_view_set_continuous),
7163         (ev_view_get_dual_page):
7164         * shell/ev-view.h:
7165         * shell/ev-window.c: (page_changed_cb),
7166         (setup_document_from_metadata), (ev_window_setup_document),
7167         (setup_view_from_metadata), (ev_window_open_uri),
7168         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7169         (ev_window_run_presentation), (ev_window_stop_presentation),
7170         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7171         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7172         (ev_window_update_dual_page_action),
7173         (ev_window_continuous_changed_cb),
7174         (ev_window_dual_mode_changed_cb), (ev_window_init):
7175
7176         Remember a bunch of view/document properties. Prolly some
7177         are still missing but it's getting interesting.
7178
7179 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7180
7181         * configure.ac: check if dbus-binding-tool is installed. Not the
7182         case on current Ubuntu breezy, it seems.
7183
7184 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7185
7186         * data/evince.desktop.in.in:
7187         
7188         Allow open uri lists and add TryExec field.
7189
7190 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * configure.ac:
7193
7194         Enable dbus when available, do not require a configure
7195         option.
7196
7197 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7198
7199         * configure.ac:
7200
7201         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7202         disabled.
7203
7204 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7205         Marco Pesenti Gritti  <mpg@redhat.com>
7206
7207         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7208         
7209         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7210         functions to the format required by dbus
7211
7212         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7213         errors. Use the RPC parameters in the expected way
7214
7215 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7216
7217         * Makefile.am:
7218         * properties/Makefile.am:
7219         * properties/ev-properties-main.c: (ev_properties_get_pages):
7220
7221         Support all mime types
7222
7223         * shell/Makefile.am:
7224         * thumbnailer/Makefile.am:
7225         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7226         (evince_thumbnail_pngenc_get):
7227
7228         Use the document factory
7229
7230 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7231
7232         * backend/Makefile.am:
7233         * backend/ev-document-factory.c:
7234         (mime_type_supported_by_gdk_pixbuf),
7235         (ev_document_type_get_from_mime),
7236         (ev_document_factory_get_document),
7237         (ev_document_factory_get_backend),
7238         (ev_document_factory_get_mime_types),
7239         (ev_document_factory_get_all_mime_types):
7240         * backend/ev-document-factory.h:
7241         * shell/Makefile.am:
7242         * shell/ev-document-types.c: (get_document_from_uri),
7243         (ev_document_types_get_document),
7244         (file_filter_add_mime_list_and_free),
7245         (ev_document_types_add_filters):
7246         * shell/ev-document-types.h:
7247         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7248         * shell/ev-properties-dialog.c:
7249         (ev_properties_dialog_set_document):
7250         * shell/ev-window.c: (ev_window_cmd_file_open),
7251         (ev_window_cmd_save_as):
7252         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7253
7254         Rework document types managing to avoid code duplication
7255         and actually abstract from backend implementations.
7256         Also provide a minimal factory api that can be used by
7257         thumbnailer/properties.
7258
7259 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7260
7261         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7262         Plug a mem leak.
7263         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7264         HIG spacings.
7265
7266 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7267
7268         * shell/ev-properties-dialog.c
7269         (ev_properties_dialog_set_document): only call
7270         ev_properties_fonts_set_document() if the document implements the
7271         fonts interface
7272
7273 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7274
7275         * configure.ac:
7276         * properties/Makefile.am:
7277         * properties/ev-properties-view.c:
7278         (ev_properties_view_register_type):
7279         * properties/ev-properties-view.h:
7280         * properties/ev-properties-main.h:
7281
7282         Implement nautilus plugin for properties.
7283         Works only for pdf atm, I need to rework the
7284         document types stuff to get this to work
7285         for all backends...
7286
7287 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7288
7289         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7290         (ev_properties_fonts_set_document): use
7291         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7292
7293 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7294
7295         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7296         them
7297         (PlaceImage, tiff2ps_process_page): use
7298         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7299
7300
7301 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7302
7303         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7304         (main): to call gnome_authentication_manager_init. Should fix
7305         Bug #308510
7306
7307         * configure.ac: that requires libgnomeui 2.6.0.
7308
7309 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7310
7311         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7312         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7313         use the new tiff2ps interfaces
7314
7315         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7316         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7317
7318         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7319         structure instead of global variables.  Remove use of static
7320         variables in functions.
7321
7322 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7323
7324         * shell/ev-page-action.c: unref the completion after setting it to the
7325         entry
7326
7327 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7328
7329         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7330         postscript files
7331
7332 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7333
7334         * shell/ev-window.c (update_action_sensitivity): disable
7335         File->Print if the document does not implement the ps exporter
7336         interface
7337
7338 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7339
7340         * Makefile.am:
7341         * configure.ac:
7342         * data/evince-properties.glade:
7343         * properties/.cvsignore:
7344         * properties/Makefile.am:
7345         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7346         (ev_properties_view_class_init), (ev_properties_view_format_date),
7347         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7348         (ev_properties_view_init), (ev_properties_view_new):
7349         * properties/ev-properties-view.h:
7350         * shell/Makefile.am:
7351         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7352         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7353         (ev_properties_dialog_new):
7354         * shell/ev-properties-dialog.h:
7355         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7356         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7357         (update_progress_label), (job_fonts_finished_cb),
7358         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7359         * shell/ev-properties-fonts.h:
7360         * shell/ev-properties.c:
7361         * shell/ev-properties.h:
7362         * shell/ev-window.c: (ev_window_setup_document),
7363         (ev_window_cmd_file_properties):
7364
7365         Split the properties pages in two different objects, depend
7366         only on the backend where possible, use widgets instead
7367         of gobject for the glade part, reimplement the dialog
7368         itself with gtk.
7369         I need this to implement nautilus properties page.
7370
7371 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7372
7373         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7374         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7375         (tiff_document_document_ps_exporter_iface_init): implement the ps
7376         exporter interface for tiff documents
7377
7378         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7379         libtiff to implement TIFF postscript export
7380
7381         * tiff/tiff2ps.h: added a header file for external tiff2ps
7382         functions.
7383
7384         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7385         tiff2ps.h
7386
7387 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * shell/ev-view.c: (scroll_to_current_page),
7390         (ev_view_set_fullscreen), (ev_view_set_presentation):
7391         
7392         Scroll to current page when exit from presentation
7393
7394 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7395
7396         * shell/ev-window.c: (update_document_mode),
7397         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7398         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7399         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7400         
7401         Exit from fullscreen mode when switch to presentation. Fix for
7402         bug 309365
7403
7404 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7405
7406         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7407         return NULL if the document does not implement the selection
7408         interface.
7409
7410 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7411
7412         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7413         reported height by using the resolution aspect ratio
7414         (tiff_document_render_pixbuf): scale the pixbuf using the
7415         resolution aspect ratio
7416
7417 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * configure.ac:
7420         
7421         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7422         <kiltedaco@gmail.com>
7423         
7424         * djvu/djvu-document.c: (djvu_document_get_orientation),
7425         (djvu_document_set_orientation), (djvu_document_get_page_size),
7426         (rotate_pixbuf), (djvu_document_render_pixbuf),
7427         (djvu_document_document_iface_init):
7428         * dvi/dvi-document.c: (dvi_document_get_orientation),
7429         (dvi_document_set_orientation), (dvi_document_get_page_size),
7430         (rotate_pixbuf), (dvi_document_render_pixbuf),
7431         (dvi_document_document_iface_init):
7432         
7433         Dvi and djvu backends are ported to new API
7434
7435 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7436
7437         * backend/ev-selection.c: (ev_selection_get_selection_region),
7438         (ev_selection_get_selection_map):
7439         * backend/ev-selection.h:
7440         * pdf/ev-poppler.cc:
7441         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7442         * shell/ev-jobs.h:
7443         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7444         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7445         (ev_pixbuf_cache_get_text_mapping):
7446         * shell/ev-pixbuf-cache.h:
7447         * shell/ev-view.c: (location_in_text),
7448         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7449         support to EvView.  Now we can see where we can select!  Sweet!
7450
7451 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7452
7453         * shell/ev-view.c (ev_view_button_press_event): Fix
7454         event->y + view->scroll_x typo.
7455
7456 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7457
7458         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7459         sub-GdkPixbuf instead of passing dest_x and dest_y.
7460         
7461         * shell/ev-view.c: (view_point_to_doc_point),
7462         (view_rect_to_doc_rect), (ev_view_button_press_event),
7463         (ev_view_motion_notify_event), (compute_new_selection_rect),
7464         (gdk_rectangle_point_in), (compute_new_selection_text),
7465         (compute_selections): Update selection code to keep the selection
7466         around as two points and not as a normalized rectangle, and fix
7467         page level selection in two-column mode.
7468
7469 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7470
7471         * shell/ev-window.c: (window_configure_event_cb): 
7472         
7473         Fix compilation
7474         
7475 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7476
7477         * pdf/ev-poppler.cc:
7478
7479         Fix compilation
7480
7481 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7482
7483         * shell/Makefile.am:
7484         * shell/ev-metadata-manager.c: (item_free),
7485         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7486         (parse_value), (parseItem), (load_values),
7487         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7488         (save_values), (save_item), (get_oldest), (resize_items),
7489         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7490         * shell/ev-metadata-manager.h:
7491
7492         Metadata manager from gedit but modified to use GValue, so that
7493         we dont need to keep converting from strings.
7494
7495         * configure.ac:
7496
7497         ENABLE_METADATA conditional, on when dbus is on
7498
7499         * shell/ev-application.c: (ev_application_open_uri):
7500
7501         Show the window after load so that we can initialize
7502         window size before it's showed.
7503
7504         * shell/ev-window.c: (ev_window_setup_from_metadata),
7505         (ev_window_open_uri), (window_configure_event_cb),
7506         (ev_window_init):
7507
7508         Save and load metadata information about window size.
7509         Not yet keeping states in account.
7510
7511         * shell/main.c: (main):
7512
7513         Shutdown metadata manager.
7514
7515 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * shell/ev-application-service.xml:
7518         * configure.ac:
7519         * shell/Makefile.am:
7520         * shell/ev-application.c:
7521         * shell/ev-application.h:
7522         * shell/ev-window.c:
7523         * shell/ev-window.h:
7524         * shell/main.c:
7525
7526         Add an optional dbus interface (--enable-dbus).
7527         Rework application code, mainly to be easier to
7528         use "remotely".
7529         Do not open multiple windows with the same document,
7530         spatial evince!
7531
7532 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7533
7534         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7535         pixbuf iff it exists.
7536
7537 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7538
7539         * shell/*:
7540         * backend/ev-render-context.[ch]:
7541         * backend/ev-selection.[ch]:
7542
7543         Massive changes.  We now support text selection of pdfs, and not
7544         just rectangular selection.  This is pretty broken still, but I
7545         want to get something into CVS.
7546
7547 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * pdf/ev-poppler.cc:
7550         
7551         Fix for Bug 309080: crash on window close.
7552         
7553         * shell/ev-page-action.c: (page_changed_cb):
7554         
7555         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7556         jensgr@gmx.net (Jens Granseuer).
7557
7558 2005-06-25  Marcel Telka  <marcel@telka.sk>
7559
7560         * configure.in (ALL_LINGUAS): Added sk.
7561
7562 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7563
7564         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7565         not a document open
7566
7567 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * NEWS:
7570         * configure.ac:
7571
7572         Release 0.3.2
7573
7574         * cut-n-paste/recent-files/Makefile.am:
7575
7576         Fix make distcheck
7577
7578 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7581         (pixbuf_document_set_orientation), (rotate_pixbuf),
7582         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7583         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7584
7585         Implement rotation and cleanup the code a bit.
7586
7587         * tiff/tiff-document.c: (tiff_document_get_page_size),
7588         (tiff_document_get_orientation), (tiff_document_set_orientation),
7589         (rotate_pixbuf), (tiff_document_render_pixbuf),
7590         (tiff_document_document_iface_init), (tiff_document_init):
7591
7592         Implement rotation. Was the quicker solution for the release
7593         but we really need to share this code in the shell.
7594
7595 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7596
7597         * pdf/ev-poppler.cc:
7598
7599         Enable rotation, require poppler cvs. Fix a leak.
7600
7601 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7602
7603         * shell/ev-window.c: (update_action_sensitivity):
7604         
7605         Make properties unsensitive if document backend doesn't provide
7606         any info
7607
7608 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7611         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7612         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7613         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7614         (bitmap_flip_rotate_counter_clockwise):
7615         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7616         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7617         (buff_gets):
7618         * dvi/mdvi-lib/common.h:
7619         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7620         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7621         (opendvi), (mdvi_reload), (mdvi_init_context),
7622         (mdvi_destroy_context), (mdvi_dopage), (special):
7623         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7624         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7625         (file_hash_free), (register_encoding), (parse_spec),
7626         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7627         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7628         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7629         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7630         (mdvi_register_font_type), (mdvi_unregister_font_type),
7631         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7632         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7633         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7634         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7635         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7636         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7637         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7638         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7639         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7640         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7641         (mdvi_unregister_special), (mdvi_flush_specials):
7642         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7643         (t1_font_remove):
7644         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7645         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7646         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7647         (free_font_metrics), (flush_font_metrics):
7648         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7649         (tt_font_remove):
7650         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7651         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7652         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7653         (dstring_insert), (dstring_new), (dstring_reset):
7654         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7655         
7656         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7657         avoid conflict with libtool on FC4
7658         
7659         * shell/ev-window.c: (ev_window_cmd_help_about):
7660         
7661         Update copyright year. Fix for bug 308828.
7662
7663 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * shell/ev-view.c: (add_scroll_binding_keypad),
7666         (ev_view_binding_activated), (ev_view_class_init),
7667         (on_adjustment_value_changed):
7668         
7669         Bug 170874: Arrow keys switch pages in presentation mode
7670
7671 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7672
7673         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7674         
7675         Fix for Bug 308265: Sidebar dissappears coming out of 
7676         Presentation mode
7677
7678 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * shell/ev-application.c: (ev_application_open):
7681         * shell/ev-document-types.c: (ev_document_types_add_filters),
7682         (ev_document_types_add_filters_for_type):
7683         * shell/ev-document-types.h:
7684         * shell/ev-window.c: (ev_window_cmd_save_as):
7685         
7686         Suggest basename as template when saving, provide filters
7687         for save dialog. It's bug 308402
7688
7689 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * pdf/ev-poppler.cc:
7692         * shell/ev-sidebar-links.c: (job_finished_callback):
7693         * shell/ev-view.c: (update_find_status_message):
7694         
7695         Some leaks fixed
7696
7697 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7698
7699         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7700         (egg_recent_view_uimanager_set_list):
7701
7702         Fix buglet in !show_numbers case.
7703
7704 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7705
7706         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7707         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7708
7709         Use pango ellipsisation.
7710
7711         * pdf/ev-poppler.cc:
7712
7713         Fix refcount leak, from nsh.
7714
7715 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7716
7717         * cut-n-paste/recent-files/Makefile.am:
7718         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7719         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7720         
7721         Removed EggRecentViewGtk
7722         
7723         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7724         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7725         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7726         (ev_window_setup_recent):
7727         
7728         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7729         with other projects
7730
7731 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7732
7733         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7734         (egg_recent_view_gtk_finalize):
7735
7736         Fix memory leak
7737
7738         * cut-n-paste/toolbar-editor/Makefile.am:
7739         
7740         Fix location of cursor icon.
7741         
7742         * pdf/ev-poppler.cc:
7743         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7744         (display_completion_text), (match_completion):
7745         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7746         (selection_changed_callback), (create_loading_model),
7747         (print_section_cb), (links_page_num_func),
7748         (update_page_callback_foreach):
7749         * shell/ev-window.c: (ev_window_dispose):
7750         
7751         Small memory fixes. Links model now store objects instead
7752         of pointers to improve memory management. 
7753
7754 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * shell/ev-window.c: (zoom_control_changed_cb):
7757         
7758         Fix update of zoom control (bug 308268).
7759
7760 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7761
7762         * shell/ev-properties.c (set_property): escape the text correctly.
7763         Handles non-UTF-8 properties and escaped properties.  Also, sets
7764         the text to "<i>None</i>" if the property isn't set.
7765
7766         * data/evince-properties.glade: Change the label to be ellipsized,
7767         and give it a minimum size.
7768
7769 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7772         * shell/ev-sidebar-links.c: (create_loading_model):
7773         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7774         * shell/ev-view.c: (ev_view_set_document):
7775         * shell/ev-window.c: (ev_window_dispose):
7776         
7777         Various small fixes, mostly memory leaks. Thanks to valgrind.
7778
7779 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7780
7781         * ps/ps-document.c: remove the locale.h include again ;-). And
7782         kill the (bogus) setlocale/savelocale business.
7783
7784 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7785
7786         * ps/ps-document.c:
7787         
7788         Include locale.h to fix build
7789         
7790         * shell/ev-sidebar.c:
7791         
7792         Remove unnecessary includes
7793
7794 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7795
7796         * dvi/dvi-document.c: (dvi_document_load):
7797         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7798         * po/POTFILES.in:
7799         
7800         Check for incorrect dvi files. Fix parsing dvi on AMD64
7801         platform. Thanks to tester@tester.ca (Olivier Crete).
7802
7803 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * shell/ev-page-action.c: (match_selected_cb),
7806         (display_completion_text), (match_completion), (update_model):
7807         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7808         (expand_open_links):
7809         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7810         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7811         (ev_sidebar_set_document):
7812         * shell/ev-window.c: (ev_window_xfer_job_cb),
7813         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7814         
7815         Fixed lot's of memory leaks, for example, memory leak on reload, 
7816         described in bug 307793.
7817
7818 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7819
7820         * pdf/ev-poppler.cc:
7821         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7822         (update_visible_range), (adjustment_changed_cb),
7823         (ev_sidebar_thumbnails_fill_model),
7824         (ev_sidebar_thumbnails_refresh),
7825         (ev_sidebar_tree_selection_changed),
7826         (ev_sidebar_icon_selection_changed),
7827         (ev_sidebar_thumbnails_use_icon_view),
7828         (ev_sidebar_thumbnails_set_document):
7829         * shell/ev-sidebar-thumbnails.h:
7830         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7831         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7832
7833         Refresh thumbnails when changing orientation. Not fully
7834         working yet becuase of a sidebar bug.
7835
7836         Set page orientation to poppler page everywhere. This sucks
7837         really need to fix poppler.
7838
7839 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7840
7841         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7842         (egg_recent_view_gtk_new_menu_item),
7843         (egg_recent_view_gtk_set_property),
7844         (egg_recent_view_gtk_get_property),
7845         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7846         (egg_recent_view_gtk_set_tooltip_func),
7847         (egg_recent_view_gtk_set_label_width),
7848         (egg_recent_view_gtk_get_label_width):
7849         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7850
7851         Sync with libegg (ellipsize labels)
7852
7853 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7854
7855         * data/evince-ui.xml:
7856         * shell/ev-window.c: (ev_window_cmd_go_forward),
7857         (ev_window_cmd_go_backward):
7858         
7859         Shift + PageUp moves 10 Pages. Fix for 306125
7860
7861 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7862
7863         * pdf/ev-poppler.cc:
7864
7865         Add a flag to check if orientation has been overriden
7866
7867 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7868
7869         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7870         field if necessary.
7871
7872         * ps/ps.h: add creator field to document.
7873
7874         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7875         set creator field.
7876
7877 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * data/evince-properties.glade:
7880         * shell/ev-properties.c: (ev_properties_set_document):
7881
7882         s/PDF Version/Format
7883
7884 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7885
7886         * shell/ev-properties.c: (ev_properties_set_document):
7887
7888         Remove unnecessary translations
7889
7890 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7891
7892         * cut-n-paste/toolbar-editor/Makefile.am:
7893
7894         Correct library name    
7895
7896 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7897
7898         * configure.ac:
7899         * cut-n-paste/recent-files/egg-recent-model.c:
7900         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7901         (egg_recent_model_unlock_file):
7902         * cut-n-paste/recent-files/egg-recent-util.c:
7903         (egg_recent_util_get_unique_id):
7904         * cut-n-paste/recent-files/update-from-egg.sh:
7905         * cut-n-paste/toolbar-editor/Makefile.am:
7906         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7907         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7908         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7909         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7910         (egg_toolbars_model_get_type):
7911         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7912
7913         Better makefile for toolbar editor and update everything
7914         to latest libegg.
7915
7916 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * shell/ev-window.c: (update_document_mode):
7919
7920         Prefer presentation mode when the document
7921         require fullscreen.
7922
7923 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7924
7925         * data/evince-ui.xml:
7926         * shell/ev-window.c:
7927
7928         Add control-equal for zooming
7929
7930 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7931
7932         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7933
7934 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7935
7936         * backend/ev-document.c: (ev_document_get_orientation):
7937         * backend/ev-document.h:
7938         * pdf/ev-poppler.cc:
7939         * ps/ps-document.c: (ps_document_get_orientation),
7940         (ps_document_set_orientation), (ps_document_document_iface_init):
7941
7942         Add a get_orientation api. Improve set_orientation.
7943
7944         * data/evince-ui.xml:
7945         * shell/ev-view.c: (ev_view_set_orientation),
7946         (ev_view_rotate_right), (ev_view_rotate_left):
7947         * shell/ev-view.h:
7948         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7949         (ev_window_cmd_edit_rotate_right):
7950
7951         Better ui for changing document orientation
7952
7953 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7954
7955         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7956         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7957         * shell/ev-sidebar-links.h:
7958         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7959         (ev_sidebar_page_iface_init):
7960         * shell/ev-sidebar-page.h:
7961         * shell/ev-sidebar-thumbnails.c:
7962         (ev_sidebar_thumbnails_get_property),
7963         (ev_sidebar_thumbnails_class_init),
7964         (ev_sidebar_thumbnails_set_document):
7965         * shell/ev-sidebar-thumbnails.h:
7966         * shell/ev-view.c: (ev_view_motion_notify_event):
7967         * shell/ev-window.c: (update_chrome_visibility),
7968         (ev_window_cmd_focus_page_selector),
7969         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7970         (sidebar_page_main_widget_update_cb), (ev_window_init):
7971         
7972         Autoraise toolbar on GoToPage binding and fix bindings in
7973         EvSidebarThumbnails page.
7974
7975 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7976
7977         * shell/ev-properties.c: (update_progress_label):
7978
7979         Hide the progress label when finished; bug #307697.
7980
7981 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7982
7983         * pdf/ev-poppler.cc:
7984
7985         Enable is_open for links, you will need poppler cvs
7986
7987         * shell/ev-properties.c: (job_fonts_finished_cb):
7988
7989         Get a lock on the document when filling the tree view
7990
7991 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7992
7993         * backend/ev-document-links.h:
7994         * pdf/ev-poppler.cc:
7995         * shell/ev-sidebar-links.c: (create_loading_model),
7996         (expand_open_links), (job_finished_callback):
7997
7998         Expand links when specified by the document.
7999         Depend on a poppler api (defined out for now)
8000
8001 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8002
8003         * shell/ev-properties.c: (ev_properties_dispose),
8004         (ev_properties_class_init), (dialog_destroy_cb),
8005         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8006         (ev_properties_set_document), (ev_properties_new),
8007         (ev_properties_show):
8008         * shell/ev-properties.h:
8009
8010         Make it an object, cleanup the code, api to show it as transient
8011         and to set the document.
8012
8013         * shell/ev-window.c: (ev_window_setup_document),
8014         (ev_window_cmd_file_properties):
8015
8016         Adapt to EvProperties changes, do not show multiple
8017         times, update it when document changes.
8018
8019 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8020
8021         * ps/gstypes.h:
8022         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8023         (ps_document_set_orientation), (ps_document_document_iface_init):
8024         * ps/ps-document.h:
8025
8026         Implement orientation here too
8027
8028         * shell/ev-properties.c: (ev_properties_new):
8029         * data/evince-properties.glade:
8030
8031         Hide the fonts page for backends that doesnt
8032         support it.     
8033
8034 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8035
8036         * backend/ev-document.c: (ev_document_set_orientation):
8037         * backend/ev-document.h:
8038         * pdf/ev-poppler.cc:
8039
8040         Add orientation api. Currently poppler api is not optimal,
8041         we need to set orientation every time we _get a page.
8042         I will try to fix that at some point.
8043
8044         * data/evince-ui.xml:
8045         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8046         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8047
8048         Add orientation menu items
8049
8050         * shell/ev-page-cache.c: (ev_page_cache_clear):
8051         * shell/ev-page-cache.h:
8052
8053         Add api to clear the cache
8054
8055         * shell/ev-view.c: (setup_caches), (clear_caches),
8056         (ev_view_set_document), (ev_view_zoom_out),
8057         (ev_view_set_orientation):
8058         * shell/ev-view.h:
8059
8060         Implement orientation changing
8061
8062 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8063
8064         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8065         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8066         * backend/ev-document-fonts.h:
8067
8068         Separate scan and fill so that we can incrementally fill from
8069         the main thread. Add a progress api.
8070
8071         * data/evince-properties.glade:
8072         * pdf/ev-poppler.cc:
8073         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8074         * shell/ev-jobs.h:
8075         * shell/ev-properties.c: (update_progress_label),
8076         (job_fonts_finished_cb), (setup_fonts_view):
8077
8078         Incrementally feel the list and show the progress
8079         percentage in a label like acrobat does.
8080
8081         You are going to need poppler cvs
8082
8083 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8084
8085         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8086         * backend/ev-document-fonts.h:
8087         * pdf/ev-poppler.cc:
8088
8089         Make fonts model fill incrementally.
8090
8091         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8092         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8093         (ev_job_queue_remove_job):
8094         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8095         (ev_job_fonts_new), (ev_job_fonts_run):
8096         * shell/ev-jobs.h:
8097
8098         New job for fonts scanning
8099
8100         * shell/ev-properties.c: (job_fonts_finished_cb),
8101         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8102         * shell/ev-properties.h:
8103         * shell/ev-window.c: (ev_window_cmd_file_properties):
8104
8105         Incrementally feel the treeview using the new job. Show Loading...
8106         message until scanning is completed.
8107
8108         Hopefully I didnt break the build without the poppler patch.
8109
8110 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8111
8112         * shell/ev-application.c: (ev_application_open):
8113         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8114         (ev_document_type_get_type), (ev_document_type_lookup):
8115         * shell/ev-document-types.h:
8116         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8117         * shell/ev-job-xfer.h:
8118         * shell/ev-window.c: (ev_window_clear_local_uri),
8119         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8120         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8121         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8122         
8123         Transfer remote documents to tmp directory to display them later.
8124
8125 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8126
8127         * backend/ev-document-info.h:
8128         * shell/ev-properties.c: (ev_properties_new):
8129
8130         s/GTime*/GTime. Not sure why we was using a pointer
8131         at all there!
8132
8133 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8134
8135         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8136         situations.  That situation is that you're using GTK+-HEAD with
8137         the patch at #306726 is applied, and you have a document with <
8138         1500 pages in it.  It's not quite as uniformly nice as the
8139         TreeView, but should be better in the long run.
8140
8141         I'm pretty sure I guarded against breaking compilation with
8142         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8143         I missed some.
8144
8145         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8146         widget yet, so I commented that code out
8147         enable_view_actions_for_widget() for now.  Need to figure this
8148         out.
8149
8150         * shell/ev-page-action.c (match_selected_cb): emit the right
8151         signals.  Our cool C-l completion now works.
8152
8153 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8154
8155         * backend/Makefile.am:
8156         * backend/ev-document-fonts.c:
8157         * backend/ev-document-links.c:
8158         * backend/ev-document.c: (ev_document_load):
8159         * backend/ev-document.h:
8160         * backend/ev-job-queue.c:
8161         * backend/ev-job-queue.h:
8162         * backend/ev-jobs.c:
8163         * backend/ev-jobs.h:
8164         * backend/ev-page-cache.c:
8165         * backend/ev-page-cache.h:
8166
8167         EvPageCache and EvJobs are moved to shell.
8168
8169         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8170         (ev_tmp_filename):
8171         * lib/ev-file-helpers.h:
8172         
8173         New helper to work with temporary files
8174         
8175         * shell/Makefile.am:
8176         * shell/ev-application.c: (ev_application_open):
8177         * shell/ev-application.h:
8178         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8179         (remove_job_from_async_queue), (add_job_to_async_queue),
8180         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8181         (handle_job), (search_for_jobs_unlocked),
8182         (no_jobs_available_unlocked), (ev_render_thread),
8183         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8184         (ev_job_queue_add_job), (move_job_async), (move_job),
8185         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8186         * shell/ev-job-queue.h:
8187         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8188         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8189         * shell/ev-job-xfer.h:
8190         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8191         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8192         (ev_job_links_class_init), (ev_job_render_init),
8193         (ev_job_render_dispose), (ev_job_render_class_init),
8194         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8195         (ev_job_thumbnail_class_init), (ev_job_load_init),
8196         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8197         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8198         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8199         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8200         * shell/ev-jobs.h:
8201         * shell/ev-page-action.c: (ev_page_action_set_document):
8202         * shell/ev-page-cache.c: (ev_page_cache_init),
8203         (ev_page_cache_class_init), (ev_page_cache_finalize),
8204         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8205         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8206         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8207         (ev_page_cache_get_title), (ev_page_cache_get_size),
8208         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8209         (ev_page_cache_get_height_to_page),
8210         (ev_page_cache_get_max_label_chars),
8211         (ev_page_cache_get_page_label),
8212         (ev_page_cache_has_nonnumeric_page_labels),
8213         (ev_page_cache_get_info), (ev_page_cache_next_page),
8214         (ev_page_cache_prev_page), (ev_page_cache_get):
8215         * shell/ev-page-cache.h:
8216         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8217         (ev_pixbuf_cache_clear_job_sizes),
8218         (ev_pixbuf_cache_add_jobs_if_needed),
8219         (ev_pixbuf_cache_set_page_range):
8220         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8221         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8222         * shell/ev-sidebar-thumbnails.c:
8223         (ev_sidebar_tree_selection_changed),
8224         (ev_sidebar_thumbnails_set_document):
8225         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8226         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8227         (ev_statusbar_get_context_id), (ev_statusbar_push),
8228         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8229         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8230         (ev_statusbar_set_progress):
8231         * shell/ev-statusbar.h:
8232         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8233         (ev_view_find_previous):
8234         * shell/ev-window.c: (ev_window_is_empty),
8235         (ev_window_setup_document), (password_dialog_response),
8236         (ev_window_clear_jobs), (ev_window_load_job_cb),
8237         (ev_window_xfer_job_cb), (ev_window_open_uri),
8238         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8239         (ev_window_print), (ev_window_print_range),
8240         (ev_window_state_event), (ev_window_cmd_view_reload),
8241         (menu_item_select_cb), (menu_item_deselect_cb),
8242         (view_status_changed_cb), (ev_window_dispose),
8243         (drag_data_received_cb), (ev_window_init):
8244         * shell/ev-window.h:
8245         * shell/main.c: (load_files):
8246         
8247         New statusbar to show progress on idle. Two new jobs - 
8248         xfer job and load job to load document in background. And update
8249         of page_cache clients to new location of code.
8250
8251 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8252   
8253         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8254         selection in open dialog. It also remembers the last visited directory 
8255         in the current session.
8256
8257 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8258
8259         * shell/ev-properties.c: (ev_properties_new):
8260         * shell/ev-properties.h:
8261         * shell/ev-window.c: (ev_window_cmd_file_properties):
8262         
8263         Get document info from page cache instead of document itself.
8264         This should fix crash related to race conditions described in
8265         bug 306545.
8266
8267 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8268
8269         * ps/ps-document.c: (ps_document_init),
8270         (send_ps), (get_page_box), (output), (catchPipe), (input),
8271         (stop_interpreter), (file_length), (file_readable),
8272         (check_filecompressedb), (ps_document_enable_interpreter),
8273         (document_load), (ps_async_renderer_render_pixbuf):
8274         * ps/ps-document.h:
8275
8276         Big cleanup of the ps code
8277
8278 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8279
8280         * backend/Makefile.am:
8281         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8282         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8283         * backend/ev-async-renderer.h:
8284
8285         Add an async renderer interface (method + callback) which
8286         is useful for backends like ps.
8287
8288         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8289         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8290         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8291         (ev_job_queue_add_job), (move_job_async), (move_job),
8292         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8293
8294         Add queues for async renderer, these are executed on the
8295         main thread.
8296
8297         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8298         (ev_job_render_run):
8299         * backend/ev-jobs.h:
8300
8301         If the backend support async renderer interface use it.
8302
8303         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8304         (setup_pixmap), (ps_document_get_type),
8305         (ps_async_renderer_render_pixbuf),
8306         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8307
8308         Implement async renderer interface.
8309
8310 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8311
8312         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8313
8314         Cleanup links job on exit.
8315
8316 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8317
8318         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8319         (drag_data_get_cb), (drag_data_received_cb):
8320         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8321         (drag_data_get_cb), (parse_item_list),
8322         (egg_toolbar_editor_load_actions):
8323         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8324         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8325         (parse_item_list), (parse_toolbars):
8326         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8327         (dvi_pixbuf_put_pixel):
8328         
8329         Fix gcc 4.0 warnings
8330
8331 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8332
8333         * ps/ps-document.c: (start_interpreter):
8334
8335         Fix warning when loading ps
8336
8337 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8338
8339         * ps/ps-document.c: (output):
8340
8341         Fix crash when priting gs error messages.
8342
8343 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8344
8345         * backend/ev-page-cache.c: (_ev_page_cache_new):
8346         * backend/ev-page-cache.h:
8347
8348         Use a const to return title so that we dont double
8349         free it. Small cleanup and fix a leak.
8350
8351         * shell/ev-window.c: (update_window_title):
8352
8353         strdup value from get_title.
8354
8355 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8356
8357         * shell/ev-sidebar-links.c: (job_finished_callback),
8358         (ev_sidebar_links_set_document):
8359
8360         Cleanup the old job when changing document
8361
8362 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8363
8364         * shell/ev-stock-icons.c:
8365         * shell/ev-stock-icons.h:
8366         * shell/ev-window.c:
8367         
8368         Add stock icons for actions that can appear in toolbar. Fix for
8369         bug 306566.
8370
8371 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8372
8373         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8374         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8375         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8376         * backend/ev-page-cache.h:
8377         * shell/ev-view.c: (scroll_to_current_page),
8378         (view_update_range_and_current_page), (get_page_y_offset),
8379         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8380         (ev_view_size_request_continuous),
8381         (ev_view_zoom_for_size_continuous_and_dual_page),
8382         (ev_view_zoom_for_size_continuous):
8383         
8384         More compact EvView layout in document with pages of different size.
8385
8386 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8387
8388         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8389         compilation.
8390
8391 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8392
8393         * shell/ev-view.c: (view_set_adjustment_values):
8394         * shell/ev-window.c: (ev_window_cmd_file_properties):
8395         
8396         A bit different fix for rounding problem but it has no
8397         problems on startup. Make properties window transient to parent.
8398
8399 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8400
8401         * pdf/ev-poppler.cc:
8402         
8403         More commenting of font stuff.
8404
8405 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8406
8407         * pdf/ev-poppler.cc:
8408
8409         Comment out some more fonts stuff. Should really
8410         work without the poppler patch now.
8411
8412 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8413
8414         * pdf/ev-poppler.cc:
8415
8416         Adapt to api change
8417
8418 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8419
8420         * data/evince-properties.glade:
8421         * pdf/ev-poppler.cc:
8422         * shell/ev-properties.c: (setup_fonts_view):
8423
8424         Set the column title. Show the dialog only
8425         once everything is setup.
8426         Getting font info can be very slow... will
8427         prolly need to make this threaded too.
8428
8429 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8430
8431         * backend/Makefile.am:
8432         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8433         (ev_document_fonts_get_fonts_model):
8434         * backend/ev-document-fonts.h:
8435         * data/evince-properties.glade:
8436         * pdf/ev-poppler.cc:
8437         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8438         * shell/ev-properties.h:
8439         * shell/ev-window.c: (ev_window_cmd_file_properties):
8440
8441         Implement fonts list. Defined out for now, since it depends
8442         on a not yet committed poppler patch.
8443
8444 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8445
8446         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8447         page + 1.
8448
8449         * shell/ev-window.c: Make sure we add the timeout when we get a
8450         focus-in event.
8451
8452         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8453         adjustment->value before calculating the zoom factor to average
8454         out all of our rounding errors.  The page no longer 'drifts' when
8455         resizing.
8456
8457 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8458
8459         * data/evince-properties.glade:
8460         * shell/ev-properties.c: (ev_properties_format_date),
8461         (set_property):
8462         
8463         Labels don't expand when the dialogue is resized.
8464         strftime result needs to be converted to UTF-8. Thanks
8465         to Christian Persch <chpe@gnome.org>.
8466
8467 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8468
8469         * data/evince-properties.glade:
8470
8471         Hide the fonts tab
8472
8473 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8474
8475         * backend/ev-document-info.h:
8476         * backend/ev-document.c: (ev_document_info_free):
8477         * data/evince-properties.glade:
8478         * pdf/ev-poppler.cc:
8479         * ps/ps-document.c: (ps_document_get_info):
8480         * shell/ev-properties.c: (ev_properties_format_date),
8481         (set_property), (ev_properties_new):
8482         * shell/ev-properties.h:
8483         * shell/ev-window.c: (ev_window_cmd_file_properties):
8484
8485         Rework properties code to take only EvPropertyInfo
8486         in the constructor so that it can be useful for
8487         nautilus plugin too.
8488
8489         Deal with backends that doesnt support some properties.
8490         Make set property code generic.
8491
8492 2005-06-04  Christian Persch <chpe@gnome.org>
8493
8494         * data/evince-properties.glade:
8495
8496         fix spacings, make resizeable, and make data labels
8497         selectable + ellipsised
8498
8499 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8500
8501         * backend/ev-document-info.h:
8502         * data/Makefile.am:
8503         * data/evince-ui.xml:
8504         * pdf/ev-poppler.cc:
8505         * shell/Makefile.am:
8506         * shell/ev-window.c: (update_action_sensitivity),
8507         (ev_window_cmd_file_properties):
8508
8509         Initial go at file properties. Patch by
8510         Emil Soleyman-Zomalan <emil@soleyman.com>.
8511         Needs love see #169583
8512
8513 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8514
8515         * ps/ps-document.c: (output):
8516         * ps/ps.c: (psscan):
8517
8518         Try to render even if psscan fails.
8519
8520 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8521
8522         * ps/ps.c: (psscan), (pscopydoc):
8523
8524         Port buffered reading code from gv
8525
8526 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8527
8528         * ps/ps-document.c: (interpreter_message), (output):
8529
8530         Do not fail on interpreter messages
8531
8532 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8533
8534         * backend/ev-document-misc.c:
8535         (ev_document_misc_get_thumbnail_frame):
8536
8537         Pages can be 0 x 0, dont assert on this case
8538
8539 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8540
8541         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8542         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8543
8544         Correctly manage our reference on document. Finally the reload
8545         huge leak is gone...
8546
8547 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8548
8549         * ps/ps-document.c: (ps_document_dispose):
8550
8551         Forgot to chain it to the parent. Thanks chpe.
8552
8553 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8554
8555         * ps/ps-document.c: (ps_document_dispose),
8556         (ps_document_class_init), (stop_interpreter), (document_load):
8557
8558         Cleanup dispose a bit. Dont leak the whole pixmap.
8559
8560 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8561
8562         * pdf/ev-poppler.cc:
8563
8564         Release the poppler document on dispose
8565
8566 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8567
8568         * shell/ev-view.c: (ev_view_set_document):
8569
8570         Release ref on the pixbuf cache when changing
8571         document.
8572
8573 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8574
8575         * ps/ps-document.c: (ps_document_get_info):
8576
8577         Fix a double free
8578
8579 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8580
8581         * backend/ev-page-cache.c: (ev_page_cache_init),
8582         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8583         * backend/ev-page-cache.h:
8584         * shell/ev-page-action.c: (page_changed_cb):
8585         
8586         Set page action entry width depending on labels width. Fix
8587         for bug 305202.
8588
8589 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * backend/ev-link.c: (ev_link_class_init):
8592
8593         Allow -1 as page value (error)
8594
8595 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8596
8597         * shell/ev-sidebar-thumbnails.c:
8598         (ev_sidebar_thumbnails_set_document):
8599         * shell/ev-view.c: (scroll_to_current_page),
8600         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8601         (page_changed_cb), (on_adjustment_value_changed),
8602         (ev_view_set_document):
8603
8604         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8605         Fix bug 305377
8606
8607 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8608
8609         * configure.ac:
8610         * djvu/djvu-document.c: (djvu_document_get_page_size):
8611
8612         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8613         bug 301993.
8614
8615 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8616
8617         * shell/ev-view.c (draw_one_page): modify the expose handling to
8618         get the shadows.
8619
8620         * shell/ev-window.c (update_action_sensitivity): Respect
8621         permissions field.  Kowtow to the man.
8622
8623         * pdf/ev-poppler.cc: Get the permissions field.
8624
8625         * tiff/*c: Make a tiny bit more robust.
8626
8627 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8628
8629         * djvu/djvu-document.c:
8630         
8631         Pop messages from djvu context message queue.
8632
8633 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8634
8635         * configure.ac, Makefile.am, shell/Makefile.am:
8636         * tiff/Makefile.am, shell/ev-document-types.c:
8637         
8638         Cleanup tiff configure checks. Fix for bug 305218.
8639
8640 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8641
8642         * configure.ac: Added "uk" to ALL_LINGUAS.
8643
8644 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8645
8646         * cut-n-paste/zoom-control/ephy-zoom.c:
8647         (ephy_zoom_get_changed_zoom_level):
8648         * cut-n-paste/zoom-control/ephy-zoom.h:
8649         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8650         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8651         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8652         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8653         (zoom_control_changed_cb), (ev_window_init):
8654         
8655         Fix minor points related to moving best fit up. Introduce
8656         "zoom" property and make zoom control change it's value on
8657         notify::zoom signals. Fix for 305080.
8658
8659 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8660
8661         * data/evince-ui.xml:
8662         * shell/ev-window.c: (set_view_actions_sensitivity):
8663         
8664         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8665
8666 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * configure.ac:
8669
8670         Depends on poppler 0.3.2
8671
8672 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8673
8674         * cut-n-paste/recent-files/egg-recent-item.c:
8675         (egg_recent_item_get_short_name):
8676         * cut-n-paste/toolbar-editor/Makefile.am:
8677         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8678         (new_pixbuf_from_widget):
8679         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8680         * cut-n-paste/toolbar-editor/egg-marshal.c:
8681         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8682         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8683
8684         Sync
8685
8686 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8687
8688         * tiff/tiff-document.c: Rough TIFF backend.
8689
8690 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8691
8692         * NEWS:
8693         * configure.ac:
8694         * cut-n-paste/toolbar-editor/Makefile.am:
8695
8696         Release 0.3.1
8697
8698 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8701         (ev_view_find_next), (ev_view_find_previous):
8702
8703         Remove the locks around get_n_results   
8704
8705 2005-05-21  Juerg Billeter  <j@bitron.ch>
8706
8707         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8708
8709         Pass correct number of pages to poppler.
8710
8711 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * configure.ac:
8714         * data/Makefile.am:
8715         * data/evince.desktop.in: 
8716         * data/evince.desktop.in.in:
8717         * po/POTFILES.in:
8718         
8719         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8720
8721 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8722
8723         * shell/ev-view.c: (view_update_adjustments),
8724         (view_set_adjustment_values): cast adjustmen->value to (int)
8725         before using it.  Otherwise, we get off by a pixel in some
8726         situations.
8727
8728         (draw_one_page): Draw the border on expose.
8729
8730 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8731
8732         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8733         adjustment when the mode changes, #304923
8734
8735 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8736
8737         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8738         flickering on resize but still use gdk_window_scroll on
8739         scrolling
8740
8741 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8742
8743         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8744         option, #170458
8745
8746 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8747
8748         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8749         second page on page_changed if possible, #304669
8750
8751 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8752
8753         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8754         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8755
8756 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8757
8758         * .cvsignore:
8759         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8760         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8761         (ev_view_zoom_for_size_presentation),
8762         (ev_view_zoom_for_size_continuous_and_dual_page),
8763         (ev_view_zoom_for_size_continuous),
8764         (ev_view_zoom_for_size_dual_page),
8765         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8766         * shell/ev-view.h:
8767         * shell/ev-window.c: (update_view_size),
8768         (ev_window_sizing_mode_changed_cb):
8769
8770         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8771         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8772         an infinite loop, #304769
8773
8774
8775 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8776
8777         * data/evince-ui.xml:
8778         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8779         * shell/ev-window.c: (set_view_actions_sensitivity):
8780
8781         Make PgUp/Down behave like Space
8782
8783 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8784
8785         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8786         * backend/ev-ps-exporter.h:
8787         * pdf/ev-poppler.cc:
8788         * ps/ps-document.c: (ps_document_ps_export_begin):
8789         * shell/ev-print-job.c: (idle_print_handler):
8790
8791         Adapt to new poppler api
8792
8793 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8794
8795         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8796         (ephy_zoom_control_init):
8797
8798         Translate zoom levels
8799
8800 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8801
8802         * cut-n-paste/zoom-control/ephy-zoom.c:
8803         (ephy_zoom_get_zoom_level_index):
8804
8805         Fix current zoom -> zoom control match
8806
8807 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8808
8809         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8810         rather than the scrolled_window that it's in. Fixes bug #304655.
8811
8812 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8813
8814         * shell/ev-view.c: (view_update_adjustments),
8815         (view_set_adjustment_values), (view_update_range_and_current_page),
8816         (view_scroll_to_page), (set_scroll_adjustment),
8817         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8818         (ev_view_scroll), (ev_view_scroll_view),
8819         (ensure_rectangle_is_visible), (find_page_at_location),
8820         (get_link_at_location), (go_to_link), (status_message_from_link),
8821         (ev_view_size_request_continuous_dual_page),
8822         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8823         (ev_view_unrealize), (ev_view_expose_event),
8824         (ev_view_button_press_event), (ev_view_motion_notify_event),
8825         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8826         (draw_rubberband), (highlight_find_results), (draw_one_page),
8827         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8828         (ev_view_init), (find_changed_cb), (page_changed_cb),
8829         (on_adjustment_value_changed), (ev_view_new),
8830         (ev_view_set_document), (ev_view_set_zoom),
8831         (ev_view_set_continuous), (ev_view_set_dual_page),
8832         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8833         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8834         (ev_view_zoom_for_size_presentation),
8835         (ev_view_zoom_for_size_continuous_dual_page),
8836         (ev_view_zoom_for_size_continuous),
8837         (ev_view_zoom_for_size_dual_page),
8838         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8839         (ev_view_get_status), (ev_view_set_status),
8840         (update_find_status_message), (ev_view_get_find_status),
8841         (ev_view_set_find_status), (jump_to_find_result),
8842         (jump_to_find_page), (compute_selections), (clear_selection),
8843         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8844         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8845         (ev_view_update_primary_selection),
8846         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8847         * shell/ev-view.h:
8848         * shell/ev-window.c: (ev_window_open_page_label),
8849         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8850         (ev_window_init):
8851         * shell/ev-window.h:
8852         * shell/main.c: (load_files):
8853
8854         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8855         when resizing.  Remove the bin_window().  Also, patch from James
8856         Bowes to fix command line page, #300641
8857         
8858 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * data/evince-ui.xml:
8861         * shell/ev-view.c:
8862         * shell/ev-view.h:
8863         * shell/ev-window.c: (update_action_sensitivity):
8864
8865         Get rid of View->Normal Size, it's just confusing
8866
8867 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8868
8869         * backend/ev-document-info.h:
8870         * backend/ev-document.c: (ev_document_info_free): Free the
8871         EvDocumentInfo.
8872
8873         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8874         (clear_range), (add_range), (update_visible_range),
8875         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8876         (ev_sidebar_thumbnails_set_document):
8877         * shell/ev-window.c: (ev_window_setup_document): Only render the
8878         visible thumbnails.  It takes an instant to render, but it uses
8879         much less memory.
8880
8881 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8882
8883         * shell/ev-sidebar-links.c: (popup_menu_cb):
8884
8885         Select first item
8886
8887 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * lib/Makefile.am:
8890         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8891         (button_press_cb), (ev_sidebar_links_construct):
8892
8893         Show the popup menu also on keybindings
8894
8895 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8896
8897         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8898         * shell/ev-window.h:
8899
8900         Expose api to print a range (with dialog). Make private _print use
8901         it.
8902
8903         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8904         (ev_sidebar_links_construct):
8905
8906         Show a print context menu on linkx, it prints the selected
8907         section.
8908
8909 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8910
8911         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8912         button.
8913
8914 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8915
8916         * AUTHORS:
8917
8918         Update
8919
8920         * shell/ev-window.c: (build_comments_string),
8921         (ev_window_cmd_help_about):
8922
8923         Show poppler version/backend and authors
8924
8925 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * cut-n-paste/zoom-control/ephy-zoom.c:
8928         (ephy_zoom_get_zoom_level_index):
8929         * cut-n-paste/zoom-control/ephy-zoom.h:
8930
8931         Move the best fit items at the top of the list
8932
8933 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8934
8935         * shell/ev-marshal.list:
8936         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8937         (activate_cb), (match_selected_cb), (activate_link_cb),
8938         (connect_proxy), (ev_page_action_class_init):
8939         * shell/ev-page-action.h:
8940
8941         Use signals to notify action activation. Hopefully
8942         I did not break completion since I cant test...
8943
8944         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8945         (register_custom_actions):
8946
8947         Connect to page selector actions and also grab focus on
8948         the view when activated.
8949
8950 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8951
8952         * pdf/ev-poppler.cc:
8953         * backend/ev-page-cache.c: make page size calculation consistent
8954         and set it to (int)( width * scale + 0.5).  This makes the weird
8955         line going through the middle of the page go away.
8956
8957         * shell/ev-view.c: move painting the background page after
8958         checking the expose area covers us.
8959
8960 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8961
8962         * data/evince-password.glade:
8963         
8964         Mark labels as not translatable. Fix for bug 302842.
8965
8966 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8967
8968         * configure.ac: Added "es" to ALL_LINGUAS.
8969
8970 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * data/evince-toolbar.xml:
8973         * shell/ev-window.c: (update_action_sensitivity),
8974         (ev_window_setup_document), (ev_window_set_page_mode),
8975         (ev_window_init):
8976
8977         Remove some leftover code from jrb first continous
8978         attempt. Use the new actions, we still need good icons
8979         though...
8980
8981 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8982
8983         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8984
8985         Update label when connecting proxy. Fix a warning with NULL
8986         page_cache.
8987
8988 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * data/evince-ui.xml:
8991         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8992         * shell/ev-page-action.h:
8993         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8994
8995         Add mnemonic for edit toolbar.
8996         ctrl+l focus the page entry.
8997
8998 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * lib/Makefile.am:
9001         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9002         (ev_window_init):
9003         * shell/main.c: (main):
9004
9005         Put the toolbar xml in evince own dot dir
9006
9007 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * shell/ev-window.c: (ev_window_init):
9010
9011         Make the toolbar not removable
9012
9013 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * data/evince-ui.xml:
9016         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9017         * shell/ev-sidebar-links.h:
9018         * shell/ev-sidebar-thumbnails.c:
9019         (ev_sidebar_thumbnails_get_treeview):
9020         * shell/ev-sidebar-thumbnails.h:
9021         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9022         (ev_view_class_init):
9023         * shell/ev-view.h:
9024         * shell/ev-window.c: (update_action_sensitivity),
9025         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9026         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9027         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9028         (ev_window_init):
9029
9030         This is evil... Make space/backspace global accelerators but
9031         enable them only for some widgets (sidebars and view).
9032         I dont like it, but I dont know a better way... :/
9033
9034 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9037         (ev_page_action_widget_finalize),
9038         (ev_page_action_widget_class_init), (update_page_cache):
9039
9040         Keep a weak reference on proxy->page_cache so that we
9041         dont try to disconnect the signal if the object is already
9042         gone. Maybe there is a better way to cleanup reference handling
9043         in page action though...
9044
9045 2005-05-10  Juerg Billeter  <j@bitron.ch>
9046
9047         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9048         * backend/ev-ps-exporter.h:
9049         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9050         * ps/ps-document.c: (ps_document_ps_export_begin):
9051         
9052         Change api to pass print range to ps_exporter_begin. The pdf backend
9053         requires this information.
9054         
9055         * shell/ev-print-job.c: (idle_print_handler):
9056         
9057         Adapt to api change
9058
9059 2005-05-10  Juerg Billeter  <j@bitron.ch>
9060
9061         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9062         (idle_print_handler)
9063         * shell/ev-window.c: (ev_window_print):
9064
9065         Support printing page range, based on patch by Amaury Jacquot
9066
9067 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9068
9069         * data/evince-toolbar.xml:
9070
9071         Add zoom control to available items
9072
9073 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9074
9075         * shell/ev-window.c: (update_action_sensitivity):
9076
9077         Set slash action insensitive when appropriate
9078
9079 2005-05-10  Christian Persch <chpe@gnome.org>
9080
9081         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9082
9083         Fix warning on the overflow menu
9084
9085 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9086
9087         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9088
9089         Check for uri correctness/existence
9090
9091 2005-05-09  Juerg Billeter  <j@bitron.ch>
9092
9093         * shell/ev-window.c: (using_postscript_printer):
9094
9095         LPD printers use postscript, too
9096
9097 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9098
9099         * shell/ev-window.c: (register_custom_actions):
9100
9101         The zoom one is actually sort of useful,
9102         put it back
9103
9104 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * shell/ev-window.c: (register_custom_actions):
9107
9108         Hide page/zoom controls from overflow, they
9109         are useless.
9110
9111 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9112
9113         * cut-n-paste/update-from-egg.sh:
9114         
9115         Share it between all cut-n-paste subdirs
9116
9117         * cut-n-paste/recent-files/Makefile.am:
9118
9119         Fix to use "global" update-from-egg.sh
9120
9121         * cut-n-paste/recent-files/egg-recent-model.c:
9122         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9123         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9124         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9125         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9126
9127         Update from libegg
9128
9129         * cut-n-paste/toolbar-editor/Makefile.am:
9130
9131         Fix to use "global" update-from-egg.sh
9132
9133         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9134
9135         Update from libegg
9136
9137 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9138
9139         * configure.ac:
9140         * cut-n-paste/Makefile.am:
9141         * cut-n-paste/recent-files/Makefile.am:
9142         * cut-n-paste/toolbar-editor/.cvsignore:
9143         * cut-n-paste/toolbar-editor/Makefile.am:
9144         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9145         (egg_editable_toolbar_get_type), (get_toolbar_position),
9146         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9147         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9148         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9149         (set_item_drag_source), (create_item_from_action), (create_item),
9150         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9151         (popup_toolbar_context_menu_cb), (free_dragged_item),
9152         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9153         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9154         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9155         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9156         (item_added_cb), (item_removed_cb),
9157         (egg_editable_toolbar_construct),
9158         (egg_editable_toolbar_disconnect_model),
9159         (egg_editable_toolbar_deconstruct),
9160         (egg_editable_toolbar_set_model),
9161         (egg_editable_toolbar_set_ui_manager),
9162         (egg_editable_toolbar_set_property),
9163         (egg_editable_toolbar_get_property),
9164         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9165         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9166         (egg_editable_toolbar_new_with_model),
9167         (egg_editable_toolbar_get_edit_mode),
9168         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9169         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9170         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9171         (new_pixbuf_from_widget), (new_separator_pixbuf),
9172         (update_separator_image), (style_set_cb),
9173         (_egg_editable_toolbar_new_separator_image),
9174         (egg_editable_toolbar_get_model):
9175         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9176         * cut-n-paste/toolbar-editor/egg-marshal.c:
9177         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9178         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9179         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9180         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9181         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9182         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9183         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9184         (editor_drag_data_delete_cb), (drag_data_get_cb),
9185         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9186         (editor_create_item), (update_editor_sheet), (setup_editor),
9187         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9188         (parse_item_list), (model_has_action), (update_actions_list),
9189         (egg_toolbar_editor_load_actions):
9190         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9191         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9192         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9193         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9194         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9195         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9196         (egg_toolbars_model_add_separator), (impl_add_item),
9197         (parse_item_list), (egg_toolbars_model_add_toolbar),
9198         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9199         (impl_get_item_data), (impl_get_item_type),
9200         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9201         (egg_toolbars_model_init), (free_toolbar),
9202         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9203         (egg_toolbars_model_remove_toolbar),
9204         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9205         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9206         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9207         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9208         (egg_toolbars_model_get_item_data),
9209         (egg_toolbars_model_get_item_type):
9210         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9211         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9212         * data/Makefile.am:
9213         * data/evince-toolbar.xml:
9214         * data/evince-ui.xml:
9215         * data/hand-open.png:
9216         * po/POTFILES.in:
9217         * shell/Makefile.am:
9218         * shell/ev-window.c: (update_chrome_visibility),
9219         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9220         (ev_window_dispose), (ev_window_init):
9221
9222         Implement epiphany like toolbar editor. Based on patch by
9223         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9224
9225 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9226
9227         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9228
9229         Use set_cursor instead of set_selection, so that
9230         the keyboard focus moves too.
9231
9232 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9233
9234         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9235
9236         Fix infinite loop when loading Type1 fonts
9237
9238 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * data/evince-ui.xml:
9241         * shell/ev-window.c:
9242
9243         Slash -> Find
9244
9245 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9246
9247         * configure.ac:
9248
9249         Make --disable really disable
9250
9251 2005-05-07  Juerg Billeter  <j@bitron.ch>
9252
9253         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9254
9255         Compare page labels even without has_labels set, fixes setting page
9256         with entry
9257
9258 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9259
9260         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9261         (ev_view_set_cursor), (ev_view_button_press_event),
9262         (ev_view_motion_notify_event), (ev_view_button_release_event),
9263         (ev_view_init):
9264
9265         Implement middle button scrolling. Based on a patch
9266         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9267
9268 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9269
9270         * shell/ev-document-types.c: (get_slow_mime_type),
9271         (get_document_type_from_mime), (ev_document_type_lookup):
9272         * shell/ev-document-types.h:
9273
9274         Change api to lookup from uri. Do fast lookup first, if the
9275         type is unknown try with data sniffing.
9276
9277         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9278         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9279
9280         Adapt to api change
9281
9282 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9283
9284         * thumbnailer/Makefile.am:
9285
9286         Fix distcheck
9287
9288 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9289
9290         * NEWS:
9291         * configure.ac:
9292
9293         Release 0.3.0
9294
9295         * data/evince-ui.xml:
9296
9297         Hide presentation mode for now
9298
9299         * shell/ev-view.c: (highlight_find_results):
9300
9301         Show current find selection only on current page
9302
9303 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * shell/ev-view.c: (ev_view_select_all):
9306
9307         Compute size of the actual page, not of
9308         the current one.
9309
9310 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9313         (view_rect_to_doc_rect), (compute_selections),
9314         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9315         (ev_view_copy), (ev_view_primary_get_cb),
9316         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9317         (ev_view_button_press_event), (ev_view_motion_notify_event),
9318         (ev_view_button_release_event), (page_changed_cb):
9319
9320         Fix text selection
9321
9322 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9323
9324         * shell/ev-view.c: (compute_border), (get_page_extents),
9325         (doc_rect_to_view_rect), (highlight_find_results),
9326         (ev_view_bin_expose), (ev_view_select_all),
9327         (ev_view_motion_notify_event), (update_find_status_message),
9328         (jump_to_find_result), (jump_to_find_page):
9329
9330         First go at fixing search, still buggy
9331
9332 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9333
9334         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9335         dropdown box and button at the top of the sidebar.
9336
9337 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9338
9339         * configure.ac: Output zoom-control Makefile.
9340         * cut-n-paste/Makefile.am: build zoom-control subdir.
9341         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9342         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9343         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9344         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9345         * cut-n-paste/zoom-control/ephy-zoom.c:
9346         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9347         from epiphany, and modified to add a separator into the menu.
9348         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9349         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9350         zoom-control action.
9351         * shell/Makefile.am: Include zoom-control flags.
9352         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9353         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9354         (ev_view_zoom_for_size_presentation),
9355         (ev_view_zoom_for_size_continuous_and_dual_page),
9356         (ev_view_zoom_for_size_continuous),
9357         (ev_view_zoom_for_size_dual_page),
9358         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9359         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9360         ev_view_get_zoom and ev_view_get_sizing_mode.
9361         * shell/ev-view.h:
9362         * shell/ev-window.c: (update_action_sensitivity),
9363         (update_sizing_buttons), (zoom_control_changed_cb),
9364         (register_custom_actions): Initialize and use the zoom-control 
9365         widget.
9366
9367 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9368
9369         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9370         preview cache back to 1.  Don't know when it got set to 0.
9371         
9372         * shell/ev-view.c: (compute_border), (ev_view_realize),
9373         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9374         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9375         (ev_view_get_fullscreen), (ev_view_set_presentation),
9376         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9377         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9378         * shell/ev-view.h:
9379         * shell/ev-window.c:
9380         (update_chrome_visibility),
9381         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9382         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9383         (update_document_mode), (ev_window_update_fullscreen_action),
9384         (ev_window_fullscreen), (ev_window_unfullscreen),
9385         (ev_window_cmd_view_fullscreen),
9386         (ev_window_update_presentation_action),
9387         (ev_window_run_presentation), (ev_window_stop_presentation),
9388         (ev_window_cmd_view_presentation), (ev_window_state_event),
9389         (ev_window_focus_in_event), (ev_window_focus_out_event),
9390         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9391         * data/evince-ui.xml: Initial presentation mode.  We should
9392         probably hide this until it's done, as it's quite rough.  Also,
9393         change full-screen to fullscreen and add two getters to EvView.
9394
9395 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9396
9397         * shell/ev-page-action.c: (update_page_cache),
9398         (ev_page_action_dispose):
9399         * shell/ev-window.c: (destroy_fullscreen_popup),
9400         (ev_window_create_fullscreen_popup):
9401
9402         Use connect_object rather than explicitly
9403         disconnect on dispose.
9404
9405 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9406
9407         * shell/ev-page-action.c: (update_page_cache),
9408         (ev_page_action_dispose):
9409
9410 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9411
9412         * backend/ev-page-cache.c: (_ev_page_cache_new),
9413         (ev_page_cache_set_page_label),
9414         (ev_page_cache_has_nonnumeric_page_labels):
9415         * backend/ev-page-cache.h:
9416         * shell/ev-page-action.c: (update_pages_label):
9417         
9418         If all page labels are numeric, fallback to default
9419         way to display number of pages. See bug 173185.
9420
9421 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9422
9423         * shell/ev-page-action.c: (ev_page_action_dispose):
9424         * shell/ev-view.c: (view_update_range_and_current_page):
9425         * shell/ev-window.c: (ev_window_dispose):
9426         
9427         Set page on scroll in continuous mode. Fixes bug 301986.
9428         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9429
9430 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9431
9432         * configure.ac:
9433
9434         Require poppler 0.3.0
9435
9436 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9437         
9438         * shell/Makefile.am, configure.ac: Fix build problems
9439         with t1lib. Bug 301996.
9440
9441 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9442
9443         * shell/ev-view.c: (ev_view_scroll_event):
9444         
9445         Scroll up increase zoom
9446
9447 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9448
9449         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9450         (ev_view_set_sizing_mode),
9451         (ev_view_zoom_for_size_continuous_and_dual_page),
9452         (ev_view_zoom_for_size_continuous):
9453         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9454         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9455         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9456         (ev_window_init):
9457
9458         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9459         Fix for 165473 and 165472.
9460
9461 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9462
9463         * po/POTFILES.in:
9464         * thumbnailer/Makefile.am:
9465         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9466         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9467         * thumbnailer/evince-thumbnailer.schemas.in:
9468         
9469         Make thumbnailer schemas translatable. Fix for bug 301773
9470         
9471         * thumbnailer/evince-thumbnailer-djvu.schemas:
9472         * thumbnailer/evince-thumbnailer-dvi.schemas:
9473         * thumbnailer/evince-thumbnailer.schemas:
9474
9475         Removed files
9476
9477 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9478
9479         * shell/ev-view.c (ev_view_init): forgot to set this.
9480
9481 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9482
9483         * shell/ev-view.c: (find_page_at_location),
9484         (get_link_at_location),
9485         (ev_view_set_show_border), (ev_view_set_spacing),
9486         (ev_view_zoom_for_size_continuous_and_dual_page),
9487         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9488         Also, add a quick fix measuring of widths.  Also, removed
9489         ev_view_set_spacing and ev_view_set_show_border.
9490         
9491         * shell/ev-window.c: (ev_window_unfullscreen),
9492         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9493
9494 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9495
9496         * shell/ev-view.c: (view_update_range_and_current_page),
9497         (page_changed_cb):
9498         
9499         Fix crash on exit and scrolling to page in continuous view.
9500
9501 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9502
9503         * TODO:
9504         * backend/ev-page-cache.c: (_ev_page_cache_new),
9505         (ev_page_cache_get_max_width_size),
9506         (ev_page_cache_get_max_height_size):
9507         * backend/ev-page-cache.h:
9508         * data/evince-ui.xml:
9509         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9510         * shell/ev-view.c: (view_update_adjustments),
9511         (view_update_range_and_current_page), (get_bounding_box_size),
9512         (ev_view_size_request_continuous_and_dual_page),
9513         (ev_view_size_request_continuous),
9514         (ev_view_size_request_dual_page),
9515         (ev_view_size_request_single_page), (ev_view_size_request),
9516         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9517         (ev_view_bin_expose), (ev_view_expose_event),
9518         (ev_view_set_property), (ev_view_get_property),
9519         (ev_view_class_init), (ev_view_init), (ev_view_new),
9520         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9521         (ev_view_set_dual_page), (ev_view_set_full_screen),
9522         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9523         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9524         (ev_view_zoom_out), (zoom_for_size_fit_width),
9525         (zoom_for_size_best_fit),
9526         (ev_view_zoom_for_size_continuous_and_dual_page),
9527         (ev_view_zoom_for_size_continuous),
9528         (ev_view_zoom_for_size_dual_page),
9529         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9530         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9531         * shell/ev-view.h:
9532         * shell/ev-window.c: (update_action_sensitivity),
9533         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9534         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9535         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9536         (ev_window_cmd_view_zoom_out), (update_view_size),
9537         (ev_window_set_sizing_mode), (ev_window_init):
9538
9539         Add Continuous and Dual page modes.
9540
9541 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9542
9543         * dvi/dvi-document.c: (dvi_document_load),
9544         (dvi_document_thumbnails_get_thumbnail),
9545         (dvi_document_init_params): Fix up some mixups between
9546         width and height to correct thumbnail rendering.
9547
9548 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9549
9550         * dvi/mdvi-lib/private.h:
9551         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9552         
9553         Suppess output for kpathsea during font generation. Thanks to
9554         James Bowes
9555
9556 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9557
9558         * NEWS:
9559         * configure.ac:
9560
9561         Release 0.2.1
9562
9563         * Makefile.am: fix distcheck.
9564
9565 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9566
9567         * shell/ev-sidebar-links.c: (selection_changed_callback),
9568         (update_page_callback), (row_activated_callback),
9569         (job_finished_callback), (ev_sidebar_links_set_document):
9570         
9571         Fix for bug #169901. Double click on links expands tree.
9572
9573 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9574
9575         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9576         hard-coded style. Fix for bug 170111
9577
9578 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9579
9580         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9581         locking.
9582
9583 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9584
9585         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9586
9587 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * pdf/ev-poppler.cc:
9590         * shell/ev-view.c: (highlight_find_results):
9591
9592         Fix find on single page documents
9593
9594 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9595
9596         * data/evince.schemas.in: fix for bug 301390
9597
9598 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9599
9600         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9601         (ev_view_zoom_out), (ev_view_zoom_normal):
9602         * shell/ev-view.h:
9603         * shell/ev-window.c: (update_action_sensitivity),
9604         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9605         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9606         (ev_window_cmd_view_normal_size):
9607
9608         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9609         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9610         better than oom. 
9611
9612 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9613
9614         * configure.ac:
9615
9616         Depend on 2.57, 2.59 doesnt seem to be necessary
9617
9618 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9619
9620         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9621         (create_tool_item):
9622
9623         Put back total number of pages as (1 of 1234)
9624
9625 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9626
9627         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9628         remove the job.
9629
9630         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9631         function.  This helps debugging.
9632
9633 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9634
9635         * djvu/djvu-document.c: (djvu_document_class_init),
9636         (djvu_document_get_info), (djvu_document_document_iface_init):
9637         * dvi/dvi-document.c: (dvi_document_class_init),
9638         (dvi_document_get_info), (dvi_document_document_iface_init):
9639
9640         Dummy implementation of get_info method for dvi and
9641         djvu. Fix crashes with those backends
9642
9643 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9644
9645         * data/evince.desktop.in:
9646
9647         Add application/x-gzpostscript
9648
9649 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9650
9651         * data/evince.schemas.in: Added real long descriptions, 
9652         closes bug 172496 
9653
9654         * README: Added actual text, closes bug 171869
9655
9656 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9657
9658         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9659
9660         Thumbnail page 0
9661
9662 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9663
9664         * backend/ev-document-info.h:
9665
9666         s/GDate */GDate so we can just use g_free
9667
9668 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9669
9670         * shell/ev-window.c: (update_document_mode),
9671         (ev_window_setup_document):
9672
9673         Show the window in fullscreen when specified by
9674         the document
9675
9676 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9677
9678         * backend/ev-document.c: (ev_document_class_init),
9679         (ev_document_get_info), (ev_document_render_pixbuf):
9680         * backend/ev-document.h:
9681         * backend/ev-page-cache.c: (_ev_page_cache_new):
9682         * pdf/ev-poppler.cc:
9683         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9684         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9685         * ps/ps-document.c: (ps_document_class_init), (document_load),
9686         (ps_document_get_info), (ps_document_document_iface_init):
9687
9688         Remove get_title from the interface, we can just use document info
9689
9690 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9691
9692         * backend/Makefile.am:
9693         * backend/ev-document.c: (ev_document_render_get_info):
9694         * backend/ev-document.h:
9695         * pdf/ev-poppler.cc:
9696
9697         Initial support for document info. Based on jrb patch.
9698
9699 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9700
9701         * shell/ev-window.c: (ev_window_state_event),
9702         (ev_window_class_init), (ev_window_init):
9703         
9704         Doesn't show resize grip when maximized. See bug #301053
9705
9706 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9707
9708         * po/POTFILES.in:
9709         
9710         ev-sidebar-thumbnails now has translatable labels
9711         
9712         * shell/Makefile.am:
9713         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9714         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9715         (ev_sidebar_links_page_iface_init):
9716         * shell/ev-sidebar-links.h:
9717         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9718         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9719         (ev_sidebar_page_get_label):
9720         * shell/ev-sidebar-page.h:
9721         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9722         (ev_sidebar_thumbnails_set_document),
9723         (ev_sidebar_thumbnails_support_document),
9724         (ev_sidebar_thumbnails_get_label),
9725         (ev_sidebar_thumbnails_page_iface_init):
9726         * shell/ev-sidebar-thumbnails.h:
9727         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9728         (ev_sidebar_set_document):
9729         * shell/ev-sidebar.h:
9730         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9731         
9732         Small rework of sidebar code. Now sidebar pages should implement
9733         EvSidebarPage interface. That makes page management in EvSidebar
9734         easier. See bug #164811 for details
9735
9736 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9737
9738         * shell/ev-application.c: (ev_application_open):
9739         * shell/ev-document-types.c:
9740         
9741         Fix build error and small problem with application exit
9742
9743 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9744
9745         * thumbnailer/Makefile.am:
9746         * thumbnailer/evince-thumbnailer-djvu.schemas:
9747         * thumbnailer/evince-thumbnailer-dvi.schemas:
9748         
9749         Conditionally install schemas for djvu/dvi thumbnailer
9750
9751 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9752
9753         * shell/ev-document-types.h: 
9754         * shell/ev-document-types.c: 
9755         New files, handling the mapping from mimetypes to backends
9756         
9757         * shell/ev-window.c: 
9758         * thumbnailer/evince-thumbnailer.c:     
9759         Use the ev-document-types code
9760         
9761         * shell/Makefile.am: 
9762         Added new convenience library libevbackendfactory_la, containing
9763         the new mimetype->backend logic; moved the backends into it.
9764
9765         * thumbnailer/Makefile.am:
9766         Make the thumbnailer link with the libevbackend.la convenience
9767         library, rather than having a duplicate of the backend logic here.
9768
9769 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9770
9771         * shell/ev-stock-icons.c: constify some vars.
9772         * shell/ev-window.c: ditto.
9773
9774 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9775
9776         * ps/ps-document.c (get_page_orientation):
9777
9778         Respect document orientation 
9779
9780 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9781
9782         * djvu/Makefile.am:
9783         * dvi/Makefile.am:
9784         * shell/Makefile.am:
9785         
9786         Move library dependencies to components.
9787         
9788         * shell/ev-window.c: (update_window_title),
9789         (start_loading_document):
9790         
9791         Fix display of uris with spaces. Bug 168358.
9792
9793 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9794
9795         * shell/ev-sidebar-links.c: (selection_changed_cb):
9796         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9797         (ev_view_button_release_event), (ev_view_set_document):
9798         * shell/ev-view.h:
9799         * shell/ev-window.c: (find_bar_search_changed_cb):
9800         * shell/ev-window.h: Minor cleanups removing some dead code.
9801
9802 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9803
9804         * backend/ev-page-cache.c: (_ev_page_cache_new):
9805         
9806         Set current page to 0 if document has pages.
9807
9808 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9809
9810         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9811
9812         Initialize GError to NULL, fix a crash when loading fails.
9813
9814 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9815
9816         * shell/ev-window.c: (update_view_size):
9817
9818         Calculate shadow size only when there is actually
9819         a shadow.
9820
9821 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9822
9823         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9824         * shell/ev-view.h:
9825
9826         Allow setting view spacing, default to 0
9827
9828         * shell/ev-window.c: (ev_window_unfullscreen),
9829         (ev_window_cmd_view_fullscreen), (ev_window_init):
9830
9831         Remove spacing in fullscreen mode
9832
9833 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9834
9835         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9836         (ev_view_size_request), (expose_bin_window),
9837         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9838         * shell/ev-view.h:
9839         * shell/ev-window.c: (ev_window_unfullscreen),
9840         (ev_window_cmd_view_fullscreen):
9841
9842         Do not draw the border in fulscreen
9843
9844 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9845
9846         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9847         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9848         (find_page_at_location), (page_changed_cb):
9849
9850         Rework border calculation, so that I can more easily disable it.
9851         Code somewhat cleaner too.
9852
9853 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9854
9855         * backend/ev-page-cache.c: (ev_page_cache_init),
9856         (_ev_page_cache_new):
9857
9858         Remove some assertions, documents can have 0 pages.
9859         Make initial current page -1.
9860
9861         * shell/ev-page-action.c: (page_changed_cb):
9862
9863         Show "" if current page is -1
9864
9865         * shell/ev-window.c: (update_action_sensitivity),
9866         (ev_window_setup_document):
9867
9868         When document has 0 pages do not set the view
9869         and make nearly everything insensitive.
9870
9871 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9872
9873         * shell/ev-page-view.c:
9874         * shell/ev-page-view.h:
9875
9876         Remove unused files.
9877         
9878         * shell/ev-sidebar-thumbnails.c:
9879         (ev_sidebar_thumbnails_set_document):
9880         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9881         (ev_sidebar_supports_document):
9882         * shell/ev-sidebar.h:
9883         * shell/ev-window.c: (ev_window_setup_document):
9884         
9885         Doesn't show thumbnails if document has 1 page. Make
9886         sidebar menu entries sensitive only if if they have 
9887         sense. Fix bug 164811. 
9888
9889 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9890
9891         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9892         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9893         (ev_view_zoom_out), (ev_view_set_size):
9894
9895         Rework sizing to deal with documents with not uniform page
9896         size.
9897
9898 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9899
9900         * backend/ev-page-cache.c: (_ev_page_cache_new):
9901
9902         Fix several page size caching bugs
9903
9904 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9905
9906         * shell/ev-window.c: (set_action_properties):
9907
9908         Make all toolbar items translatable
9909
9910 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9911
9912         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9913         (save_page_list), (ps_document_save),
9914         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9915         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9916         (ps_document_ps_exporter_iface_init):
9917         * ps/ps-document.h:
9918
9919         Based on a patch by J�rg Billeter <j@bitron.ch>
9920         
9921         Implement print and save a copy for the ps backend.
9922
9923 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * backend/ev-document.h:
9926         * djvu/djvu-document.c: (djvu_document_can_get_text),
9927         (djvu_document_document_iface_init):
9928         * dvi/dvi-document.c: (dvi_document_can_get_text),
9929         (dvi_document_document_iface_init):
9930         * pdf/ev-poppler.cc:
9931         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9932         (pixbuf_document_document_iface_init):
9933         * ps/ps-document.c: (ps_document_can_get_text),
9934         (ps_document_document_iface_init):
9935         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9936         * shell/ev-window.c: (update_action_sensitivity):
9937
9938         Fix the crash when trying to copy in backends that doesnt
9939         support it. We can implement a better solution once we
9940         do real text selection.
9941
9942 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9943
9944         * data/evince-ui.xml:
9945         * shell/ev-window.c: (ev_window_cmd_escape):
9946         
9947         Work around the Escape conflict (find bar and unfullscreen)
9948
9949 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9950
9951         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9952         
9953         Fix for #300233. Next page correctly handles document end.
9954         
9955         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9956         (ev_sidebar_thumbnails_class_init),
9957         (ev_sidebar_thumbnails_set_document),
9958         (ev_sidebar_thumbnails_clear_job),
9959         (ev_sidebar_thumbnails_clear_model):
9960         
9961         Cleanup thumbnail jobs on document changes.
9962         
9963         * shell/ev-view.c: (add_scroll_binding_keypad),
9964         (add_scroll_binding_shifted), (ev_view_class_init):
9965         
9966         Shift + Space scrolls up. Fix for #173184
9967         
9968         * shell/ev-window.c: (ev_window_open_page),
9969         (ev_window_cmd_view_reload):
9970         
9971         Fix reload (Bug #300094)
9972
9973 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9974
9975         
9976         * dvi/mdvi-lib/assoc.c:
9977         * dvi/mdvi-lib/assoc.h: Removed garbage files
9978         
9979         * dvi/mdvi-lib/bitmap.c:
9980         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9981         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9982         * dvi/mdvi-lib/color.h: Antialias of rules
9983         
9984         * dvi/mdvi-lib/common.h:
9985         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9986         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9987         * dvi/mdvi-lib/files.c:
9988         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9989         * dvi/mdvi-lib/mdvi.h:
9990         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9991         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9992         * dvi/mdvi-lib/util.c: Fix compile warnings
9993         
9994         * dvi/dvi-document.c:
9995         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9996         (dvi_document_thumbnails_get_thumbnail),
9997         (dvi_document_document_thumbnails_iface_init):
9998         * dvi/mdvi-lib/Makefile.am:
9999         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10000         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10001         
10002         Dvi backend now renders thumbnails
10003
10004 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10005
10006         * shell/main.c: (main): 
10007         
10008         Save accelerators on exit. Fixes bug #172095.
10009
10010 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10011
10012         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10013         update priority" comment.
10014
10015         * backend/ev-job-queue.c: Give a way to change priority.
10016
10017 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10018
10019         * shell/ev-page-action.c: Fix logic.
10020
10021 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10022
10023         * shell/ev-view.c: (ev_view_can_find_next):
10024         * shell/ev-window.c: (ev_window_setup_document):
10025
10026         Check that the document supports find
10027
10028 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10029
10030         * data/evince-ui.xml:
10031         * shell/ev-view.c: (ev_view_can_find_next):
10032         * shell/ev-view.h:
10033         * shell/ev-window.c: (update_action_sensitivity),
10034         (find_changed_cb), (ev_window_setup_document),
10035         (ev_window_cmd_edit_find_next):
10036
10037         Add Edit->Find Next
10038
10039 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10040
10041         * pdf/ev-poppler.cc:
10042         * shell/ev-print-job.c: (idle_print_handler):
10043
10044         Make printing work again
10045
10046 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10047
10048         * shell/ev-page-action.h:
10049         * shell/ev-page-action.c: (ev_page_action_widget_init),
10050         (ev_page_action_widget_class_init), (page_changed_cb),
10051         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10052         (get_filter_model_from_model), (match_selected_cb),
10053         (display_completion_text), (match_completion), (update_model),
10054         (connect_proxy), (ev_page_action_set_property),
10055         (ev_page_action_get_property), (ev_page_action_set_document),
10056         (ev_page_action_set_model), (ev_page_action_class_init): Big
10057         reworking to make completions work iff we have >= GTK-2.7.0
10058                 
10059         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10060         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10061         (job_finished_cb): We now have a 'model' property that is set when
10062         the links are loaded.  This can be caught with "notify::model"
10063
10064         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10065         listen for the model to be set, and propagate it to the action.
10066
10067 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10068
10069         * cut-n-paste/recent-files/egg-recent-item.c:
10070         (egg_recent_item_set_uri), (make_valid_utf8),
10071         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10072         * cut-n-paste/recent-files/egg-recent-item.h:
10073         
10074         Update egg-recent from libegg. This should fix long
10075         startup problem. For details see
10076         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10077
10078 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10079
10080         * cut-n-paste/recent-files/Makefile.am:
10081         * data/evince-ui.xml, shell/Makefile.am:
10082         * shell/ev-application.c, shell/ev-application.h:
10083         * shell/ev-window.c: Recent files support.
10084         
10085         * configure.ac: Added "ru" to ALL_LINGUAS.
10086         
10087         * dvju: new backend to support DJVU files.
10088         * dvi: new backend to support DVI.
10089
10090         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10091         * ev-application.c: Support for new backends.
10092         
10093         * help, ev-window.c, main.c shell/Makefile.am: 
10094         Evince user documentation.
10095
10096 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10097
10098         * po/POTFILES.in:
10099         * shell/ev-window.c:
10100         * thumbnailer/evince-thumbnailer.c:
10101
10102         s/pdf-document/ev-poppler
10103
10104 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10105
10106         * NEWS:
10107         * configure.ac:
10108
10109         Release 0.2.0
10110
10111         * ps/ps-document.c: (setup_pixmap):
10112
10113         Remove debug code
10114
10115 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10116
10117         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10118         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10119         (ev_window_cmd_go_first_page): Fix of by one errors.
10120
10121 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10122
10123         * ps/ps-document.c: (get_page_box):
10124
10125         Fix page size calculation
10126
10127 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10128
10129         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10130         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10131         (get_page_orientation), (setup_page), (document_load),
10132         (ps_document_get_page_size), (render_pixbuf_idle):
10133         * ps/ps-document.h:
10134
10135         More refactoring to adapt to EvDocument changes
10136
10137 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10138
10139         * ps/ps-document.c: (start_interpreter):
10140
10141         Actually add alpha args
10142
10143 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * pdf/ev-poppler.cc:
10146
10147         Make clipboard work again
10148
10149 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10150
10151         Make searching work again.
10152         
10153         * backend/ev-document.c:
10154         * backend/ev-document.h:
10155         * backend/ev-document-find.c:
10156         * backend/ev-document-find.h: Change EvDocumentIface so we no
10157         longer store the current page or zoom level in the document.  The
10158         consequence is that all calls that operate on the current page now
10159         instead take the page number as an extra argument, and all
10160         coordinates are now doubles in document coordinate system.
10161
10162         * pdf/ev-poppler.cc:
10163         * pixbuf/pixbuf-document.c:
10164         * ps/ps-document.c: Update backends accordingly.
10165
10166 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10167
10168         * autogen.sh:
10169
10170         Add required gettext version
10171
10172 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10173
10174         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10175         make F1 bring up non-existent help.
10176
10177         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10178         epiphany's find bar, #167477
10179
10180         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10181         <emil@nishra.com> to add space-bar scrolling, 
10182
10183         * shell/ev-window.c (static GtkActionEntry entries): add default
10184         keybinding for Help (F1)
10185         Fixes #171068
10186
10187         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10188         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10189         170110
10190
10191 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10192
10193         * Makefile.am: 
10194         * pixbuf/pixbuf-document.c: 
10195
10196         Got pixbuf backend working again
10197
10198 2005-04-01  Steve Murphy  <murf@e-tools.com>
10199
10200         * configure.in: Added "rw" to ALL_LINGUAS.
10201
10202 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10203
10204         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10205         model types, noticed by Martin Kretzschmar.
10206
10207 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10208
10209         * pdf/ev-poppler.cc: Implement search based on
10210         poppler_page_find_text().  Currently a bit crude since we remember
10211         all matches from all pages.  Also, we grab the big document lock
10212         when we search since searching changes the underlying stream and
10213         thus conflicts with the rendering thread.
10214         
10215         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10216         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10217         (ev_view_find_previous): Fix some page indexes to be 0 based,
10218         offset rubber band by view offset,
10219
10220 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10221
10222         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10223
10224 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10225
10226         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10227         completely because I didn't understand GtkActions.  I should
10228         read Marco's code more carefully in the future.
10229
10230         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10231         function
10232
10233 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10234
10235         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10236         PopplerRectangle change from poppler CVS.
10237
10238 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10239
10240         * backend/ev-document.c: (ev_document_get_page_label):
10241         * backend/ev-document.h:
10242         * backend/ev-page-cache.c: (_ev_page_cache_new),
10243         (ev_page_cache_get_page_label):
10244         * backend/ev-page-cache.h:
10245         * pdf/ev-poppler.cc:
10246         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10247         (links_page_num_func):
10248         * shell/ev-sidebar-thumbnails.c:
10249         (ev_sidebar_thumbnails_set_document):
10250         * shell/ev-view.c: (status_message_from_link),
10251         (ev_view_motion_notify_event):
10252         * shell/ev-window.c: (document_supports_sidebar): Add in page
10253         label support.  It's not perfect yet, but it's the first 'feature'
10254         in a while.
10255         Also, fix a bogus comment noticed by crispin. 
10256
10257 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10258
10259         * Makefile.am: Remove pixbuf backend for now
10260
10261         * configure.ac: Require poppler-glib instead of just poppler.
10262
10263         * backend/ev-document-thumbnails.h: Add a comment
10264
10265         * backend/ev-document.h:
10266         * backend/ev-document.c: (ev_document_class_init),
10267         (ev_document_load), (ev_document_get_link),
10268         (ev_document_get_links): Remove 3 methods and add get_links.
10269         Also, made 0 based.
10270
10271         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10272         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10273
10274         * backend/ev-link.c: (ev_link_set_title),
10275         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10276         (ev_link_mapping_find):
10277         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10278         
10279         * backend/ev-page-cache.c: (ev_page_cache_init),
10280         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10281         (ev_page_cache_get_size), (ev_page_cache_next_page),
10282         (ev_page_cache_prev_page): Fix to be 0 based.
10283
10284         * pdf/Makefile.am: 
10285         * pdf/ev-poppler.h:
10286         * pdf/ev-poppler.cc: New backend.
10287         
10288         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10289         (ps_document_get_page), (ps_document_document_iface_init):
10290
10291         * shell/ev-pixbuf-cache.h:
10292         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10293         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10294         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10295         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10296         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10297         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10298         based.
10299         
10300         * shell/ev-sidebar-thumbnails.c:
10301         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10302         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10303
10304         * shell/ev-view.c: (status_message_from_link),
10305         (find_page_at_location), (get_link_at_location),
10306         (ev_view_motion_notify_event), (ev_view_button_release_event),
10307         (ev_view_init): Use the new link code.  Fix to be 0 based.
10308
10309         * shell/ev-window.c: (update_action_sensitivity),
10310         (document_supports_sidebar): 0 based.
10311
10312 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * pdf/pdf-document.cc: Patch from Fernando Herrera
10315         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10316         *blush*
10317
10318 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10319
10320         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10321         1 to the page, as this seems to be 1 based.  I thought we has this
10322         fixed.  grump.
10323
10324 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10325
10326         * TODO:
10327         * backend/Makefile.am:
10328         * backend/ev-document-links.c:
10329         (ev_document_links_has_document_links),
10330         (ev_document_links_get_links_model):
10331         * backend/ev-document-links.h:
10332         * backend/ev-document.c: (ev_document_get_page_cache),
10333         (ev_document_get_doc_mutex), (ev_document_load),
10334         (ev_document_save), (ev_document_get_title),
10335         (ev_document_get_n_pages), (ev_document_set_page),
10336         (ev_document_get_page), (ev_document_set_target),
10337         (ev_document_set_scale), (ev_document_set_page_offset),
10338         (ev_document_get_page_size), (ev_document_get_text),
10339         (ev_document_get_link), (ev_document_render),
10340         (ev_document_render_pixbuf), (ev_document_scale_changed):
10341         * backend/ev-document.h:
10342         * backend/ev-job-queue.c: (remove_object_from_queue),
10343         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10344         (no_jobs_available_unlocked), (ev_render_thread),
10345         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10346         (ev_job_queue_remove_job):
10347         * backend/ev-job-queue.h:
10348         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10349         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10350         (ev_job_links_class_init), (ev_job_render_init),
10351         (ev_job_render_dispose), (ev_job_render_class_init),
10352         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10353         (ev_job_thumbnail_class_init), (ev_job_finished),
10354         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10355         (ev_job_render_run), (ev_job_thumbnail_new),
10356         (ev_job_thumbnail_run):
10357         * backend/ev-jobs.h:
10358         * backend/ev-link.c:
10359         * backend/ev-link.h:
10360         * backend/ev-page-cache.c: (ev_page_cache_init),
10361         (ev_page_cache_class_init), (ev_page_cache_finalize),
10362         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10363         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10364         (ev_page_cache_set_link), (ev_page_cache_get_title),
10365         (ev_page_cache_get_size), (ev_page_cache_next_page),
10366         (ev_page_cache_prev_page):
10367         * backend/ev-page-cache.h:
10368         * pdf/pdf-document.cc:
10369         * ps/gsdefaults.c:
10370         * ps/gsdefaults.h:
10371         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10372         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10373         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10374         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10375         (is_interpreter_ready), (output), (catchPipe), (input),
10376         (start_interpreter), (check_filecompressed), (compute_dimensions),
10377         (ps_document_enable_interpreter), (document_load),
10378         (ps_document_next_page), (render_page), (ps_document_set_page),
10379         (ps_document_set_scale), (render_pixbuf_idle),
10380         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10381         * ps/ps-document.h:
10382         * shell/Makefile.am:
10383         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10384         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10385         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10386         (ev_pixbuf_cache_new), (job_finished_cb),
10387         (check_job_size_and_unref), (move_one_job),
10388         (ev_pixbuf_cache_update_range), (find_job_cache),
10389         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10390         (ev_pixbuf_cache_add_jobs_if_needed),
10391         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10392         * shell/ev-pixbuf-cache.h:
10393         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10394         (idle_print_handler):
10395         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10396         (selection_changed_cb), (create_loading_model),
10397         (ev_sidebar_links_construct), (links_page_num_func),
10398         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10399         (update_page_callback), (job_finished_cb),
10400         (ev_sidebar_links_set_document):
10401         * shell/ev-sidebar-thumbnails.c:
10402         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10403         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10404         (page_changed_cb), (thumbnail_job_completed_callback),
10405         (ev_sidebar_thumbnails_set_document):
10406         * shell/ev-sidebar-thumbnails.h:
10407         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10408         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10409         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10410         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10411         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10412         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10413         (ev_view_button_release_event), (ev_view_scroll_view),
10414         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10415         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10416         (ev_view_new), (job_finished_cb), (page_changed_cb),
10417         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10418         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10419         (ev_view_find_previous):
10420         * shell/ev-view.h:
10421         * shell/ev-window.c: (update_action_sensitivity),
10422         (ev_window_open_page), (update_window_title), (update_total_pages),
10423         (page_changed_cb), (ev_window_setup_document),
10424         (password_dialog_response), (ev_window_cmd_save_as),
10425         (ev_window_print), (ev_window_cmd_go_previous_page),
10426         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10427         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10428         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10429         * shell/main.c: (main):
10430
10431         Merge evince-threads branch
10432
10433 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10434
10435         * configure.ac: Added "lt" to ALL_LINGUAS.
10436
10437 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10438
10439         * NEWS:
10440         * configure.ac:
10441
10442         Release 0.1.9
10443
10444 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10445
10446         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10447
10448         Fix here also the thumbnails 1-basedness :)
10449
10450 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10451
10452         * NEWS:
10453         * configure.ac:
10454
10455         Release 0.1.8
10456
10457 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10458
10459         * pdf/pdf-document.cc:
10460         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10461         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10462
10463         Fix the mess we did with thumbnails and 1-basedness
10464
10465 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10466
10467         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10468
10469 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10470
10471         * NEWS:
10472         * configure.ac:
10473
10474         Release 0.1.7
10475
10476 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10477
10478         * ps/Makefile.am:
10479         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10480         (gtk_gs_defaults_get_alpha_parameters),
10481         (gtk_gs_defaults_get_ungzip_cmd),
10482         (gtk_gs_defaults_get_unbzip2_cmd):
10483         * ps/gsdefaults.h:
10484         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10485         (ps_document_get_orientation), (document_load),
10486         (ps_document_goto_page), (ps_document_set_page_size):
10487         * ps/ps-document.h:
10488
10489         Some more sanitization of the ps backend. Remove a lot
10490         of unused code and do not base our defaults on ggv
10491         preferences (ugh!)
10492
10493 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10494
10495         * thumbnailer/evince-thumbnailer.schemas:
10496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10497         (main): add -s option for thumbnail size.
10498
10499 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10500
10501         * configure.ac:
10502
10503         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10504         remove it.
10505
10506 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10507
10508         * pdf/pdf-document.cc:
10509
10510         Remove 4 pixels of useless border from the
10511         thumbnail.
10512
10513 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10514
10515         * backend/ev-document-thumbnails.c:
10516         (ev_document_thumbnails_get_thumbnail):
10517         * backend/ev-document-thumbnails.h:
10518
10519         Rework API a bit. Add a border flag and
10520         change sizing logic (now the size we specify
10521         applies to the bigger dimension).
10522
10523         * pdf/pdf-document.cc:
10524         * pixbuf/pixbuf-document.c:
10525         (pixbuf_document_thumbnails_get_thumbnail):
10526         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10527         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10528
10529         Adapt to the new API and do not draw a border for nautilus
10530         thumbnailer.
10531
10532 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10533
10534         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10535         take thumbnails from page "0" instead of "1". Added a copyright header.
10536
10537 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10538
10539         * ps/ps-document.c: (set_up_page), (start_interpreter):
10540
10541         Make it C89 compliant
10542
10543 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10544
10545         * Makefile.am:
10546         * configure.ac:
10547         * pdf/.cvsignore:
10548         * pdf/pdf-document.cc:
10549         * thumbnailer/Makefile.am:
10550         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10551         (main):
10552         * thumbnailer/evince-thumbnailer.schemas:
10553         * thumbnailer/pdf-icon.png:
10554
10555         Add a nautilus thumbnailer.
10556         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10557
10558 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10559
10560         * NEWS:
10561         * configure.ac:
10562         * po/POTFILES.in:
10563
10564         Release 0.1.6
10565
10566 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10567
10568         Use poppler instead of including xpdf source code.  Poppler is a
10569         fork of xpdf to build it as a shared library. See
10570         http://freedesktop.org/wiki/Software/poppler.
10571
10572         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10573         xpdf fork.
10574         
10575         * pdf/Makefile.am: Build libpdfdocument.a here.
10576         
10577         * pdf/GDKSplashOutputDev.cc:
10578         * pdf/GDKSplashOutputDev.h:
10579         * pdf/GnomeVFSStream.cc:
10580         * pdf/GnomeVFSStream.h:
10581         * pdf-document.cc:
10582         * pdf-document.h:
10583         * test-gdk-output-dev.cc
10584         * Thumb.cc:
10585         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10586         against poppler.
10587
10588 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10589
10590         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10591
10592         Clear idle stack before unsetting the document
10593
10594 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10595
10596         * ps/ps-document.c: (ps_document_widget_event),
10597         (ps_document_set_target), (ps_document_finalize),
10598         (ps_document_get_page):
10599
10600         Disconnect the widget event signal on finalize.
10601         Some code cleanups.
10602
10603 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10604
10605         * ps/ps-document.c: (set_up_page):
10606
10607         If there is no bpixmap create one, even if size
10608         is not changed.
10609
10610 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10611
10612         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10613         (set_up_page), (document_load), (ps_document_set_zoom):
10614
10615         Default page is 0. Calculate size even when we have no
10616         target yet.
10617
10618 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10619
10620         * shell/ev-sidebar.c: expand the selection widget to be always as
10621         wide as the sidebar
10622
10623 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10624
10625         * shell/ev-sidebar-thumbnails.c:
10626         (ev_sidebar_thumbnails_set_document):
10627
10628         Clear the list store when setting document
10629
10630 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10631
10632         * shell/ev-page-action.c: (update_entry), (sync_entry),
10633         (activate_cb), (entry_size_request_cb), (create_tool_item),
10634         (connect_proxy):
10635
10636         Use an entry for the page control instead of spinbuttons
10637
10638 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10639
10640         * data/evince.schemas.in:
10641
10642         Correct confusing string
10643
10644 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10647         for real.  Gosh, how long has this been broken.
10648
10649         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10650         check for a NULL link.  We crash otherwise.
10651
10652 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10653
10654         * NEWS:
10655         * configure.ac:
10656
10657         Release 0.1.5
10658
10659 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10660
10661         * configure.ac: add the french translation.
10662
10663 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10664
10665         * shell/ev-window.c:
10666
10667         Remove unused header -> fix distcheck
10668
10669 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10670
10671         * shell/ev-window.c: (update_window_title),
10672         (ev_window_popup_password_dialog):
10673
10674         Unescape filename for display
10675
10676 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * pdf/xpdf/pdf-document.cc:
10679
10680         In get_page_size deal with rotation. Also
10681         cleanup the function a bit.
10682
10683 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10684
10685         * pdf/xpdf/pdf-document.cc:
10686
10687         Fix crash when opening in new window
10688
10689 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10690
10691         * configure.ac:
10692
10693         Check ghostscript >= 7
10694
10695 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10696
10697         * shell/ev-window.c:
10698
10699         Make page width the default sizing mode
10700
10701 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10702         Marco Pesenti Gritti <marco@gnome.org>
10703
10704         * shell/ev-window.c: Remember the sidebar size
10705
10706         * data/evince.schemas.in: Add a new gconf key to store the size of
10707         the sidebar
10708
10709 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10710
10711         * data/evince-ui.xml:
10712         * shell/ev-window.c: (update_action_sensitivity),
10713         (ev_window_cmd_view_reload):
10714         
10715         Add a "Reload" action and menu entry
10716
10717 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10718
10719         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10720         iff the type doesn't support thumbnailing and indexing.
10721
10722 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10723
10724         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10725
10726 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10727
10728         * pdf/splash/Splash.cc:
10729
10730         Port fix for a crasher from kde bug
10731         http://bugs.kde.org/show_bug.cgi?id=97131
10732
10733 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10734
10735         * pdf/xpdf/pdf-document.cc:
10736
10737         Return a link even if it's of an unrecognized
10738         type. Otherwise we go in an infinte cycle.
10739
10740 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10741
10742         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10743         (size_allocate_cb), (ev_window_set_sizing_mode):
10744
10745         Update size when switching mode
10746
10747 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10748
10749         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10750         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10751         (ev_window_cmd_view_normal_size):
10752
10753         Fix size toggle buttons behavior
10754
10755 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10756
10757         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10758         (doc_rect_to_view_rect), (ev_view_size_allocate),
10759         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10760         (scale_changed_callback):
10761
10762         Do not cache offsets in size_allocate.
10763
10764 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10765
10766         * shell/ev-view.c: (ev_view_size_allocate):
10767
10768         Calculate offsets before calling the parent
10769         class (which does a redraw)
10770
10771 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10772
10773         * pdf/xpdf/pdf-document.cc:
10774
10775         Fix a crasher on exit. Unused code, put a TODO
10776
10777 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10778
10779         * backend/ev-document.c: (ev_document_class_init),
10780         (ev_document_page_changed), (ev_document_scale_changed):
10781         * backend/ev-document.h:
10782
10783         Separate page/scale notifications
10784
10785         * pdf/xpdf/pdf-document.cc:
10786
10787         Emit the new signals.
10788         Do not display the pdf page in _render, do it
10789         when scale/page are requested.
10790
10791         * ps/ps-document.c: (ps_document_set_zoom),
10792         (ps_document_widget_event):
10793         * ps/ps-document.h:
10794
10795         Emit the new signals.
10796
10797         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10798         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10799         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10800         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10801         * shell/ev-view.h:
10802         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10803         (ev_window_cmd_view_page_width), (size_allocate_cb),
10804         (ev_window_set_sizing_mode):
10805
10806         Rework sizing to be pixel based.
10807         There are bugs but should be already way better.
10808
10809 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10810
10811         * shell/ev-window.c: (ev_window_init):
10812
10813         Do not allow to shrink sidebar smaller then
10814         child requisition
10815
10816 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10817
10818         * shell/ev-sidebar.[ch]
10819         * shell/ev-window.c:
10820
10821         Improved sidebar widget. Fixes #166683
10822
10823 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10824
10825         * shell/ev-view.c (update_find_status_message): Give translators
10826         more flexibility with ngettext plural handling.
10827
10828 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10829
10830         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10831         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10832         page when we get the page size.
10833
10834 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10835
10836         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10837
10838         ps pages are 0 based, convert 
10839
10840 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10843
10844         Initialize correct parent class. Set GError on document load
10845
10846 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10847
10848         * pdf/xpdf/pdf-document.cc:
10849
10850         Fixup selection offset calculation
10851
10852         * shell/ev-view.c: (view_rect_to_doc_rect),
10853         (doc_rect_to_view_rect), (ev_view_size_allocate),
10854         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10855         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10856
10857         Store selection as document relative, so that zooming
10858         and offset changing doesnt break it.
10859
10860 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10861
10862         * shell/ev-view.c: (ev_view_best_fit):
10863
10864         Do not try to best fit if the view is not realized
10865
10866 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10867           
10868         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10869
10870 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10871
10872         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10873
10874 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10875
10876         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10877         the popup window.  That prevents it resizing when in full screen
10878         mode.
10879
10880         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10881         multiple rerenders.  This pretty much sucks.
10882
10883         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10884         rest of the toolbar.
10885
10886 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10887
10888         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10889
10890 2005-02-17  Alexander Shopov  <ash@contact.bg>
10891
10892         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10893
10894 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10895
10896         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10897
10898 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10901         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10902         (set_document_page), (document_changed_callback),
10903         (ev_view_set_document), (ev_view_find_previous),
10904         (ev_view_hide_cursor), (ev_view_show_cursor):
10905         * shell/ev-view.h:
10906         * shell/ev-window.c: (update_chrome_visibility),
10907         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10908         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10909         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10910         (ev_window_unfullscreen):
10911         * shell/main.c: (main):
10912
10913         Automatically hide the fullscreen button.
10914         Patch by Kristian Høgsberg <krh@redhat.com>
10915
10916 2005-02-16  Vincent Noel  <vnoel@cox.net>
10917
10918         * shell/main.c (main): Specify an icon for the window. Patch by
10919         Jaap A. Haitsma. Fixes #166177.
10920
10921 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10922
10923         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10924
10925 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10926
10927         * backend/ev-document-misc.h:
10928         * backend/ev-document-misc.c:
10929         (ev_document_misc_get_page_border_size),
10930         (ev_document_misc_paint_one_page): New function to canonicalize
10931         sizing/painting a border.
10932
10933         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10934         used.
10935
10936         * pdf/xpdf/pdf-document.cc: use new function
10937
10938         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10939         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10940         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10941         shell/ev-window.c: (update_sizing_buttons),
10942         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10943         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10944         (ev_window_cmd_view_page_width), (size_allocate_cb),
10945         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10946         and "fit width" values act as toggle buttons so they stay
10947         toggled.  It's not 100% perfect, and it's a little slow, but it's
10948         good enough to commit I think.
10949
10950 2005-02-15  David Lodge  <dave@cirt.net>
10951
10952         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10953
10954 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10955
10956         * shell/ev-window.c (update_window_title): replace newlines in
10957         the title by spaces. Bug #166107.
10958
10959 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10960
10961         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10962         parameters providing allocation width and height without
10963         scrollbars and width of a possible vertical scrollbar. With this
10964         additional information the functions can work as
10965         intended. Unfortunately they're not idempotent. We should
10966         transform these commands to toggles. Fixes Bug #164976
10967         Initial patch by Stephane Loeuillet, then heavily modified.
10968
10969         * shell/ev-view.h: update prototypes.
10970
10971         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10972         (ev_window_cmd_view_page_width): provide EvView fit functions with
10973         all the information they need. Formulas to calculate this
10974         information taken from GtkScrolledWindow.
10975
10976 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10977
10978         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10979         created a thumbnail, the list store is updated to know
10980         that the thumbnail is set. Fixes bug #166792
10981
10982 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10983
10984         * shell/ev-window.c: fixed typo, closes bug 166897
10985
10986         * TODO: updated TODO with bug numbers that are relevant
10987
10988 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10989
10990         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10991
10992 2005-02-09  Vincent Noel  <vnoel@cox.net>
10993
10994         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10995         and "Next" toolbar buttons as important to make them stand out.
10996
10997 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10998
10999         * lib/ev-debug.c:
11000         * lib/ev-debug.h:
11001         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11002         (start_interpreter), (stop_interpreter), (document_load),
11003         (ps_document_next_page), (ps_document_goto_page),
11004         (ps_document_set_page_size), (ps_document_widget_event),
11005         (ps_document_render):
11006         * shell/ev-page-view.c: (ev_page_view_dispose):
11007         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11008
11009         Fix compilation on non-gcc platforms
11010
11011 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11012
11013         * NEWS:
11014         * configure.ac:
11015
11016         Release 0.1.4
11017
11018         * pdf/xpdf/Catalog.cc:
11019         * pdf/xpdf/XRef.cc:
11020
11021         Fix the fix for CAN-2004-0888
11022
11023 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11024
11025         * data/Makefile.am:
11026         * data/evince-ui.xml:
11027         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11028         * shell/ev-stock-icons.h:
11029         * shell/ev-window.c: (update_action_sensitivity),
11030         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11031         (set_action_properties):
11032
11033         Improve toolbar layout/icons
11034
11035 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * pdf/xpdf/pdf-document.cc:
11038
11039         Add warnings about unimplemented/unknown link
11040         types.
11041
11042 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11043
11044         * ps/ps-document.c: (set_up_page):
11045
11046         Log gs property
11047
11048 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11049
11050         * ps/ps-document.c: (start_interpreter):
11051
11052         Log gs env var
11053
11054 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * shell/ev-page-view.c: (ev_page_view_dispose):
11057         * shell/ev-view.c: (ev_view_finalize):
11058         * shell/ev-window.c: (ev_window_setup_document),
11059         (ev_window_dispose), (ev_window_init):
11060
11061         Solve more refs issues.
11062
11063         I commented out the page_view initialization for now:
11064         it was never destroyed (because it's never added
11065         to a container). Because of that we was leaking
11066         gs processes. Couldnt think to a clean fix.
11067         We need to figure this out, password view has the
11068         same issue probably.
11069
11070 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11071
11072         * ps/ps-document.c: (ps_document_finalize),
11073         (ps_document_get_n_pages), (ps_document_get_page):
11074
11075         Some cleanups, stop the interpreter on finalize
11076
11077         * shell/ev-page-view.c: (ev_page_view_dispose),
11078         (ev_page_view_class_init):
11079
11080         Release our reference on the document
11081
11082 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11083
11084         * Makefile.am:
11085         * configure.ac:
11086         * doc/debugging.txt:
11087         * lib/.cvsignore:
11088         * lib/Makefile.am:
11089         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11090         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11091         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11092         * lib/ev-debug.h:
11093
11094         Add debugging helpers
11095
11096         * ps/Makefile.am:
11097         * ps/ps-document.c: (set_up_page), (start_interpreter),
11098         (stop_interpreter), (document_load), (ps_document_next_page),
11099         (ps_document_goto_page), (ps_document_set_page_size),
11100         (ps_document_widget_event), (ps_document_render):
11101         * shell/Makefile.am:
11102         * shell/ev-view.c: (expose_bin_window):
11103         * shell/main.c: (main):
11104
11105         Add some logs
11106         
11107 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11108
11109         * ps/ps-document.c: (ps_document_widget_event):
11110
11111         Initialize message_window, this should make ps
11112         rendering really work! (Never noticed because I was
11113         testing with a ps that is causing gs to exit every time!)
11114
11115 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11116
11117         * data/evince.schemas.in: updated simple error in applyto closing tag
11118
11119 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11120
11121         * Makefile.am:
11122         * configure.ac:
11123         * data/.cvsignore:
11124         * data/Makefile.am:
11125         * data/evince-ui.xml:
11126         A data/evince.schemas.in:
11127         * po/POTFILES.in:
11128         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11129         * shell/ev-stock-icons.h:
11130         * shell/ev-window.c: (update_chrome_visibility),
11131         (update_chrome_flag), (ev_window_cmd_edit_find),
11132         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11133         (ev_window_unfullscreen), (ev_window_focus_in_event),
11134         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11135         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11136         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11137         (ev_window_dispose), (ev_window_class_init),
11138         (set_action_properties), (set_chrome_actions), (load_chrome),
11139         (ev_window_init):
11140
11141         Implement fullscreen mode changes from bug #164776.
11142         Also implement persistent chrome toggles.
11143
11144 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11145
11146         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11147
11148 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11149
11150         * NEWS:
11151         * configure.ac:
11152         * shell/ev-view.c:
11153
11154         Add another check for find interface
11155
11156         Release 0.1.3
11157
11158 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11159
11160         * shell/ev-application.c: (ev_application_open):
11161         * shell/ev-window.c: (ev_window_open):
11162
11163         Open gzipped ps documents
11164
11165 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * TODO:
11168         * shell/ev-view.c: (set_document_page):
11169
11170         Clamp page number, dont try to move to
11171         not existant pages.
11172
11173 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11174
11175         * backend/ev-document-find.c: (ev_document_find_changed):
11176         * backend/ev-document-find.h:
11177         * pdf/xpdf/pdf-document.cc:
11178         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11179         * shell/ev-window.c: (find_bar_search_changed_cb):
11180
11181         Fix several bugs with find
11182
11183 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11184
11185         * shell/ev-sidebar-thumbnails.c
11186         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11187         document. Prevents warning from scroll_to_cell.
11188
11189 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11190
11191         * configure.ac: Add «nb» to ALL_LINGUAS too.
11192
11193 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11194
11195         * NOTES: New file with some random thoughts.
11196
11197         * TODO: Update.
11198
11199         * backend/ev-document-misc.c:
11200         (ev_document_misc_get_page_border_size): New function to
11201         canonicalize shadow drawing sizes.  Possibly goofy.
11202
11203         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11204         (ev_view_best_fit), (ev_view_fit_width):
11205         * pdf/xpdf/pdf-document.cc:
11206         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11207         * ps/ps-document.c: (ps_document_get_page_size):
11208         * backend/ev-document-misc.h:
11209         * backend/ev-document.c: (ev_document_get_page_size):
11210         * backend/ev-document.h: get_page_size now takes a page number
11211         parameter.  Made all the backends/frontends honor it.
11212
11213         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11214         see.  Doesn't work yet.
11215
11216         * shell/Makefile.am:
11217         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11218         Doesn't do anything yet.
11219
11220         * shell/ev-sidebar-thumbnails.c:
11221         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11222         [0..n_pages-1]
11223
11224         * shell/ev-window.c: (update_action_sensitivity),
11225         (ev_window_setup_document), (ev_window_set_page_mode),
11226         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11227         view-swapping code a bit so we can have multiple views on a
11228         document.  Add the multi-page view, though it can't be turned on
11229         yet.
11230
11231 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11232
11233         * shell/ev-application.c: (ev_application_open):
11234         * shell/ev-view.c: (expose_bin_window):
11235         * shell/ev-window.c: (ev_window_open):
11236
11237         Support eps and check document supports find
11238         before drawing highlightings in expose.
11239
11240 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11241
11242         * pixbuf/pixbuf-document.c:
11243         (pixbuf_document_thumbnails_get_dimensions),
11244         (pixbuf_document_document_thumbnails_iface_init):
11245
11246         implement get_dimensions
11247
11248 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11249
11250         * NEWS:
11251         * configure.ac:
11252
11253         Release 0.1.2
11254
11255 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11256
11257         * shell/ev-view.c: (set_document_page):
11258
11259         Scroll at the top of the page when changing page
11260
11261 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * shell/ev-view.c: (ev_view_motion_notify_event):
11264
11265         Do not redraw unnecessarily
11266
11267 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11268
11269         * pdf/xpdf/pdf-document.cc:
11270         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11271         (expose_bin_window), (find_changed_cb):
11272
11273         Yay! find works now... Now to find bugs...
11274
11275 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11276
11277         * backend/ev-document-find.c: (ev_document_find_base_init),
11278         (ev_document_find_changed):
11279         * backend/ev-document-find.h:
11280         * pdf/xpdf/pdf-document.cc:
11281         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11282         (expose_bin_window), (ev_view_init), (set_document_page),
11283         (ensure_rectangle_is_visible), (jump_to_find_result),
11284         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11285         (ev_view_find_next), (ev_view_find_previous):
11286         * shell/ev-view.h:
11287         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11288
11289         More work on find implementation, mostly there now
11290
11291 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11292
11293         * backend/ev-backend-marshalers.list:
11294         * backend/ev-document-find.c: (ev_document_find_base_init),
11295         (ev_document_find_cancel), (ev_document_find_page_has_results),
11296         (ev_document_find_get_n_results), (ev_document_find_get_result),
11297         (ev_document_find_get_progress), (ev_document_find_changed):
11298         * backend/ev-document-find.h:
11299
11300         Enanche the find interface to be really able to do
11301         multi page find.
11302
11303         * pdf/xpdf/pdf-document.cc:
11304
11305         Implement
11306
11307         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11308         (expose_bin_window), (ev_view_init),
11309         (ev_view_get_find_status_message), (find_changed_cb),
11310         (ev_view_set_document), (set_document_page):
11311
11312         Adapt to the new interface. A few things are regressed sorry,
11313         I will finish it soon.
11314
11315 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11316
11317         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11318         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11319         ev_sidebar_thumbnails_parent_class variable, don't define another
11320         parent_class variable.
11321
11322         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11323         (ev_page_action_class_init): ditto.
11324
11325         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11326         (pixbuf_document_class_init): ditto.
11327
11328         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11329         ditto.
11330
11331         * .cvsignore: ignore various valgrind output files.
11332
11333 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11334
11335         * data/evince-ui.xml:
11336         * shell/Makefile.am:
11337         * shell/ev-history.c:
11338         * shell/ev-history.h:
11339         * shell/ev-navigation-action.c:
11340         * shell/ev-navigation-action.h:
11341         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11342         (ev_view_set_page), (ev_view_fit_width):
11343         * shell/ev-view.h:
11344         * shell/ev-window.c: (update_action_sensitivity),
11345         (ev_window_setup_document), (register_custom_actions):
11346
11347         Kill session history
11348
11349 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11350
11351         * shell/ev-window.c: (update_action_sensitivity):
11352
11353         Fix inverted up/down buttons
11354
11355 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11356
11357         * shell/ev-sidebar-thumbnails.c
11358         (ev_sidebar_thumbnails_select_page): make sure the selected
11359         thumbnail stays visible.
11360
11361 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11362
11363         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11364         scrolled window for Federico.
11365
11366 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11367
11368         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11369
11370 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11371
11372         * configure.ac:
11373         * pdf/splash/SplashFTFontEngine.cc:
11374
11375         Fix CID fonts with freetype 2.1.9
11376
11377 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11378
11379         * TODO: added item for desktop icon thumbnailer
11380
11381 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11382
11383         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11384         unloaded docs when the title is accessed.
11385
11386         * shell/ev-password-view.[hc]: New widget for displaying password
11387         state.
11388
11389         * shell/ev-window.[ch]: Refactor password handling code to handle
11390         the new view.
11391
11392 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11393
11394         * NEWS:
11395         * configure.ac:
11396         * data/Makefile.am:
11397
11398         Release 0.1.1
11399
11400 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11401
11402         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11403         ignore page offset here, to make search results independent of it,
11404
11405         * shell/ev-view.c (expose_bin_window): but take offsets into
11406         account here. Bug #164932
11407
11408         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11409         scale at the right time. Bug #164996
11410
11411 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11412
11413         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11414         fix the problem. Now I just removed the Adobe font names and hope
11415         that the URW fonts are always in outline format. Bug #164934
11416
11417         * shell/ev-window.c (update_window_title): empty titles are
11418         useless, use filename in that case too.
11419
11420         * NEWS: Add some content.
11421
11422 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11423
11424         * TODO: added one more TODO item and a TODONE section :)
11425
11426 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11427
11428         * ps/ps-document.h: add page_[xy]_offset fields.
11429
11430         * ps/ps-document.c (ps_document_set_page_offset)
11431         (ps_document_render): Keep offset in consideration in a few
11432         places. Bug #164752 "postscript documents are not centered in
11433         window"
11434
11435         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11436         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11437
11438         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11439         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11440         stub out missing methods for complete EvDocument implementation.
11441         Fixes segfaults with Save A Copy and Copy actions.
11442
11443         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11444         (ps_document_document_iface_init): ditto.
11445         
11446 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * data/.cvsignore:
11449         * data/Makefile.am:
11450         * data/evince.desktop.in:
11451
11452         Add desktop file
11453
11454 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11455
11456         * shell/ev-view.c: (ev_view_button_press_event),
11457         (ev_view_motion_notify_event):
11458
11459         Make selection work in any direction
11460
11461 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * TODO:
11464         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11465
11466         Use shorter labels for some of the toolbars items
11467
11468 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11469
11470         * pdf/xpdf/pdf-document.cc:
11471
11472         Check the links info is initialized before
11473         using it. Should fix a crash on startup.
11474
11475 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11476
11477         * pixbuf/pixbuf-document.c
11478         (pixbuf_document_thumbnails_get_dimensions): force floating point
11479         division to calculate page_ratio. Fixes crash with landscape
11480         format pixbufs.
11481
11482 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11483
11484         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11485
11486 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11487
11488         * shell/ev-view.c (set_document_page): unset has_selection when
11489         the page changes.
11490         (set_document_page): handle paper size changes when the page
11491         changes (test with Free Culture, page 2).
11492
11493 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11494
11495         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11496         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11497
11498         Use normal style color for the widget background and
11499         draw a black box around the page.
11500
11501 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * pdf/xpdf/pdf-document.cc:
11504
11505         Keep offset in consideration in a few places
11506
11507         * shell/ev-view.c: (expose_bin_window):
11508
11509         Set the offsets so that the document is ever centered
11510
11511 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11512
11513         * TODO: Added TODO items and finished off the first todo item
11514
11515         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11516         reflect current authors
11517
11518 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * pdf/xpdf/pdf-document.cc:
11521         * shell/ev-view.c: (ev_view_set_cursor),
11522         (ev_view_motion_notify_event), (document_changed_callback),
11523         (set_document_page):
11524
11525         Show a wait cursor while the page is rendering
11526
11527 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * shell/ev-sidebar-thumbnails.c:
11530         (ev_sidebar_tree_selection_changed),
11531         (ev_sidebar_thumbnails_select_page):
11532         * shell/ev-sidebar-thumbnails.h:
11533         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11534         (ev_view_can_go_forward):
11535         * shell/ev-window.c: (ev_window_open_page),
11536         (ev_window_setup_document), (update_current_page),
11537         (view_page_changed_cb), (ev_window_init):
11538         * shell/ev-window.h:
11539
11540         Ensure thumbnails selection, toolbar page control and
11541         current page are in sync.
11542
11543 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11544
11545         * pdf/xpdf/XRef.cc:
11546
11547         Fix CAN-2005-0064
11548
11549 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11550
11551         * backend/Makefile.am:
11552         * backend/ev-document-links.h:
11553         * backend/ev-document-security.c: (ev_document_security_get_type),
11554         (ev_document_security_has_document_security),
11555         (ev_document_security_set_password):
11556         * backend/ev-document-security.h:
11557         * backend/ev-document.c: (ev_document_error_quark):
11558         * backend/ev-document.h:
11559         * data/Makefile.am:
11560         * data/evince-password.glade:
11561         * pdf/xpdf/pdf-document.cc:
11562         * shell/Makefile.am:
11563         * shell/ev-password.c: (ev_password_set_bad_password_label),
11564         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11565         (ev_password_dialog_get_password),
11566         (ev_password_dialog_set_bad_pass):
11567         * shell/ev-password.h:
11568         * shell/ev-window.c: (ev_window_get_attribute),
11569         (ev_window_set_property), (update_action_sensitivity),
11570         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11571         (ev_window_setup_document), (ev_window_get_password),
11572         (ev_window_open), (ev_window_cmd_save_as),
11573         (using_postscript_printer), (ev_window_print),
11574         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11575         (update_fullscreen_popup), (ev_window_fullscreen),
11576         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11577         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11578         (menu_item_select_cb), (find_bar_search_changed_cb),
11579         (ev_window_dispose), (ev_window_init):
11580
11581         Add initial support for password-supported dialogs.  This could be
11582         a lot cooler, but it'll do for now.
11583
11584 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * pdf/xpdf/pdf-document.cc:
11587         * shell/ev-view.c: (status_message_from_link),
11588         (ev_view_set_status), (ev_view_set_cursor),
11589         (ev_view_motion_notify_event), (ev_view_init):
11590         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11591
11592         Fix bugs in the links implementation and change cursor
11593         when hovering a link.
11594
11595 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11596
11597         * viewer/.cvsignore: added cvsignore file for viewer directory
11598
11599         * TODO: created TODO document
11600
11601 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11602
11603         * shell/ev-view.h:
11604         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11605         new functions to help with implementation of sensitivity code
11606         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11607         of all actions that might require it.  Fixes a crash when you
11608         click on the Zoom actions in a window lacking a document.
11609
11610 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11611
11612         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11613         of the Find action
11614
11615 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11616
11617         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11618         (pixbuf_document_document_iface_init):
11619         * ps/ps-document.c: (ps_document_get_link),
11620         (ps_document_document_iface_init):
11621         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11622         (status_message_from_link), (ev_view_set_status),
11623         (ev_view_set_find_status), (ev_view_motion_notify_event),
11624         (ev_view_button_release_event), (ev_view_set_property),
11625         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11626         (ev_view_get_find_status_message), (update_find_results),
11627         (ev_view_get_status), (ev_view_get_find_status):
11628         * shell/ev-view.h:
11629         * shell/ev-window.c: (view_status_changed_cb),
11630         (view_find_status_changed_cb), (ev_window_init):
11631
11632         View status message support, use it to show the links.
11633         Needs work...
11634
11635 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11636
11637         * backend/ev-document.c: (ev_document_get_link):
11638         * backend/ev-document.h:
11639         * pdf/xpdf/pdf-document.cc:
11640         * shell/ev-application.c: (ev_application_open):
11641         * shell/ev-application.h:
11642         * shell/ev-sidebar-links.c: (selection_changed_cb):
11643         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11644         (ev_view_go_to_link):
11645
11646         Add support for document links
11647
11648 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11649
11650         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11651         (create_tool_item):
11652         Set the spin button limits correctly.
11653         
11654         * shell/ev-sidebar-thumbnails.c:
11655         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11656         Support changing pages by clicking on the thumbnails.
11657         
11658 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11659
11660         * pixbuf/pixbuf-document.c:
11661         (pixbuf_document_thumbnails_get_dimensions),
11662         (pixbuf_document_document_thumbnails_iface_init):
11663
11664         implement get_dimensions
11665
11666 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * ps/ps-document.c: (ps_document_goto_page):
11669
11670         Fix page switching on multipage documents
11671
11672 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11673
11674         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11675         
11676         check for NULL before assigning to width and height parameters
11677
11678 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11679
11680         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11681         (pixbuf_document_set_property), (pixbuf_document_get_property):
11682
11683         implement get/set properties
11684
11685 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11686
11687         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11688         
11689         return NULL instead of "Unknown", letting the title get set to
11690         the filename when the pdf has no title.
11691
11692 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * ps/ps-document.c: (ps_document_get_page_count),
11695         (ps_document_goto_page):
11696
11697 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11698
11699         * shell/ev-history.c: (ev_history_get_property),
11700         (ev_history_set_property), (ev_history_class_init),
11701         (ev_history_add_page), (ev_history_set_current_index):
11702         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11703         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11704         (ev_navigation_action_finalize):
11705         * shell/ev-navigation-action.h:
11706         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11707         (ev_view_go_forward), (ev_view_get_find_status_message),
11708         (history_index_changed_cb), (ev_view_set_history):
11709         * shell/ev-view.h:
11710         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11711         (update_current_page), (register_custom_actions):
11712
11713         Implement history dropdowns
11714
11715 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11716
11717         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11718         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11719         (ev_view_go_forward):
11720         * shell/ev-window.c: (register_custom_actions):
11721
11722         Fix several history bugs
11723
11724 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11725
11726         * configure.ac: Add «nb» to ALL_LINGUAS.
11727
11728 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * backend/Makefile.am:
11731         * backend/ev-bookmark.c:
11732         * backend/ev-bookmark.h:
11733         * backend/ev-document-bookmarks.c:
11734         * backend/ev-document-bookmarks.h:
11735         * backend/ev-document-links.c: (ev_document_links_get_type),
11736         (ev_document_links_has_document_links),
11737         (ev_document_links_begin_read), (ev_document_links_get_link),
11738         (ev_document_links_get_child), (ev_document_links_next),
11739         (ev_document_links_free_iter):
11740         * backend/ev-document-links.h:
11741         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11742         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11743         (ev_link_get_link_type), (ev_link_set_link_type),
11744         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11745         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11746         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11747         (ev_link_new_external):
11748         * backend/ev-link.h:
11749         * pdf/xpdf/pdf-document.cc:
11750         * shell/Makefile.am:
11751         * shell/ev-application.c: (ev_application_open_link):
11752         * shell/ev-application.h:
11753         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11754         (ev_history_get_link_nth):
11755         * shell/ev-history.h:
11756         * shell/ev-sidebar-bookmarks.c:
11757         * shell/ev-sidebar-bookmarks.h:
11758         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11759         (ev_sidebar_links_class_init), (selection_changed_cb),
11760         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11761         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11762         (do_one_iteration), (populate_links_idle),
11763         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11764         * shell/ev-sidebar-links.h:
11765         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11766         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11767         (go_to_index):
11768         * shell/ev-view.h:
11769         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11770         * shell/ev-window.h:
11771
11772         Rename bookmark to link, and use "Index" for the sidebar panel.
11773
11774 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * shell/Makefile.am:
11777         * shell/ev-application.c: (ev_application_open_bookmark):
11778         * shell/ev-application.h:
11779         * shell/ev-history.c: (ev_history_init), (free_links_list),
11780         (ev_history_finalize), (ev_history_class_init),
11781         (ev_history_add_link), (ev_history_add_page),
11782         (ev_history_get_link_nth), (ev_history_get_n_links),
11783         (ev_history_get_current_index), (ev_history_set_current_index),
11784         (ev_history_new):
11785         * shell/ev-history.h:
11786         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11787         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11788         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11789         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11790         (ev_view_set_page):
11791         * shell/ev-view.h:
11792         * shell/ev-window.c: (ev_window_open_bookmark),
11793         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11794         (goto_page_cb), (register_custom_actions):
11795         * shell/ev-window.h:
11796
11797         Initial history implementation. Needs work.
11798
11799 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11800
11801         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11802
11803 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11804
11805         * cut-n-paste/recent-files/egg-recent-item.c:
11806         * cut-n-paste/recent-files/egg-recent-item.h:
11807         * cut-n-paste/recent-files/egg-recent-model.c:
11808         * cut-n-paste/recent-files/egg-recent-util.c:
11809         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11810         * cut-n-paste/recent-files/egg-recent-view.c:
11811
11812         Update
11813
11814 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11815
11816         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11817         (fillGlyph, fillImageMask, drawImage):
11818         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11819         pdf/splash/SplashTypes.h:
11820         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11821         packed mode for Splash.
11822
11823         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11824         RGB8 packed mode, eliminates the pixbuf data creation loop.
11825
11826         * shell/ev-print-job.c (ev_print_job_finalize)
11827         (ev_print_job_set_property, ev_print_job_get_property)
11828         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11829         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11830         (print_closure_finalize, ev_print_job_print): implement
11831         printing (for backends with EvPsExporter)
11832
11833         * shell/ev_print_job.h: update prototypes.
11834
11835         * shell/ev-window.c (ev_window_print): unref print job after
11836         printing.
11837
11838         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11839         unless the document implements the EvDocumentFind interface.
11840
11841 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11842
11843         * configure.ac: Added ja to ALL_LINGUAS.
11844
11845 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * pdf/xpdf/pdf-document.cc:
11848
11849         add a FIXME. We should probably not allocate
11850         a bookmark object every time
11851
11852 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11853
11854         * shell/ev-application.c: (ev_application_open),
11855         (ev_application_open_bookmark):
11856         * shell/ev-application.h:
11857         
11858         Add a way to open bookmarks
11859
11860         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11861         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11862         (ev_bookmark_set_property), (ev_bookmark_class_init),
11863         (ev_bookmark_new_title), (ev_bookmark_new_link),
11864         (ev_bookmark_new_external):
11865
11866         Support for external uris, better constructors.
11867
11868         * backend/ev-bookmark.h:
11869         * pdf/xpdf/pdf-document.cc:
11870         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11871
11872         Handle external uris
11873
11874 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11877         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11878
11879         Hook up bookmarks navigation
11880
11881 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11882
11883         * backend/Makefile.am:
11884         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11885         (ev_bookmark_get_title), (ev_bookmark_set_title),
11886         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11887         (ev_bookmark_get_page), (ev_bookmark_set_page),
11888         (ev_bookmark_get_property), (ev_bookmark_set_property),
11889         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11890         (ev_bookmark_new):
11891         * backend/ev-bookmark.h:
11892         * backend/ev-document-bookmarks.c:
11893         (ev_document_bookmarks_get_bookmark):
11894         * backend/ev-document-bookmarks.h:
11895         * pdf/xpdf/pdf-document.cc:
11896         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11897
11898         Add a bookmark object to the backend and use it instead of get_values
11899
11900 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * data/evince-ui.xml:
11903
11904         Cleanup and add select all.
11905
11906         * shell/ev-view.c: (ev_view_select_all),
11907         (ev_view_button_press_event):
11908         * shell/ev-view.h:
11909         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11910
11911         Add select all.
11912         Clear selection on click.
11913
11914 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11915
11916         * shell/ev-sidebar-thumbnails.c
11917         (ev_sidebar_thumbnails_set_document): forgot to unref the
11918         loading_icon.
11919
11920 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11921
11922         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11923         at the visible page, not just linearly.  This makes it look fast.
11924
11925 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11926
11927         * backend/ev-document-misc.c
11928         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11929         white.
11930         * backend/ev-document-thumbnails.h: New interface to get the size
11931         of a page.
11932
11933 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11934
11935         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11936         make dist works
11937
11938 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11939
11940         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11941         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11942         things up a bit.
11943
11944         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11945
11946 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11947
11948         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11949         fonts. Should fix font problems on systems that have the base
11950         fonts in bitmap format. Reported by James Henstridge
11951         <james@jamesh.id.au>.
11952
11953 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11954
11955         * pdf/xpdf/Gfx.cc:
11956         * pdf/xpdf/GfxState.cc:
11957
11958         Fix for CAN-2004-1125
11959
11960 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * shell/ev-view.c: (ev_view_copy):
11963         * shell/ev-view.h:
11964         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11965
11966         Implement Edit->Copy
11967
11968 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11969
11970         * backend/ev-document.c: (ev_document_get_text):
11971         * backend/ev-document.h:
11972         * pdf/xpdf/pdf-document.cc:
11973         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11974         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11975         (ev_view_update_primary_selection), (ev_view_button_press_event),
11976         (ev_view_motion_notify_event), (ev_view_button_release_event):
11977
11978         Beginnings of clipboard support. Incomplete but primary sort
11979         of work.
11980
11981 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11982
11983         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11984         (expose_bin_window):
11985
11986         Nicer rubberband drawing, from GtkIconView.
11987
11988 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * backend/ev-document.c: (ev_document_save):
11991         * backend/ev-document.h:
11992         * data/evince-ui.xml:
11993         * pdf/xpdf/pdf-document.cc:
11994         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11995
11996         Implement "Save a copy..." menu item
11997
11998 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11999
12000         * shell/ev-view.c: (ev_view_zoom):
12001
12002         Queue a resize when zoom changes
12003
12004 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12005
12006         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12007         shadows.
12008
12009         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12010         thumbnails..
12011
12012 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12013
12014         * pdf/xpdf/pdf-document.cc
12015         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12016
12017 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12018
12019         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12020         It's slow, but I'll speed it up next!
12021
12022 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12023
12024         * shell/main.c (load_files):
12025
12026         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12027         from the command line and because it seems more appropriate.
12028
12029 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * data/evince-ui.xml:
12032         * shell/ev-window.c: (update_action_sensitivity),
12033         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12034
12035         s/next page/page down
12036         s/previous page/page up
12037
12038 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12039
12040         * data/evince-ui.xml:
12041
12042         Change the layout to match clarkbw design.
12043
12044         * shell/Makefile.am:
12045         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12046         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12047         (ev_navigation_action_finalize),
12048         (ev_navigation_action_set_property),
12049         (ev_navigation_action_get_property),
12050         (ev_navigation_action_class_init):
12051         * shell/ev-navigation-action.h:
12052
12053         Implement clarkbw toolbar navigation controls (incomplete)
12054
12055         * shell/ev-page-action.c: (update_label), (update_spin),
12056         (value_changed_cb), (create_tool_item), (connect_proxy),
12057         (ev_page_action_init), (ev_page_action_finalize),
12058         (ev_page_action_set_property), (ev_page_action_get_property),
12059         (ev_page_action_set_current_page),
12060         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12061         * shell/ev-page-action.h:
12062
12063         Implement a page switcher in the toolbar
12064
12065         * shell/ev-view.c: (ev_view_scroll_view):
12066         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12067         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12068         (register_custom_actions), (ev_window_init):
12069
12070         Change page on PageUp/Down.
12071
12072 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12073
12074         * pdf/xpdf/pdf-document.cc
12075         (pdf_document_thumbnails_get_thumbnail): initial stab at
12076         implementing thumbnail support for pdfs.  It only does documents
12077         with precached pdfs now.
12078
12079 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12080
12081         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12082         thumbnail code into a time-based idle as well.  Also, turn off the
12083         shadow temporarily as it's really slow.
12084
12085 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12086
12087         * backend/ev-document.c: (ev_document_class_init):
12088         * pdf/xpdf/pdf-document.cc:
12089         * shell/ev-window.c: (ev_window_open):
12090
12091         Fix document title bugs and fallback to
12092         filename when not available.
12093
12094 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12095
12096         * backend/ev-document.c: (ev_document_get_type),
12097         (ev_document_class_init), (ev_document_load),
12098         (ev_document_get_title):
12099         * backend/ev-document.h:
12100         * pdf/xpdf/pdf-document.cc:
12101         * ps/ps-document.c: (ps_document_set_property),
12102         (ps_document_get_property), (ps_document_class_init),
12103         (document_load):
12104         * ps/ps-document.h:
12105         * ps/ps.h:
12106         * shell/ev-window.c: (update_window_title), (ev_window_open),
12107         (ev_window_init):
12108
12109         Initial support for document title. Not working yet.
12110
12111 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12114
12115         Grab focus on the view when clicking it
12116
12117 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * shell/ev-marshal.list:
12120         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12121         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12122
12123         Add key bindings to the view. Now if the focus would work
12124         right...
12125
12126 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12127
12128         * Makefile.am:
12129         * backend/Makefile.am:
12130         * data/Makefile.am:
12131         * dvi/Makefile.am:
12132         * dvi/dvilib/Makefile.am:
12133         * pdf/xpdf/Makefile.am:
12134         * po/POTFILES.in:
12135         * ps/Makefile.am:
12136
12137         Fix distcheck
12138
12139 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12140
12141         * shell/ev-view.c: (ev_view_realize):
12142
12143         Fix mouse wheel scrolling
12144
12145 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * ps/Makefile.am:
12148         * ps/gstypes.h:
12149         * ps/gtkgs.c:
12150         * ps/gtkgs.h:
12151         * ps/ps-document.c: (catchPipe), (ps_document_init),
12152         (ps_document_class_init), (ps_document_cleanup),
12153         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12154         (set_up_page), (close_pipe), (is_interpreter_ready),
12155         (interpreter_failed), (output), (input), (start_interpreter),
12156         (stop_interpreter), (file_length), (file_readable),
12157         (check_filecompressed), (check_pdf), (compute_xdpi),
12158         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12159         (ps_document_get_type), (ps_document_emit_error_msg),
12160         (document_load), (ps_document_next_page),
12161         (ps_document_get_current_page), (ps_document_get_page_count),
12162         (ps_document_goto_page), (ps_document_set_page_size),
12163         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12164         (ps_document_load), (ps_document_get_n_pages),
12165         (ps_document_set_page), (ps_document_get_page),
12166         (ps_document_widget_event), (ps_document_set_target),
12167         (ps_document_set_scale), (ps_document_set_page_offset),
12168         (ps_document_get_page_size), (ps_document_render),
12169         (ps_document_document_iface_init):
12170         * ps/ps-document.h:
12171         * ps/ps.c:
12172         * shell/ev-window.c: (ev_window_open):
12173
12174         Rename GtkGS to PSDocument
12175
12176 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12177
12178         * ps/gtkgs.c: (gtk_gs_class_init):
12179         * ps/gtkgs.h:
12180
12181         Some more leftover...
12182
12183 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12184
12185         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12186         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12187         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12188         * ps/gtkgs.h:
12189
12190         Remove unused code and make a lot of stuff private
12191
12192 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12193
12194         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12195         (gtk_gs_defaults_changed):
12196         * ps/gsdefaults.h:
12197         * ps/gtkgs.c:
12198         * ps/gtkgs.h:
12199         * ps/ps.h:
12200
12201         Cleanup headers dependencies
12202
12203 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * ps/Makefile.am:
12206         * ps/ggvutils.c:
12207         * ps/ggvutils.h:
12208         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12209         * ps/gsdefaults.h:
12210         * ps/gtkgs.c: (file_length), (file_readable),
12211         (check_filecompressed), (check_pdf), (gtk_gs_load),
12212         (gtk_gs_get_postscript):
12213
12214         Get rid of ggvutils
12215
12216 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12217
12218         * ps/ggvutils.c:
12219         * ps/ggvutils.h:
12220         * ps/gsio.h:
12221         * ps/gtkgs.c: (gtk_gs_set_zoom):
12222
12223         Cleanups
12224
12225 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12226
12227         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12228
12229         Ensure the page is rerendered when changing zoom
12230
12231 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12232
12233         * backend/ev-document.c: (ev_document_base_init),
12234         (ev_document_changed):
12235         * backend/ev-document.h:
12236
12237         Add a changed event that is emitted when the page content
12238         changes. This is necessary to deal with the fact that
12239         in ps backend rendering happen asycrounously.
12240         This makes the ps backend mostly work.
12241
12242         * pdf/xpdf/pdf-document.cc:
12243
12244         Emit changed event
12245
12246         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12247         (ps_document_set_target):
12248
12249         Emit changed event
12250
12251         * shell/ev-view.c: (document_changed_callback),
12252         (ev_view_set_document), (ev_view_set_page):
12253
12254         Redraw on the changed signal
12255
12256 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12257
12258         * configure.ac: Added pt_BR to ALL_LINGUAS.
12259
12260 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12261
12262         * backend/ev-document-bookmarks.c:
12263         (ev_document_bookmarks_get_child): *
12264         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12265         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12266         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12267         (ev_sidebar_bookmarks_destroy),
12268         (ev_sidebar_bookmarks_class_init),
12269         (ev_sidebar_bookmarks_construct), (stack_data_free),
12270         (do_one_iteration), (populate_bookmarks_idle),
12271         (ev_sidebar_bookmarks_clear_document),
12272         (ev_sidebar_bookmarks_set_document): *
12273         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12274         (ev_sidebar_add_page),
12275         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12276         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12277         it displays both the topics and the page numbers.
12278
12279 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12280
12281         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12282         toggle.
12283         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12284         visible.
12285
12286 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12287
12288         * configure.ac: Added en_CA to ALL_LINGUAS.
12289
12290 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12291
12292         * ChangeLog: replace bottom of this ChangeLog (merged history of
12293         ggv and gpdf; where all paths were wrong and most of the files are
12294         not even in this tree) with ChangeLog (from arch) of the shell
12295         code.
12296
12297 2004-12-23  Havoc Pennington  <hp@redhat.com>
12298
12299         * shell/ev-window.c: hook up potentially-questionable "find
12300         results status text" feature - something involving the sidebar or
12301         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12302         might be better in the end.
12303
12304         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12305         with corresponding signal when it should be updated
12306
12307         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12308
12309 2004-12-22  Havoc Pennington  <hp@redhat.com>
12310
12311         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12312         find stuff on other pages, sort of (only returns one result on
12313         invisible pages, to show they have results; updates full results
12314         for a page when you view it). Currently repaints the current page
12315         every time a new result is found on any page, which isn't so nice.
12316
12317 2004-12-22  Havoc Pennington  <hp@redhat.com>
12318
12319         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12320         the document doesn't support find (better ideas?)
12321         (find_bar_search_changed_cb): handle missing document or document
12322         that doesn't support find
12323
12324         * pdf/xpdf/pdf-document.cc: port to implement the new
12325         EvDocumentFindIface
12326
12327         * backend/ev-document-find.c: create a new interface for searching
12328
12329         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12330
12331 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12332
12333         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12334         libevbackend.la.
12335
12336         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12337         EvPrintJob constructor arguments.
12338
12339         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12340         for documents that can export PostScript (page by page).
12341
12342         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12343         
12344         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12345         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12346         (pdf_document_ps_exporter_iface_init:
12347         Implement EvPSExporter.
12348
12349         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12350
12351 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12352
12353         * backend/Makefile.am:
12354         * backend/ev-document-thumbnails.c:
12355         (ev_document_thumbnails_get_type),
12356         (ev_document_thumbnails_get_thumbnail):
12357         * backend/ev-document-thumbnails.h:
12358         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12359         (pixbuf_document_thumbnails_get_thumbnail),
12360         (pixbuf_document_document_thumbnails_iface_init):
12361         * shell/Makefile.am:
12362         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12363         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12364         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12365         * shell/ev-sidebar-thumbnails.h:
12366         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12367         (ev_sidebar_set_document):
12368         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12369         (create_shadow), (ev_pixbuf_add_shadow):
12370         * shell/ev-utils.h:
12371         Add thumbnail support.
12372         
12373 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12374
12375         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12376         (using_postscript_printer): Set up a print dialog for "PostScript
12377         injection" method.
12378
12379         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12380         EvPrintJob.
12381
12382         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12383
12384 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12385
12386         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12387         (ps_document_set_target), (ps_document_get_page_size),
12388         (ps_document_render):
12389         * ps/gtkgs.h:
12390
12391         Fix a few bugs
12392
12393 2004-12-22  Christian Rose  <menthos@menthos.com>
12394
12395         * configure.ac: Added "sv" to ALL_LINGUAS.
12396
12397 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12398
12399         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12400         document supports bookmarks.
12401
12402 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12403
12404         * ps/ggvutils.c: (ggv_file_readable):
12405         * ps/ggvutils.h:
12406         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12407         (gtk_gs_get_postscript):
12408
12409         Remove unused utils
12410
12411 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12414         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12415         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12416         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12417         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12418         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12419         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12420         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12421         (gtk_gs_set_antialiasing), (ps_document_load),
12422         (ps_document_render):
12423         * ps/gtkgs.h:
12424
12425         Another check point for the ps backend. Now I can get it to show
12426         pages!
12427
12428 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12429
12430         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12431         document setting code.
12432
12433 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12434
12435         * shell/eggfindbar.c: (entry_activate_callback):
12436         Animate the next button when activate is pressed.
12437         
12438 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12439
12440         * shell/ev-window.c: (ev_window_cmd_edit_find),
12441         (update_fullscreen_popup), (ev_window_fullscreen),
12442         (ev_window_unfullscreen), (ev_window_state_event_cb),
12443         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12444         Fix bugs in fullscreen code.
12445         
12446 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12447
12448         * Makefile.am:
12449         * configure.ac:
12450         * pixbuf/Makefile.am:
12451         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12452         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12453         (pixbuf_document_set_page), (pixbuf_document_get_page),
12454         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12455         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12456         (pixbuf_document_render), (pixbuf_document_begin_find),
12457         (pixbuf_document_end_find), (pixbuf_document_finalize),
12458         (pixbuf_document_class_init),
12459         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12460         * pixbuf/pixbuf-document.h:
12461         * shell/Makefile.am:
12462         * shell/ev-application.c: (ev_application_open):
12463         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12464         (ev_window_open):
12465         Add pixbuf backend.
12466         
12467 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12468
12469         * Makefile.am: 
12470         * dvi/dvilib/Makefile.am:
12471         * dvi/Makefile.am:
12472         * configure.ac: Auto*ify dvi and dvi/dvilib
12473
12474         * dvi/Makefile: Remove from CVS
12475         
12476         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12477         confusion.
12478
12479         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12480         
12481         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12482         
12483 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12484
12485         * ps/Makefile.am:
12486         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12487         (gtk_gs_value_adjustment_changed), (compute_size),
12488         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12489         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12490         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12491         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12492         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12493         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12494         (ps_document_load), (ps_document_get_n_pages),
12495         (ps_document_set_page), (ps_document_get_page),
12496         (ps_document_set_target), (ps_document_set_scale),
12497         (ps_document_set_page_offset), (ps_document_get_page_size),
12498         (ps_document_render), (ps_document_begin_find),
12499         (ps_document_end_find), (ps_document_document_iface_init):
12500         * ps/gtkgs.h:
12501         * shell/Makefile.am:
12502         * shell/ev-window.c: (ev_window_open):
12503
12504         Some work to integrate gtkgs with EvDocument
12505
12506 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12507
12508         * shell/ev-window.c: (update_fullscreen_popup),
12509         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12510         (exit_fullscreen_button_clicked_cb),
12511         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12512         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12513         (ev_window_state_event_cb), (ev_window_init):
12514         Add fullscreen support from Epiphany.
12515         
12516 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12517
12518         * data/ev-stock-zoom-fit-width.png: fit-width
12519         stock icon from gpdf.
12520         
12521         * shell/ev-stock-icons.[ch]: copied from gpdf.
12522         
12523         * shell/main.c: (main): init stock icons.
12524         
12525         * shell/ev-window.c: use the fit-width icon.
12526         
12527         * data/evince-ui.xml: add zooming toolbar items.
12528
12529 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12530
12531         * shell/ev-view.c: 
12532         (ev_view_best_fit), (ev_view_fit_width): because
12533         get_page_size() returns the scaled page size, we
12534         need to calculate the scale factor relative to
12535         the previous scale factor. Should really just
12536         add get_real_page_size().
12537
12538 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12539
12540         * shell/ev-view.[ch]:
12541         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12542         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12543         add zooming.
12544         
12545         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12546         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12547         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12548         hook it up.
12549         
12550         * pdf/xpdf/pdf-document.cc:
12551         (pdf_document_begin_find),
12552         (pdf_document_end_find): make static.
12553
12554 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12555
12556         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12557
12558         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12559         names to fontconfig patterns.
12560         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12561
12562         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12563         setupBaseFontsFc.
12564
12565 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * Makefile.am:
12568         * configure.ac:
12569         * ps/Makefile.am:
12570         * ps/ggvutils.c:
12571         * ps/ggvutils.h:
12572         * ps/gsdefaults.c:
12573         * ps/gsdefaults.h:
12574         * ps/gsio.c:
12575         * ps/gsio.h:
12576         * ps/gtkgs.c:
12577         * ps/gtkgs.h:
12578         * ps/ps.c:
12579         * ps/ps.h:
12580
12581         Import ggv backend. Not hooked up yet.
12582
12583 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12584
12585         * shell/main.c: (load_files), (main): load files
12586         from the command line.
12587
12588 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12589
12590         * configure.ac: don't require bonobo.
12591         
12592         * cut-n-paste/recent-files/*: kill bonobo recent
12593         view.
12594
12595         * shell/ev-window.c:
12596         (ev_window_is_empty): upd.
12597         (unable_to_load), (ev_window_open): load backend
12598         based on the mime type.
12599
12600 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12601
12602         * backend/.cvsignore: ignore generated marshalers source.
12603
12604         * shell/main.c (main): this is not epiphany.
12605
12606 2004-12-22  Havoc Pennington  <hp@redhat.com>
12607
12608         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12609         (expose_bin_window): draw find highlights
12610
12611         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12612         
12613         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12614         (pdf_document_end_find): implement this interface
12615
12616         * backend/ev-document.c (ev_document_found): add this to emit
12617         signal
12618
12619 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12620
12621         * data/evince-ui.xml: Add a few more toolbar items.
12622
12623         * shell/ev-window.c: Hook up page navigation toolbar 
12624         items.
12625
12626         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12627         a page-changed signal.
12628
12629         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12630         Add ev_document_get_page().
12631
12632         * shell/ev-window.c: Sensitize/desensitize navigation
12633         actions.
12634
12635 2004-12-21  Havoc Pennington  <hp@redhat.com>
12636
12637         * backend/ev-backend-marshal.c,
12638         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12639         marshaler-generator thingy. I'm sure there's a better way to do
12640         this in the modern world.
12641
12642         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12643         end_find methods and "found" signal.
12644
12645         * configure.ac: find glib-genmarshal
12646
12647 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12648
12649         * shell/ev-sidebar.c: Construct an actual sidebar.
12650         * shell/ev-sidebar-bookmarks.[ch]:
12651         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12652
12653 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12654
12655         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12656         Redo size handling.
12657         
12658         * shell/ev-view.c: Track the size from the document.
12659
12660 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12661
12662         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12663         constructor assumes ownership of the string passed in.
12664         
12665         * shell/ev-window.c (ev_window_open): Destroy the error
12666         dialog once we've displayed it.
12667
12668 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12669
12670         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12671         a bit, it works! (sort of)
12672
12673         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12674         Move to .cc since we need to use C++ in the implementation.
12675
12676         * shell/dummy.cc: Add a CC file to force evince
12677         to be linked as a C++ program.
12678
12679 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12680
12681         * shell/ev-view.[ch]: Start of content-area widget.
12682
12683         * shell/ev-window.c: Create a EvView, update it
12684         as we change documents.
12685
12686         * shell/Makefile.am shell/ev-marshal.list: Add
12687         generated marshalers.
12688
12689 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * Makefile.am (SUBDIRS): move shell.
12692
12693 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12694
12695         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12696         .a to libtool convenience libraries.
12697
12698         * shell/ev-window.c (ev_window_open): Hard code loading
12699         a PDF document.
12700         
12701         * backend/ev-document.h: Add a boolean return to load(),
12702         fix GError * to GError **.
12703
12704         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12705         object for a PDF backend EvDocument.
12706
12707 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12708
12709         * dvi/*: New directory with the beginning of a .dvi backend.
12710
12711 2004-12-21  Havoc Pennington  <hp@redhat.com>
12712
12713         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12714         previous/next instead of back/forward
12715
12716 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12717
12718         * backend/ev-document.[ch]: Fix a couple of problems so
12719         it compile.
12720
12721 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12722
12723         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12724         to backend/ directory, rename EvViewer to EvDocument.
12725
12726 2004-12-21  Havoc Pennington  <hp@redhat.com>
12727
12728         * shell/ev-window.c: hook up the find bar widget; now we just need
12729         a document to find things in
12730
12731         * shell/eggfindbar.c: a find bar widget
12732
12733 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12734
12735         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12736
12737 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12738
12739         * pdf/**: Import of xpdf code from gpdf. 
12740
12741         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12742
12743         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12744         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12745         Fix FreeType includes.
12746
12747         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12748         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12749         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12750         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12751         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12752         Include xpdfconfig.h
12753         
12754 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12755
12756         * shell/ev-window.c (ev_window_dispose): dispose can be called
12757         multiple times.
12758
12759 2004-12-21  Havoc Pennington  <hp@redhat.com>
12760
12761         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12762         rather than Evince
12763
12764         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12765         items; really they should be synced with the strings, etc. from
12766         current gpdf, but just getting the boring typing out of the way 
12767
12768 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * po/POTFILES.in:
12771         * shell/ev-application.c: (window_destroy_cb):
12772         * shell/ev-window.c:
12773         * shell/main.c: (main):
12774
12775         Actually show the window...
12776
12777 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12778
12779         * Makefile.am:
12780         * shell/Makefile.am:
12781         * shell/ev-application.c: (ev_application_class_init):
12782         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12783
12784         Make it build again
12785
12786 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         Import to gnome cvs.
12789         
12790         * Remove copies of gpdf and ggv trees.
12791         * Rip out all the recursive configure code.
12792         * Remove bonobo machinery.
12793         * viewer/*: GInterfaces that backends should/can implement.
12794
12795 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12796
12797         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12798         typo
12799
12800 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12801
12802         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12803         (ev_application_finalize, ev_application_class_init)
12804         (ev_application_init): use GType instance private data for priv.
12805
12806         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12807         (ev_window_finalize, ev_window_class_init)
12808         (ev_window_init): ditto.
12809
12810 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12811
12812         * shell/ev-application.c (ev_application_new_window): make public
12813         (ev_application_show_initial_window): kill.
12814
12815         * shell/ev-application.h: update prototypes.
12816
12817         * shell/main.cc (main): inline ev_application_show_initial_window.
12818
12819 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12820
12821         * shell/ev-application.c (ev_application_new_window): impl.
12822         (ev_application_show_initial_window): use it.
12823         (is_window_empty, ev_application_get_empty_window): returns an
12824         existing empty window or a new one.
12825         (ev_application_open): from ev_window_cmd_file_open.
12826
12827         * shell/ev-application.h: update prototypes
12828
12829         * shell/ev-window.c (ev_window_is_empty): impl.
12830         (ev_window_open): make public.
12831         (ev_window_cmd_file_open): use ev_application_open
12832
12833         * shell/ev-window.h: update prototypes, remove unused.
12834
12835 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12836
12837         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12838         move destroy handler out of here...
12839
12840         * shell/ev-application.c, shell/ev-application.h: ...into this new
12841         class. Also handles initial window creation.
12842
12843         * shell/main.cc (main): use EvApplication to create initial
12844         window.
12845
12846 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12847
12848         * Makefile.am (SUBDIRS): add cut-n-paste
12849
12850         * cut-n-paste/Makefile.am: add
12851
12852         * configure.ac: generate Makefiles in cut-n-paste
12853
12854 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12855
12856         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12857         (ev_window_class_init): install ev_window_dispose.
12858
12859 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12860
12861         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12862         char (gchar looks stupid).
12863
12864 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12865
12866         * po/de.po: updated German translation.
12867
12868 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12869
12870         * configure.ac: add more pkg-config library checks for gnome-vfs,
12871         bonobo etc.
12872
12873         * gpdf/configure.in: temporarily disable libpaper
12874         checks. Otherwise I'd have to add the checks for the shell, too.
12875
12876 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12877
12878         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12879         and * file filters to the file choose.
12880
12881 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12882
12883         * po/de.po: Updated German translation.
12884
12885 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12886
12887         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12888
12889 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12890
12891         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12892
12893         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12894         (ev_window_init): implement those menuitems.
12895
12896 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12897
12898         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12899
12900         * shell/ev-window.c (ev_window_init): use the toolbar.
12901
12902 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12903
12904         * shell/ev-window.c (ev_window_init): use menu translations
12905
12906 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12907
12908         * configure.ac: add "de" to ALL_LINGUAS.
12909
12910         * po/de.po: add German translation.
12911
12912 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12913
12914         * Makefile.am (SUBDIRS): add po
12915
12916         * configure.ac: check intltool, glib-gettext etc, generate
12917         po/Makefile.in
12918
12919         * po, po/POTFILES.in, po/POTFILES.skip: new.
12920
12921 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12922
12923         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12924         already use (#ifdef ENABLE_NLS)
12925
12926         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12927         pointer indirection thinko.
12928
12929         * shell/main.c: include gi18n.h for bindtextdomain etc.
12930
12931 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12932
12933         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12934         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12935         tooltips for menu items in the statusbar.
12936
12937 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12938
12939         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12940         pkgdatadir drop UIDIR
12941
12942 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12943
12944         * data/evince-ui.xml: Add File->Open menu item
12945
12946         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12947         chooser), hook it up in the ui manager.
12948
12949 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12950
12951         * shell/ev-window.c: fix Help->About tooltip.
12952
12953 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12954
12955         * configure.ac: set CFLAGS for libevprivate.
12956
12957         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12958         definitions, factory etc.
12959
12960         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12961
12962         * shell/Makefile.am: link against libevprivate.a.
12963
12964         * shell/ev-window.c (entries): add stock icon to Help->About.
12965
12966         * shell/main.c (main): init stock icon code.
12967
12968 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12969
12970         * lib/recent-files: egg recent files code
12971
12972         * lib/Makefile.am: add.
12973
12974         * Makefile.am: add lib subdir.
12975
12976         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12977         set CFLAGS for recent-files.
12978
12979 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12980
12981         * configure.ac: disable -ansi and -pedantic gcc flags. They
12982         disable POSIX stuff in stdio.h, but egg-recent uses them.
12983
12984 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12985
12986         * configure.ac: add --disable-deprecated flag (defaults to on in
12987         "cvs" builds).
12988
12989         * shell/Makefile.am (INCLUDES): use it.
12990
12991 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12992
12993         * shell/main.c: add missing #include.
12994
12995         * shell/ev-window.c: fix for pedantic gcc.
12996         (ev_window_cmd_help_about): split license into paragraphs for
12997         translators and pedantic compilers.
12998
12999 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13000
13001         * configure.ac: add more warning flags if compiling with gcc from
13002         cvs (or explicitly requested with --enable-more-warnings).
13003
13004 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13005
13006         * data/evince-ui.xml: add File and File->Close menu.
13007
13008         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13009         (ev_window_destroy): quit after destroy.
13010         (ev_window_class_init): override GtkObject::destroy.
13011         (entries): install close_window callback.
13012
13013 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13014
13015         * Makefile.am (SUBDIRS): add data subdir.
13016
13017         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13018         gtk+ 2.5.0 for GtkAboutDialog.
13019
13020         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13021         main window.
13022
13023         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13024
13025         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13026         manager.
13027         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13028
13029 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13030
13031         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13032
13033 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13034
13035         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13036
13037 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13038
13039         * shell/*: Added shell directory boilerplate, build it.
13040
13041 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13042
13043         * configure.ac, Makefile.am: Added top-level configure.ac and
13044         Makefile.am