]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement "uncover" effect.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
4         (ev_transition_animation_paint): Implement "uncover" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_cover)
9         (ev_transition_animation_paint): Implement "cover" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-transition-animation.c (ev_transition_animation_push)
14         (ev_transition_animation_paint): Implement "push" effect.
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
19         (ev_transition_animation_paint): Implement "dissolve" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
24         (ev_transition_animation_paint): Implement "wipe" effect.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-transition-animation.c (ev_transition_animation_box)
29         (ev_transition_animation_paint): Implement "box" effect.
30
31 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
32
33         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
34         (ev_transition_animation_paint): Implement "blinds" effect.
35
36 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
37
38         * shell/ev-transition-animation.c (ev_transition_animation_split)
39         (ev_transition_animation_paint): Implement "split" effect.
40
41 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
42
43         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
44         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
45         (ev_view_transition_animation_start) 
46         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
47         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
48         (ev_view_next_page) (ev_view_previous_page):
49         
50         Use EvTransitionAnimation to drive page changes in the presentation
51         mode, the animation will wait to start until both the origin and 
52         destination page surfaces are available. Fixes #458460.
53
54         (draw_loading_text):
55
56         Remove workaround for bug #320352, it's now fixed properly.
57
58
59 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
60
61         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
62         will contain the implementations for page transition animations, at
63         the moment it just has the "replace" effect.
64         * shell/Makefile.am: Added these files to build.
65
66 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
67
68         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
69         animations.
70         * shell/Makefile.am: Added these files to build.
71
72 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
73
74         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
75         implementation to get_effect() in EvDocumentTransitionIface.
76
77 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
78
79         * libdocument/ev-transition-effect.[ch]: New files, define a page
80         transition effect, at the moment it maps PopplerPageTransition to a
81         GObject.
82         * libdocument/Makefile.am: Added these files to build.
83         * libdocument/ev-document-transition.[ch]
84         (ev_document_transition_get_effect): New method, gets the
85         EvTransitionEffect returned by the interface implementation, with
86         fallback to the "replace" effect.
87
88 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
89
90         * configure.ac:
91         * cut-n-paste/Makefile.am:
92         * cut-n-paste/fileformatchooser/Makefile.am:
93         * cut-n-paste/fileformatchooser/egg-macros.h:
94         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
95         * shell/Makefile.am:
96         * shell/ev-window.c: (image_save_dialog_response_cb),
97         (ev_view_popup_cmd_save_image_as):
98
99         Allow exporting images in any format supported by
100         GdkPixbuf. Fixes bug #500209.
101         
102 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * backend/pixbuf/pixbuf-document.c:
105
106         More warnings fixed.
107         
108 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
111         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
112         * backend/djvu/djvu-text.h:
113         * backend/tiff/tiff-document.c: (tiff_document_render):
114
115         Fix compile warnings.
116         
117 2007-12-28  Christian Persch  <chpe@gnome.org>
118
119         * **/*.c: Include config.h. Bug #504721.
120
121 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * configure.ac:
124         * Makefile.am:
125         * po/POTFILES.in:
126         * backend/comics/Makefile.am:
127         * backend/comics/comics-document.[ch]:
128         * backend/comics/comicsdocument.evince-backend.in:
129         * backend/djvu/Makefile.am:
130         * backend/djvu/djvu-document.[ch]:
131         * backend/djvu/djvudocument.evince-backend.in:
132         * backend/dvi/Makefile.am:
133         * backend/dvi/dvi-document.[c]:
134         * backend/dvi/dvidocument.evince-backend.in:
135         * backend/impress/Makefile.am:
136         * backend/impress/impress-document.[ch]:
137         * backend/impress/impressdocument.evince-backend.in:
138         * backend/pdf/Makefile.am:
139         * backend/pdf/ev-poppler.cc:
140         * backend/pdf/ev-poppler.h:
141         * backend/pdf/pdfdocument.evince-backend.in:
142         * backend/pixbuf/Makefile.am:
143         * backend/pixbuf/pixbuf-document.[ch]:
144         * backend/pixbuf/pixbufdocument.evince-backend.in:
145         * backend/ps/Makefile.am:
146         * backend/ps/ev-spectre.[ch]:
147         * backend/ps/ps-document.[ch]:
148         * backend/ps/psdocument.evince-backend.in:
149         * backend/tiff/Makefile.am:
150         * backend/tiff/tiff-document.[ch]:
151         * backend/tiff/tiffdocument.evince-backend.in:
152         * libdocument/Makefile.am:
153         * libdocument/ev-backends-manager.[ch]:
154         * libdocument/ev-module.[ch]:
155         * libdocument/ev-document.h:
156         * libdocument/ev-document-factory.[ch]:
157         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
158         (get_compression_from_mime_type), (get_document_from_uri),
159         (ev_document_factory_get_document), (file_filter_add_mime_types),
160         (ev_document_factory_add_filters):
161         * shell/Makefile.am:
162         * shell/ev-window-title.c: (get_filename_from_uri):
163         * shell/main.c: (main):
164         * thumbnailer/Makefile.am:
165         * thumbnailer/evince-thumbnailer.c: (main):
166
167         Plugin system for backends. Fixes bug #351348.
168         
169 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
170
171         * shell/ev-view-private.h:
172         * shell/ev-view.c: (ev_view_drag_update_momentum),
173         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
174         (ev_view_button_release_event), (ev_view_destroy):
175         
176         Kinetic scrolling implemented as requested in
177         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
178
179 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
180
181         * data/evince-toolbar.xml:
182         * data/evince-ui.xml:
183         * shell/ev-view-private.h:
184         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
185         (ev_view_button_press_event), (ev_view_motion_notify_event),
186         (ev_view_button_release_event), (ev_view_init),
187         (ev_view_autoscroll_cb), (ev_view_autoscroll),
188         (ev_view_set_cursor):
189         * shell/ev-view.h:
190         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
191         (ev_window_cmd_view_autoscroll):
192         
193         Autoscroll feature with the context menu. Fixes bug 
194         #323670. Thanks to David Turner <cillian64@googlemail.com>.
195
196 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
199
200         Disconnect also page-ready signal when removing a job because the
201         page size has changed. Thanks to kripken
202         <kripkensteiner@gmail.com>.
203
204 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
205
206         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
207         
208         Scroll pages in page entry with mouse wheel. Fixes bug
209         #324122. Thanks to David Turner <cillian64@googlemail.com>.
210
211 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * backend/dvi/Makefile.am:
214         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
215         (mdvi_cairo_device_init):
216         * backend/dvi/mdvi-lib/common.h:
217         * backend/dvi/mdvi-lib/mdvi.h:
218         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
219         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
220         (mdvi_build_path_from_cwd):
221
222         Add ps specials support in dvi backend when libspectre is
223         present. Fixes bug #386005.
224         
225 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * configure.ac:
228         * backend/ps/Makefile.am:
229         * backend/ps/ev-spectre.[ch]:
230         
231         Use libspectre, if available, for the ps backend. Fixes bugs
232         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
233
234 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
235         
236         * backend/comics/comics-document.c: (comics_document_load):
237         
238         Cygwin build issue fix.
239
240 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/ev-view.c: (ev_view_set_zoom):
243
244         Do not limit the minimum zoom factor when sizing mode is best bit
245         or fit width. Fixes bug #503805.
246         
247 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
250         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
251         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
252         (ev_link_dest_get_property), (ev_link_dest_set_property),
253         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
254         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
255         (ev_link_dest_new_fitr):
256         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
257         (goto_fith_dest), (goto_xyz_dest):
258
259         Do not change left, top and zoom values when they are null in PDF
260         destinations. Fixes bug #460658.
261         
262 2007-12-10  Christian Persch  <chpe@gnome.org>
263
264         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
265         (ev_view_accessible_class_init),
266         (ev_view_accessible_idle_do_action),
267         (ev_view_accessible_action_do_action),
268         (ev_view_accessible_action_get_description),
269         (ev_view_accessible_action_set_description),
270         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
271         (ev_view_accessible_factory_init),
272         (ev_view_accessible_factory_get_accessible_type):
273         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
274         private data, and G_DEFINE_TYPE. Bug #502843.
275
276 2007-12-08  Christian Persch  <chpe@gnome.org>
277
278         * shell/ev-metadata-manager.c: (item_free),
279         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
280         (value_free), (parse_value), (parseItem),
281         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
282         (save_values): Use GSlice to allocate small amounts of memory. Bug
283         #475972.
284
285 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
288
289         Restore cursor to normal after a drag operation. Fixes bug
290         #501603.
291         
292 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
293
294         * NEWS:
295         * configure.ac:
296         
297         Update for release 2.21.1
298
299 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * configure.ac:
302         * cut-n-paste/gedit-message-area/Makefile.am:
303         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
304         * shell/Makefile.am:
305         * shell/ev-message-area.[ch]:
306         * shell/ev-window.c: (ev_window_set_message_area),
307         (ev_window_error_message_response_cb), (ev_window_error_message),
308         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
309         (ev_window_save_job_cb), (image_save_dialog_response_cb),
310         (ev_attachment_popup_cmd_open_attachment),
311         (attachment_save_dialog_response_cb), (ev_window_set_document),
312         (ev_window_init):
313
314         Use a message area instead of a popup dialog for error
315         notifications. Fixes bug #337495.
316         
317 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
320         (ev_window_run_fullscreen):
321
322         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
323         
324 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * ev-sidebar-thumbnails.c: (update_visible_range),
327         (ev_sidebar_thumbnails_refresh),
328         (ev_sidebar_thumbnails_set_document),
329         (ev_sidebar_thumbnails_support_document):
330
331         Show thumbnails for documents with one page. Fixes bug #358751.
332         
333 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-window.c:
336         (ev_window_load_print_settings_from_metadata),
337         (ev_window_save_print_settings), (ev_window_print_finished),
338         (ev_window_print_range):
339
340         Print settings that are specific to the document are now saved per
341         document in the metadata file. Fixes bug #488806.
342         
343 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
344
345         * backend/tiff/tiff-document.c: (tiff_document_render):
346
347         Tiff documents were rendered with wrong colors. Fixes bug #497279.
348         
349 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * shell/ev-application.[ch]: (get_find_string_from_args),
352         (ev_application_open_uri_at_dest), (ev_application_open_uri),
353         (ev_application_open_uri_list):
354         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
355         * shell/ev-window.[ch]: (ev_window_load_job_cb),
356         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
357         (ev_window_cmd_recent_file_activate),
358         (ev_window_open_recent_action_item_activated),
359         (ev_window_print_send), (open_remote_link):
360         * shell/main.c: (arguments_parse):
361
362         Add a command line option for search. Fixes bug #497710.
363         
364 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
365
366         * shell/ev-jobs.c: (ev_job_print_new):
367
368         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
369         
370 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * data/evince-toolbar.xml:
373         * shell/Makefile.am:
374         * shell/ev-application.c: (ev_application_init):
375         * shell/ev-open-recent-action.[ch]:
376         * shell/ev-window.c:
377         (ev_window_open_recent_action_item_activated),
378         (register_custom_actions):
379
380         Add an expander to the open toolbar item which pops up a dropdown
381         menu with the recently used documents. Fixes bug #487215.
382         
383 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * shell/ev-window.c: (ev_window_open_uri),
386         (ev_window_cmd_view_reload):
387
388         Do not jump to the first page when reloading by running evince
389         from the command line. Fixes bug #490847.
390         
391 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
392
393         * shell/ev-window.c: (ev_window_cmd_help_contents):
394
395         Plugged memory leak when help file is not found. Fixes bug
396         #490762.
397         
398 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * configure.ac:
401
402         Enable djvu, dvi and comics backends by default. Fixes bug
403         #437121.
404         
405 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * configure.ac:
408         * cut-n-paste/Makefile.am:
409         * cut-n-paste/recent-files/*: Removed
410         * help/reference/Makefile.am:
411         * shell/Makefile.am:
412         * shell/ev-application.[ch]: (ev_application_shutdown),
413         (ev_application_init):
414         * shell/ev-window.c: (ev_window_add_recent),
415         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
416
417         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
418         
419 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
420
421         * shell/ev-window.c: (launch_external_uri):
422
423         Let GnomeVFS check the URL, this allow more URL (like mailto:),
424         and report error if the URL is not supported (#489910).
425
426 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
429         (pdf_document_file_exporter_begin_page),
430         (pdf_document_file_exporter_end_page):
431
432         Fix printing with poppler splash backend. Fixes bug #489774.
433         
434 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
437         * shell/ev-print-job.c: (ev_print_job_class_init):
438
439         Fix a crash when printing with the gnome-print dialog. Fixes bug
440         #488939.
441         
442 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
443
444         * backend/pixbuf/pixbuf-document.c:
445
446         Fix an implicit function definition warning (#487655)
447
448 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-window.c:
451
452         Fix conflicting shortcut for view sade pane and presentation.
453         
454 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * backend/pdf/ev-poppler.cc:
457         (pdf_document_file_exporter_begin_page),
458         (pdf_document_file_exporter_do_page),
459         (pdf_document_file_exporter_end_page),
460         (pdf_document_file_exporter_iface_init):
461         * libdocument/ev-file-exporter.[ch]:
462         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
463         * shell/ev-jobs.c: (ev_job_print_get_page_list),
464         (ev_job_print_run):
465
466         When printing multiple pages per sheet in reverse option, do not
467         invert the order of the pages in every sheet, but the order of the
468         sheets. Do not print blank pages when page range is invalid. Fixes
469         bugs #484857 and #485521.
470         
471 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * shell/ev-jobs.c: (ev_job_print_get_page_list),
474         (ev_job_print_run):
475         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
476
477         Respect ranges order when printing more than one range in random
478         order.
479         
480 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
481
482         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
483         (ev_window_setup_document), (ev_window_rotation_changed_cb):
484
485         Rotate also the window icon when document is rotated. Fixes bug
486         #474681.
487         
488 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
491         (pdf_document_forms_get_form_fields):
492
493         Silently ignore unknown form fields. Fixes bug #482654. Patch by
494         Matthias Drochner.
495         
496 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * configure.ac:
499         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
500
501         Use poppler_page_render_for_printing() instead of
502         poppler_page_render() if available when exporting to a ps or pdf
503         file. Fixes bug #476627.
504         
505 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * shell/ev-window.c: (ev_window_run_fullscreen):
508
509         Do not show the toolbar in fullscreen mode if the main toolbar is
510         not visible. Fixes bug #483048.
511         
512 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * shell/ev-view.c: (ev_view_button_press_event):
515
516         Give priority to form fields over images when deciding whether a
517         button press event is over an image or form field. It allows edit
518         form fields when they are over a background image. Fixes bug
519         #477841.
520         
521 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
522
523         * NEWS:
524         * configure.ac:
525         
526         Update for release 2.20.0
527
528 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * backend/pdf/ev-poppler.cc:
531
532         Remove #ifdef HAVE_FORMS, so that forms support works again.
533
534 2007-09-05  Götz Waschk  <waschk@mandriva.org>
535
536         * configure.ac:
537         * data/evince.desktop.in.in:
538         
539         Fixes desktop file issues. See bug #473471.
540
541 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
544         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
545         (ev_job_queue_remove_job):
546         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
547         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
548         * shell/ev-window.c: (ev_window_clear_save_job),
549         (ev_window_save_job_cb), (file_save_dialog_response_cb),
550         (ev_window_dispose):
551
552         Move save a copy task to its own job so that it's carried out in a
553         thread avoiding another lock in the main thread. Use
554         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
555         can be saved to a pathin another file system. Fixes bug #456891.
556         
557 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
558
559         * NEWS:
560         * configure.ac:
561         
562         Update for release 2.19.92
563
564 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * configure.ac:
567         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
568         (pdf_selection_get_selection_region),
569         (pdf_selection_get_selection_map),
570         (ev_form_field_from_poppler_field):
571
572         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
573         and triple click selections are enabled again now.
574
575 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-window.c: (ev_window_add_history):
578
579         Make sure not to use the history with documents not supporting
580         links. Fixes bug #468954.
581
582 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-window.c: (ev_window_load_job_cb):
585
586         Restart the search when reloading a document with the find bar
587         visible. Fixes bug #461962.
588
589 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/ev-window.c: (setup_document_from_metadata),
592         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
593
594         Do not jump to the first page when reloading a document from the
595         last page.
596
597 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * shell/ev-window.c: (update_chrome_flag),
600         (setup_sidebar_from_metadata),
601         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
602         (ev_window_cmd_edit_find_next),
603         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
604         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
605         (find_bar_close_cb), (view_actions_focus_in_cb):
606
607         Do not update visibility when changing a chrome flag so that it's
608         possible to update several flags and update visibility only once
609         for all of them.
610
611 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
614
615         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
616         supported by gtk+. Fixes bug #460907.
617
618 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-view.c: (view_update_range_and_current_page):
621
622         Make sure current-page <= end-page in continuous mode. Fixes bug
623         #454950.
624
625 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * backend/pdf/ev-poppler.cc: (build_tree):
628
629         Ignore outline items without a title. Fixes bug #453913.
630
631 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
634         (ev_view_button_release_event), (ev_view_leave_notify_event):
635
636         Use always drag mouse cursor during a drag operation. Fixes bug
637         #470564.
638
639 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
642         (pdf_selection_get_selection_region),
643         (pdf_selection_get_selection_map):
644
645         Temporarily disable double and triple selections since it depends on
646         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
647         released and the update of the external dependency minimal version
648         approved.
649
650 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
653         (pdf_document_file_exporter_do_page):
654         * libdocument/ev-file-exporter.h:
655         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
656         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
657
658         Actually fix printing regressions. Remove orientation from
659         EvPrintContext since it's redundant.
660
661 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
664         * backend/impress/impress-document.c:
665         (impress_document_document_iface_init):
666         * backend/ps/ps-document.c: (ps_document_document_iface_init):
667         * backend/djvu/djvu-document.c:
668         (djvu_document_document_iface_init),
669         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
670         * backend/tiff/tiff-document.c:
671         (tiff_document_document_iface_init):
672         * backend/pixbuf/pixbuf-document.c:
673         (pixbuf_document_document_iface_init):
674         * backend/comics/comics-document.c:
675         (comics_document_document_iface_init):
676         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
677         (pdf_selection_render_selection),
678         (pdf_selection_get_selected_text),
679         (pdf_selection_get_selection_region),
680         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
681         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
682         (ev_selection_get_selection_region),
683         (ev_selection_get_selection_map):
684         * libdocument/ev-document.[ch]:
685         * shell/ev-pixbuf-cache.[ch]: (add_job),
686         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
687         * shell/ev-view-private.h:
688         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
689         (ev_job_render_run):
690         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
691         * shell/ev-view.c: (start_selection_for_event),
692         (ev_view_button_press_event), (ev_view_drag_data_get),
693         (ev_view_drag_data_received), (ev_view_button_release_event),
694         (compute_new_selection_text), (compute_selections),
695         (ev_view_select_all), (get_selected_text), (ev_view_copy),
696         (ev_view_primary_get_cb):
697
698         Add support for double and triple click selections.
699
700 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
701
702         * NEWS:
703         * configure.ac:
704
705         Update for release 2.19.4
706
707 2007-08-28  Justin Blanchard  <justinb04@aim.com>
708
709         * shell/ev-view-private.h:
710         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
711         (ev_view_set_highlight_search):
712         * shell/ev-view.h:
713         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
714         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
715         (find_bar_visibility_changed_cb):
716         
717         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
718
719 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
722         (pdf_document_file_exporter_begin),
723         (pdf_document_file_exporter_do_page):
724         * shell/ev-jobs.c: (ev_job_print_run):
725         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
726
727         Create always a portrait cairo surface and rotate when needed for
728         landscape. It fixes printing problems in real printers.
729
730 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
733         * libdocument/ev-file-exporter.[ch]:
734         (ev_file_exporter_get_capabilities):
735         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
736         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
737
738         Adjust number of pages per row according to page orientation when
739         printing 2 or 6 pages per sheet.
740
741 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-window.c: (ev_window_print_send):
744
745         Reset also cups setting to 1 when printing multiple pages per
746         sheet. Fixes bug #468853.
747
748 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * libdocument/ev-document-misc.c:
751         (ev_document_misc_surface_rotate_and_scale):
752
753         Use directly cairo_surface_get_content() when creating a similar
754         surface as suggested by Jeff Muizelaar. Thanks again.
755
756 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * backend/djvu/djvu-document.c: (djvu_document_render):
759         * backend/tiff/tiff-document.c: (tiff_document_render):
760         * backend/pdf/ev-poppler.cc: (pdf_document_render):
761         * libdocument/ev-document-misc.c:
762         (ev_document_misc_surface_from_pixbuf),
763         (ev_document_misc_surface_rotate_and_scale):
764
765         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
766         creating page surfaces. Fixes bug #453123. Thank you very much to
767         Jeff Muizelaar <jeff@infidigm.net>.
768
769 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-page-cache.c: (ev_page_cache_new),
772         (ev_page_cache_get_thumbnail_size):
773         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
774         (ev_sidebar_thumbnails_set_loading_icon):
775
776         Also store in page-cache the dimensions of the thumbnails so that
777         they can be used to create the correct loading icon in the side
778         pane. Fixes bug #466857.
779
780 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * backend/pdf/ev-poppler.cc:
783         (pdf_document_thumbnails_get_thumbnail):
784
785         Fix thumbnails rotation in pdf documents that include embedded 
786         thumbnails.
787
788 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
789
790         * backend/pdf/ev-poppler.cc:
791
792         Don't use #ifdef in macro expansion. Some compilers don't
793         like that. Closes bug #467042.
794
795 2007-08-15  Justin Blanchard  <justinb04@aim.com>
796
797         * backend/djvu/djvu-document.c: (djvu_document_finalize):
798         
799         Fixes memory leak in djvu backend.
800
801 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
802
803         * data/icons/32x32/Makefile.am:
804         * data/icons/32x32/actions/Makefile.am:
805         * data/icons/32x32/actions/view-page-cont.svg:
806         * data/icons/32x32/actions/view-page-facing.svg:
807         * data/icons/48x48/Makefile.am:
808         * data/icons/48x48/actions/Makefile.am:
809         * data/icons/48x48/actions/view-page-cont.svg:
810         * data/icons/48x48/actions/view-page-facing.svg:
811         
812         Icons for a new sizes.
813
814 2007-08-14  Justin Blanchard  <justinb04@aim.com>
815
816         * shell/ev-page-cache.c: (build_height_to_page),
817         (ev_page_cache_get_height_to_page):
818         
819         Fixes invalid read, see bug #466401.
820
821 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
824         (set_drag_cursor):
825         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
826         (configure_item_cursor), (new_pixbuf_from_widget):
827
828         Fix multihead problems in toolbar editor. Fixes bug #382055.
829
830 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/ev-window.c: (ev_window_cmd_file_open),
833         (ev_window_cmd_save_as):
834
835         Use g_get_user_special_dir when available instead of
836         xdg_user_dir_lookup.
837
838 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
839
840         * MAINTAINERS:
841         
842         Updated according to request on desktop-devel.
843
844 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
847
848         Do not use cairo_rectangle and cairo_clip since we are
849         not using cairo_fill but cairo_paint. Use the same cairo context
850         for every page in the same expose event.
851
852 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
853
854         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
855         leak.
856
857 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * configure.ac:
860         * NEWS:
861
862         Release 0.9.3
863
864 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * libdocument/ev-document-info.h:
867         * libdocument/ev-document.h:
868         * shell/ev-page-action.h:
869         * shell/ev-sidebar-links.h:
870
871         Fix a headers problem with ev-link
872         
873         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
874         * shell/ev-view-private.h:
875         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
876         (get_link_area), (ev_view_query_tooltip),
877         (ev_view_leave_notify_event), (ev_view_destroy),
878         (ev_view_class_init):
879
880         Use new gtk tooltips when available instead of ev-tooltip.
881         
882 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-window.c: (update_chrome_visibility),
885         (ev_window_sidebar_visibility_changed_cb):
886
887         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
888         
889 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * shell/ev-navigation-action.c:
892         (ev_navigation_action_history_changed),
893         (ev_navigation_action_set_history):
894         * shell/ev-navigation-action-widget.c:
895         (ev_navigation_action_widget_init):
896         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
897
898         Fix compile warnings.
899         
900 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
903         (egg_editable_toolbar_dispose):
904
905         Fix memory leak.
906         
907 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
910         (screensaver_disable_x11):
911         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
912         * shell/ev-window.c: (presentation_set_timeout):
913         * shell/ev-view.c: (ev_view_presentation_transition_start):
914
915         Use g_timeout_add_seconds instead of g_timeout_add when
916         available.
917         
918 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
921
922         Set horizontal scrollbar policy to AUTOMATIC instead of
923         NEVER. Workaround for bug #449462.
924         
925 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * shell/ev-jobs.c: (ev_job_render_page_ready):
928
929         Add page_ready callback to main loop with high priority and hold
930         a reference to job during idle.
931         
932 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * configure.ac:
935         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
936         (pdf_document_file_exporter_begin),
937         (pdf_document_file_exporter_do_page),
938         (pdf_document_file_exporter_get_capabilities):
939         * libdocument/ev-file-exporter.h:
940         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
941         * shell/ev-window.c: (ev_window_print_send),
942         (ev_window_print_dialog_response_cb):
943
944         Allow printing multiple pages per sheet. Fixes bug #395573.
945         
946 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
947
948         * shell/ev-view.c: (tip_from_link):
949         
950         Check for NULL, fixes bug #460862.
951
952 2007-07-29  Christian Persch  <chpe@gnome.org>
953
954         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
955         (ev_window_preview_print_finished), (ev_window_do_preview_print),
956         (ev_window_cmd_preview_print):
957         
958         Fixes bug #437681 - blocks while enumerating printers.
959
960 2007-07-29  Christian Persch  <chpe@gnome.org>
961
962         * shell/ev-window.c: (ev_window_screen_changed):
963         
964         Don't use deprecated gtk+ function. See bug #460909.
965
966 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-utils.c: (get_num_monitors):
969         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
970
971         Do not use display before initializing it. Remove compile
972         warnings.
973
974 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
975
976         * shell/ev-view.c: (ev_view_class_init):
977         
978         Unix-like hjkl bindings added. See bug #458111.
979
980 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
981
982         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
983         * shell/ev-utils.h:
984         * shell/ev-view.c: (ev_view_set_zoom_for_size),
985         (ev_view_update_view_size):
986         * shell/ev-view.h:
987         * shell/ev-window.c: (ev_window_update_actions),
988         (setup_view_from_metadata), (ev_window_screen_changed),
989         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
990         (zoom_control_changed_cb):
991         * shell/ev-window.h:
992         
993         Reorganizes utility functions.
994
995 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
998         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
999         (add_job), (ev_pixbuf_cache_get_surface),
1000         (ev_pixbuf_cache_get_link_mapping),
1001         (ev_pixbuf_cache_get_image_mapping),
1002         (ev_pixbuf_cache_get_form_field_mapping),
1003         (ev_pixbuf_cache_get_text_mapping):
1004         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1005         (notify_page_ready), (ev_job_render_page_ready),
1006         (ev_job_render_run):
1007
1008         Add page_ready signal to notify that page is ready as soon as
1009         possible even if other page elements like links, forms, images or
1010         text mapping are not ready yet.
1011
1012 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1015         (dvi_document_file_exporter_do_page),
1016         (dvi_document_file_exporter_get_capabilities),
1017         (dvi_document_file_exporter_iface_init):
1018         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1019         (ps_document_file_exporter_do_page),
1020         (ps_document_file_exporter_get_capabilities),
1021         (ps_document_file_exporter_iface_init):
1022         * backend/djvu/djvu-document.c:
1023         (djvu_document_file_exporter_begin),
1024         (djvu_document_file_exporter_end),
1025         (djvu_document_file_exporter_get_capabilities),
1026         (djvu_document_file_exporter_iface_init):
1027         * backend/tiff/tiff-document.c:
1028         (tiff_document_file_exporter_begin),
1029         (tiff_document_file_exporter_get_capabilities),
1030         (tiff_document_document_file_exporter_iface_init):
1031         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1032         (pdf_document_file_exporter_do_page),
1033         (pdf_document_file_exporter_get_capabilities),
1034         (pdf_document_file_exporter_iface_init):
1035         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1036         (ev_file_exporter_get_capabilities):
1037         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1038         (idle_print_handler), (ev_print_job_print):
1039         * shell/ev-jobs.c: (ev_job_print_run):
1040         * shell/ev-window.c: (ev_window_print_send),
1041         (ev_window_print_range):
1042
1043         Use capabilities to know which options should be offered by the
1044         print dialog depending on the document backend.
1045
1046 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1049
1050         Give priority to forms over text to set the cursor.
1051
1052 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-view-private.h:
1055         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1056         (ev_view_leave_notify_event), (ev_view_finalize),
1057         (ev_view_get_property), (ev_view_class_init):
1058
1059         Use IBEAM cursor for text form fields and NORMAL cursor for read
1060         only fields. Remove unused status attribute.
1061
1062 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1065
1066         Update region for current selected items also for checkbox
1067         buttons, since they can behave as radio buttons when they are in a
1068         set.
1069
1070 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * configure.ac:
1073         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1074
1075         Get max length of text form fields.
1076
1077 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1080         * libdocument/ev-form-field.h:
1081         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1082
1083         Fix build with current poppler cvs head.
1084
1085 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1088         * shell/eggfindbar.c: (egg_find_bar_init):
1089
1090         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1091         deprecation. Fixes bug #455667
1092
1093 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1094
1095         * NEWS:
1096         * configure.ac:
1097         
1098         Update for release 0.9.2
1099
1100 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * shell/ev-view.c: (ev_view_form_field_text_save),
1103         (ev_view_form_field_choice_save):
1104
1105         Fix a crash when closing whith a form widget visible.
1106
1107 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1110
1111         Update also the region of the current selected button when
1112         clicking on another button if they are radio buttons.
1113
1114 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1117         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1118         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1119         (ev_pixbuf_cache_get_link_mapping),
1120         (ev_pixbuf_cache_get_image_mapping),
1121         (ev_pixbuf_cache_get_form_field_mapping),
1122         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1123         * shell/ev-view.c: (ev_view_form_field_get_region),
1124         (ev_view_form_field_button_create_widget),
1125         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1126         (job_finished_cb):
1127
1128         Redraw only form field region instead of the whole page when
1129         reloading a page to show changes on the form field.
1130
1131 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/ev-view.c: (ev_view_form_field_choice_save):
1134
1135         Fix selection of first item in list form fields.
1136
1137 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1140         (ev_pixbuf_cache_reload_page),
1141         (ev_pixbuf_cache_get_form_field_mapping):
1142
1143         Some refactoring to avoid duplicated code.
1144
1145 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * configure.ac:
1148         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1149         (ev_form_field_from_poppler_field),
1150         (pdf_document_forms_get_form_fields),
1151         (pdf_document_forms_form_field_text_get_text),
1152         (pdf_document_forms_form_field_text_set_text),
1153         (pdf_document_forms_form_field_button_set_state),
1154         (pdf_document_forms_form_field_button_get_state),
1155         (pdf_document_forms_form_field_choice_get_item),
1156         (pdf_document_forms_form_field_choice_get_n_items),
1157         (pdf_document_forms_form_field_choice_is_item_selected),
1158         (pdf_document_forms_form_field_choice_select_item),
1159         (pdf_document_forms_form_field_choice_toggle_item),
1160         (pdf_document_forms_form_field_choice_unselect_all),
1161         (pdf_document_forms_form_field_choice_set_text),
1162         (pdf_document_forms_form_field_choice_get_text),
1163         (pdf_document_document_forms_iface_init):
1164         * libdocument/Makefile.am:
1165         * libdocument/ev-form-field.[ch]:
1166         * libdocument/ev-document-forms.[ch]:
1167         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1168         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1169         (add_job), (ev_pixbuf_cache_reload_page),
1170         (ev_pixbuf_cache_get_form_field_mapping):
1171         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1172         * shell/ev-view-private.h:
1173         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1174         (ev_view_handle_cursor_over_xy),
1175         (ev_view_get_form_field_at_location),
1176         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1177         (ev_view_form_field_button_create_widget),
1178         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1179         (ev_view_form_field_text_create_widget),
1180         (ev_view_form_field_choice_save),
1181         (ev_view_form_field_choice_changed),
1182         (ev_view_form_field_choice_create_widget),
1183         (ev_view_handle_form_field), (ev_view_size_allocate),
1184         (ev_view_realize), (draw_end_presentation_page),
1185         (ev_view_button_press_event), (ev_view_remove_all),
1186         (ev_view_motion_notify_event), (ev_view_key_press_event),
1187         (ev_view_enter_notify_event), (highlight_find_results),
1188         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1189         (ev_view_class_init), (page_changed_cb),
1190         (on_adjustment_value_changed), (ev_view_set_presentation),
1191         (merge_selection_region), (ev_view_set_cursor),
1192         (ev_view_reset_presentation_state):
1193         
1194         Merge evince-forms branch.
1195
1196 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1197
1198         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1199
1200         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1201         This script also updates itself from libegg
1202
1203         * cut-n-paste/toolbar-editor/egg*:
1204         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1205         libegg
1206
1207 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1208
1209         * shell/ev-window.c:
1210         
1211         Adds a nice icon to page action during toolbar editing.
1212         See bug #452872.
1213
1214 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1215
1216         * data/evince-toolbar.xml:
1217         * shell/ev-window.c:
1218         
1219         Let user add a presentation and fullscreen icons on toolbar.
1220         See bug #449734.
1221
1222 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1223
1224         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1225
1226         new script to keep in sync with toolbareditor in libegg
1227
1228         * cut-n-paste/toolbar-editor/*: 
1229
1230         Run update-toolbareditor-from-libegg so we are in sync again. 
1231         Fixes bug #452850.
1232         
1233
1234 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-sidebar-links.c: (job_finished_callback):
1237
1238         Do not connect selection changed signal more than once. Fixes bug
1239         #349433.
1240
1241 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1244
1245         Do not change sidebar chrome flag when pressing F9 key in
1246         presentation mode.
1247
1248 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * backend/pdf/ev-poppler.cc:
1251         (pdf_document_thumbnails_get_dimensions):
1252
1253         Make sure thumbnails width and height is not <= 0. Fixes a crash
1254         with some pdf documents which have really small pages.
1255
1256 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1257
1258         * shell/main.c: (main):
1259
1260         Fixes program description translation issue.
1261         Bug #450148.
1262
1263 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1264
1265         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1266
1267         Do not change current page when returning from black/white mode
1268         in presentation. Fixes bug #415032.
1269
1270 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1271
1272         * NEWS:
1273         * configure.ac:
1274         
1275         Update for release 0.9.1
1276
1277 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1278
1279         * backend/dvi/dvi-document.c:
1280         (dvi_document_finalize),
1281         (dvi_document_file_exporter_format_supported),
1282         (dvi_document_file_exporter_begin),
1283         (dvi_document_file_exporter_do_page),
1284         (dvi_document_file_exporter_end),
1285         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1286         
1287         PDF exporter for dvi documents. Fixes bug #441319.
1288
1289 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-window.c: (ev_window_clear_print_job):
1292
1293         Clear gtk print job when job has finished. Fixes bug #447612.
1294
1295 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-window.c: (ev_window_print_send),
1298         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1299
1300         Add preview button to print dialog. Fixes bug #445419.
1301
1302 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * backend/dvi/Makefile.am:
1305         * backend/dvi/pixbuf-device.[ch]: Removed
1306         * backend/dvi/cairo-device.[ch]: Added
1307         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1308         * backend/dvi/dvi-document.c: (dvi_document_load),
1309         (dvi_document_render), (dvi_document_finalize),
1310         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1311         (dvi_document_do_color_special):
1312         * libdocument/ev-document-misc.[ch]:
1313         (ev_document_misc_pixbuf_from_surface):
1314
1315         Port dvi backend to cairo and fix a problem with colors. 
1316
1317 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-view.c: (draw_one_page):
1320
1321         Draw only visible region.
1322
1323 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * backend/djvu/djvu-document.c: (djvu_document_render):
1326
1327         Fix rotation in djvu backend.
1328
1329 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1332         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1333         (ev_pixbuf_cache_get_image_mapping),
1334         (ev_pixbuf_cache_get_text_mapping):
1335
1336         Redraw view every time we have a new surface. Fixes bug #443587.
1337
1338 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * libdocument/ev-document.c: (ev_document_info_free):
1341
1342         Fix memory leaks.
1343
1344 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * backend/dvi/dvi-document.c: (dvi_document_render),
1347         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1348         * backend/impress/impress-document.c:
1349         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1350         (impress_document_render), (impress_document_document_iface_init),
1351         (impress_document_thumbnails_get_thumbnail):
1352         * backend/djvu/djvu-document-private.h:
1353         * backend/djvu/djvu-document.c: (djvu_document_render),
1354         (djvu_document_finalize), (djvu_document_document_iface_init),
1355         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1356         * backend/tiff/tiff-document.c: (tiff_document_render),
1357         (tiff_document_render_pixbuf),
1358         (tiff_document_document_iface_init):
1359         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1360         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1361         (pdf_selection_render_selection):
1362         * backend/comics/comics-document.c:
1363         (comics_document_render_pixbuf), (comics_document_render),
1364         (comics_document_document_iface_init):
1365         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1366         (pixbuf_document_document_iface_init):
1367         * libdocument/ev-document-misc.[ch]:
1368         (ev_document_misc_surface_from_pixbuf),
1369         (ev_document_misc_surface_rotate_and_scale):
1370         * libdocument/ev-document.[ch]: (ev_document_render):
1371         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1372         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1373         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1374         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1375         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1376         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1377         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1378         (render_finished_cb), (ev_job_render_run):
1379         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1380         (merge_selection_region):
1381
1382         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1383         and selections.
1384
1385 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-window-title.c: (ev_window_title_update):
1388
1389         Fix memory leak.
1390
1391 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * shell/ev-view.c: (draw_loading_text):
1394
1395         Show loading text centered. Fixes bug #433061
1396
1397 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-sidebar-thumbnails.c:
1400         (ev_sidebar_thumbnails_set_loading_icon):
1401
1402         Remove a mutex in the main thread that blocks the UI in heavy
1403         documents.
1404
1405 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1408
1409         Set points_set to TRUE so that selections don't disappear after a
1410         zoom change.
1411
1412 2007-06-07  Michael Monreal  <infernux@web.de>
1413
1414         * data/icons/16x16/actions/Makefile.am:
1415         * data/icons/16x16/actions/zoom.svg:
1416         * data/icons/22x22/actions/Makefile.am:
1417         * data/icons/22x22/actions/zoom.svg:
1418         * data/icons/24x24/actions/Makefile.am:
1419         * shell/ev-stock-icons.c:
1420         * shell/ev-stock-icons.h:
1421         * shell/ev-window.c:
1422         
1423         Zoom icon artwork. See bug #444795.
1424
1425 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1426
1427         * shell/ev-metadata-manager.c: Remove extraneous function
1428         (Closes: #444386)
1429
1430 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1431
1432         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1433         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1434         (ev_metadata_manager_set), (ev_metadata_manager_save):
1435         Simplify the timeout, no need for modified anymore
1436
1437 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1438
1439         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1440         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1441         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1442         (ev_metadata_manager_save): Adapted patch from Arjan van de
1443         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1444         time, saves on power (Closes: #443851)
1445
1446 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * configure.ac:
1449         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1450         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1451
1452         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1453
1454 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1455
1456         * shell/ev-window.c: (ev_window_add_history):
1457
1458         Check if history is NULL
1459
1460 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * libdocument/ev-image.c: (ev_image_finalize):
1463         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1464         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1465         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1466         (ev_tmp_uri_unlink):
1467
1468         Add functions to delete temporary files created by evince in a safe
1469         way.
1470
1471         * shell/ev-window.c: (ev_window_clear_local_uri),
1472         (open_xfer_update_progress_callback),
1473         (save_xfer_update_progress_callback), (ev_window_save_remote),
1474         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1475         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1476         (attachment_save_dialog_response_cb),
1477         (ev_attachment_popup_cmd_save_attachment_as):
1478
1479         Allow saving a copy of a document, image or attachment to a remote
1480         location. Fixes bug #440754. 
1481
1482 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * configure.ac:
1485         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1486
1487         Fix build with current poppler from cvs head. 
1488
1489 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1490
1491         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1492
1493         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1494         directory exists.
1495
1496 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1497
1498         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1499         * shell/ev-window.c:
1500
1501         Change sidebar ordering. Fixes bug #439939.
1502
1503 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1504
1505         * backend/comics/Makefile.am:
1506         
1507         Fixes build with --without-libgnome.
1508
1509 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1510         
1511         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1512
1513         Update cursor and tooltip on page change and view scroll. Fixes bug
1514         #439217.
1515
1516 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1517
1518         * NEWS:
1519         * configure.ac:
1520         
1521         Update for release 0.9.0
1522
1523 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1524
1525         * backend/djvu/djvu-document-private.h:
1526         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1527         (djvu_document_finalize),
1528         (djvu_document_file_exporter_format_supported),
1529         (djvu_document_file_exporter_begin),
1530         (djvu_document_file_exporter_do_page),
1531         (djvu_document_file_exporter_end),
1532         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1533         
1534         Implemented printing with djvu. Bug #437998.
1535
1536 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * backend/impress/zip.c:
1539         Add missing ulong definition.
1540
1541         * backend/ps/ps-interpreter.c:
1542         Add missing headers.
1543
1544         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1545
1546 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1549
1550         Add missing call to parent class dispose method. 
1551
1552 2007-05-12  Ross Burton  <ross@openedhand.com>
1553
1554         * shell/main.c:
1555         Sync keybindings manually when building without libgnome
1556         (#437925).
1557
1558 2007-05-12  Ross Burton  <ross@openedhand.com>
1559
1560         * shell/ev-window.c:
1561         Respect the screen when opening help (#437866).
1562
1563 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * data/evince-ui.xml:
1566         * shell/ev-application.[ch]: (get_print_settings_from_args),
1567         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1568         (ev_application_open_uri_list):
1569         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1570         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1571         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1572         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1573         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1574         (ev_window_dispose):
1575         * shell/main.c: (arguments_parse):
1576
1577         Add print button in preview mode. Fixes bug #396475. 
1578
1579 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1580
1581         * cut-n-paste/zoom-control/ephy-zoom.h:
1582         
1583         Fixes zoom level factors. See bug #408119 for details.
1584
1585 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1586
1587         * backend/comics/comics-document.c: (comics_regex_quote),
1588         (extract_argv):
1589         
1590         Correctly quote symbols. Fixes crash in the bug
1591         #415370.
1592
1593 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1594
1595         * shell/ev-navigation-action-widget.c:
1596         (ev_navigation_action_widget_init),
1597         (ev_navigation_action_widget_class_init),
1598         (ev_navigation_action_widget_button_press_event):
1599         
1600         Connect to button-press event on correct widget. Fixes
1601         bug #431988
1602
1603 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1604
1605         * shell/ev-application.c: (ev_application_open_window),
1606         (ev_application_add_icon_path_for_screen),
1607         (ev_application_open_uri_at_dest):
1608         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1609         * shell/ev-navigation-action.c: (build_menu):
1610         
1611         Add app-specific icons to our icon theme. Fixes bug
1612         #425508.
1613
1614 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1615
1616         * shell/ev-history.c: (ev_history_class_init),
1617         (ev_history_add_link):
1618         * shell/ev-history.h:
1619         * shell/ev-navigation-action.c:
1620         (ev_navigation_action_history_changed),
1621         (ev_navigation_action_set_history), (build_menu),
1622         (ev_navigation_action_finalize):
1623         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1624         
1625         Make navigation action unsensitive instead of showing
1626         menu with unsensitive word. Fixes bug #417392.
1627
1628 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * shell/ev-application.[ch]: (ev_application_shutdown),
1631         (ev_application_get_print_settings),
1632         (ev_application_set_print_settings):
1633         * shell/ev-window.c:
1634
1635         Remember print settings. Fixes bug #349102. 
1636
1637 2007-05-08  Christian Persch  <chpe@gnome.org>
1638
1639         * configure.ac:
1640         * properties/ev-properties-view.c:
1641
1642         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1643         Bug #382438.
1644
1645 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * configure.ac:
1648         * properties/ev-properties-view.c: (ev_regular_paper_size):
1649
1650         Use gtk+ builtin paper list to identify the document's paper size.
1651         Fixes bug #382438. 
1652
1653 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * configure.ac:
1656
1657         Fix build when compiling with thumbnailer and libgnome support. 
1658
1659 2007-05-04  Ross Burton  <ross@openedhand.com>
1660
1661         * configure.ac:
1662         Add --without-libgnome, check for libgnome and libgnomeui
1663         separately, and add them to the symbols as required.
1664
1665         * libdocument/ev-file-helpers.c:
1666         When building without libgnome, use g_get_user_config_dir instead
1667         of gnome_user_dir_get.
1668
1669         * shell/ev-application.c:
1670         When building without libgnome, don't use session management.
1671
1672         * shell/main.c:
1673         When building without libgnome, don't use GnomeProgram or
1674         initialise the authentication manager.
1675
1676         This fixes #328842.
1677
1678 2007-05-04  Ross Burton  <ross@openedhand.com>
1679
1680         * shell/ev-window.c:
1681         Don't use libgnome to open help, instead call Yelp directly.
1682
1683 2007-05-04  Ross Burton  <ross@openedhand.com>
1684
1685         * shell/ev-sidebar-attachments.c:
1686         Don't use libgnome to lookup icons for MIME types, instead copy
1687         code from GTK+ to do it manually.
1688
1689 2007-05-04  Ross Burton  <ross@openedhand.com>
1690
1691         * configure.ac:
1692         Add libxml to the dependencies for SHELL_CORE (#435818).
1693
1694 2007-05-02  Ross Burton  <ross@openedhand.com>
1695
1696         * configure.ac:
1697         * Makefile.am:
1698         Add --disable-thumbnailer (#434825)
1699
1700 2007-05-02  Ross Burton  <ross@openedhand.com>
1701
1702         * shell/ev-window.c:
1703         Add missing includes, fix indentation.
1704
1705         * shell/main.c:
1706         Fix indentation.
1707
1708 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1709
1710         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1711         ev_application_open_uri_at_dest instead of ev_application_open_uri
1712         preventing new document always being opened in a new window even if there
1713         is an empty window.
1714
1715 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1716
1717         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1718         (egg_recent_view_uimanager_finalize):
1719         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1720         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1721         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1722         (ev_pixbuf_cache_dispose):
1723         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1724         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1725         
1726         Add missing chain to parent class methods. Fixes
1727         bug #433128.
1728
1729 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1730
1731         * data/Makefile.am (update-icon-cache): Updates
1732         gtk-update-icon-cache in uninstall-hook.
1733
1734 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * shell/ev-window.c: (ev_window_setup_document),
1737         (ev_window_set_document), (ev_window_load_job_cb):
1738         * shell/ev-view.c: (setup_caches):
1739         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1740
1741         Start rendering pages before any other jobs. 
1742
1743 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-window.c: (ev_window_stop_fullscreen),
1746         (ev_window_stop_presentation):
1747
1748         Update chrome visibility before window unfullscreen. 
1749
1750 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * data/Makefile.am:
1753         * data/evince-ui.xml:
1754         * shell/ev-stock-icons.[ch]:
1755         * shell/ev-application.[ch]: (ev_application_shutdown),
1756         (ev_application_init), (ev_application_get_toolbars_model):
1757         * shell/ev-window.c: (update_chrome_visibility),
1758         (fullscreen_toolbar_setup_item_properties),
1759         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1760         (ev_window_run_presentation), (ev_window_stop_presentation),
1761         (ev_window_run_preview), (ev_window_screen_changed),
1762         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1763         (ev_window_dispose), (ev_window_init):
1764
1765         Make fullscreen toolbar always visible. Do not use egg toolbars for
1766         fullscreen and preview modes since such toolbars are not editables.
1767         Fixes bugs #300278, #338910 and #316188.  
1768
1769 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1770
1771         * shell/ev-application.c:
1772         * shell/ev-job-queue.c:
1773         * shell/ev-metadata-manager.c:
1774         * shell/ev-stock-icons.c:
1775         * shell/ev-window.c:
1776         * shell/main.c:
1777         
1778         Developers documentation updated.
1779
1780 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1783
1784         Check whether uri is valid before launching it. Fixes bug #427664.
1785
1786 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-window.c:
1789
1790         Change key accelerator for Open a Copy menu entry which is in conflict
1791         with Close. Fixes bug #427321.
1792
1793 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1794
1795         * NEWS:
1796         * configure.ac:
1797         
1798         Update for release 0.8.1
1799
1800 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1801
1802         * shell/ev-window.c: (setup_size_from_metadata):
1803         
1804         Do not make window bigger than screen. Fixes bug 
1805         #388985.
1806
1807 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1810         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1811
1812         Use default resolution when it's not provided by document. Fixes bug
1813         #408762.
1814
1815 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * configure.ac:
1818         * thumbnailer/Makefile.am:
1819         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1820         * thumbnailer/evince-thumbnailer.schemas.in:
1821         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1822
1823         Add support for ps, eps and compressed documents thumbnails. Do not
1824         ignore size parameter. 
1825
1826 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1827
1828         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1829         (dvi_document_do_color_special):
1830         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1831
1832         Implement font color specials in the DVI backend. Fixes bug #303651.
1833
1834 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1835
1836         Fixup the previous commit:
1837
1838         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1839         * shell/xdg-user-dir-lookup.c: Make the function non-static
1840         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1841
1842 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1843
1844         * shell/ev-window.c (file_open_dialog_response_cb): Use
1845         the xdg-user-dirs DOCUMENTS folder as default folder when
1846         opening a file chooser.  (#424858)
1847
1848         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1849         xdg-user-dirs.
1850
1851 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1852
1853         * shell/ev-window.c: (ev_window_load_job_cb):
1854
1855         Do not setup view from metadata on preview mode. 
1856
1857 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * shell/main.c:
1860
1861         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1862
1863 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-view.c: (ev_view_primary_get_cb):
1866
1867         Check pointer != NULL before using it. Fixes bug #416841. 
1868
1869 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1870
1871         * NEWS:
1872         * configure.ac:
1873         
1874         Release 0.8.0
1875
1876 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1879
1880         Do not render thumbnails when sidebar thumbnail page is not visible
1881         at startup. Fixes bug #416447. 
1882
1883 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1884
1885         * data/evince.desktop.in.in:
1886
1887         "Application" is not a valid category in the freedesktop specification.
1888
1889 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * libdocument/ev-file-helpers.[ch]: (compression_run),
1892         (ev_file_uncompress), (ev_file_compress):
1893         * shell/ev-window.c: (file_save_dialog_response_cb):
1894
1895         Save document compressed when saving a copy of a compressed document.
1896         Fixes bug #334542.
1897
1898 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1901
1902         Allow deleting in goto window entry in presentation mode. 
1903
1904 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1905
1906         * Makefile.am: Dist MAINTAINERS.
1907
1908 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-window.c: (ev_window_update_actions):
1911
1912         Fix zoom shortcut keys when searching. Fixes bug #409828.
1913
1914 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-window.c: (ev_window_setup_document):
1917
1918         Fix crash when loading documents with only one page. 
1919
1920 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * backend/dvi/dvi-document.c:
1923         (dvi_document_thumbnails_get_dimensions),
1924         (dvi_document_thumbnails_get_thumbnail):
1925         * backend/impress/impress-document.c:
1926         (impress_document_thumbnails_get_thumbnail),
1927         (impress_document_thumbnails_get_dimensions):
1928         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1929         (ps_document_thumbnails_get_dimensions):
1930         * backend/djvu/djvu-document.c:
1931         (djvu_document_thumbnails_get_dimensions),
1932         (djvu_document_thumbnails_get_thumbnail):
1933         * backend/tiff/tiff-document.c:
1934         (tiff_document_thumbnails_get_thumbnail),
1935         (tiff_document_thumbnails_get_dimensions):
1936         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1937         (pdf_document_thumbnails_get_thumbnail),
1938         (pdf_document_thumbnails_get_dimensions):
1939         * backend/comics/comics-document.c:
1940         (comics_document_thumbnails_get_thumbnail),
1941         (comics_document_thumbnails_get_dimensions):
1942         * backend/pixbuf/pixbuf-document.c:
1943         (pixbuf_document_thumbnails_get_thumbnail),
1944         (pixbuf_document_thumbnails_get_dimensions):
1945         * libdocument/ev-document-thumbnails.[ch]:
1946         (ev_document_thumbnails_get_thumbnail),
1947         (ev_document_thumbnails_get_dimensions):
1948         * libdocument/ev-document-misc.[ch]:
1949         (ev_document_misc_get_thumbnail_frame):
1950         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1951         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1952         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1953         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1954         (ev_sidebar_thumbnails_refresh):
1955         * shell/ev-window.c: (ev_window_setup_document):
1956         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1957
1958         Use an EvRenderContext for rendering thumbnails instead of a suggested
1959         width, so that different sized pages get sized proportionally.
1960
1961 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * shell/ev-view.c: (ev_view_button_press_event),
1964         (ev_view_key_press_event):
1965
1966         Fix critical warnings when there is no document loaded. 
1967
1968 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * shell/ev-page-action-widget.c:
1971         * shell/ev-navigation-action.c:
1972         * shell/ev-window.c:
1973
1974         Fix compile warnings. 
1975
1976 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * backend/djvu/djvu-text.h:
1979         * backend/djvu/djvu-document.c:
1980         * backend/djvu/djvu-text-page.c:
1981         * backend/djvu/djvu-links.c:
1982         * backend/djvu/djvu-text-page.h:
1983         * backend/djvu/djvu-text.c:
1984         
1985         Fix build on Mac. Fixes bug #392186. Patch by
1986         <ephraim_owns@hotmail.com>
1987
1988 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1991
1992         Restore cairo context before rendering every page when printing a PDF
1993         document into a PDF file. 
1994
1995 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * backend/ps/gstypes.h:
1998         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1999         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2000         (ps_document_thumbnails_get_thumbnail):
2001
2002         Handle PostScript page orientation. Fixes bug #318568.
2003
2004 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * backend/ps/Makefile.am:
2007         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2008         (document_load), (ps_document_load), (save_document),
2009         (save_page_list), (ps_document_get_n_pages),
2010         (ps_document_get_page_size), (ps_document_get_info),
2011         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2012         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2013         (ps_document_thumbnails_get_thumbnail),
2014         (ps_document_thumbnails_get_dimensions),
2015         (ps_document_document_thumbnails_iface_init):
2016         * backend/ps/ps.[ch]: (psgetpagebox):
2017         * backend/ps/ps-interpreter.[ch]:
2018
2019         Add support for thumbnails in ps backend. Fixes bug #164755. 
2020
2021 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2022
2023         * NEWS:
2024         * configure.ac:
2025         
2026         Release 0.7.2
2027
2028 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2031         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2032         (ev_window_dispose):
2033
2034         Use document thumbnail as window icon. Fixes bug #384442.
2035
2036 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2037
2038         * configure.ac:
2039
2040         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2041         duplicated adding application/x-bzpostscript instead. 
2042
2043 2007-02-11  Tom Parker  <palfrey@tevp.net>
2044
2045         * backend/ps/ps-document.c: (document_load):
2046
2047         Check return value of psscan before trying
2048         to use it. Fixes bug #372414.
2049
2050 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2053
2054         Fix invalid free in ev-page-cache. Fixes bug #404745.
2055
2056 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2057
2058         * test/Makefile.am:
2059         * test/test3.py:
2060         
2061         Added reload test case.
2062
2063 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * po/POTFILES.in:
2066         * backend/djvu/djvu-document.c: (djvu_document_load):
2067
2068         Check whether there are missing files in indirect multipage djvu
2069         documents. Fixes bug #361683. 
2070
2071 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2072
2073         * test/Makefile.am:
2074         * test/test-mime.bin:
2075         * test/test3.py:
2076         
2077         Added test for slow mime type
2078
2079 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2082
2083         Add some checks and call parent_class->finalize. Fixes bug #404745.
2084
2085 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2086
2087         * shell/ev-navigation-action.c: (connect_proxy):
2088         
2089         Fixes dropdown history menu. Thanks a lot Carlos!
2090
2091 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2094
2095         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2096         bug #373715.
2097
2098 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * backend/ps/ps.c: (psscan):
2101
2102         Fix memory leak. 
2103
2104 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * configure.ac:
2107         * libdocument/ev-file-helpers.c: 
2108
2109         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2110
2111 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * configure.ac:
2114         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2115         (ps_interpreter_start), (document_load), (save_document),
2116         (save_page_list):
2117         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2118         * libdocument/ev-document-factory.c:
2119         (ev_document_factory_get_from_mime), (get_document_from_uri),
2120         (free_uncompressed_uri), (ev_document_factory_get_document):
2121         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2122
2123         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2124
2125 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * libdocument/ev-document.h:
2128
2129         Fix typo in function name. 
2130
2131 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * backend/ps/ps-document.c: (ps_interpreter_finished),
2134         (ps_interpreter_start), (ps_interpreter_failed):
2135
2136         Handle ghostscript interpreter crashes. 
2137
2138 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-window.c: (ev_window_open_uri),
2141         (window_configure_event_cb):
2142
2143         Setup window size and position before showing it. Fixes bug #401711.
2144
2145 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * backend/ps/Makefile.am:
2148         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2149         (ps_document_dispose), (ps_document_class_init),
2150         (ps_interpreter_input), (ps_interpreter_output),
2151         (ps_interpreter_error), (setup_interpreter_env),
2152         (ps_interpreter_start), (ps_interpreter_stop),
2153         (ps_interpreter_failed), (ps_interpreter_is_ready),
2154         (check_filecompressed), (document_load), (ps_document_load),
2155         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2156         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2157         (render_page):
2158
2159         Rework ps-document. Code cleanups, remove deprecated code. 
2160
2161 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * shell/ev-view.c: (ev_view_button_press_event):
2164
2165         Do not start an image drag and drop operation when pointer is on 
2166         text, so that we can select text when the whole background is an
2167         image. 
2168
2169 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-window.c: (ev_window_update_actions): 
2172
2173         Disable all zoom related actions during presentation mode. 
2174
2175 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2176
2177         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2178
2179         Do not zoom in or out on presentation mode. Fixes bug #401305.
2180
2181 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2182
2183         * shell/ev-navigation-action.c: (connect_proxy),
2184         (create_menu_item), (ev_navigation_action_class_init):
2185         
2186         Correctly show menu and fix crash when navigaton 
2187         action is out of toolbar visible area.
2188
2189 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2190
2191         * data/Makefile.am:
2192         * data/evince.1:
2193         
2194         Added man file
2195
2196 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2197
2198         * help/reference/* :
2199         * configure.ac:
2200         
2201         Added gtk-doc based documentation for Evince.
2202         Still in initial state but I hope it will
2203         grow.
2204         
2205         * configure.ac:
2206         
2207         Lower dbus requirement to 0.70
2208
2209 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * shell/ev-window.c: (ev_window_add_history):
2212
2213         Fix memory leak. 
2214
2215 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2216
2217         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2218         * shell/ev-view.h:
2219         * shell/ev-window.c: (ev_window_add_history):
2220         
2221         Correctly handle named destination links
2222
2223 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2224
2225         * NOTES:
2226         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2227         * backend/pdf/ev-poppler.cc:
2228         * libdocument/ev-document-links.h:
2229         * libdocument/ev-link.c: (ev_link_get_page):
2230         * libdocument/ev-link.h:
2231         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2232         (ev_history_add_link):
2233         * shell/ev-history.h:
2234         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2235         (new_history_menu_item), (build_menu):
2236         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2237         * shell/ev-sidebar-links.c: (create_loading_model),
2238         (print_section_cb), (ev_sidebar_links_construct),
2239         (fill_page_labels), (update_page_callback_foreach),
2240         (update_page_callback), (job_finished_callback):
2241         * shell/ev-view.c: (ev_view_handle_link):
2242         * shell/ev-window.c: (ev_window_find_chapter),
2243         (ev_window_add_history), (view_handle_link_cb),
2244         (history_changed_cb):
2245         
2246         Implements another history variant
2247
2248 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c: (view_external_link_cb):
2251         * shell/ev-view.c: (ev_view_button_release_event):
2252
2253         Open links in new window when clicking with middle button. 
2254
2255 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2256
2257         * shell/ev-navigation-action.c: (new_history_menu_item):
2258         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2259         * shell/ev-view.c: (ev_view_handle_link):
2260         * shell/ev-window.c:
2261         
2262         Store link before jump, not the destination. For me it 
2263         seems like more natural history behavior.
2264
2265 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2266
2267         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2268         (ev_navigation_action_class_init):
2269         * shell/ev-navigation-action.h:
2270         * shell/ev-page-action.c: (activate_cb):
2271         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2272         (ev_page_cache_set_current_page_history):
2273         * shell/ev-page-cache.h:
2274         * shell/ev-sidebar-thumbnails.c:
2275         (ev_sidebar_tree_selection_changed),
2276         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2277         * shell/ev-view-private.h:
2278         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2279         * shell/ev-view.h:
2280         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2281         (ev_window_setup_document), (ev_window_load_job_cb):
2282         * shell/ev-window.h:
2283         
2284         History finally works as expected.
2285
2286 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2289
2290         Do not update links treeview if it doesn't have a model assigned yet. 
2291
2292 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2295         (ev_sidebar_links_class_init), (update_page_callback):
2296
2297         Do not update links treeview when sidepane is not visible. 
2298
2299 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2300
2301         * shell/ev-marshal.list:
2302         * shell/ev-page-action.c: (activate_cb),
2303         (ev_page_action_class_init):
2304         * shell/ev-page-action.h:
2305         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2306         * shell/ev-window.c:
2307         
2308         Remove activate_link signal, not required.
2309
2310 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2311
2312         * shell/ev-navigation-action.c: (build_menu):
2313         
2314         Reorder menu items and build menu with fixed length.
2315
2316 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2317
2318         * shell/ev-view.c: (get_selected_text):
2319         
2320         Normalize text to fix ligatures problem. See bug
2321         #341947 for details.
2322
2323 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2326
2327         Fix memory leak in ev-page-cache. 
2328
2329 2007-01-25  Tom Parker <palfrey@tevp.net>
2330
2331         * backend/impress/impress-document.c: (impress_document_load),
2332         (impress_document_finalize), (impress_document_init):
2333         * properties/ev-properties-main.c: (ev_properties_get_pages):
2334         
2335         Correctly handle impress document errors. Fixes nautilus
2336         crash in property page #370491.
2337
2338 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2341         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2342         (ev_job_queue_remove_job):
2343         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2344         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2345         (ev_job_load_run):
2346         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2347         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2348         (ev_window_load_job_cb), (xfer_update_progress_callback),
2349         (ev_window_open_uri), (ev_window_dispose):
2350         * shell/main.c: (main):
2351
2352         Do file transfer asynchronously in the main thread instead of
2353         synchronously in the load thread. Fixes bugs #399694, #398307 and
2354         #343542.
2355
2356 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * shell/ev-jobs.c: (ev_job_xfer_run):
2359
2360         Load the document with the font-config lock held. 
2361
2362 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * backend/ps/ps-document.c: (start_interpreter):
2365
2366         Fix memory leaks in ps backend. 
2367
2368 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * backend/impress/impress-document.c:
2371         (impress_document_render_pixbuf):
2372
2373         Do not acquire fontconfig lock in impress backend, since it is using
2374         the main loop for rendering. 
2375
2376 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * po/POTFILES.in: 
2379
2380         Remove mdvi files that shouldn't be translated. 
2381
2382 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * shell/ev-view-private.h:
2385         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2386         (ev_view_set_zoom):
2387
2388         Render "loading..." text into a cairo surface instead of directly into
2389         the window so that fontconfig lock is only needed once and UI is not
2390         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2391
2392 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2395         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2396
2397         Use icon theme associated with the window screen rather than default. 
2398
2399 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2400
2401         * configure.ac:
2402
2403         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2404
2405 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2406
2407         * data/icons/*/apps/evince.*:
2408
2409         Move Evince icons under new apps directory.
2410
2411         * data/icons/*/actions/*:
2412
2413         Add new custom themeable Evince icons: view-page-continuous, 
2414         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2415         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2416
2417         * configure.ac:
2418
2419         Add new directories to AC_CONFIG_FILES.
2420
2421         * shell/ev-stock-icons.c:
2422         * shell/ev-stock-icons.h:
2423
2424         Use new custom themeable icons.
2425
2426 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2429
2430         Do not draw white background page in presentation mode. 
2431
2432 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2433
2434         * shell/ev-view.c: Remove unused gnome-vfs include.
2435
2436 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2437
2438         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2439         
2440         Format string is corrected, fixes bug #397129.
2441
2442 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * shell/ev-window.c: (ev_window_setup_recent):
2445
2446         Do not include in recent menu inexistent documents. Fixes
2447         bug #339171.
2448
2449 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * po/POTFILES.skip: 
2452
2453         Update POTFILES.skip file according to current source tree. 
2454
2455 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * shell/ev-window.c: (file_save_dialog_response_cb):
2458
2459         Do Save a copy in atomic way. Fixes bug #328266. 
2460
2461 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2464
2465         Keep selected cell always visible in index treeview.
2466
2467 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2468         
2469         * shell/ev-view.c: (ev_view_size_allocate):
2470
2471         Restore horizontal scrollbar after switching to/from fullscreen
2472         or presentation mode. Fixes bug #331728.
2473
2474 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-view-private.h:
2477         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2478         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2479         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2480         (ev_view_can_zoom_out):
2481
2482         Use max and min scale values in the view iby taking dpi into account. 
2483
2484 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * configure.ac:
2487         * NEWS:
2488
2489         Release 0.7.1
2490
2491 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * shell/ev-window.c: (ev_window_print_send):
2494
2495         Send print job to printer with some settings set to default values,
2496         since we have already exported to a file according to such settings
2497         and they could be taken twice by some printers. 
2498
2499 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * shell/ev-jobs.c: (ev_job_xfer_run):
2502         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2503
2504         Show main window and load document with the font-config lock held. 
2505
2506 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * configure.ac:
2509         * shell/ev-application.c: (ev_application_register_service):
2510         * shell/main.c: (load_files_remote):
2511
2512         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2513
2514 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2515
2516         * doc/debugging.txt:
2517         
2518         Remove obsolete documentation.
2519
2520 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2521
2522         * Makefile.am:
2523         * backend/Makefile.am:
2524         * backend/comics/Makefile.am:
2525         * backend/djvu/Makefile.am:
2526         * backend/dvi/Makefile.am:
2527         * backend/ev-async-renderer.c:
2528         * backend/ev-async-renderer.h:
2529         * backend/ev-attachment.c:
2530         * backend/ev-attachment.h:
2531         * backend/ev-backend-marshal.c:
2532         * backend/ev-document-factory.c:
2533         * backend/ev-document-factory.h:
2534         * backend/ev-document-find.c:
2535         * backend/ev-document-find.h:
2536         * backend/ev-document-fonts.c:
2537         * backend/ev-document-fonts.h:
2538         * backend/ev-document-images.c:
2539         * backend/ev-document-images.h:
2540         * backend/ev-document-info.h:
2541         * backend/ev-document-links.c:
2542         * backend/ev-document-links.h:
2543         * backend/ev-document-misc.c:
2544         * backend/ev-document-misc.h:
2545         * backend/ev-document-security.c:
2546         * backend/ev-document-security.h:
2547         * backend/ev-document-thumbnails.c:
2548         * backend/ev-document-thumbnails.h:
2549         * backend/ev-document-transition.c:
2550         * backend/ev-document-transition.h:
2551         * backend/ev-document.c:
2552         * backend/ev-document.h:
2553         * backend/ev-file-exporter.c:
2554         * backend/ev-file-exporter.h:
2555         * backend/ev-image.c:
2556         * backend/ev-image.h:
2557         * backend/ev-link-action.c:
2558         * backend/ev-link-action.h:
2559         * backend/ev-link-dest.c:
2560         * backend/ev-link-dest.h:
2561         * backend/ev-link.c:
2562         * backend/ev-link.h:
2563         * backend/ev-render-context.c:
2564         * backend/ev-render-context.h:
2565         * backend/ev-selection.c:
2566         * backend/ev-selection.h:
2567         * backend/impress/Makefile.am:
2568         * backend/pdf/Makefile.am:
2569         * backend/pixbuf/Makefile.am:
2570         * backend/ps/Makefile.am:
2571         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2572         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2573         (start_interpreter), (stop_interpreter), (document_load),
2574         (ps_document_next_page), (render_page):
2575         * backend/tiff/Makefile.am:
2576         * comics/Makefile.am:
2577         * comics/comics-document.c:
2578         * comics/comics-document.h:
2579         * configure.ac:
2580         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2581         * djvu/Makefile.am:
2582         * djvu/djvu-document-private.h:
2583         * djvu/djvu-document.c:
2584         * djvu/djvu-document.h:
2585         * djvu/djvu-links.c:
2586         * djvu/djvu-links.h:
2587         * djvu/djvu-text-page.c:
2588         * djvu/djvu-text-page.h:
2589         * djvu/djvu-text.c:
2590         * djvu/djvu-text.h:
2591         * dvi/Makefile.am:
2592         * dvi/dvi-document.c:
2593         * dvi/dvi-document.h:
2594         * dvi/fonts.c:
2595         * dvi/fonts.h:
2596         * dvi/mdvi-lib/Makefile.am:
2597         * dvi/mdvi-lib/afmparse.c:
2598         * dvi/mdvi-lib/afmparse.h:
2599         * dvi/mdvi-lib/bitmap.c:
2600         * dvi/mdvi-lib/bitmap.h:
2601         * dvi/mdvi-lib/color.c:
2602         * dvi/mdvi-lib/color.h:
2603         * dvi/mdvi-lib/common.c:
2604         * dvi/mdvi-lib/common.h:
2605         * dvi/mdvi-lib/defaults.h:
2606         * dvi/mdvi-lib/dvimisc.c:
2607         * dvi/mdvi-lib/dviopcodes.h:
2608         * dvi/mdvi-lib/dviread.c:
2609         * dvi/mdvi-lib/files.c:
2610         * dvi/mdvi-lib/font.c:
2611         * dvi/mdvi-lib/fontmap.c:
2612         * dvi/mdvi-lib/fontmap.h:
2613         * dvi/mdvi-lib/fontsrch.c:
2614         * dvi/mdvi-lib/gf.c:
2615         * dvi/mdvi-lib/hash.c:
2616         * dvi/mdvi-lib/hash.h:
2617         * dvi/mdvi-lib/list.c:
2618         * dvi/mdvi-lib/mdvi.h:
2619         * dvi/mdvi-lib/pagesel.c:
2620         * dvi/mdvi-lib/paper.c:
2621         * dvi/mdvi-lib/paper.h:
2622         * dvi/mdvi-lib/pk.c:
2623         * dvi/mdvi-lib/private.h:
2624         * dvi/mdvi-lib/setup.c:
2625         * dvi/mdvi-lib/sp-epsf.c:
2626         * dvi/mdvi-lib/special.c:
2627         * dvi/mdvi-lib/sysdeps.h:
2628         * dvi/mdvi-lib/t1.c:
2629         * dvi/mdvi-lib/tfm.c:
2630         * dvi/mdvi-lib/tfmfile.c:
2631         * dvi/mdvi-lib/tt.c:
2632         * dvi/mdvi-lib/util.c:
2633         * dvi/mdvi-lib/vf.c:
2634         * dvi/pixbuf-device.c:
2635         * dvi/pixbuf-device.h:
2636         * impress/Makefile.am:
2637         * impress/common.h:
2638         * impress/document.c:
2639         * impress/f_oasis.c:
2640         * impress/f_oo13.c:
2641         * impress/iksemel.c:
2642         * impress/iksemel.h:
2643         * impress/imposter.h:
2644         * impress/impress-document.c:
2645         * impress/impress-document.h:
2646         * impress/internal.h:
2647         * impress/r_back.c:
2648         * impress/r_draw.c:
2649         * impress/r_geometry.c:
2650         * impress/r_gradient.c:
2651         * impress/r_style.c:
2652         * impress/r_text.c:
2653         * impress/render.c:
2654         * impress/render.h:
2655         * impress/zip.c:
2656         * impress/zip.h:
2657         * lib/Makefile.am:
2658         * lib/ev-debug.c:
2659         * lib/ev-debug.h:
2660         * lib/ev-file-helpers.c:
2661         * lib/ev-file-helpers.h:
2662         * lib/ev-gui.c:
2663         * lib/ev-gui.h:
2664         * lib/ev-tooltip.c:
2665         * lib/ev-tooltip.h:
2666         * libdocument/Makefile.am:
2667         * libdocument/ev-file-helpers.c:
2668         * pdf/Makefile.am:
2669         * pdf/ev-poppler.cc:
2670         * pdf/ev-poppler.h:
2671         * pixbuf/Makefile.am:
2672         * pixbuf/pixbuf-document.c:
2673         * pixbuf/pixbuf-document.h:
2674         * properties/Makefile.am:
2675         * ps/Makefile.am:
2676         * ps/gsdefaults.c:
2677         * ps/gsdefaults.h:
2678         * ps/gsio.c:
2679         * ps/gsio.h:
2680         * ps/gstypes.h:
2681         * ps/ps-document.c:
2682         * ps/ps-document.h:
2683         * ps/ps.c:
2684         * ps/ps.h:
2685         * shell/Makefile.am:
2686         * shell/ev-application.h:
2687         * shell/ev-sidebar-links.c:
2688         * shell/ev-sidebar-links.h:
2689         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2690         (ev_gui_menu_position_tree_selection):
2691         * shell/ev-utils.h:
2692         * shell/ev-view.c: (ev_view_finalize):
2693         * shell/ev-window.c:
2694         * shell/main.c: (main):
2695         * thumbnailer/Makefile.am:
2696         * tiff/Makefile.am:
2697         * tiff/tiff-document.c:
2698         * tiff/tiff-document.h:
2699         * tiff/tiff2ps.c:
2700         * tiff/tiff2ps.h:
2701         
2702         Reorganize source tree.
2703
2704 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * backend/ev-document-factory.c:
2707
2708         Do not include ev-poppler.h when pdf is disabled. 
2709
2710 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * configure.ac:
2713         * data/evince-ui.xml:
2714         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2715         (pdf_document_document_images_iface_init):
2716         * backend/Makefile.am:
2717         * backend/ev-document-images.[ch]:
2718         * backend/ev-image.[ch]:
2719         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2720         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2721         (ev_job_xfer_run):
2722         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2723         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2724         (ev_pixbuf_cache_get_image_mapping):
2725         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2726         (view_menu_popup_cb), (ev_window_dispose),
2727         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2728         (ev_view_popup_cmd_copy_image):
2729         * shell/ev-view-private.h:
2730         * shell/ev-view.c: (ev_view_get_image_at_location),
2731         (ev_view_do_popup_menu), (ev_view_popup_menu),
2732         (ev_view_button_press_event), (ev_view_drag_data_get),
2733         (ev_view_drag_motion), (ev_view_drag_data_received),
2734         (ev_view_motion_notify_event), (ev_view_button_release_event),
2735         (ev_view_finalize), (ev_view_class_init):
2736
2737         Add image handling support. Fixes bugs #310008 and #325047. Images
2738         selection is not supported yet. 
2739
2740 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2743         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2744         (ev_view_init):
2745
2746         Move view drag and drop stuff to ev-view.
2747
2748 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2751         * shell/ev-view.c: (clear_selection): 
2752
2753         Clear selection also in pixbuf cache.
2754
2755 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2756
2757         * data/evince.desktop.in.in:
2758         
2759         Change icon name in desktop file. See bug #390734
2760         for details.
2761
2762 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2763
2764         * thumbnailer/Makefile.am:
2765
2766         Use top_builddir instead top_srcdir for generated schema
2767         file installation. Fixes bug #390161.
2768
2769 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * configure.ac:
2772         * backend/Makefile.am:
2773         * backend/ev-document-transition.[ch]:
2774         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2775         (pdf_document_page_transition_iface_init):
2776         * shell/ev-view-private.h:
2777         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2778         (ev_view_set_presentation), (transition_next_page),
2779         (ev_view_presentation_transition_stop),
2780         (ev_view_presentation_transition_start), (ev_view_next_page):
2781
2782         Add page transition support in presentation mode. At the moment only
2783         page duration is supported, but not transition effects. Fixes bug
2784         #309815.
2785
2786 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2789
2790         Run find_link_dest with document lock held, since it's called by links
2791         thread and main thread at the same time. 
2792
2793 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * shell/ev-view.c: (goto_dest):
2796
2797         Update page-cache when page is changed by the view, so that
2798         page-changed signal is emitted. 
2799
2800 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * test/test1.py:
2803         * test/test2.py:
2804
2805         Use C locale in tests. 
2806
2807 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * shell/ev-window.c: (ev_window_run_presentation):
2810         * shell/ev-view-private.h:
2811         * shell/ev-view.c: (ev_view_set_presentation):
2812
2813         Restore zoom settings when back from presentation mode. 
2814
2815 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2816
2817         * shell/ev-window.c: (ev_window_run_presentation):
2818
2819         Always use "best fit" zoom in presentation mode.
2820         Fixes bug #389195.
2821
2822 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2823
2824         * shell/ev-view.c: (ev_view_goto_window_create):
2825
2826         Show "Jump to page" label in the page jumping popup in
2827         presentation mode instead of just a GtkEntry.
2828
2829 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * shell/ev-window.c: (launch_external_uri):
2832
2833         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2834         #378085.
2835
2836 2006-12-22  Elijah Newren  <newren gmail com>
2837
2838         * configure.ac: explicitly check for libxml2.  Fixes #388795
2839
2840 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * shell/ev-view-private.h:
2843         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2844         (ev_view_goto_window_delete_event), (key_is_numeric),
2845         (ev_view_goto_window_key_press_event),
2846         (ev_view_goto_window_button_press_event),
2847         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2848         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2849         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2850
2851         Allow jumping to another page by typing a page number in presentation
2852         mode. It uses a popup window with an entry. Fixes bug #353625.
2853
2854 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2855
2856         * configure.ac:
2857         * properties/ev-properties-view.c: (ev_get_default_user_units),
2858         (ev_regular_paper_size):
2859         
2860         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2861         to Damien Carbery <damien.carbery@sun.com> and
2862         Yevgen Muntyan <muntyan@tamu.edu>.
2863
2864 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2865
2866         * shell/ev-window.c: (setup_document_from_metadata):
2867
2868         Make sure Evince doesn't restore the view on the last
2869         page when a document is reopened. Fixes bug #383381.
2870
2871 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2872
2873         * shell/ev-view.c: (draw_loading_text):
2874
2875         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2876
2877 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * configure.ac:
2880         * NEWS:
2881
2882         Release 0.7.0
2883
2884 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * configure.ac:
2887         * pdf/ev-poppler.cc: (pdf_print_context_free),
2888         (pdf_document_file_exporter_begin),
2889         (pdf_document_file_exporter_do_page):
2890
2891         Make cairo-pdf depedency optional. 
2892
2893 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2896
2897         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2898
2899 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2902         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2903         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2904         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2905         * shell/ev-view.c: (draw_loading_text):
2906         * shell/ev-window.c: (ev_window_cmd_file_properties):
2907
2908         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2909         related to using FontConfig from different threads.
2910         
2911 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * shell/ev-view.c: (draw_loading_text):
2914
2915         Acquire lock document when drawing "Loading..." text so that only one
2916         thread will use FontConfig at the same time. Fixes bug #374750.
2917
2918 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * shell/ev-page-action.[ch]: (activate_cb):
2921         * shell/ev-window.c: (activate_label_cb):
2922
2923         Check if text inserted in page entry is a valid page number when it
2924         doesn't match to any document page label. Fixes bug #383165.
2925
2926 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2927         * shell/ev-window.c:
2928
2929         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2930         available with GTK < 2.10. Added an ifdef to avoid compilation
2931         error.
2932
2933 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * configure.ac:
2936         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2937
2938         Fix ps backend in multihead systems.
2939
2940 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2943         * shell/ev-window.c: (ev_window_get_screen_dpi),
2944         (ev_window_update_actions), (setup_view_from_metadata),
2945         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2946
2947         Take screen DPI into account when zooming. Fixes bug #318285.
2948
2949 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2950
2951         * data/Makefile.am:
2952
2953         Cleaned up/slightly refactored Makefile.am. Added GConf
2954         schemas uninstallation as well.
2955
2956 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2957
2958         * Makefile.am:
2959         * test/Makefile.am:
2960
2961         Fight with autotools to fix make check. Make distcheck
2962         works fine as well now!
2963
2964 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2965
2966         * shell/ev-view.c: (draw_end_presentation_page):
2967
2968         Corrected "end of presentation" string.
2969
2970 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2971
2972         * shell/ev-view.c: (ev_view_key_press_event):
2973
2974         Correctly propagate key press event so that up/down keys
2975         work as expected (correct behaviour was broken by
2976         black/white screen key bindings for presentations).
2977
2978 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2981         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2982         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2983         (pdf_selection_get_selection_region),
2984         (pdf_selection_get_selection_map):
2985
2986         Add "static" to some private functions. 
2987
2988 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2989
2990         * lib/ev-tooltip.h:
2991         * properties/ev-properties-view.h:
2992         * shell/ev-jobs.h:
2993         * shell/ev-properties-dialog.h:
2994         * shell/ev-properties-fonts.h:
2995         * shell/ev-sidebar-links.h:
2996         * shell/ev-sidebar-thumbnails.h:
2997         * shell/ev-sidebar.h:
2998         * shell/ev-window.h:
2999         
3000         Fixes CHACK type in class casts. See bug #385343
3001         for details.
3002
3003 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * shell/ev-view-private.h:
3006         * shell/ev-view.c: (draw_end_presentation_page),
3007         (ev_view_expose_event), (ev_view_key_press_event),
3008         (ev_view_class_init), (ev_view_init):
3009
3010         Blank screen in presentation mode when pressing 'b' (filling with
3011         black) or 'w' (filling with white) keys. Fixes bug #358132.
3012
3013 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3014
3015         * data/evince-toolbar.xml:
3016         * shell/ev-window.c:
3017         
3018         Use stock icon for Select All action. Fixes
3019         bug #382652.
3020
3021 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3022
3023         * shell/ev-view.c: (get_doc_point_from_offset),
3024         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3025
3026         Add links support in rotated documents. Fixes bug #343733.
3027
3028 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * shell/ev-view-private.h:
3031         * shell/ev-view.c: (draw_end_presentation_page),
3032         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3033
3034         Show a blank page after the last page in presentation mode with a
3035         message indicating that presentation has finished and how to exit. 
3036
3037 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * shell/ev-window.c: (fullscreen_timeout_cb):
3040
3041         Hide cursor after a while in presentation mode. 
3042
3043 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3044
3045         * backend/ev-document-info.h:
3046         * data/evince-properties.glade:
3047         * pdf/ev-poppler.cc:
3048         * properties/ev-properties-view.c: (ev_regular_paper_size),
3049         (ev_properties_view_set_info):
3050         * ps/ps-document.c: (ps_document_get_info):
3051
3052         Adds a paper size field to the properties dialog. Fixes
3053         bug #307315. Patch by Kasper Svendsen (with some i18n
3054         changes done by me).
3055
3056 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3057
3058         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3059         (screensaver_init_dbus), (totem_scrsaver_new),
3060         (totem_scrsaver_init):
3061         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3062         * shell/ev-application.c: (ev_application_register_service),
3063         (ev_application_screensaver_enable),
3064         (ev_application_screensaver_disable):
3065         * shell/ev-application.h:
3066         * shell/ev-window.c: (ev_window_run_presentation),
3067         (ev_window_stop_presentation), (build_comments_string),
3068         (ev_window_init):
3069         
3070         Move screensaver handling to application. No more
3071         message on startup.
3072
3073 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * configure.ac:
3076         * backend/Makefile.am:
3077         * backend/ev-file-exporter.[ch]:
3078         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3079         * ps/ps-document.c: (ps_document_file_exporter_*):
3080         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3081         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3082         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3083         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3084
3085         Allow printing to PDF when suppoted by the backend.
3086         
3087 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3088
3089         * shell/ev-window.c: (build_comments_string):
3090
3091         Use always "Document Viewer" in about dialog. 
3092
3093 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3094
3095         * djvu/djvu-document.c: (djvu_document_get_page_size):
3096
3097         Display a warning message when get_pageinfo fails. 
3098
3099 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3100
3101         * Makefile.am:
3102         * backend/Makefile.am:
3103         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3104         * configure.ac:
3105         * shell/ev-window.c: (build_comments_string):
3106         
3107         Make pdf compilation optional. See bug #38007.
3108
3109 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * ps/ps.c: (get_next_text):
3112
3113         Fix CVE-2006-5864.
3114
3115 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3118         * shell/ev-navigation-action.c: (connect_proxy),
3119         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3120         
3121         Do not call g_type_class_peek_parent twice.
3122
3123 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3124
3125         * configure.ac:
3126         * data/icons/24x24/.cvsignore:
3127         * data/icons/24x24/Makefile.am:
3128         * data/icons/24x24/evince.png:
3129         * data/icons/Makefile.am:
3130         
3131         Add 24x24 icon. Thanks to 
3132         Michael Monreal <infernux@web.de>.
3133
3134 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3135
3136         * configure.ac: Fix typo in configure.ac. Thanks
3137         to dmacks@netspace.org for notification.
3138
3139 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3140
3141         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3142         
3143         Drop dbus include, fixes compilation with older dbus.
3144
3145 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3146
3147         * configure.ac:
3148         * cut-n-paste/Makefile.am:
3149         * cut-n-paste/totem-screensaver/.cvsignore
3150         * cut-n-paste/totem-screensaver/Makefile.am:
3151         * cut-n-paste/totem-screensaver/README:
3152         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3153         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3154         * shell/Makefile.am:
3155         * shell/ev-window.c: (ev_window_run_presentation),
3156         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3157         (ev_window_init):
3158
3159         Implemented screensaver enabling/disabling for
3160         presentation mode (not fullscreen mode). Code stolen
3161         from Totem (with some minor tweaks). Fixes bug #338889.
3162
3163 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3164
3165         * configure.ac:
3166
3167         Bump gnome-icon-theme requirements. We use the rotation
3168         icons that appeared recently.
3169
3170 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * shell/ev-history.c: (ev_history_add_page):
3173         * shell/ev-history.h:
3174         * shell/ev-window.c: (page_changed_cb):
3175         
3176         Use page labels instead of numbers.
3177
3178 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3179
3180         * data/evince-toolbar.xml:
3181         * po/POTFILES.in:
3182         * shell/Makefile.am:
3183         * shell/ev-navigation-action-widget.c:
3184         (ev_navigation_action_widget_init),
3185         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3186         (menu_detacher), (ev_navigation_action_widget_set_menu),
3187         (menu_position_func), (popup_menu_under_arrow),
3188         (ev_navigation_action_widget_toggled),
3189         (ev_navigation_action_widget_button_press_event):
3190         * shell/ev-navigation-action-widget.h:
3191         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3192         (ev_navigation_action_set_window), (activate_menu_item_cb),
3193         (new_history_menu_item), (new_empty_history_menu_item),
3194         (build_menu), (menu_activated_cb), (connect_proxy),
3195         (create_tool_item), (ev_navigation_action_init),
3196         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3197         * shell/ev-navigation-action.h:
3198         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3199         (ev_page_action_widget_set_page_cache),
3200         (ev_page_action_widget_finalize),
3201         (ev_page_action_widget_class_init), (match_selected_cb),
3202         (display_completion_text), (match_completion), (build_new_tree_cb),
3203         (get_filter_model_from_model),
3204         (ev_page_action_widget_update_model):
3205         * shell/ev-page-action-widget.h:
3206         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3207         (connect_proxy):
3208         * shell/ev-page-action.h:
3209         * shell/ev-stock-icons.c:
3210         * shell/ev-stock-icons.h:
3211         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3212         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3213         (register_custom_actions):
3214         * shell/main.c:
3215         
3216         Preliminary history implementation
3217
3218 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3219
3220         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3221         (dvi_document_class_init), (dvi_document_init_params):
3222         * dvi/mdvi-lib/font.c: (font_reference):
3223         
3224         Add reference to subfont. Fixes bug #374277.
3225
3226 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3229         (ev_window_cmd_file_open_copy_at_dest):
3230
3231         Fix a race condition when creating symlink. Increase the counter
3232         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3233         Mathias Hasselmann).
3234
3235 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * backend/Makefile.am:
3238         * backend/ev-attachment.c: (ev_attachment_open):
3239         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3240         (ev_tmp_dir), (ev_tmp_filename):
3241         * shell/ev-sidebar-attachments.c:
3242         (ev_sidebar_attachments_drag_data_get):
3243         * shell/ev-window.c: (ev_window_clear_temp_file):
3244
3245         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3246         in ensure_dir_exists. Abort without crashing when we can't create
3247         user's directory.
3248
3249 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * data/evince-ui.xml:
3252         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3253         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3254         (ev_window_cmd_file_open_copy_at_dest),
3255         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3256         (ev_view_popup_cmd_open_link_new_window):
3257
3258         Allow opening a copy of the current document in a new window. Fixes bug
3259         #357472
3260
3261 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3262
3263         * data/evince-toolbar.xml:
3264         
3265         Add rotate right and rotate left to available items for toolbar.
3266         
3267         * data/evince-ui.xml:
3268         * shell/ev-window.c: (ev_window_init):
3269         
3270         Customize toolbar with right click. Fixes bug #372451.
3271
3272 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3273
3274         * shell/ev-window.c: 
3275         
3276         Use "object-rotate-{left,right}" stock icons. Fixes 
3277         bug #373863.
3278
3279 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3282         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3283         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3284         (ev_window_open_uri):
3285         * shell/main.c: (arguments_parse):
3286
3287         Remove temp file created when evince is used by GTK+ in
3288         preview mode. Fixes bug #365282. 
3289
3290 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3291
3292         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3293         
3294         Fixes bug #372474 - Side pane disabled when entering 
3295         and leaving fullscreen mode.
3296
3297 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3298
3299         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3300         * data/Makefile.am:
3301         * data/evince-preview-toolbar.xml:
3302         * data/evince-toolbar.xml:
3303         * shell/ev-application.c: (ev_application_shutdown),
3304         (ev_application_init), (ev_application_get_toolbars_model):
3305         * shell/ev-application.h:
3306         * shell/ev-window.c: (update_chrome_visibility),
3307         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3308         (ev_window_cmd_edit_toolbar), (ev_window_init):
3309         
3310         Fixes bug #364364 - toolbar editor shows zoom actions again.
3311
3312 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3315
3316         Do not take margins into consideration for paper size when printing.
3317         Really fixes bug #350491.
3318
3319 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * data/evince-ui.xml:
3322         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3323         (ev_window_cmd_file_print_setup),
3324         (ev_window_print_dialog_response_cb),
3325         (ev_window_setup_action_sensitivity):
3326
3327         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3328
3329 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * shell/ev-window.c: (ev_window_print_range):
3332
3333         Revert my previuos commit, since printing to PDF is not supported by
3334         evince yet. 
3335
3336 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * shell/ev-window.c: (ev_window_print_range):
3339
3340         Enable print to a PDF. Fixes bug #332121.
3341
3342 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-application-service.xml:
3345         * shell/ev-application.[ch]: (ev_application_open_window),
3346         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3347         (ev_application_open_uri), (ev_application_open_uri_list):
3348         * shell/ev-window.c: (file_open_dialog_response_cb),
3349         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3350         (drag_data_received_cb), (open_remote_link):
3351         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3352
3353         Add support for multiscreen systems. Fixes bug #316206.
3354
3355 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * shell/ev-jobs.[ch]: (ev_job_print_new),
3358         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3359         (ev_job_print_do_page):
3360         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3361
3362         Allow printing only odd/even pages. Fixes bug #367289.
3363
3364 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3365
3366         * test/test1.py:
3367         * test/test2.py:
3368
3369         Re-add locale settings to test files.
3370
3371 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3372
3373         * data/evince-ui.xml:
3374         * shell/ev-window.c: (set_action_properties):
3375         
3376         Removed garbage from code and ui.
3377
3378 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3379
3380         * shell/ev-window.c: (ev_window_cmd_help_about):
3381
3382         Shamelessly add my name to the list of contributors.
3383
3384 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3385
3386         * test/test1.py:
3387         * test/test2.py:
3388
3389         Cleaned up the dogtail scripts.
3390
3391 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3392
3393         * shell/ev-view.c: (draw_loading_text): Don't render
3394         "loading..." text in presentation mode. Temporary
3395         workaround for bug #320352.
3396
3397 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3400         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3401
3402         Use print settings scale, copies, collate and reverse which were
3403         ignored. Fixes bug #359032.
3404
3405 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3406
3407         * configure.ac:
3408         * data/evince-password.glade:
3409         * test/Makefile.am:
3410         * test/test-encrypt.pdf:
3411         * test/test-links.pdf:
3412         * test/test1.py:
3413         * test/test2.py:
3414
3415         Add automated UI tests for evince with dogtail. See
3416         bug #300948.    
3417
3418 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3421
3422         Hide fullscreen toolbar when switching to another desktop workspace.
3423         Fixes bug #338871
3424
3425 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3426
3427         * shell/ev-window-title.c: 
3428         
3429         Test for .dvi in title of pdf documents.
3430
3431 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3432
3433         * shell/ev-view.c: (ev_view_scroll):
3434
3435         Page Up/Down should do page jumps in "Best fit" mode.
3436         If a user has explicitly chosen to view exactly one page
3437         at a time, scrolling just a part of the page when
3438         pressing Page Up/Down is not right. Fixes bug #323107.
3439
3440 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3441
3442         * NEWS:
3443         * configure.ac:
3444         
3445         Update for 0.6.1
3446
3447 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3448
3449         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3450         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3451         
3452         Correctly disconnect from job signals on destroy.
3453
3454 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3455
3456         * shell/ev-view-private.h:
3457         * shell/ev-view.c: (view_set_adjustment_values),
3458         (view_update_range_and_current_page),
3459         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3460         
3461         Fixes bug #343199, current page now follows find page.
3462
3463 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3464
3465         * backend/ev-document-factory.c:
3466         * configure.ac:
3467         Assigned OpenDocument presenation MIME type to the
3468         Impress backend. Added some missing (but harmless)
3469         #ifdefs in the document factory as well to make things
3470         consistent again. Fixes bug #360658.
3471
3472 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3473
3474         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3475         * backend/ev-document-find.c: (ev_document_find_get_type):
3476         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3477         * backend/ev-document-links.c: (ev_document_links_get_type):
3478         * backend/ev-document-security.c: (ev_document_security_get_type):
3479         * backend/ev-document-thumbnails.c:
3480         (ev_document_thumbnails_get_type):
3481         * backend/ev-document.c: (ev_document_get_type):
3482         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3483         * backend/ev-selection.c: (ev_selection_get_type):
3484         * cut-n-paste/recent-files/egg-recent-model.c:
3485         (egg_recent_model_get_type):
3486         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3487         (egg_recent_view_uimanager_get_type):
3488         * cut-n-paste/recent-files/egg-recent-view.c:
3489         (egg_recent_view_get_type):
3490         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3491         (egg_editable_toolbar_get_type):
3492         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3493         (egg_toolbar_editor_get_type):
3494         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3495         (egg_toolbars_model_get_type):
3496         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3497         (egg_tree_multi_drag_source_get_type):
3498         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3499         (ephy_zoom_action_get_type):
3500         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3501         (ephy_zoom_control_get_type):
3502         * impress/r_back.c: (_imp_fill_back):
3503         * properties/ev-properties-main.c:
3504         (ev_properties_plugin_register_type):
3505         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3506         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3507         (ev_view_accessible_factory_get_type):
3508
3509         Reduce relocations. Bug #360616.
3510
3511 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * backend/ev-document-factory.c:
3514         (ev_document_factory_get_document):
3515         
3516         Load document even if extension is wrong.
3517
3518 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3519
3520         * shell/ev-metadata-manager.c: (save_values):
3521         * shell/ev-window.c: (setup_size_from_metadata),
3522         (setup_view_from_metadata), (ev_window_setup_document),
3523         (ev_window_xfer_job_cb), (window_configure_event_cb):
3524         
3525         Set size according to the document size/page size ratio.
3526         That should correct rather wierd behaviour of the previous
3527         commit.
3528
3529 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3530
3531         * shell/ev-window.c: (setup_view_from_metadata):
3532         
3533         Set size for new windows from previous window size.
3534         See bugs #354968 and #168450 for details. Thanks
3535         to Meik Hellmund.
3536
3537 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * djvu/djvu-links.c: (build_tree):
3540
3541         Fix memory leak.
3542
3543 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3544
3545         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3546         
3547         Don't make sidebar close button insensitive. Fixes
3548         bug #357871.
3549
3550 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3553         (ev_window_set_view_accels_sensitivity):
3554         
3555         Don't enable Slash on documents which don't support
3556         find. Fixes bug #358648.
3557
3558 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3559
3560         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3561         open dialog fall back to the current document uri if the
3562         filechooser hasn't been used before. Fixes bug #356980.
3563
3564 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3565
3566         * shell/ev-window.c: (ev_window_setup_recent), 
3567         (ev_window_get_recent_file_label):
3568
3569         Escape underscores in filenames of recent file items.
3570
3571 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3572
3573         * configure.ac:
3574         
3575         Bumped poppler requirements, really 0.5.3 is very 
3576         buggy, now we require 0.5.4.
3577
3578 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3579
3580         * djvu/Makefile.am:
3581         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3582         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3583         (djvu_document_document_links_iface_init):
3584         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3585         (number_from_string_10), (get_djvu_link_dest),
3586         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3587         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3588         (djvu_links_get_links), (djvu_links_find_link_dest),
3589         (djvu_links_get_links_model):
3590         * djvu/djvu-links.h:
3591         
3592         Add support for links and bookmarks in djvu documents. Thanks
3593         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3594         patch.
3595
3596 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3599         
3600         Reopen should reload document. Fixes 
3601         bug 327951.
3602
3603 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * configure.ac:
3606         * data/Makefile.am:
3607         * data/evince-16.png:
3608         * data/evince-22.png:
3609         * data/evince.png:
3610         * data/evince.svg:
3611         * data/icons/16x16/Makefile.am:
3612         * data/icons/16x16/evince.png:
3613         * data/icons/22x22/Makefile.am:
3614         * data/icons/22x22/evince.png:
3615         * data/icons/48x48/Makefile.am:
3616         * data/icons/48x48/evince.png:
3617         * data/icons/Makefile.am:
3618         * data/icons/scalable/Makefile.am:
3619         * data/icons/scalable/evince.svg:
3620         
3621         Install icons with correct names. Fixes
3622         bug #354429.
3623
3624 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * shell/ev-view.c: (ev_view_button_release_event):
3627
3628         Don't open links with middle mouse button. Fixes bug #353649
3629
3630 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3631
3632         * NEWS:
3633         * configure.ac:
3634         
3635         Update for release 0.6.0
3636
3637 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3638
3639         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3640         Implement Close named action. Patch by Carlos Garcia Campos.
3641
3642 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3643
3644         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3645         
3646         Don't clear link mapping on copy_job_to_job_info. Fixes
3647         bug 346168.
3648
3649 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/main.c: (main):
3652
3653         Revert my previous commit, gnome_program_init owns the option context.
3654         Fix another memory leak in main. Both caught by Christian Persch. 
3655
3656 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * shell/main.c: (main):
3659
3660         Fix memory leak.
3661
3662 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3665
3666         Fix crash when opening a pdf with password protection. 
3667
3668 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * pdf/ev-poppler.cc: (pdf_document_search_free):
3671
3672         Fix memory leak. 
3673
3674 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3675
3676         * backend/ev-document-factory.c:
3677         (ev_document_factory_get_document):
3678         * tiff/tiff-document.c: (tiff_document_finalize):
3679         
3680         More correct handling of document loading. Fixes
3681         bug #349043.
3682
3683 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * backend/ev-attachment.c: (ev_attachment_save):
3686
3687         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3688         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3689
3690 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3691         
3692         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3693         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3694
3695 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * shell/ev-sidebar-thumbnails.c:
3698
3699         Do not render thumbnails unless thumbnails page is active in the
3700         sidebar.
3701
3702 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3703
3704         * shell/ev-properties-dialog.c:
3705
3706         Fix dialogue spacing. Bug #351370.
3707
3708 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3709
3710         * configure.ac:
3711
3712         Use lowercase gettext catalog file names (evince.mo
3713         instead of Evince.mo)
3714
3715 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * shell/ev-sidebar-attachments.c:
3718
3719         GtkIconTheme is now screen safe too. Fixes bug #350878
3720
3721 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * shell/ev-window.c:
3724
3725         GtkRecent manager is now screen safe. Fixes bug #350145
3726
3727 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3728
3729         * shell/ev-sidebar.c: (ev_sidebar_init):
3730         
3731         Make sidebar close icon smaller. Fix for bug 350177.
3732         See also bugs 350176 and 165770.
3733
3734 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3737
3738         Ignore zoom for xyz destinations when it's <= 1, keeping user
3739         preferences instead. Set correct sizing-mode for fith and fitv
3740         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3741
3742 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * NEWS:
3745         * configure.ac:
3746         
3747         Update for release 0.5.5
3748
3749 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3750         
3751         * shell/ev-window.c: (ev_window_cmd_escape)
3752
3753         Escape unfocus page entry. Fixes bug #345809.
3754
3755 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3758         (build_tree), (pdf_document_links_get_links),
3759         (pdf_document_links_find_link_dest):
3760         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3761         (goto_xyz_dest):
3762
3763         Convert from PDF style coordinates to X style coordinates in the
3764         backend rather than in the view. Fixes bug #338440
3765
3766 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * shell/ev-window.c:
3769         
3770         Remove Ctrl+Shift+T shortcut for toolbars. See
3771         the bug #350098.
3772
3773 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3774
3775         * configure.ac:
3776
3777         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3778         of this. 
3779
3780 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * configure.ac:
3783         * cut-n-paste/Makefile.am:
3784         * data/evince-ui.xml:
3785         * shell/Makefile.am:
3786         * shell/ev-application.[ch]:
3787         * shell/ev-window.c:
3788
3789         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3790         #349273
3791
3792 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3793
3794         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3795         findbar code: s/help/search/
3796
3797 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3798
3799         * shell/ev-window.c: (setup_document_from_metadata),
3800         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3801         (setup_view_from_metadata):
3802         
3803         Fix memory leaks.
3804
3805 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3806
3807         * autogen.sh, configure.ac: 
3808         
3809         Update automake usage. See bug 349292.
3810
3811 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3812
3813         * shell/eggfindbar.c: (egg_find_bar_class_init),
3814         (entry_activate_callback), (egg_find_bar_init),
3815         (egg_find_bar_set_status_text):
3816         * shell/eggfindbar.h:
3817         
3818         Unify Evince findbar with Epiphany. Nice patch
3819         from Fabricio Silva <silva@crans.org> and
3820         Frederic Peters <fpeters@entrouvert.com>. See
3821         bug #339966 for details.
3822
3823 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3824
3825         * data/evince.desktop.in.in:
3826         
3827         Correct information for bugzilla. Thanks to
3828         Olaf Vitters, see bug #348855.
3829
3830 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * shell/ev-jobs.[ch]:
3833         * shell/ev-sidebar-links.c:
3834         * shell/ev-window.[ch]:
3835
3836         GtkPrintJob doesn't support print ranges or current page, so we export
3837         to a ps file now when printing ranges or current page.
3838
3839 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * pdf/ev-poppler.cc:
3842         * shell/ev-window.c: (do_action_named):
3843
3844         We should be more clear about bugzilla. See the
3845         poppler bug #7623.
3846
3847 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * configure.ac:
3850         * shell/Makefile.am:
3851         * shell/ev-job-queue.c:
3852         * shell/ev-jobs.[ch]:
3853         * shell/ev-sidebar-links.c:
3854         * shell/ev-window.[ch]:
3855         
3856         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3857         #348422
3858
3859 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3862         * shell/ev-application-service.xml:
3863         * shell/ev-application.[ch]:
3864         * shell/ev-jobs.[ch]:
3865         * shell/ev-window.[ch]: (ev_window_run_preview):
3866         * shell/main.c: 
3867
3868         Add preview mode to use evince as a printing previewer. It also adds
3869         other command line options for fullscreen and presentation modes.
3870         Fixes bugs #347822, #317031
3871
3872 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * NEWS:
3875         * configure.ac:
3876         
3877         Update for release 0.5.4
3878
3879 2006-07-11  Bastien Nocera <hadess@hadess.net>
3880
3881         * Makefile.am:
3882         * backend/Makefile.am:
3883         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3884         * backend/ev-document-factory.h:
3885         * configure.ac:
3886         * impress/.cvsignore:
3887         * impress/Makefile.am:
3888         * impress/common.h:
3889         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3890         (imp_get_page), (imp_next_page), (imp_prev_page),
3891         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3892         * impress/f_oasis.c: (render_object), (render_page),
3893         (get_geometry), (_imp_oasis_load):
3894         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3895         (_imp_oo13_load):
3896         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3897         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3898         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3899         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3900         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3901         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3902         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3903         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3904         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3905         (iks_new_within), (iks_insert), (iks_insert_cdata),
3906         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3907         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3908         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3909         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3910         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3911         (iks_cdata), (iks_cdata_size), (iks_has_children),
3912         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3913         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3914         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3915         (iks_tree), (iks_load), (iks_save):
3916         * impress/iksemel.h:
3917         * impress/imposter.h:
3918         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3919         (imp_render_draw_bezier_real), (imp_render_get_size),
3920         (imp_render_set_fg_color), (imp_render_draw_line),
3921         (imp_render_draw_rect), (imp_render_draw_polygon),
3922         (imp_render_draw_arc), (imp_render_draw_bezier),
3923         (imp_render_open_image), (imp_render_get_image_size),
3924         (imp_render_scale_image), (imp_render_draw_image),
3925         (imp_render_close_image), (imp_render_markup),
3926         (imp_render_get_text_size), (imp_render_draw_text),
3927         (impress_document_load), (impress_document_save),
3928         (impress_document_get_n_pages), (impress_document_get_page_size),
3929         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3930         (impress_document_finalize), (impress_document_class_init),
3931         (impress_document_can_get_text), (impress_document_get_info),
3932         (impress_document_document_iface_init),
3933         (impress_document_thumbnails_get_thumbnail),
3934         (impress_document_thumbnails_get_dimensions),
3935         (impress_document_document_thumbnails_iface_init),
3936         (impress_document_init):
3937         * impress/impress-document.h:
3938         * impress/internal.h:
3939         * impress/r_back.c: (_imp_fill_back):
3940         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3941         (_imp_draw_image), (_imp_tile_image):
3942         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3943         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3944         (r_polyline):
3945         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3946         (r_draw_gradient_complex), (r_draw_gradient):
3947         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3948         (r_get_bullet):
3949         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3950         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3951         (r_text):
3952         * impress/render.c: (imp_create_context), (imp_context_set_page),
3953         (imp_context_set_step), (imp_render), (imp_delete_context):
3954         * impress/render.h:
3955         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3956         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3957         (zip_load_xml), (zip_get_size), (zip_load):
3958         * impress/zip.h:
3959         * shell/ev-utils.c:
3960         
3961         New backend to support impress slides. Fixes bug #30867.
3962
3963 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3964
3965         * shell/ev-utils.c: (using_postscript_printer):
3966         
3967         Fixes crash when print using PAPI backend,
3968         bug #345012.
3969
3970 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3971
3972         * shell/ev-jobs.c: (ev_job_xfer_run):
3973         * shell/ev-window.c: (password_dialog_response),
3974         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3975         (ev_window_dispose):
3976         Fixes bug #344160: if the xfer job doesn't complete
3977         because a password is required, reload the existing
3978         instance instead of creating a new one.
3979
3980 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3981
3982         * shell/main.c: (main): Call gdk_threads_init. Thus
3983         we'll avoid errors in auth dialog. Fix for the bug
3984         #343347.
3985
3986 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3987
3988         * configure.ac: Advertise pixbuf support, fix
3989         for the bug 343317.
3990
3991 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3992
3993         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3994         (ev_sidebar_thumbnails_set_document):
3995         
3996         Update sidebar thumbnails after reloading.
3997
3998 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3999
4000         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4001         * shell/ev-jobs.h:
4002         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4003         (ev_window_cmd_view_reload), (ev_window_init):
4004         
4005         Don't crash on reload. Fix for the bug #343167.
4006
4007 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4008
4009         * shell/ev-jobs.c: (ev_job_render_run):
4010         
4011         Check for document links.
4012
4013 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * backend/ev-attachment.c: (ev_attachment_save),
4016         (ev_attachment_launch_app), (ev_attachment_open):
4017         * backend/ev-document-factory.c: (get_document_from_uri):
4018         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4019         (egg_recent_view_uimanager_set_list):
4020         * ps/ps-document.c: (check_filecompressed), (document_load),
4021         (ps_document_load):
4022         * shell/ev-metadata-manager.c: (load_values):
4023         * shell/ev-password.c: (ev_password_dialog_set_property):
4024         * shell/ev-view.c: (tip_from_link):
4025         * shell/ev-window.c: (file_save_dialog_response_cb),
4026         (ev_window_print_dialog_response_cb):
4027         
4028         Use consistent quoting style. Fix for the bug #320285.
4029
4030 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * shell/ev-jobs.c: (ev_job_xfer_run):
4033         * shell/main.c: (load_files):
4034                 
4035         Open links with anchors. Fix for the bug #339836.
4036
4037 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4040         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4041         (ev_link_dest_set_property), (ev_link_dest_finalize),
4042         (ev_link_dest_class_init), (ev_link_dest_new_named),
4043         (ev_link_dest_new_page_label):
4044         * backend/ev-link-dest.h:
4045         * shell/ev-application.c: (ev_application_open_uri):
4046         * shell/ev-view.c: (goto_dest):
4047         * shell/ev-window.c:
4048         * shell/ev-window.h:
4049         
4050         Fix page-label command line option. Bug #342070.
4051
4052 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4053
4054         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4055         
4056         Don't show highlight rects if page can't be showed. Fix for 
4057         the bug #342076
4058
4059 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4060
4061         * shell/ev-window.c: (setup_sidebar_from_metadata),
4062         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4063         
4064         Setup sidebar from metadata even if there is no document
4065         loaded. Fix for the bug #342807.
4066
4067 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * cut-n-paste/toolbar-editor/Makefile.am:
4070         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4071         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4072         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4073         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4074         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4075         (popup_context_menu_cb), (button_press_event_cb),
4076         (configure_item_sensitivity), (configure_item_cursor),
4077         (configure_item_tooltip), (connect_widget_signals),
4078         (action_sensitive_cb), (create_item_from_action),
4079         (create_item_from_position), (toolbar_drag_data_received_cb),
4080         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4081         (toolbar_drag_leave_cb), (configure_drag_dest),
4082         (toggled_visibility_cb), (toolbar_visibility_refresh),
4083         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4084         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4085         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4086         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4087         (egg_editable_toolbar_dispose),
4088         (egg_editable_toolbar_set_ui_manager),
4089         (egg_editable_toolbar_get_selected),
4090         (egg_editable_toolbar_set_selected), (set_edit_mode),
4091         (egg_editable_toolbar_set_property),
4092         (egg_editable_toolbar_get_property),
4093         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4094         (egg_editable_toolbar_new_with_model),
4095         (egg_editable_toolbar_get_edit_mode),
4096         (egg_editable_toolbar_set_edit_mode),
4097         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4098         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4100         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4101         (item_added_or_removed_cb), (toolbar_removed_cb),
4102         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4103         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4104         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4105         (editor_create_item_from_name), (append_table),
4106         (update_editor_sheet), (egg_toolbar_editor_init):
4107         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4108         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4109         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4110         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4111         (toolbar_node_free), (egg_toolbars_model_get_flags),
4112         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4113         (egg_toolbars_model_get_name), (impl_add_item),
4114         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4115         (parse_data_list), (parse_item_list), (parse_toolbars),
4116         (egg_toolbars_model_load_toolbars), (parse_available_list),
4117         (parse_names), (egg_toolbars_model_load_names),
4118         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4119         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4120         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4121         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4122         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4123         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4124         (egg_toolbars_model_set_types), (fill_avail_array),
4125         (egg_toolbars_model_get_name_avail),
4126         (egg_toolbars_model_get_name_flags),
4127         (egg_toolbars_model_set_name_flags):
4128         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4129         * cut-n-paste/toolbar-editor/eggintl.h:
4130         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4131         (egg_tree_multi_drag_source_get_type),
4132         (egg_tree_multi_drag_source_row_draggable),
4133         (egg_tree_multi_drag_source_drag_data_delete),
4134         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4135         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4136         (path_list_free), (set_context_data), (get_context_data),
4137         (get_info), (egg_tree_multi_drag_drag_data_get),
4138         (egg_tree_multi_drag_motion_event),
4139         (egg_tree_multi_drag_button_press_event),
4140         (egg_tree_multi_drag_add_drag_support):
4141         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4142         * shell/ev-application.c: (ev_application_init),
4143         (ev_application_save_toolbars_model):
4144         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4145         (ev_window_cmd_edit_toolbar), (ev_window_init):
4146         
4147         Sync toolbareditor with epiphany and libegg
4148
4149 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * configure.ac: 
4152
4153         Depend on poppler 0.5.2
4154
4155 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4156
4157         * shell/ev-jobs.c: (ev_job_render_run):
4158         
4159         Check if document supports links iterface.
4160
4161 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * NEWS:
4164         * configure.ac:
4165         
4166         Update for release 0.5.3
4167
4168 2006-05-13  Michael Plump  <plumpy@skylab.org>
4169
4170         * configure.ac:
4171         * shell/Makefile.am:
4172         * shell/main.c: (main):
4173         
4174         Port to GOption command line parsing. Fix for the 
4175         bug #327518
4176
4177 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4178
4179         * shell/ev-window.c: (ev_window_cmd_help_about):
4180         
4181         Do not wrap license. Fix for the bug #309460.
4182
4183 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4184
4185         * configure.ac:
4186         * properties/ev-properties-main.c: (ev_properties_get_pages):
4187         * shell/ev-application.c: (ev_application_open_window),
4188         (ev_application_open_uri_at_dest):
4189         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4190         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4191         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4192         * shell/ev-utils.c: (save_print_config_to_file):
4193         * shell/ev-window.c: (ev_window_cmd_save_as),
4194         (ev_attachment_popup_cmd_save_attachment_as):
4195         * shell/main.c: (load_files_remote):
4196         
4197         Bump requirements to gtk 2.8 and drop all ifdefs used.
4198
4199 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4202         * shell/ev-window.c: (ev_window_init):
4203         
4204         Show attachments page.
4205
4206 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * po/POTFILES.in:
4209         * shell/ev-attachment-bar.c:
4210         * shell/ev-attachment-bar.h:
4211         * shell/ev-sidebar-attachments.c:
4212         (ev_sidebar_attachments_icon_cache_add),
4213         (icon_theme_get_pixbuf_from_mime_type),
4214         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4215         (ev_sidebar_attachments_icon_cache_refresh),
4216         (ev_sidebar_attachments_get_attachment_at_pos),
4217         (ev_sidebar_attachments_popup_menu_show),
4218         (ev_sidebar_attachments_popup_menu),
4219         (ev_sidebar_attachments_button_press),
4220         (ev_sidebar_attachments_update_icons),
4221         (ev_sidebar_attachments_drag_data_get),
4222         (ev_sidebar_attachments_get_property),
4223         (ev_sidebar_attachments_destroy),
4224         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4225         (ev_sidebar_attachments_new),
4226         (ev_sidebar_attachments_set_document),
4227         (ev_sidebar_attachments_support_document),
4228         (ev_sidebar_attachments_get_label),
4229         (ev_sidebar_attachments_page_iface_init):
4230         * shell/ev-sidebar-attachments.h:
4231         * shell/ev-window.c: (update_chrome_visibility),
4232         (setup_sidebar_from_metadata), (ev_window_setup_document),
4233         (ev_window_sidebar_current_page_changed_cb),
4234         (attachment_bar_menu_popup_cb), (ev_window_init):
4235         
4236         Move attachments bar to sidebar.
4237
4238 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * pdf/ev-poppler.cc:
4241         * shell/ev-application.[ch]:
4242         * shell/main.c:
4243
4244         Fix some memory leaks.
4245
4246 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4247
4248         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4249
4250         Change the properties dialog response to
4251         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4252         will make the dialog go away when the user presses
4253         enter. With gtk+ >= 2.9 this will happen anyway, but for
4254         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4255         escape by default. Fixes bug #340539. See also bug
4256         #101293 for the gtk+ part.
4257
4258 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4259
4260         * shell/ev-view.c (tip_from_action_named): Replace some strings
4261         that were wrong. Closes #340970.
4262
4263 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4266
4267         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4268         #341049
4269
4270 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * djvu/Makefile.am:
4273         * dvi/Makefile.am:
4274         * dvi/mdvi-lib/Makefile.am:
4275         * properties/Makefile.am:
4276         * ps/Makefile.am:
4277         * shell/Makefile.am:
4278         * thumbnailer/Makefile.am:
4279         
4280         Due to broken libtool that is unable to track dependencies
4281         of noinst libraries we are forced to explicitely point
4282         libraries for binary. Fix for the bug #333334.
4283
4284 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * data/evince.desktop.in.in:
4287         * shell/ev-view.c: (view_update_range_and_current_page),
4288         (ev_view_next_page), (ev_view_previous_page):
4289         * shell/ev-window.c: (update_chrome_visibility),
4290         (setup_sidebar_from_metadata), (ev_window_setup_document),
4291         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4292         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4293         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4294         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4295         (ev_window_stop_presentation), (ev_window_focus_in_event),
4296         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4297         (ev_window_init):
4298         * thumbnailer/Makefile.am:
4299         
4300         Update fullscreen and presentation timeout handling. Hide
4301         cursor in presentation after timeout. Fix for the bugs
4302         #136359 and #336981.
4303
4304 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * backend/ev-link-action.[ch]:
4307         * pdf/ev-poppler.cc: (ev_link_from_action):
4308         * shell/ev-view-private.h:
4309         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4310         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4311
4312         Add support for Named Action links
4313
4314 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * backend/Makefile.am:
4317         * backend/ev-document-links.[ch]:
4318         * backend/ev-document.[ch]:
4319         * backend/ev-link-action.[ch]:
4320         * backend/ev-link-dest.[ch]:
4321         * backend/ev-link.[ch]:
4322         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4323         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4324         * shell/ev-page-action.c: (build_new_tree_cb):
4325         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4326         (links_page_num_func), (update_page_callback):
4327         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4328         (tip_from_link):
4329         * shell/ev-jobs.c:
4330         * shell/ev-window.[ch]: (ev_window_open_uri),
4331         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4332         * shell/ev-application.[ch]: (ev_application_open_window),
4333         (ev_application_open_uri):
4334
4335         Rework links system, it adds support for remote links now and it makes
4336         easier to add new kinds of actions and destinations. Fixes bug #317292
4337
4338 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * data/Makefile.am:
4341         * data/evince.png:
4342         * data/evince-16.png:
4343         * data/evince-22.png:
4344         * data/evince.svg:
4345         * shell/main.c: (main):
4346         
4347         Evince use it's own icon. Fix for the bug #313392.
4348
4349         * shell/ev-window.c: (fullscreen_timeout_cb),
4350         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4351         (ev_window_cmd_help_about), (ev_window_dispose):
4352         
4353         Simplify fullscreen timeout code.
4354
4355 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * backend/ev-attachment.c: 
4358         * shell/ev-attachment-bar.c:
4359         * shell/ev-window.c:
4360
4361         Allow multiple selection of attachments
4362
4363 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4364
4365         * shell/ev-view.c: (view_update_range_and_current_page),
4366         (ev_view_scroll):
4367         
4368         Fix for the bug #312573 – Optimal selection of current 
4369         page among visible pages.
4370
4371 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * configure.ac:
4374         * djvu/Makefile.am:
4375         * djvu/djvu-text.h:
4376         
4377         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4378         for the bug 339868.
4379
4380 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4381
4382         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4383
4384 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4385
4386         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4387         dictated by the GNOME HIG. Fixes bug #339235.
4388
4389 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4390
4391         * data/evince-ui.xml:
4392         * shell/ev-view.c: (ev_view_can_find_previous):
4393         * shell/ev-view.h:
4394         * shell/ev-window.c: (ev_window_update_actions),
4395         (ev_window_cmd_edit_find_previous):
4396
4397         Add support for "Find Previous" as dictated by the GNOME HIG. A
4398         menu item is added and some glue code to make it all work is added
4399         to various files.
4400
4401 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4402
4403         * configure.ac: Award myself the "useless use of cat" award.
4404
4405 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4406
4407         * po/LINGUAS: New file listing all supported languages.
4408
4409         * configure.in: Use po/LINGUAS instead of including all languages
4410         directly in this file. See the wiki for more information:
4411         http://live.gnome.org/GnomeGoals/PoLinguas
4412
4413 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * backend/ev-document-factory.c:
4416
4417         Do not load the document twice when there isn't errors
4418
4419 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * backend/ev-attachment.c: 
4422
4423         Fix a crash when there isn't a default application to open an
4424         attachment
4425
4426 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4427
4428         * backend/ev-attachment.[ch]:
4429         * shell/ev-attachment-bar.[ch]:
4430
4431         Added missing files. 
4432
4433 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * backend/Makefile.am:
4436         * data/evince-ui.xml:
4437         * backend/ev-attachment.[ch]:
4438         * backend/ev-document.[ch]: (ev_document_has_attachments),
4439         (ev_document_get_attachments):
4440         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4441         (attachment_save_to_buffer), (pdf_document_get_attachments),
4442         (pdf_document_document_iface_init):
4443         * shell/Makefile.am:
4444         * shell/ev-attachment-bar.[ch]:
4445         * shell/ev-window.c:
4446
4447         Add support for PDF attachments. Fixes bug #325143
4448
4449 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4450
4451         * backend/ev-document-factory.c: (get_document_from_uri),
4452         (ev_document_factory_get_document):
4453         * backend/ev-document-factory.h:
4454         * properties/ev-properties-main.c: (ev_properties_get_pages):
4455         * shell/Makefile.am:
4456         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4457         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4458         (ev_job_queue_remove_job):
4459         * shell/ev-job-queue.h:
4460         * shell/ev-job-xfer.c:
4461         * shell/ev-job-xfer.h:
4462         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4463         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4464         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4465         (ev_job_xfer_run):
4466         * shell/ev-jobs.h:
4467         * shell/ev-window.c: (ev_window_is_empty),
4468         (password_dialog_response), (ev_window_clear_xfer_job),
4469         (ev_window_xfer_job_cb), (ev_window_open_uri),
4470         (ev_window_cmd_focus_page_selector),
4471         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4472         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4473         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4474         (ev_window_dispose):
4475         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4476         
4477         * Cleanup mime type detection on document load. Fix for the
4478         bug #336448.
4479
4480 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4481
4482         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4483         
4484         Fix crash on exit, described in the bug #336825.
4485
4486 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * backend/ev-document-factory.c:
4489         (ev_document_factory_get_from_mime),
4490         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4491         (ev_document_factory_get_document),
4492         (file_filter_add_mime_list_and_free),
4493         (ev_document_factory_add_filters):
4494         * backend/ev-document-factory.h:
4495         * properties/ev-properties-main.c: (ev_properties_get_pages):
4496         * shell/Makefile.am:
4497         * shell/ev-application.c:
4498         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4499         * shell/ev-window.c: (ev_window_cmd_file_open),
4500         (ev_window_cmd_save_as):
4501         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4502         
4503         Rework factory functions so they are placed now in a single 
4504         file ev-document-factory.c
4505
4506 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * shell/ev-window.c: (update_chrome_visibility):
4509         
4510         Fix for the bug 166566 - don't show menubar in fullscreen
4511         mode.
4512
4513 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4514
4515         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4516
4517 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * shell/ev-view.c: (ev_view_expose_event):
4520         
4521         More correctly draw loading text when document
4522         is empty.
4523
4524 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * shell/ev-view.c: (ev_view_scroll):
4527         
4528         Fix for the bug #334854, page down and page up switch
4529         pages in presentation mode.
4530
4531 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * shell/ev-window.c: (ev_window_set_action_sensitive),
4534         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4535         (ev_window_set_view_accels_sensitivity),
4536         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4537         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4538         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4539         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4540         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4541         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4542         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4543         (view_actions_focus_in_cb), (ev_window_init):
4544         
4545         Fix for the bug #333902, now it's possible to search
4546         words with slash.
4547
4548 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4549
4550         * configure.ac: Added Breton translation.
4551         * po/br.po: Added Breton translation.
4552
4553 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4554
4555         * shell/ev-window-title (ev_window_title_update):
4556
4557         Fix memory leak in window title. Fixes bug #333944
4558
4559 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * shell/ev-metadata-manager.c (parseItem):
4562
4563         Fix memory leaks. Fixes bug #333945
4564
4565 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4566         
4567         * NEWS, configure.ac, TODO:
4568         
4569         Update for release 0.5.2.
4570
4571 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4572
4573         * shell/ev-view.c: (view_update_range_and_current_page),
4574         (page_changed_cb):
4575         
4576         Don't jump on scrolling, fix for the bug #333127.
4577
4578 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4579
4580         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4581         
4582         Scroll by one page in presentation mode. Fix for the bug
4583         #332993.
4584
4585 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4586
4587         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4588
4589 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4590
4591         * configure.ac  Added lv in ALL_LINGUAS line.
4592
4593 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4594         
4595         * NEWS, configure.ac:
4596         
4597         Update for release 0.5.1
4598
4599 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4600
4601         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4602         * backend/ev-document-misc.h:
4603         * shell/ev-view.c: (draw_one_page):
4604         
4605          Clairfy what page the toolbar page number applies to. Fix
4606          for the bug #328102.
4607
4608 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4609
4610         * shell/ev-view-private.h:
4611         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4612         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4613         (ev_view_search_changed):
4614         * shell/ev-view.h:
4615         * shell/ev-window.c: (find_bar_search_changed_cb):
4616         
4617         Dont't jump to find result if window was scrolled during search.
4618         Fix for the bug #313266.
4619
4620 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4621
4622         * shell/eggfindbar.c: (egg_find_bar_class_init):
4623         * shell/eggfindbar.h:
4624         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4625         * shell/ev-view-private.h:
4626         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4627         (ev_view_class_init), (ev_sizing_mode_get_type),
4628         (ev_scroll_type_get_type):
4629         * shell/ev-view.h:
4630         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4631         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4632         (ev_window_init):
4633         
4634         Fix for the bug 319133 - Find entry should allow text scroll.
4635
4636 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4637
4638         * shell/ev-view-private.h:
4639         * shell/ev-view.c: (view_update_range_and_current_page),
4640         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4641         (ev_view_set_document), (update_find_status_message),
4642         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4643         (ev_view_find_previous):
4644         
4645         Fix for the bug #319137. Search now takes account for scrolling.
4646
4647 2006-02-19  Michael Hofmann <mh21@piware.de>
4648
4649         * configure.ac:
4650         * djvu/Makefile.am:
4651         * djvu/djvu-document-private.h:
4652         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4653         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4654         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4655         (djvu_document_can_get_text), (djvu_document_get_text),
4656         (djvu_document_document_iface_init),
4657         (djvu_document_thumbnails_get_thumbnail),
4658         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4659         (djvu_document_find_get_result),
4660         (djvu_document_find_page_has_results),
4661         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4662         (djvu_document_find_iface_init):
4663         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4664         (djvu_text_page_selection), (djvu_text_page_limits_process),
4665         (djvu_text_page_limits), (djvu_text_page_copy),
4666         (djvu_text_page_position), (djvu_text_page_union),
4667         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4668         (djvu_text_page_box), (djvu_text_page_append_text),
4669         (djvu_text_page_search), (djvu_text_page_prepare_search),
4670         (djvu_text_page_new), (djvu_text_page_free):
4671         * djvu/djvu-text-page.h:
4672         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4673         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4674         (djvu_text_n_results), (djvu_text_has_results),
4675         (djvu_text_get_result), (djvu_text_get_progress):
4676         * djvu/djvu-text.h:
4677         
4678         Text search in djvu. Fix for the bug #303415.
4679
4680 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * configure.ac:
4683         * shell/ev-window.c: (ev_window_cmd_save_as):
4684         
4685         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4686         Thanks to Gary Coady <gary@lyranthe.org>
4687
4688 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4689
4690         * shell/ev-print-job.c: (idle_print_handler):
4691         
4692         Inverse order printing, bug #320919.
4693
4694 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4695
4696         * data/evince-toolbar.xml:
4697         * shell/ev-window.c:
4698         
4699         Allow to add sidebar checkbutton on toolbar. Fix
4700         for the bug #144577.
4701
4702 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4705         
4706         Add checks that have sense for empty ps document.
4707
4708 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4709
4710         * configure.ac: Include PS in mime types list. 
4711
4712 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * configure.ac:
4715         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4716         * ps/gsdefaults.h:
4717         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4718         
4719         Runtime check for gs interpreter. Fix for the bug #320868.
4720         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4721
4722 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * shell/ev-application.c: 
4725
4726         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4727         dbus>=0.60, so that the request is not queued. 
4728
4729 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4730
4731         * configure.ac:
4732         * shell/Makefile.am:
4733         * shell/ev-sidebar-links.c: (print_section_cb):
4734         * shell/ev-utils.c:
4735         * shell/ev-utils.h:
4736         * shell/ev-window.c: (update_action_sensitivity),
4737         (ev_window_close_dialogs), (ev_window_print):
4738         * shell/ev-window.h:
4739         
4740         Make printing support optional. Patch from Eduardo de Barros Lima
4741         <eduardo.lima@indt.org.br> for the bug #330546.
4742
4743 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * shell/ev-view-private.h:
4746         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4747         (ev_view_set_document):
4748         * shell/ev-view.h:
4749         * shell/ev-window.c: (ev_window_load_job_cb),
4750         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4751         (ev_window_init):
4752
4753         Draw Loading message during xfer job. Fix for the bug #329495.
4754
4755 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * comics/comics-document.c: (comics_regex_quote),
4758         (comics_document_load), (extract_argv):
4759         
4760         Correcly quote regexp before passing it to unzip.
4761
4762 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * shell/ev-page-cache.c: (build_height_to_page),
4765         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4766         (ev_page_cache_get_dual_even_left):
4767         * shell/ev-page-cache.h:
4768         * shell/ev-view.c: (view_update_range_and_current_page),
4769         (get_page_y_offset), (get_page_extents):
4770         
4771         Place even pages to the left if document has less then
4772         two pages. Fix for the bug #328856.
4773
4774 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4775
4776         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4777         
4778         Correct comics scheme. This make evince create thumbnails
4779         for comic books. Fix for the bug 329088.
4780
4781 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4782
4783         * data/evince-password.glade: Don't explicitly set
4784         invisible_char to the current default value in case
4785         the default changes; let GTK+ do its magic.
4786
4787 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4790         real filename to tmp filename since often document
4791         type is determined by extension.
4792
4793 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4794
4795         * shell/ev-view.c: (add_scroll_binding_keypad),
4796         (ev_view_binding_activated), (ev_view_class_init):
4797         
4798         Add keybindings for percision-scrolling of display area. 
4799         Fix for the bug #314072.
4800
4801 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * data/evince.desktop.in.in:
4804         
4805         Add GTK to the list of categories. Fix for the bug #328034.
4806
4807 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-application.c: (ev_application_shutdown),
4810         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4811         * shell/ev-application.h:
4812         * shell/ev-window.c: (file_open_dialog_response_cb),
4813         (ev_window_cmd_file_open):
4814         
4815         Save last uri in file chooser dialog. Fix for the bug #327950.
4816
4817 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4818
4819         * NEWS:
4820         * README:
4821         
4822         Final update for release 0.5.0
4823         
4824         * shell/Makefile.am:
4825         
4826         Remove disable deprecated until we'll require libgnome-2.13.7
4827         and port to GOption argument parsing. See bug 327518.
4828
4829 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4830
4831         * comics/comics-document.c: (comics_document_save):
4832         * djvu/djvu-document.c: (djvu_document_save):
4833         * dvi/dvi-document.c: (dvi_document_save):
4834         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4835         * lib/ev-file-helpers.h:
4836         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4837         * tiff/tiff-document.c: (tiff_document_save):
4838         
4839         Use common save function for backends.
4840
4841 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4842
4843         * backend/ev-document-types.c:
4844         
4845         Fix crash on saving pixbuf.
4846
4847 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4848
4849         * cut-n-paste/recent-files/egg-recent-item.c:
4850         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4851         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4852         (parse_info_free), (valid_element), (start_element_handler),
4853         (end_element_handler), (text_handler), (egg_recent_model_filter),
4854         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4855         (egg_recent_model_monitor), (egg_recent_model_read),
4856         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4857         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4858         (egg_recent_model_set_property), (egg_recent_model_class_init),
4859         (egg_recent_model_init), (egg_recent_model_add_full),
4860         (egg_recent_model_delete), (egg_recent_model_get_list),
4861         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4862         (egg_recent_model_set_filter_mime_types),
4863         (egg_recent_model_clear_group_filter),
4864         (egg_recent_model_set_filter_groups),
4865         (egg_recent_model_clear_scheme_filter),
4866         (egg_recent_model_set_filter_uri_schemes),
4867         (egg_recent_model_remove_expired):
4868         * cut-n-paste/recent-files/egg-recent-util.c:
4869         (egg_recent_util_get_icon):
4870         * cut-n-paste/recent-files/egg-recent-util.h:
4871         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4872         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4873         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4874         (egg_recent_view_uimanager_set_property),
4875         (egg_recent_view_uimanager_get_property),
4876         (egg_recent_view_uimanager_class_init),
4877         (egg_recent_view_uimanager_init),
4878         (egg_recent_view_uimanager_set_label_width),
4879         (egg_recent_view_uimanager_get_label_width):
4880         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4882         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4883         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4884         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4885         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4886         
4887         Update from libegg.
4888
4889 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4890
4891         * shell/ev-page-cache.c: (build_height_to_page),
4892         (ev_page_cache_get_height_to_page):
4893         * shell/ev-page-cache.h:
4894         * shell/ev-view.c: (view_update_range_and_current_page),
4895         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4896         (ev_view_previous_page):
4897         
4898         Dual mode places even pages to the left. Fix for the bug #309393.
4899
4900         * shell/ev-view.h:
4901         * shell/ev-window.c: (update_action_sensitivity),
4902         (setup_view_from_metadata), (view_menu_popup_cb):
4903         
4904         Don't restore presentation in empty windows, more intelligent
4905         next page behaviour in dual mode.
4906
4907         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4908         (ev_pixbuf_cache_clear_job_sizes):
4909         
4910         Cleanup job callback on removal. Fix for the bug #325886.
4911
4912 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * ps/ps.c: (psscan):
4915         
4916         Commit workaround Mozilla problem. Fix for the bug #325919
4917         
4918         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4919         (save_item):
4920         
4921         Fix for year 2038 problem.
4922
4923 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * shell/ev-window.c: (setup_document_from_metadata),
4926         (ev_window_cmd_view_reload):
4927
4928         Clamp page recieved from metadata in valid values. Fix
4929         for the bug #325986.
4930
4931 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * MAINTAINERS: 
4934         Add MAINTAINERS as requested on desktop-devel-list.
4935
4936 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4939         (mime_type_supported_by_gdk_pixbuf),
4940         (ev_document_factory_get_mime_types),
4941         (ev_document_factory_get_all_mime_types):
4942         
4943         Don't add pixbuf mime types if pixbuf backend is disabled.
4944         
4945         * shell/ev-application.c: (ev_application_get_uri_window):
4946         
4947         Fix for the bug 325815 - unhandled MIME type message doesn't 
4948         appear a second time. 
4949         
4950         * shell/ev-document-types.c: (ev_document_types_add_filters):
4951         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4952         (password_dialog_response), (ev_window_popup_password_dialog),
4953         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4954         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4955         (ev_window_run_presentation), (ev_window_stop_presentation),
4956         (save_sizing_mode), (ev_window_zoom_changed_cb),
4957         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4958         (ev_window_dual_mode_changed_cb),
4959         (ev_window_sidebar_current_page_changed_cb),
4960         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4961         (window_state_event_cb), (window_configure_event_cb):
4962         
4963         Cleanup additional uris holded by EvWindow.
4964
4965 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4968         (ev_view_can_previous_page), (ev_view_can_next_page):
4969         * shell/ev-view.h:
4970         * shell/ev-window.c: (update_action_sensitivity):
4971         
4972         Two page scrolling with Space and PageUp in dual mode. Second fix 
4973         for the bug #316608.
4974
4975 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * shell/ev-view.c: (scroll_to_current_page):
4978         
4979         Correctly clamp adjustment value. Fix for the bug
4980         #325808.
4981
4982 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * shell/ev-sidebar-links.c: (print_section_cb):
4985         * shell/ev-window.c: (ev_window_get_uri),
4986         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4987         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4988         (ev_window_dispose):
4989         
4990         Make print dialog non-modal. Fix for the bug #325622.
4991
4992 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4993
4994         * shell/ev-metadata-manager.c:
4995         * shell/ev-utils.c: (using_pdf_printer),
4996         (using_postscript_printer), (load_print_config_from_file),
4997         (save_print_config_to_file):
4998         * shell/ev-utils.h:
4999         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5000         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5001         (setup_view_from_metadata), (ev_window_setup_document),
5002         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5003         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5004         (ev_window_run_presentation), (ev_window_stop_presentation),
5005         (save_sizing_mode), (ev_window_zoom_changed_cb),
5006         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5007         (ev_window_dual_mode_changed_cb),
5008         (ev_window_sidebar_current_page_changed_cb),
5009         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5010         (window_state_event_cb), (window_configure_event_cb),
5011         (ev_window_init):
5012         
5013         Setting saving behaviour fixes.
5014
5015 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * configure.ac:
5018         
5019         Make antialiasing gs options better and allow
5020         to change them during configure. Fix for the 
5021         bug #319049.
5022
5023 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5024
5025         * shell/ev-window.c: (setup_view_from_metadata):
5026         
5027         Remember if last window was maximized. Fix for the
5028         bug #323797.
5029
5030 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5031
5032         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5033
5034 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5037         * shell/ev-page-action.c: (build_new_tree_cb):
5038         * shell/ev-sidebar-links.c: (links_page_num_func),
5039         (update_page_callback_foreach), (update_page_callback):
5040         * shell/ev-view.c: (scroll_to_current_page):
5041         
5042         Fix for the bug #325067 with more intelligent selection
5043         of current link in sidebar. Make sidebar handle links
5044         of FITR-like type more correctly.
5045
5046         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5047         (dvi_pixbuf_put_pixel):
5048         
5049         Fix memory consumtion with disabled alpha channel.
5050
5051 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * data/evince-ui.xml:
5054         * shell/ev-window.c: (view_menu_popup_cb),
5055         (ev_popup_cmd_open_link), (ev_window_init):
5056         
5057         Update context menu for internal links. Fix for the bug
5058         #325066.
5059
5060 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5063         
5064         Bind context menu to keyboard also. Fix for the bug
5065         #325065.
5066
5067 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5068
5069         * shell/ev-view.c: (selection_scroll_timeout_cb):
5070         
5071         Horizontal scroll on selection also.
5072
5073 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5074
5075         * shell/ev-metadata-manager.c: (parse_value):
5076         * shell/ev-view.c: (goto_xyz_link):
5077         
5078         Correct zoom setup and metadata save broken in 
5079         some locales.
5080
5081 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-view-private.h:
5084         * shell/ev-view.c: (scroll_to_current_page),
5085         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5086         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5087         (page_changed_cb), (ev_view_set_continuous),
5088         (ev_view_set_dual_page), (ev_view_set_presentation):
5089         
5090         Delay scroll until allocation to correctly position page. Fix
5091         for the bug #317334.
5092
5093 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * NEWS:
5096         * configure.ac:
5097         
5098         Update NEWS and require poppler 0.5.0.
5099
5100 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5101         
5102         * data/evince-ui.xml:
5103         * shell/ev-view-private.h:
5104         * shell/ev-view.c: (ev_view_get_link_at_location),
5105         (handle_link_over_xy), (ev_view_button_press_event),
5106         (ev_view_button_release_event), (ev_view_class_init):
5107         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5108         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5109         (ev_window_init):
5110         
5111         Implement right-click context menu.
5112
5113 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5114
5115         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5116         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5117         (mdvi_pixbuf_device_render):
5118         * pdf/ev-poppler.cc:
5119
5120         Don't generate thumbnails with alpha. See bug #324077.
5121         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5122
5123 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * shell/ev-window.c: (setup_chrome_from_metadata):
5126         
5127         Fix typo that was hiding toolbar.
5128
5129 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * shell/ev-view-private.h:
5132         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5133         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5134         (ev_view_button_release_event), (ev_view_destroy):
5135         
5136         Small cleanup and autoscrolling during selection. Thanks to 
5137         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5138
5139 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5140
5141         * configure.ac:
5142         
5143         Correctly check for comics option.
5144
5145 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5146         * Makefile.am:
5147         * configure.ac:
5148         * backend/Makefile.am:
5149         * backend/ev-document-factory.c:
5150         * shell/ev-document-types.c:
5151
5152         Included option in configure to make ps backend 
5153         compilation optional with --disable-ps.
5154
5155 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * backend/ev-document-factory.c:
5158         * comics/Makefile.am:
5159         * comics/comics-document.c: (comics_document_load):
5160         * comics/ev-cbr-mime.xml:
5161         * configure.ac:
5162         
5163         Comics mime types are added to shared-mime-info CVS. Now
5164         we don't need to install our own mime types.
5165
5166 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * shell/ev-window.c:
5169         
5170         Add shortcut for "save a copy" menu entry. Fix for
5171         the bug #324582.
5172
5173 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5174
5175         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5176         (job_finished_cb), (new_selection_pixbuf_needed),
5177         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5178         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5179         
5180         Rework selection job info logic and fix critical warning.
5181
5182 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5183
5184         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5185
5186 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5187
5188         * data/evince-ui.xml:
5189         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5190         
5191         Enter as shortcut key for next page. Fix for the bug
5192         #321394.
5193
5194 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5195
5196         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5197
5198 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5201         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5202         (new_selection_pixbuf_needed),
5203         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5204         (clear_job_selection):
5205         
5206         Too early for 0.5. Pixbuf cache code cleaned a bit.
5207
5208 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * NEWS:
5211         * configure.ac:
5212         
5213         Release 0.5.0 preparation
5214
5215 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5216
5217         * comics/Makefile.am:
5218         * configure.ac:
5219         * shell/ev-document-types.c: (ev_document_types_add_filters):
5220         
5221         More advanced handling of custom mime type installation.
5222
5223 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5224
5225         * data/evince.schemas.in:
5226         * shell/ev-metadata-manager.c: (value_free),
5227         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5228         (ev_metadata_manager_get), (ev_metadata_manager_set):
5229         * shell/ev-metadata-manager.h:
5230         * shell/ev-window.c: (update_chrome_flag),
5231         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5232         (setup_document_from_metadata), (setup_chrome_from_metadata),
5233         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5234         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5235         (ev_window_view_toolbar_cb),
5236         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5237         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5238         
5239         Save last document settings and reuse them for new documents.
5240
5241 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * Makefile.am:
5244         * backend/Makefile.am:
5245         * backend/ev-document-factory.c:
5246         * backend/ev-document-factory.h:
5247         * comics/Makefile.am:
5248         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5249         (comics_document_load), (comics_document_save),
5250         (comics_document_get_n_pages), (comics_document_get_page_size),
5251         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5252         (comics_document_class_init), (comics_document_can_get_text),
5253         (comics_document_get_info), (comics_document_document_iface_init),
5254         (comics_document_init), (get_supported_image_extensions),
5255         (comics_document_thumbnails_get_geometry),
5256         (comics_document_thumbnails_get_thumbnail),
5257         (comics_document_thumbnails_get_dimensions),
5258         (comics_document_document_thumbnails_iface_init), (extract_argv):
5259         * comics/comics-document.h:
5260         * comics/ev-cbr-mime.xml:
5261         * configure.ac:
5262         * po/POTFILES.in:
5263         * shell/ev-application.c: (ev_application_register_service):
5264         * shell/ev-document-types.c: (ev_document_types_add_filters):
5265         * thumbnailer/Makefile.am:
5266         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5267         
5268         New CBR/CBZ backend for comic books.
5269
5270 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5271
5272         * shell/main.c: (load_files_remote):
5273
5274         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5275         warning on startup of second instance is fixed. It
5276         is bug #320353.
5277
5278 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * shell/ev-window.c: (ev_window_finalize):
5281         
5282         Fix double free that cause crash.
5283
5284 2005-10-29  Bastien Nocera <hadess@hadess.net>
5285
5286         * tiff/tiff-document.c: (tiff_document_load):
5287         
5288         Fix memory leak.
5289
5290 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * po/POTFILES.in:
5293         * shell/Makefile.am:
5294         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5295         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5296         (ev_view_accessible_get_text),
5297         (ev_view_accessible_get_character_at_offset),
5298         (ev_view_accessible_get_text_before_offset),
5299         (ev_view_accessible_get_text_at_offset),
5300         (ev_view_accessible_get_text_after_offset),
5301         (ev_view_accessible_get_character_count),
5302         (ev_view_accessible_get_caret_offset),
5303         (ev_view_accessible_set_caret_offset),
5304         (ev_view_accessible_get_run_attributes),
5305         (ev_view_accessible_get_default_attributes),
5306         (ev_view_accessible_get_character_extents),
5307         (ev_view_accessible_get_offset_at_point),
5308         (ev_view_accessible_get_n_selections),
5309         (ev_view_accessible_get_selection),
5310         (ev_view_accessible_add_selection),
5311         (ev_view_accessible_remove_selection),
5312         (ev_view_accessible_set_selection),
5313         (ev_view_accessible_text_iface_init),
5314         (ev_view_accessible_idle_do_action),
5315         (ev_view_accessible_action_do_action),
5316         (ev_view_accessible_action_get_n_actions),
5317         (ev_view_accessible_action_get_description),
5318         (ev_view_accessible_action_get_name),
5319         (ev_view_accessible_action_set_description),
5320         (ev_view_accessible_action_iface_init),
5321         (ev_view_accessible_get_type), (ev_view_accessible_new),
5322         (ev_view_accessible_factory_get_accessible_type),
5323         (ev_view_accessible_factory_create_accessible),
5324         (ev_view_accessible_factory_class_init),
5325         (ev_view_accessible_factory_get_type):
5326         * shell/ev-view-accessible.h:
5327         * shell/ev-view-private.h:
5328         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5329         * shell/ev-view.h:
5330         
5331         Initial accessibility support.
5332
5333 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5334
5335         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5336
5337 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5338
5339         * shell/ev-print-job.c: (idle_print_handler):
5340         
5341         Fix for bug Bug 318916: Printing multiple pages.
5342
5343 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5344
5345         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5346
5347 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * pdf/ev-poppler.cc:
5350         
5351         Thumnail dimensions unified with other backends.
5352         
5353         * shell/ev-window-title.c: (ev_window_title_update):
5354         
5355         Fix warning.
5356
5357 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5358
5359         * data/ev-stock-zoom-fit-width.png:
5360         
5361         Remove unused file.
5362
5363 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * configure.ac:
5366         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5367         (djvu_document_finalize):
5368         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5369         (dvi_document_finalize):
5370         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5371         (pixbuf_document_save), (pixbuf_document_finalize):
5372         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5373         (tiff_document_finalize):
5374         
5375         Save a copy implemented for various backends.
5376
5377 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5378
5379         * configure.ac:
5380         
5381         Don't link with ltiff if tiff is disabled.
5382
5383 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * pdf/GDKSplashOutputDev.cc:
5386         * pdf/GDKSplashOutputDev.h:
5387         * pdf/Thumb.cc:
5388         * pdf/Thumb.h:
5389         * pdf/pdf-document.cc:
5390         * pdf/pdf-document.h:
5391         * pdf/test-gdk-output-dev.cc:
5392         
5393         Remove old unused files.
5394
5395 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * shell/ev-window.c: (ev_window_setup_document):
5398         
5399         Fixed warnings on reload and probably crash reason.
5400
5401 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5402
5403         * properties/ev-properties-view.c:
5404         (ev_properties_view_format_date):
5405         
5406         Check if date is invalid. Fix for bug 318134.
5407
5408 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5409
5410         * shell/ev-window-title.c:
5411         
5412         Add .indd files (Adobe Indesign) to the list of "bad
5413         extensions".
5414
5415 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * data/evince-ui.xml:
5418         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5419         
5420         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5421
5422 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5423
5424         * shell/ev-window.c: (launch_link), (launch_external_uri),
5425         (view_external_link_cb):
5426
5427         URL-escape link before passing it to gnome_vfs_url_show.
5428
5429 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5430
5431         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5432         there isn't text selected.
5433
5434 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5435
5436         * shell/ev-view.c: (handle_link_over_xy):
5437
5438         Check tooltip is valid utf8 before showing it
5439
5440 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5443
5444 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5445
5446         * shell/ev-window-title.c: (ev_window_title_update):
5447
5448         Guard against using g_strstrip on NULL. Fixes bug #317291.
5449
5450 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5451
5452         * pdf/ev-poppler.cc:
5453
5454         Show title even for unknown links
5455
5456 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5457
5458         * shell/ev-window-title.c: (ev_window_title_update):
5459
5460         Strip the title string
5461
5462 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5463
5464         * shell/ev-window-title.c:
5465
5466         Add .rtf to the bad extensions list
5467
5468 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5471         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5472
5473         Ignore link coordinates if they are outside page bounds
5474
5475 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5476
5477         * backend/ev-link.c: (ev_link_type_get_type),
5478         (ev_link_get_filename), (ev_link_get_params),
5479         (ev_link_get_property), (ev_link_set_property),
5480         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5481         * backend/ev-link.h:
5482         * pdf/ev-poppler.cc:
5483         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5484         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5485         (ev_window_init):
5486
5487         Implement launch links. Delegate external link opening to
5488         the window.
5489
5490 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5491
5492         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5493         (ev_link_get_right), (ev_link_get_property),
5494         (ev_link_set_property), (ev_link_class_init),
5495         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5496         * backend/ev-link.h:
5497         * pdf/ev-poppler.cc:
5498         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5499
5500         Implement fitr links
5501
5502 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5505         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5506         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5507         (ev_view_size_request_continuous),
5508         (ev_view_size_request_dual_page),
5509         (ev_view_size_request_single_page), (ev_view_size_allocate),
5510         (ev_view_zoom_for_size_continuous_and_dual_page),
5511         (ev_view_zoom_for_size_continuous),
5512         (ev_view_zoom_for_size_dual_page),
5513         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5514         (ev_sizing_mode_get_type):
5515         * shell/ev-view.h:
5516         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5517
5518         Do not use modes for link, we need to calculate size ad hoc.
5519         Still not perfect because of the usual scrollbar issues grrr.
5520
5521 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5522
5523         * backend/ev-link.c: (ev_link_type_get_type),
5524         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5525         * backend/ev-link.h:
5526         * pdf/ev-poppler.cc:
5527         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5528         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5529         (ev_view_size_request_continuous),
5530         (ev_view_size_request_dual_page),
5531         (ev_view_size_request_single_page), (ev_view_size_allocate),
5532         (zoom_for_size_fit_height),
5533         (ev_view_zoom_for_size_continuous_and_dual_page),
5534         (ev_view_zoom_for_size_continuous),
5535         (ev_view_zoom_for_size_dual_page),
5536         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5537         (ev_sizing_mode_get_type):
5538         * shell/ev-view.h:
5539         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5540
5541         Implement FIT_HEIGHT mode (only for links).
5542         Implement FITH links
5543
5544 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5545
5546         * shell/ev-window-title.c: (get_filename_from_uri),
5547         (ev_window_title_sanitize_extension), (ev_window_title_update),
5548         (ev_window_title_set_document), (ev_window_title_set_uri),
5549         (ev_window_title_free):
5550         * shell/ev-window-title.h:
5551         * shell/ev-window.c: (ev_window_setup_document),
5552         (ev_window_popup_password_dialog):
5553
5554         Refactor window title building while fixing it for
5555         password documents.
5556
5557 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5558
5559         * pdf/ev-poppler.cc:
5560
5561         Escape link title before setting it in the model
5562
5563 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5564
5565         * shell/ev-application.c: (removed_from_session), (save_session),
5566         (init_session), (ev_application_get_empty_window),
5567         (ev_application_init), (ev_application_get_windows):
5568         * shell/ev-application.h:
5569         * shell/ev-window.c: (ev_window_finalize):
5570
5571         Add a function to retrieve window list and share it where
5572         necessary.
5573         Implement session handling, works pretty well thanks to the
5574         metadata system.
5575
5576 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * shell/ev-password.c: (ev_password_item_created_callback),
5579         (ev_password_dialog_save_password):
5580         
5581         Fix for bug 316972. Use async gnome-keyring API.
5582
5583 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5584
5585         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5586         Remove unused unrealize handler. Add scroll handling to
5587         ev_view_scroll_event for presentation mode (bug #316708),
5588         and fix the event state checks there.
5589
5590 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5591
5592         * shell/ev-page-action.c: (page_changed_cb):
5593
5594         "marco, maybe we should be crazy and jump right to 6! :)"
5595
5596         Bryan Clark, Sep 2005
5597
5598 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5599
5600         * ps/ps-document.c: (save_document), (ps_document_save),
5601         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5602         (ps_document_ps_export_end):
5603
5604         Fix unstructured documents save and print
5605
5606 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5607
5608         * shell/ev-application.c: (ev_application_open_uri):
5609
5610         Fix window size persistance
5611
5612 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5613
5614         * shell/ev-view.c: (ev_view_button_release_event):
5615
5616         Based on a patch from carlosgc@gnome.org. Mouse buttons
5617         switch pages in presentation mode.
5618
5619 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5620
5621         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5622
5623         Dont cast to int before scaling
5624
5625 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5626
5627         * backend/ev-link.c: (ev_link_type_get_type),
5628         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5629         (ev_link_new_page_fith):
5630         * backend/ev-link.h:
5631         * pdf/ev-poppler.cc:
5632         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5633
5634         Implement FIT and FITH links
5635
5636 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5637
5638         * pdf/ev-poppler.cc:
5639
5640         Return 0 results when search is not in progress.
5641
5642         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5643         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5644
5645         Update menu sensitivity when cancelling search
5646
5647 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5648
5649         * shell/ev-view.c: (ev_view_can_find_next):
5650
5651         Take all pages in consideration, not just current one
5652
5653 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5654
5655         * shell/ev-page-cache.c:
5656         * shell/ev-page-cache.h:
5657         * shell/ev-view.c: (ev_view_binding_activated),
5658         (ev_view_next_page), (ev_view_previous_page),
5659         (ev_sizing_mode_get_type):
5660         * shell/ev-view.h:
5661         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5662         (ev_window_cmd_go_next_page):
5663
5664         Move page next/previous functions from page chace to
5665         view and change it to move by 2 page steps in dual mode.
5666
5667 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5668
5669         * shell/ev-window.c: (update_sidebar_visibility),
5670         (setup_sidebar_from_metadata), (ev_window_setup_document),
5671         (setup_view_from_metadata):
5672
5673         Show the index by default when there is one     
5674
5675 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5676
5677         * shell/ev-window-title.c: (ev_window_title_set_document):
5678
5679         Missing null check
5680
5681 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * shell/ev-view.c: (view_update_range_and_current_page):
5684         
5685         Allow display of last odd page in dual view. Fix for 316347.
5686
5687 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5688
5689         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5690         
5691         Make close button default. Fix for 316383.
5692
5693 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5696         
5697         Mark close button as default. Fix for 316381.
5698
5699 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5700
5701         * backend/ev-link.c: (ev_link_class_init):
5702
5703         Allow negative doubles in left/top properties
5704
5705 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5706
5707         * shell/ev-window.c:
5708
5709         Remove a bunch of strings that was used only
5710         by the statusbar.
5711
5712 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5713
5714         * shell/ev-window-title.c: (get_filename_from_uri),
5715         (ev_window_title_set_document):
5716
5717         When title has a confusing extension, show also
5718         the document filename inside ()
5719
5720 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5721
5722         * shell/Makefile.am:
5723         * shell/ev-window-title.c: (ev_window_title_new),
5724         (ev_window_title_update), (ev_window_title_set_type),
5725         (ev_window_title_set_document), (ev_window_title_free):
5726         * shell/ev-window-title.h:
5727         * shell/ev-window.c: (ev_window_setup_document),
5728         (password_dialog_response), (ev_window_popup_password_dialog),
5729         (ev_window_dispose), (ev_window_init):
5730
5731         Factor out and cleanup window title code
5732
5733 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5734
5735         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5736         (unable_to_load):
5737
5738         Make dialog transient so it doesnt block other windows
5739
5740 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * pdf/ev-poppler.cc:
5743         
5744         Fix pdf thumbnails rendering.
5745
5746 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5747
5748         * shell/ev-window.c: (fullscreen_set_timeout):
5749         
5750         Increase timeout to hide full screen popup. Bug 
5751         316123. 
5752
5753 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5754
5755         * data/evince.schemas.in:
5756         * shell/ev-window.c: (update_action_sensitivity):
5757
5758         Allow the user to override document restrictions. Fix for bug
5759         305818.
5760
5761 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5762
5763         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5764         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5765         (ev_window_class_init): Fix multihead behaviour of fullscreen
5766         toolbar popup. Fixes bug #315451.
5767
5768 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * configure.ac:
5771         * data/evince-password.glade:
5772         * shell/ev-password.c: (ev_password_dialog_set_property),
5773         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5774         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5775         (ev_password_dialog_entry_changed_cb),
5776         (ev_password_dialog_entry_activated_cb),
5777         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5778         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5779         (ev_password_dialog_set_bad_pass):
5780         * shell/ev-password.h:
5781         * shell/ev-window.c: (password_dialog_response),
5782         (ev_window_popup_password_dialog):
5783         
5784         Support for gnome-keyring for encrypted PDF's.
5785
5786 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5787
5788         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5789         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5790         (ev_view_enter_notify_event), (ev_view_class_init):
5791         
5792         More precise handling of enter_notify/leave_notify events
5793         in EvView. Fix for bug 315470.
5794
5795 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5796
5797         * shell/ev-window.c: (fullscreen_timeout_cb),
5798         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5799         (ev_window_dispose):
5800
5801         leak fix: unref fullscreen_timeout_source before clearing it
5802
5803 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * configure.ac, dvi/mdvi/Makefile.am: 
5806         
5807         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5808
5809 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5810
5811         * backend/ev-link.c: (ev_link_new_page_xyz):
5812         * pdf/ev-poppler.cc:
5813         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5814
5815         Fix some bugs with xyz links, respect zoom
5816
5817 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5818
5819         * shell/ev-window.c: (page_changed_cb),
5820         (setup_document_from_metadata), (update_sidebar_visibility),
5821         (setup_view_from_metadata), (ev_window_run_fullscreen),
5822         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5823         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5824         (ev_window_dual_mode_changed_cb),
5825         (ev_window_sidebar_current_page_changed_cb):
5826
5827         null check uri before setting and getting metadata
5828
5829 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5830
5831         * dvi/Makefile.am:
5832         * properties/Makefile.am:
5833         * shell/Makefile.am:
5834         * thumbnailer/Makefile.am:
5835
5836         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5837
5838 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5839
5840         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5841         (selection_changed_callback):
5842         * shell/ev-sidebar-links.h:
5843
5844         Add a signal for link activation.
5845
5846         * shell/ev-view.c: (ev_view_goto_link),
5847         (ev_view_button_release_event):
5848         * shell/ev-view.h:
5849         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5850         (ev_window_init):
5851
5852         Implement the signal so that we can handle all link types.
5853
5854         * shell/ev-page-cache.c:
5855
5856         Remove unused set_link function
5857
5858 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5861
5862         Add some space from the cursor, hardcoded but I couldnt
5863         find a better way.
5864
5865 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5866
5867         * lib/ev-tooltip.c:
5868
5869         Use mozilla style vs gtk style, way better for links.
5870
5871         * shell/ev-view.c: (ev_view_motion_notify_event),
5872         (ev_view_destroy), (ev_view_init):
5873
5874         Deactive tooltip when the link hovered is changed.
5875
5876 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5877
5878         * backend/ev-document.h:
5879         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5880         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5881         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5882         (ev_link_new_page), (ev_link_new_page_xyz):
5883         * backend/ev-link.h:
5884         * pdf/ev-poppler.cc:
5885         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5886         (go_to_link), (tip_from_link):
5887
5888         Implement xyz links, still not functional. Links are a total
5889         mess, will need to refactor and bugfix a lot :(
5890
5891 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5892
5893         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5894
5895 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5896
5897         * data/evince-ui.xml:
5898         * data/evince.schemas.in:
5899         * shell/Makefile.am:
5900         * shell/ev-window.c: (update_chrome_visibility),
5901         (password_dialog_response), (ev_window_load_job_cb),
5902         (ev_window_xfer_job_cb), (ev_window_open_uri),
5903         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5904         (ev_window_init):
5905
5906         Remove the statusbar. This regress loading feedback, need to
5907         check with Bryan what we want to do there...
5908
5909 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5910
5911         * lib/ev-tooltip.c: (ev_tooltip_init):
5912
5913         Fix tooltip border and size handling
5914
5915 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5916
5917         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5918         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5919         (ev_tooltip_timeout), (ev_tooltip_activate),
5920         (ev_tooltip_deactivate):
5921         * lib/ev-tooltip.h:
5922         * shell/ev-view.c: (ev_view_motion_notify_event):
5923
5924         Delay popup showing. Mirror gtk logic/times.
5925
5926 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5927
5928         * lib/Makefile.am:
5929         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5930         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5931         (ev_tooltip_set_text), (ev_tooltip_set_position):
5932         * lib/ev-tooltip.h:
5933
5934         Simple widget to show tooltips at a custom position
5935
5936         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5937         (ev_view_destroy):
5938
5939         Use it for links. First go, needs work
5940
5941 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5942
5943         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5944         HIG fixes.  Use title capitalization for window title. Use 12 
5945         pixels of space between the dialog's vbox and action area.
5946
5947 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5948
5949         * shell/ev-window.c: (file_open_dialog_response_cb),
5950         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5951         (ev_window_cmd_save_as):
5952
5953         Make file pickers not modal and refactor code some
5954
5955 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5956
5957         * shell/ev-sidebar.h:
5958         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5959         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5960         (ev_sidebar_class_init), (ev_sidebar_select_page),
5961         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5962         (ev_sidebar_set_page):
5963
5964         Add a current page property and allow to get/set it
5965
5966         * shell/ev-window.c: (setup_view_from_metadata),
5967         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5968
5969         Persist current sidebar page per document
5970
5971 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5972
5973         * data/evince.schemas.in:
5974         * shell/ev-window.c: (update_chrome_visibility),
5975         (setup_document_from_metadata), (update_sidebar_visibility),
5976         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5977         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5978         (ev_window_run_presentation), (ev_window_stop_presentation),
5979         (ev_window_view_sidebar_cb),
5980         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5981         (load_chrome), (ev_window_init):
5982
5983         Persist size/visibility of sidebar per document
5984
5985 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5986
5987         * shell/ev-view.c (draw_loading_text): Draw loading text.
5988
5989 2005-09-02  Dan Damian  <dand@gnome.ro>
5990
5991         * configure.in: Added "ro" to ALL_LINGUAS.
5992
5993 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5994
5995         * shell/ev-view.c: (clear_caches):
5996
5997         ev_page_cache_get doesnt return a reference,
5998         dont try to unref it.
5999
6000 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6001
6002         * shell/main.c: (load_files_remote):
6003
6004         Fix timestamp parameter with dbus <= 0.33
6005
6006 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6007
6008         * data/evince.schemas.in:
6009
6010         Add missing full stop
6011
6012 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6013
6014         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6015         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6016
6017         Plug some memory leaks
6018
6019 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6020
6021         * configure.ac:
6022         * lib/ev-debug.c: (trap_handler):
6023
6024         Check for execinfo.h and use it only if it exists.
6025         Ported from Epiphany (bug #314776).
6026
6027 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6028
6029         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6030
6031 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6032
6033         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6034         * po/id.po      : Added Indonesian translation
6035
6036 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6037
6038         * shell/main.c:
6039         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6040         * NEWS: Release 0.4.0
6041
6042 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6043
6044         * configure.ac: catch another gtk+-2.8ism
6045         * shell/main.c: Make work with gtk+-2.6
6046
6047 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6048
6049         * shell/ev-application-service.xml: Add 'timestamp' argument to
6050           ev_application_open_window and ev_application_open_uri methods.
6051
6052         * shell/ev-application.h: Add 'timestamp' argument to
6053           ev_application_open_window, ev_application_open_uri,
6054           and ev_application_open_uri_list functions.
6055
6056         * shell/ev-application.c (ev_application_open_window,
6057           ev_application_open_uri, ev_application_open_uri_list): Change
6058           functions that show/present windows to use a timestamp if one
6059           is passed in.
6060
6061         * shell/ev-window.c (ev_window_cmd_file_open,
6062           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6063         * shell/main.c (load_files): Modify calls to ev_application to
6064           include GDK_CURRENT_TIME as timestamp.
6065
6066         * shell/main.c (load_files_remote): Obtain timestamp for client
6067           instance from GDK and pass to server instance so new windows are
6068           focused properly.  Fix dbus_g_proxy_call() calls by including second
6069           G_TYPE_INVALID.
6070           
6071         Closes bug #314475.
6072
6073 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6074
6075         * shell/ev-window.c (ev_window_finalize): Check for
6076         avail. EvWindows when quiting to handle the finalize better,
6077         #314497
6078
6079 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080         
6081         * properties/ev-properties-view.c: 
6082         
6083         Set textdomain to libglade. Fixes translation problem in property page.
6084
6085 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6088         * dvi/Makefile.am:
6089         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6090         * dvi/mdvi-lib/Makefile.am:
6091         
6092         Fix rotation of thumbnails, ported to new API. Moved library
6093         dependencies earlier, probably it will fix linkage problem.
6094
6095 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6096
6097         * backend/ev-document-misc.c:
6098         (ev_document_misc_get_thumbnail_frame):
6099         * backend/ev-document-misc.h:
6100         * configure.ac:
6101         * pdf/ev-poppler.cc:
6102         * shell/Makefile.am:
6103         * shell/ev-sidebar-thumbnails.c: (add_range),
6104         (ev_sidebar_thumbnails_set_loading_icon),
6105         (ev_sidebar_thumbnails_refresh),
6106         (ev_sidebar_thumbnails_set_document):
6107         * shell/ev-sidebar-thumbnails.h:
6108         * shell/ev-view.c: (ev_view_motion_notify_event),
6109         (ev_view_set_property), (ev_view_get_property),
6110         (ev_view_class_init), (ev_view_set_rotation):
6111         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6112         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6113         (ev_window_init):
6114         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6115         Redo rotation (again).  prepare for 0.4.0
6116
6117 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6118
6119         * configure.ac: Bump poppler requirement to 0.4.1.
6120
6121         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6122         argument to poppler_page_render_selection() call.
6123
6124 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6127         (djvu_document_thumbnails_get_thumbnail):
6128         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6129         (dvi_document_thumbnails_get_thumbnail):
6130         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6131         (pixbuf_document_thumbnails_get_thumbnail):
6132         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6133         
6134         Update rotation direction of backends to fit with pdf and ps.
6135
6136 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6137
6138         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6139         * backend/ev-async-renderer.h:
6140         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6141         (setup_page), (ps_document_get_page_size),
6142         (ps_async_renderer_render_pixbuf):
6143         * ps/ps-document.h:
6144         * shell/ev-jobs.c: (ev_job_render_run):
6145
6146         Fix orientation in the postscript document
6147
6148 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6149
6150         * pdf/ev-poppler.cc:
6151         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6152         * shell/ev-view.c: (highlight_find_results):
6153
6154         Adapt to the new poppler rotation API. Fix text maps on landscape
6155         documents.
6156
6157 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6158
6159         * shell/ev-view.c (compute_new_selection_text): get the correct
6160         region when selecting in modes other than continuous.
6161
6162 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6163
6164         * shell/main.c (main): remove redundant g_warnings.
6165
6166 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * shell/Makefile.am: Don't include autogenerated
6169         file ev-application-service.h into distribution, since
6170         it causes dbus crash. Fix for bugs 313724 and 313443. 
6171
6172 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * configure.ac: Fix sed expression for FreeBSD. Thanks
6175         to Joe Marcus Clark <marcus@freebsd.org>
6176         
6177         * shell/eggfindbar.c: (entry_activate_callback),
6178         (entry_changed_callback), (egg_find_bar_init),
6179         (egg_find_bar_set_search_string):
6180         
6181         Made findbar buttons unsensitive if there is no text in
6182         entry. Fix for the bug 313285.
6183
6184 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6185
6186         * ps/ps-document.c: Use g_filename_display_name for displaying
6187         filenames and revert string freeze breackage
6188
6189 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6190
6191         * NEWS:
6192         * configure.ac:
6193
6194         Update for 0.3.4
6195
6196         * shell/Makefile.am:
6197
6198         Add ev-application-service.xml to extra dist
6199
6200         * shell/ev-view.c: (find_page_at_location):
6201
6202         Remove unused function (fix warning)
6203
6204 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6207         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6208         
6209         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6210         bug 313623.
6211
6212 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6215         * shell/ev-window.c:
6216         Fix build warnings
6217
6218 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6219
6220         * configure.ac: Update script to get dbus version.
6221         Fix for the bug #313443.
6222
6223 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6224
6225         * shell/ev-window.c: (ev_window_cmd_escape):
6226         
6227         Return focus back to view on escape. Fix for bug 313295.
6228
6229 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6230
6231         * shell/ev-window.c: (update_window_title),
6232         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6233         (ev_window_cmd_save_as):
6234         
6235         Correct conversion from uri to displayable string. Fix for
6236         bug 313296.
6237
6238 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6239
6240         * ps/ps-document.c: convert filename to utf8 when there is an error
6241         loading document. Fixes #309915
6242
6243 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6244
6245         * configure.ac:
6246
6247         We depend on poppler 0.4.0
6248
6249 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6250
6251         * configure.ac:
6252         * NEWS: Release 0.3.3.
6253         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6254
6255 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6256
6257         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6258         add a couple missing mnemonics to menu items, use title 
6259         capitalization for menu items and window titles, and add 
6260         ellipsis to open menu item.     
6261
6262 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6263
6264         * pdf/ev-poppler.cc:
6265         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6266         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6267         (ev_view_get_rotation):
6268         * shell/ev-view.h:
6269         * shell/ev-window.c: (setup_view_from_metadata),
6270         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6271         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6272         disk.
6273
6274 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6275
6276         * configure.ac: Added tr to ALL_LINGUAS
6277
6278 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6279
6280         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6281         requires several clicks to find word. Thanks to 
6282         Colin Slater <kiltedtaco@gmail.com>.
6283
6284 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6285
6286         * data/evince.desktop.in.in: Hide menu entry and
6287         rename it to "Document Viewer". Fix for bug 
6288         #312399.
6289
6290 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6291
6292         * shell/ev-page-action.c (ev_page_action_class_init): 
6293
6294         Point to the correct function in constructor of the
6295         activate_label signal
6296
6297 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6298
6299         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6300         * shell/ev-jobs.h: Make thread safe.
6301
6302 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * shell/ev-view.c: (view_update_range_and_current_page):
6305         Don't update page range if we are scrolling to some document
6306         point.
6307
6308 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6311         when getting max_page_width, fix drawing in dual mode.
6312
6313 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6314
6315         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6316         getting the area for select_all.
6317
6318 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6319
6320         * backend/ev-selection.c: (ev_selection_render_selection):
6321         * backend/ev-selection.h:
6322         * pdf/ev-poppler.cc:
6323         * shell/ev-jobs.c: (ev_job_render_new):
6324         * shell/ev-jobs.h:
6325         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6326         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6327         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6328         (ev_view_class_init):
6329
6330         Change selection color on focus in and focus out events.  Also,
6331         poppler now uses GdkColor for specifying the selection colors, so
6332         drop some awkward conversion code.
6333
6334 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6335
6336         * configure.ac: Added Hebrew translation
6337
6338 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6339
6340         * NOTES:
6341         * backend/ev-selection.c: (ev_selection_render_selection):
6342         * backend/ev-selection.h:
6343         * pdf/ev-poppler.cc:
6344         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6345         (ev_job_render_run):
6346         * shell/ev-jobs.h:
6347         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6348         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6349         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6350         (ev_pixbuf_cache_style_changed),
6351         (ev_pixbuf_cache_get_selection_pixbuf),
6352         (ev_pixbuf_cache_set_selection_list),
6353         (ev_pixbuf_cache_get_selection_list):
6354         * shell/ev-pixbuf-cache.h:
6355         * shell/ev-utils.c: (ev_print_region_contents):
6356         * shell/ev-utils.h:
6357         * shell/ev-view.c: (ev_view_queue_draw_page),
6358         (selection_update_idle_cb), (ev_view_motion_notify_event),
6359         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6360         (setup_caches), (ev_view_find_next), (merge_selection_region),
6361         (selection_free):
6362         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6363
6364         Clean up selection to be much smoother!
6365
6366 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6367
6368         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6369         to poppler_page_render_selection().
6370
6371 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * ps/ps-document.c: (save_page_list): Use
6374         unzipped document when printing. Thanks to 
6375         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6376         311016.
6377
6378 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/ev-window.c: (update_action_sensitivity):
6381         
6382         Disable print and save respect to lockdown gconf keys. Fix
6383         for 312342.
6384
6385 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * configure.ac:
6388         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6389         (write_to_temp_file), (ev_file_set_contents):
6390         * shell/ev-utils.h:
6391         * shell/ev-window.c: (save_print_config_to_file):
6392         
6393         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6394         Fix for bug 312238
6395
6396 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6397
6398         * shell/ev-window.c: (load_print_config_from_file),
6399         (save_print_config_to_file), (ev_window_print_range):
6400
6401         Persist the print settings. Fixes bug #311578.
6402
6403 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6404
6405         * djvu/djvu-document.c: (djvu_document_get_page_size),
6406         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6407         (djvu_document_thumbnails_get_thumbnail):
6408         * dvi/dvi-document.c: (dvi_document_get_page_size),
6409         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6410         (dvi_document_thumbnails_get_dimensions),
6411         (dvi_document_thumbnails_get_thumbnail):
6412         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6413         (pixbuf_document_render_pixbuf),
6414         (pixbuf_document_document_iface_init),
6415         (pixbuf_document_thumbnails_get_thumbnail):
6416         
6417         Update backends to make them build with new rotation system.
6418
6419 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * help/C/figures/evince_start_window.png:
6422         
6423         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6424
6425 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6426
6427         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6428         * shell/ev-pixbuf-cache.h:
6429         * shell/ev-sidebar-thumbnails.c:
6430         (ev_sidebar_thumbnails_get_property), (add_range),
6431         (adjustment_changed_cb):
6432         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6433         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6434         we were thumbnailing the entire docment on startup, slowing us
6435         down hugely. 
6436
6437 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6438
6439         * shell/ev-page-cache.c: (ev_page_cache_new):
6440         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6441         == 0, fixes #310306.
6442
6443 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6444
6445         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6446         (ev_view_rotate_left):
6447
6448         Account rotation in doc_rect_to_view_rect.
6449         Ensure rotation doesnt go out of bounds.
6450
6451 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6452
6453         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6454
6455         Correct and cleanup w/h swapping
6456
6457 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6458
6459         * backend/ev-document-thumbnails.c:
6460         (ev_document_thumbnails_get_thumbnail):
6461         * backend/ev-document-thumbnails.h:
6462         * backend/ev-document.c:
6463         * backend/ev-document.h:
6464         * backend/ev-render-context.c: (ev_render_context_new),
6465         (ev_render_context_set_rotation):
6466         * backend/ev-render-context.h:
6467         * pdf/ev-poppler.cc:
6468         * ps/ps-document.c: (ps_document_document_iface_init):
6469         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6470         * shell/ev-jobs.h:
6471         * shell/ev-page-cache.c: (build_height_to_page),
6472         (ev_page_cache_new), (ev_page_cache_get_size),
6473         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6474         (ev_page_cache_get_height_to_page):
6475         * shell/ev-page-cache.h:
6476         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6477         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6478         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6479         (ev_pixbuf_cache_get_selection_pixbuf):
6480         * shell/ev-pixbuf-cache.h:
6481         * shell/ev-print-job.c: (idle_print_handler):
6482         * shell/ev-sidebar-thumbnails.c: (add_range):
6483         * shell/ev-view.c: (view_update_range_and_current_page),
6484         (get_page_y_offset), (get_page_extents),
6485         (ev_view_size_request_continuous_dual_page),
6486         (ev_view_size_request_continuous),
6487         (ev_view_size_request_dual_page),
6488         (ev_view_size_request_single_page), (draw_one_page),
6489         (ev_view_set_rotation), (ev_view_rotate_right),
6490         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6491         (ev_view_zoom_for_size_continuous_and_dual_page),
6492         (ev_view_zoom_for_size_continuous),
6493         (ev_view_zoom_for_size_dual_page),
6494         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6495         (ev_view_select_all):
6496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6497         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6498         (tiff_document_document_iface_init),
6499         (tiff_document_thumbnails_get_thumbnail):
6500
6501         Use rotation rather than orientation. It's easier and enough
6502         for our needs.
6503
6504 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * shell/ev-page-cache.c: (build_height_to_page),
6507         (ev_page_cache_new), (ev_page_cache_get_size),
6508         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6509         (ev_page_cache_get_height_to_page):
6510         * shell/ev-page-cache.h:
6511         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6512         (ev_view_size_request_continuous_dual_page),
6513         (ev_view_size_request_continuous),
6514         (ev_view_zoom_for_size_continuous_and_dual_page),
6515         (ev_view_zoom_for_size_continuous):
6516
6517         Make the page cache aware of page orientation.
6518
6519 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6520
6521         * backend/ev-document-thumbnails.c:
6522         (ev_document_thumbnails_get_thumbnail):
6523         * backend/ev-document-thumbnails.h:
6524         * backend/ev-document.c:
6525         * backend/ev-document.h:
6526         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6527         * backend/ev-ps-exporter.h:
6528         * pdf/ev-poppler.cc:
6529         * ps/ps-document.c: (ps_document_document_iface_init),
6530         (ps_document_ps_export_do_page):
6531         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6532         * shell/ev-jobs.h:
6533         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6534         (ev_page_cache_get):
6535         * shell/ev-page-cache.h:
6536         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6537         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6538         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6539         * shell/ev-pixbuf-cache.h:
6540         * shell/ev-print-job.c: (idle_print_handler):
6541         * shell/ev-sidebar-thumbnails.c: (add_range):
6542         * shell/ev-view.c: (view_update_range_and_current_page),
6543         (get_page_extents), (ev_view_size_request_dual_page),
6544         (ev_view_size_request_single_page), (draw_one_page),
6545         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6546         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6547         (ev_view_zoom_for_size_dual_page),
6548         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6549         (ev_view_select_all):
6550         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6551         * tiff/tiff-document.c: (tiff_document_get_page_size),
6552         (tiff_document_get_orientation), (rotate_pixbuf),
6553         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6554         (tiff_document_thumbnails_get_thumbnail),
6555         (tiff_document_ps_export_do_page), (tiff_document_init):
6556
6557         Really make use of the orientation bit of the render context.
6558         Use the render context in a few more places in the backend API.
6559         This regress orientation, but now it's done right. Will try to
6560         fix it up asap...
6561
6562 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * shell/ev-view.c: (ensure_rectangle_is_visible):
6565
6566         Patch by Nickolay V. Shmyrev to fix find flickering
6567
6568 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6569
6570         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6571         duplex parameters to ::begin.
6572
6573         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6574         * shell/ev-print-job.c (idle_print_handler): 
6575         * ps/ps-document.c (ps_document_ps_export_begin): 
6576         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6577         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6578         implementations. Poppler backend needs poppler cvs. Rest has
6579         unchanged behavior.
6580
6581 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6582
6583         * shell/ev-window.c (using_pdf_printer): new function.
6584         (ev_window_print_range): print a less techy message if someone
6585         tries to print to PDF.
6586
6587 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6588
6589         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6590         from "unknown font" string. Bug #311431
6591
6592 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6593
6594         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6595
6596 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6597
6598         Bug #311280
6599         
6600         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6601         name for PopplerFontTypes
6602         (pdf_document_fonts_fill_model): add font type to the detail column
6603
6604         * backend/ev-document-fonts.h: added
6605         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6606
6607         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6608         font name and font details, add a little markup.
6609         (ev_properties_fonts_init): use the new cell data func, specify ypad
6610         property for the cell renderer.
6611         (ev_properties_fonts_set_document): add the details column.
6612
6613 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6614
6615         * configure.ac: Added "pl" to ALL_LINGUAS.
6616
6617 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6618
6619         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6620
6621 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6622
6623         * help/ChangeLog: Started this for translations of manual.
6624         * configure.ac, autogen.sh, .cvsignore: Migrated to
6625         gnome-doc-utils. Patch in bug #311222.
6626
6627 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6628
6629         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6630         #ifdef this away to fix an unused-function warning.
6631
6632 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6633
6634         * configure.ac: Added 'gl' to ALL_LINGUAS.
6635
6636 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6637
6638         * configure.ac: Added ne in ALL_LINGUAS
6639         
6640 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * shell/ev-view.c: (ev_view_leave_notify_event):
6643         
6644         Clear status message when pointer leaves view. Fix for bug
6645         #310818 
6646
6647 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6648
6649         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6650
6651 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * shell/ev-view.c: (ev_view_leave_notify_event),
6654         (ev_view_class_init):
6655         
6656         Set cursor to normal then leaving view.
6657
6658 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6659
6660         * configure.ac:
6661         
6662         Fix required djvulibre version.
6663
6664 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6665
6666         *configure.ac: Hindi (hi) language added
6667
6668 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6669
6670         *configure.ac: Punjabi (pa) Language added
6671
6672 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6673
6674         * data/evince-ui.xml, shell/ev-window.c:
6675         
6676         Add keypad accelerators for zooming. Fix for bug 308128.
6677
6678 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6679
6680         * Makefile.am:
6681         * backend/Makefile.am:
6682         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6683         * configure.ac:
6684         * shell/ev-document-types.c: (ev_document_types_add_filters):
6685
6686         Allow to enable/disable the pixbuf backend.
6687         Default to off for now. If we want it enabled we should
6688         really put mime types in the desktop, implement properties etc.
6689
6690         * properties/evince-properties.c:
6691
6692         Initialize error to NULL.
6693         Check error is not NULL before freeing.
6694
6695 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6696
6697         * shell/ev-window.c:
6698
6699         Use F5 as presentation accell
6700
6701 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6702
6703         * shell/ev-window.c: (update_chrome_visibility),
6704         (ev_window_create_fullscreen_popup), (ev_window_init):
6705
6706         Do not leak the fullscreen toolbar
6707
6708 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * shell/ev-window.c: (view_actions_focus_in_cb),
6711         (view_actions_focus_out_cb):
6712
6713         These has a return value! Fix totally random focus
6714         issues we was seeing.
6715
6716 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6717
6718         * shell/main.c: (load_files_remote):
6719
6720         Allow open more than one file
6721
6722 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6723
6724         * shell/main.c: (load_files_remote):
6725
6726         Fix for dbus 0.33. bug #309975
6727
6728 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6729
6730         * properties/ev-properties-main.c: (ev_properties_get_pages):
6731
6732         Actually return NULL for types we dont support
6733
6734 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6735
6736         * po/POTFILES.in:
6737
6738         Remove empty lines.
6739
6740 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6741
6742         * backend/ev-document-factory.c:
6743         (ev_document_factory_get_document):
6744
6745         Do not try to create the object if type
6746         is invalid.
6747
6748 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6749
6750         * ps/ps-document.c: (ps_document_dispose),
6751         (ps_async_renderer_render_pixbuf):
6752         * ps/ps-document.h:
6753
6754         Do not leak the target window
6755
6756 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6757
6758         * shell/ev-application.c: (ev_application_init):
6759
6760         Let tbe check file existence for us.
6761         Add a comment about eggrecent mime filter.
6762
6763 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6764
6765         * data/evince-ui.xml:
6766         * shell/ev-application.c: (ev_application_shutdown),
6767         (ev_application_init), (ev_application_get_toolbars_model),
6768         (ev_application_get_recent_model),
6769         (ev_application_save_toolbars_model):
6770         * shell/ev-application.h:
6771         * shell/ev-window.c: (ev_window_add_recent),
6772         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6773         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6774         (ev_window_init):
6775
6776         Use common toolbar and recent models for all windows.
6777         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6778
6779 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6780
6781         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6782         successfully check for gtk_icon_view_get_visible_range.
6783
6784 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6785
6786         * djvu/Makefile.am:
6787         * dvi/Makefile.am:
6788         
6789         Fix djvu and dvi backend build.
6790
6791 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6792
6793         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6794         (new_separator_pixbuf):
6795
6796         Don't leak windows.
6797
6798 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6799
6800         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6801
6802         HIGification of toolbar editor dialogue.
6803
6804 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6805
6806         * configure.ac:
6807         * shell/Makefile.am:
6808
6809         Ever build metadata manager since it's just
6810         disabled at runtime now.
6811
6812 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6813
6814         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6815         (ev_metadata_manager_get), (ev_metadata_manager_set):
6816         * shell/ev-metadata-manager.h:
6817
6818         Add an _init functions that enabled metadata management
6819         at runtime.
6820
6821         * shell/ev-window.c: (page_changed_cb),
6822         (setup_document_from_metadata), (ev_window_setup_document),
6823         (setup_view_from_metadata), (ev_window_open_uri),
6824         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6825         (ev_window_run_presentation), (ev_window_stop_presentation),
6826         (save_sizing_mode), (ev_window_zoom_changed_cb),
6827         (ev_window_continuous_changed_cb),
6828         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6829         (window_configure_event_cb):
6830
6831         Remove all ugly metadata define since we deal with it
6832         at runtime now.
6833
6834         * shell/main.c: (load_files_remote), (main):
6835
6836         Add support for dbus cvs head. Hopefully didnt break one
6837         of the other versions now!
6838
6839         If we dont get a response from the dbus server just
6840         give up with it and not enable metadata.
6841
6842 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6843
6844         * Makefile.am:
6845         * backend/Makefile.am:
6846         * configure.ac:
6847         * cut-n-paste/recent-files/Makefile.am:
6848         * cut-n-paste/toolbar-editor/Makefile.am:
6849         * cut-n-paste/zoom-control/Makefile.am:
6850         * lib/Makefile.am:
6851         * pdf/Makefile.am:
6852         * pixbuf/Makefile.am:
6853         * properties/Makefile.am:
6854         * ps/Makefile.am:
6855         * shell/Makefile.am:
6856         * thumbnailer/Makefile.am:
6857         * tiff/Makefile.am:
6858
6859         Make frontends depend on just libev.
6860         Rework and group CFLAGS/LIBS definitions.
6861         Cleanups.
6862
6863 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6864
6865         * shell/ev-window:
6866
6867         do not unnecessarily save zoom
6868
6869         * configure.ac:
6870         * lib/ev-file-helpers.c: (ev_dot_dir):
6871         * shell/Makefile.am:
6872         * shell/dummy.cc:
6873
6874         Some cleanups
6875
6876 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * configure.ac:
6879         
6880         Remove unnecessary dependencies
6881
6882 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6883
6884         * properties/Makefile.am:
6885         * thumbnailer/Makefile.am:
6886         * tiff/Makefile.am:
6887
6888         Some more cleanups. Was really necessary
6889         but I probably introduced bugs, feel free
6890         to flame :)
6891
6892 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6893
6894         * backend/Makefile.am:
6895         * configure.ac:
6896         * cut-n-paste/recent-files/Makefile.am:
6897         * cut-n-paste/toolbar-editor/Makefile.am:
6898         * cut-n-paste/zoom-control/Makefile.am:
6899         * lib/Makefile.am:
6900         * pdf/Makefile.am:
6901         * pixbuf/Makefile.am:
6902         * properties/Makefile.am:
6903         * ps/Makefile.am:
6904         * shell/Makefile.am:
6905         * thumbnailer/Makefile.am:
6906         * tiff/Makefile.am:
6907
6908         Use gnome-common macros when possible.
6909         Cleanup dependencies.
6910         Actually disable deprecated where possible.
6911
6912 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6913
6914         * Makefile.am:
6915         * backend/Makefile.am:
6916         * properties/Makefile.am:
6917         * shell/Makefile.am:
6918         * thumbnailer/Makefile.am:
6919
6920         This should solve the circular dep without
6921         requiring dir reorg!
6922
6923         * shell/ev-window.c: (setup_view_from_metadata):
6924
6925         Never restore window size/position when the
6926         window is already visible.
6927
6928 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6929
6930         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6931
6932         Return a boolean from timeout func. Fix ported from gedit.
6933
6934 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6935
6936         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6937
6938 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6939
6940         * shell/ev-document-types.c: set "All Documents" as default filter in
6941         open dialog
6942
6943 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6944
6945         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6946         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6947         (ev_metadata_manager_set_boolean): fix value/val thinko.
6948
6949 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6950
6951         * shell/ev-window.c: (setup_view_from_metadata),
6952         (window_state_event_cb), (window_configure_event_cb),
6953         (ev_window_init):
6954
6955         Remember window position and maximized state
6956
6957 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6958
6959         * configure.ac:
6960
6961         Fix DBUS configure checks.
6962
6963         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6964         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6965         (ev_metadata_manager_set_boolean):
6966
6967         Plug mem leaks.
6968
6969         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6970         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6971         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6972         (ev_window_continuous_changed_cb),
6973         (ev_window_dual_mode_changed_cb), (ev_window_new):
6974
6975         Fix the build without DBUS.
6976
6977 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6978
6979         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6980         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6981         (ev_metadata_manager_set_string),
6982         (ev_metadata_manager_set_boolean):
6983         * shell/ev-metadata-manager.h:
6984
6985         Add support for some more types
6986
6987         * shell/ev-view.c: (scroll_to_current_page),
6988         (ev_view_get_continuous), (ev_view_set_continuous),
6989         (ev_view_get_dual_page):
6990         * shell/ev-view.h:
6991         * shell/ev-window.c: (page_changed_cb),
6992         (setup_document_from_metadata), (ev_window_setup_document),
6993         (setup_view_from_metadata), (ev_window_open_uri),
6994         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6995         (ev_window_run_presentation), (ev_window_stop_presentation),
6996         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6997         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6998         (ev_window_update_dual_page_action),
6999         (ev_window_continuous_changed_cb),
7000         (ev_window_dual_mode_changed_cb), (ev_window_init):
7001
7002         Remember a bunch of view/document properties. Prolly some
7003         are still missing but it's getting interesting.
7004
7005 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7006
7007         * configure.ac: check if dbus-binding-tool is installed. Not the
7008         case on current Ubuntu breezy, it seems.
7009
7010 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7011
7012         * data/evince.desktop.in.in:
7013         
7014         Allow open uri lists and add TryExec field.
7015
7016 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * configure.ac:
7019
7020         Enable dbus when available, do not require a configure
7021         option.
7022
7023 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7024
7025         * configure.ac:
7026
7027         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7028         disabled.
7029
7030 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7031         Marco Pesenti Gritti  <mpg@redhat.com>
7032
7033         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7034         
7035         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7036         functions to the format required by dbus
7037
7038         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7039         errors. Use the RPC parameters in the expected way
7040
7041 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * Makefile.am:
7044         * properties/Makefile.am:
7045         * properties/ev-properties-main.c: (ev_properties_get_pages):
7046
7047         Support all mime types
7048
7049         * shell/Makefile.am:
7050         * thumbnailer/Makefile.am:
7051         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7052         (evince_thumbnail_pngenc_get):
7053
7054         Use the document factory
7055
7056 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7057
7058         * backend/Makefile.am:
7059         * backend/ev-document-factory.c:
7060         (mime_type_supported_by_gdk_pixbuf),
7061         (ev_document_type_get_from_mime),
7062         (ev_document_factory_get_document),
7063         (ev_document_factory_get_backend),
7064         (ev_document_factory_get_mime_types),
7065         (ev_document_factory_get_all_mime_types):
7066         * backend/ev-document-factory.h:
7067         * shell/Makefile.am:
7068         * shell/ev-document-types.c: (get_document_from_uri),
7069         (ev_document_types_get_document),
7070         (file_filter_add_mime_list_and_free),
7071         (ev_document_types_add_filters):
7072         * shell/ev-document-types.h:
7073         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7074         * shell/ev-properties-dialog.c:
7075         (ev_properties_dialog_set_document):
7076         * shell/ev-window.c: (ev_window_cmd_file_open),
7077         (ev_window_cmd_save_as):
7078         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7079
7080         Rework document types managing to avoid code duplication
7081         and actually abstract from backend implementations.
7082         Also provide a minimal factory api that can be used by
7083         thumbnailer/properties.
7084
7085 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7086
7087         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7088         Plug a mem leak.
7089         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7090         HIG spacings.
7091
7092 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7093
7094         * shell/ev-properties-dialog.c
7095         (ev_properties_dialog_set_document): only call
7096         ev_properties_fonts_set_document() if the document implements the
7097         fonts interface
7098
7099 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7100
7101         * configure.ac:
7102         * properties/Makefile.am:
7103         * properties/ev-properties-view.c:
7104         (ev_properties_view_register_type):
7105         * properties/ev-properties-view.h:
7106         * properties/ev-properties-main.h:
7107
7108         Implement nautilus plugin for properties.
7109         Works only for pdf atm, I need to rework the
7110         document types stuff to get this to work
7111         for all backends...
7112
7113 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7114
7115         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7116         (ev_properties_fonts_set_document): use
7117         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7118
7119 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7120
7121         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7122         them
7123         (PlaceImage, tiff2ps_process_page): use
7124         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7125
7126
7127 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7128
7129         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7130         (main): to call gnome_authentication_manager_init. Should fix
7131         Bug #308510
7132
7133         * configure.ac: that requires libgnomeui 2.6.0.
7134
7135 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7136
7137         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7138         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7139         use the new tiff2ps interfaces
7140
7141         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7142         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7143
7144         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7145         structure instead of global variables.  Remove use of static
7146         variables in functions.
7147
7148 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7149
7150         * shell/ev-page-action.c: unref the completion after setting it to the
7151         entry
7152
7153 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7154
7155         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7156         postscript files
7157
7158 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7159
7160         * shell/ev-window.c (update_action_sensitivity): disable
7161         File->Print if the document does not implement the ps exporter
7162         interface
7163
7164 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7165
7166         * Makefile.am:
7167         * configure.ac:
7168         * data/evince-properties.glade:
7169         * properties/.cvsignore:
7170         * properties/Makefile.am:
7171         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7172         (ev_properties_view_class_init), (ev_properties_view_format_date),
7173         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7174         (ev_properties_view_init), (ev_properties_view_new):
7175         * properties/ev-properties-view.h:
7176         * shell/Makefile.am:
7177         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7178         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7179         (ev_properties_dialog_new):
7180         * shell/ev-properties-dialog.h:
7181         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7182         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7183         (update_progress_label), (job_fonts_finished_cb),
7184         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7185         * shell/ev-properties-fonts.h:
7186         * shell/ev-properties.c:
7187         * shell/ev-properties.h:
7188         * shell/ev-window.c: (ev_window_setup_document),
7189         (ev_window_cmd_file_properties):
7190
7191         Split the properties pages in two different objects, depend
7192         only on the backend where possible, use widgets instead
7193         of gobject for the glade part, reimplement the dialog
7194         itself with gtk.
7195         I need this to implement nautilus properties page.
7196
7197 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7198
7199         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7200         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7201         (tiff_document_document_ps_exporter_iface_init): implement the ps
7202         exporter interface for tiff documents
7203
7204         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7205         libtiff to implement TIFF postscript export
7206
7207         * tiff/tiff2ps.h: added a header file for external tiff2ps
7208         functions.
7209
7210         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7211         tiff2ps.h
7212
7213 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * shell/ev-view.c: (scroll_to_current_page),
7216         (ev_view_set_fullscreen), (ev_view_set_presentation):
7217         
7218         Scroll to current page when exit from presentation
7219
7220 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7221
7222         * shell/ev-window.c: (update_document_mode),
7223         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7224         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7225         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7226         
7227         Exit from fullscreen mode when switch to presentation. Fix for
7228         bug 309365
7229
7230 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7231
7232         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7233         return NULL if the document does not implement the selection
7234         interface.
7235
7236 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7237
7238         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7239         reported height by using the resolution aspect ratio
7240         (tiff_document_render_pixbuf): scale the pixbuf using the
7241         resolution aspect ratio
7242
7243 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * configure.ac:
7246         
7247         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7248         <kiltedaco@gmail.com>
7249         
7250         * djvu/djvu-document.c: (djvu_document_get_orientation),
7251         (djvu_document_set_orientation), (djvu_document_get_page_size),
7252         (rotate_pixbuf), (djvu_document_render_pixbuf),
7253         (djvu_document_document_iface_init):
7254         * dvi/dvi-document.c: (dvi_document_get_orientation),
7255         (dvi_document_set_orientation), (dvi_document_get_page_size),
7256         (rotate_pixbuf), (dvi_document_render_pixbuf),
7257         (dvi_document_document_iface_init):
7258         
7259         Dvi and djvu backends are ported to new API
7260
7261 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7262
7263         * backend/ev-selection.c: (ev_selection_get_selection_region),
7264         (ev_selection_get_selection_map):
7265         * backend/ev-selection.h:
7266         * pdf/ev-poppler.cc:
7267         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7268         * shell/ev-jobs.h:
7269         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7270         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7271         (ev_pixbuf_cache_get_text_mapping):
7272         * shell/ev-pixbuf-cache.h:
7273         * shell/ev-view.c: (location_in_text),
7274         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7275         support to EvView.  Now we can see where we can select!  Sweet!
7276
7277 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7278
7279         * shell/ev-view.c (ev_view_button_press_event): Fix
7280         event->y + view->scroll_x typo.
7281
7282 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7283
7284         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7285         sub-GdkPixbuf instead of passing dest_x and dest_y.
7286         
7287         * shell/ev-view.c: (view_point_to_doc_point),
7288         (view_rect_to_doc_rect), (ev_view_button_press_event),
7289         (ev_view_motion_notify_event), (compute_new_selection_rect),
7290         (gdk_rectangle_point_in), (compute_new_selection_text),
7291         (compute_selections): Update selection code to keep the selection
7292         around as two points and not as a normalized rectangle, and fix
7293         page level selection in two-column mode.
7294
7295 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7296
7297         * shell/ev-window.c: (window_configure_event_cb): 
7298         
7299         Fix compilation
7300         
7301 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * pdf/ev-poppler.cc:
7304
7305         Fix compilation
7306
7307 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * shell/Makefile.am:
7310         * shell/ev-metadata-manager.c: (item_free),
7311         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7312         (parse_value), (parseItem), (load_values),
7313         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7314         (save_values), (save_item), (get_oldest), (resize_items),
7315         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7316         * shell/ev-metadata-manager.h:
7317
7318         Metadata manager from gedit but modified to use GValue, so that
7319         we dont need to keep converting from strings.
7320
7321         * configure.ac:
7322
7323         ENABLE_METADATA conditional, on when dbus is on
7324
7325         * shell/ev-application.c: (ev_application_open_uri):
7326
7327         Show the window after load so that we can initialize
7328         window size before it's showed.
7329
7330         * shell/ev-window.c: (ev_window_setup_from_metadata),
7331         (ev_window_open_uri), (window_configure_event_cb),
7332         (ev_window_init):
7333
7334         Save and load metadata information about window size.
7335         Not yet keeping states in account.
7336
7337         * shell/main.c: (main):
7338
7339         Shutdown metadata manager.
7340
7341 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7342
7343         * shell/ev-application-service.xml:
7344         * configure.ac:
7345         * shell/Makefile.am:
7346         * shell/ev-application.c:
7347         * shell/ev-application.h:
7348         * shell/ev-window.c:
7349         * shell/ev-window.h:
7350         * shell/main.c:
7351
7352         Add an optional dbus interface (--enable-dbus).
7353         Rework application code, mainly to be easier to
7354         use "remotely".
7355         Do not open multiple windows with the same document,
7356         spatial evince!
7357
7358 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7359
7360         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7361         pixbuf iff it exists.
7362
7363 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7364
7365         * shell/*:
7366         * backend/ev-render-context.[ch]:
7367         * backend/ev-selection.[ch]:
7368
7369         Massive changes.  We now support text selection of pdfs, and not
7370         just rectangular selection.  This is pretty broken still, but I
7371         want to get something into CVS.
7372
7373 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * pdf/ev-poppler.cc:
7376         
7377         Fix for Bug 309080: crash on window close.
7378         
7379         * shell/ev-page-action.c: (page_changed_cb):
7380         
7381         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7382         jensgr@gmx.net (Jens Granseuer).
7383
7384 2005-06-25  Marcel Telka  <marcel@telka.sk>
7385
7386         * configure.in (ALL_LINGUAS): Added sk.
7387
7388 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7389
7390         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7391         not a document open
7392
7393 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7394
7395         * NEWS:
7396         * configure.ac:
7397
7398         Release 0.3.2
7399
7400         * cut-n-paste/recent-files/Makefile.am:
7401
7402         Fix make distcheck
7403
7404 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7405
7406         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7407         (pixbuf_document_set_orientation), (rotate_pixbuf),
7408         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7409         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7410
7411         Implement rotation and cleanup the code a bit.
7412
7413         * tiff/tiff-document.c: (tiff_document_get_page_size),
7414         (tiff_document_get_orientation), (tiff_document_set_orientation),
7415         (rotate_pixbuf), (tiff_document_render_pixbuf),
7416         (tiff_document_document_iface_init), (tiff_document_init):
7417
7418         Implement rotation. Was the quicker solution for the release
7419         but we really need to share this code in the shell.
7420
7421 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * pdf/ev-poppler.cc:
7424
7425         Enable rotation, require poppler cvs. Fix a leak.
7426
7427 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * shell/ev-window.c: (update_action_sensitivity):
7430         
7431         Make properties unsensitive if document backend doesn't provide
7432         any info
7433
7434 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7437         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7438         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7439         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7440         (bitmap_flip_rotate_counter_clockwise):
7441         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7442         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7443         (buff_gets):
7444         * dvi/mdvi-lib/common.h:
7445         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7446         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7447         (opendvi), (mdvi_reload), (mdvi_init_context),
7448         (mdvi_destroy_context), (mdvi_dopage), (special):
7449         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7450         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7451         (file_hash_free), (register_encoding), (parse_spec),
7452         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7453         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7454         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7455         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7456         (mdvi_register_font_type), (mdvi_unregister_font_type),
7457         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7458         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7459         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7460         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7461         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7462         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7463         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7464         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7465         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7466         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7467         (mdvi_unregister_special), (mdvi_flush_specials):
7468         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7469         (t1_font_remove):
7470         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7471         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7472         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7473         (free_font_metrics), (flush_font_metrics):
7474         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7475         (tt_font_remove):
7476         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7477         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7478         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7479         (dstring_insert), (dstring_new), (dstring_reset):
7480         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7481         
7482         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7483         avoid conflict with libtool on FC4
7484         
7485         * shell/ev-window.c: (ev_window_cmd_help_about):
7486         
7487         Update copyright year. Fix for bug 308828.
7488
7489 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * shell/ev-view.c: (add_scroll_binding_keypad),
7492         (ev_view_binding_activated), (ev_view_class_init),
7493         (on_adjustment_value_changed):
7494         
7495         Bug 170874: Arrow keys switch pages in presentation mode
7496
7497 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7500         
7501         Fix for Bug 308265: Sidebar dissappears coming out of 
7502         Presentation mode
7503
7504 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7505
7506         * shell/ev-application.c: (ev_application_open):
7507         * shell/ev-document-types.c: (ev_document_types_add_filters),
7508         (ev_document_types_add_filters_for_type):
7509         * shell/ev-document-types.h:
7510         * shell/ev-window.c: (ev_window_cmd_save_as):
7511         
7512         Suggest basename as template when saving, provide filters
7513         for save dialog. It's bug 308402
7514
7515 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * pdf/ev-poppler.cc:
7518         * shell/ev-sidebar-links.c: (job_finished_callback):
7519         * shell/ev-view.c: (update_find_status_message):
7520         
7521         Some leaks fixed
7522
7523 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7524
7525         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7526         (egg_recent_view_uimanager_set_list):
7527
7528         Fix buglet in !show_numbers case.
7529
7530 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7531
7532         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7533         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7534
7535         Use pango ellipsisation.
7536
7537         * pdf/ev-poppler.cc:
7538
7539         Fix refcount leak, from nsh.
7540
7541 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7542
7543         * cut-n-paste/recent-files/Makefile.am:
7544         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7545         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7546         
7547         Removed EggRecentViewGtk
7548         
7549         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7550         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7551         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7552         (ev_window_setup_recent):
7553         
7554         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7555         with other projects
7556
7557 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7560         (egg_recent_view_gtk_finalize):
7561
7562         Fix memory leak
7563
7564         * cut-n-paste/toolbar-editor/Makefile.am:
7565         
7566         Fix location of cursor icon.
7567         
7568         * pdf/ev-poppler.cc:
7569         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7570         (display_completion_text), (match_completion):
7571         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7572         (selection_changed_callback), (create_loading_model),
7573         (print_section_cb), (links_page_num_func),
7574         (update_page_callback_foreach):
7575         * shell/ev-window.c: (ev_window_dispose):
7576         
7577         Small memory fixes. Links model now store objects instead
7578         of pointers to improve memory management. 
7579
7580 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * shell/ev-window.c: (zoom_control_changed_cb):
7583         
7584         Fix update of zoom control (bug 308268).
7585
7586 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7587
7588         * shell/ev-properties.c (set_property): escape the text correctly.
7589         Handles non-UTF-8 properties and escaped properties.  Also, sets
7590         the text to "<i>None</i>" if the property isn't set.
7591
7592         * data/evince-properties.glade: Change the label to be ellipsized,
7593         and give it a minimum size.
7594
7595 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7596
7597         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7598         * shell/ev-sidebar-links.c: (create_loading_model):
7599         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7600         * shell/ev-view.c: (ev_view_set_document):
7601         * shell/ev-window.c: (ev_window_dispose):
7602         
7603         Various small fixes, mostly memory leaks. Thanks to valgrind.
7604
7605 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7606
7607         * ps/ps-document.c: remove the locale.h include again ;-). And
7608         kill the (bogus) setlocale/savelocale business.
7609
7610 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7611
7612         * ps/ps-document.c:
7613         
7614         Include locale.h to fix build
7615         
7616         * shell/ev-sidebar.c:
7617         
7618         Remove unnecessary includes
7619
7620 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7621
7622         * dvi/dvi-document.c: (dvi_document_load):
7623         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7624         * po/POTFILES.in:
7625         
7626         Check for incorrect dvi files. Fix parsing dvi on AMD64
7627         platform. Thanks to tester@tester.ca (Olivier Crete).
7628
7629 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * shell/ev-page-action.c: (match_selected_cb),
7632         (display_completion_text), (match_completion), (update_model):
7633         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7634         (expand_open_links):
7635         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7636         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7637         (ev_sidebar_set_document):
7638         * shell/ev-window.c: (ev_window_xfer_job_cb),
7639         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7640         
7641         Fixed lot's of memory leaks, for example, memory leak on reload, 
7642         described in bug 307793.
7643
7644 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7645
7646         * pdf/ev-poppler.cc:
7647         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7648         (update_visible_range), (adjustment_changed_cb),
7649         (ev_sidebar_thumbnails_fill_model),
7650         (ev_sidebar_thumbnails_refresh),
7651         (ev_sidebar_tree_selection_changed),
7652         (ev_sidebar_icon_selection_changed),
7653         (ev_sidebar_thumbnails_use_icon_view),
7654         (ev_sidebar_thumbnails_set_document):
7655         * shell/ev-sidebar-thumbnails.h:
7656         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7657         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7658
7659         Refresh thumbnails when changing orientation. Not fully
7660         working yet becuase of a sidebar bug.
7661
7662         Set page orientation to poppler page everywhere. This sucks
7663         really need to fix poppler.
7664
7665 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7666
7667         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7668         (egg_recent_view_gtk_new_menu_item),
7669         (egg_recent_view_gtk_set_property),
7670         (egg_recent_view_gtk_get_property),
7671         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7672         (egg_recent_view_gtk_set_tooltip_func),
7673         (egg_recent_view_gtk_set_label_width),
7674         (egg_recent_view_gtk_get_label_width):
7675         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7676
7677         Sync with libegg (ellipsize labels)
7678
7679 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7680
7681         * data/evince-ui.xml:
7682         * shell/ev-window.c: (ev_window_cmd_go_forward),
7683         (ev_window_cmd_go_backward):
7684         
7685         Shift + PageUp moves 10 Pages. Fix for 306125
7686
7687 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7688
7689         * pdf/ev-poppler.cc:
7690
7691         Add a flag to check if orientation has been overriden
7692
7693 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7694
7695         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7696         field if necessary.
7697
7698         * ps/ps.h: add creator field to document.
7699
7700         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7701         set creator field.
7702
7703 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * data/evince-properties.glade:
7706         * shell/ev-properties.c: (ev_properties_set_document):
7707
7708         s/PDF Version/Format
7709
7710 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7711
7712         * shell/ev-properties.c: (ev_properties_set_document):
7713
7714         Remove unnecessary translations
7715
7716 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * cut-n-paste/toolbar-editor/Makefile.am:
7719
7720         Correct library name    
7721
7722 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7723
7724         * configure.ac:
7725         * cut-n-paste/recent-files/egg-recent-model.c:
7726         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7727         (egg_recent_model_unlock_file):
7728         * cut-n-paste/recent-files/egg-recent-util.c:
7729         (egg_recent_util_get_unique_id):
7730         * cut-n-paste/recent-files/update-from-egg.sh:
7731         * cut-n-paste/toolbar-editor/Makefile.am:
7732         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7733         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7734         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7735         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7736         (egg_toolbars_model_get_type):
7737         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7738
7739         Better makefile for toolbar editor and update everything
7740         to latest libegg.
7741
7742 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * shell/ev-window.c: (update_document_mode):
7745
7746         Prefer presentation mode when the document
7747         require fullscreen.
7748
7749 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * data/evince-ui.xml:
7752         * shell/ev-window.c:
7753
7754         Add control-equal for zooming
7755
7756 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7757
7758         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7759
7760 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * backend/ev-document.c: (ev_document_get_orientation):
7763         * backend/ev-document.h:
7764         * pdf/ev-poppler.cc:
7765         * ps/ps-document.c: (ps_document_get_orientation),
7766         (ps_document_set_orientation), (ps_document_document_iface_init):
7767
7768         Add a get_orientation api. Improve set_orientation.
7769
7770         * data/evince-ui.xml:
7771         * shell/ev-view.c: (ev_view_set_orientation),
7772         (ev_view_rotate_right), (ev_view_rotate_left):
7773         * shell/ev-view.h:
7774         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7775         (ev_window_cmd_edit_rotate_right):
7776
7777         Better ui for changing document orientation
7778
7779 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7782         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7783         * shell/ev-sidebar-links.h:
7784         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7785         (ev_sidebar_page_iface_init):
7786         * shell/ev-sidebar-page.h:
7787         * shell/ev-sidebar-thumbnails.c:
7788         (ev_sidebar_thumbnails_get_property),
7789         (ev_sidebar_thumbnails_class_init),
7790         (ev_sidebar_thumbnails_set_document):
7791         * shell/ev-sidebar-thumbnails.h:
7792         * shell/ev-view.c: (ev_view_motion_notify_event):
7793         * shell/ev-window.c: (update_chrome_visibility),
7794         (ev_window_cmd_focus_page_selector),
7795         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7796         (sidebar_page_main_widget_update_cb), (ev_window_init):
7797         
7798         Autoraise toolbar on GoToPage binding and fix bindings in
7799         EvSidebarThumbnails page.
7800
7801 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7802
7803         * shell/ev-properties.c: (update_progress_label):
7804
7805         Hide the progress label when finished; bug #307697.
7806
7807 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7808
7809         * pdf/ev-poppler.cc:
7810
7811         Enable is_open for links, you will need poppler cvs
7812
7813         * shell/ev-properties.c: (job_fonts_finished_cb):
7814
7815         Get a lock on the document when filling the tree view
7816
7817 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7818
7819         * backend/ev-document-links.h:
7820         * pdf/ev-poppler.cc:
7821         * shell/ev-sidebar-links.c: (create_loading_model),
7822         (expand_open_links), (job_finished_callback):
7823
7824         Expand links when specified by the document.
7825         Depend on a poppler api (defined out for now)
7826
7827 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7828
7829         * shell/ev-properties.c: (ev_properties_dispose),
7830         (ev_properties_class_init), (dialog_destroy_cb),
7831         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7832         (ev_properties_set_document), (ev_properties_new),
7833         (ev_properties_show):
7834         * shell/ev-properties.h:
7835
7836         Make it an object, cleanup the code, api to show it as transient
7837         and to set the document.
7838
7839         * shell/ev-window.c: (ev_window_setup_document),
7840         (ev_window_cmd_file_properties):
7841
7842         Adapt to EvProperties changes, do not show multiple
7843         times, update it when document changes.
7844
7845 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7846
7847         * ps/gstypes.h:
7848         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7849         (ps_document_set_orientation), (ps_document_document_iface_init):
7850         * ps/ps-document.h:
7851
7852         Implement orientation here too
7853
7854         * shell/ev-properties.c: (ev_properties_new):
7855         * data/evince-properties.glade:
7856
7857         Hide the fonts page for backends that doesnt
7858         support it.     
7859
7860 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7861
7862         * backend/ev-document.c: (ev_document_set_orientation):
7863         * backend/ev-document.h:
7864         * pdf/ev-poppler.cc:
7865
7866         Add orientation api. Currently poppler api is not optimal,
7867         we need to set orientation every time we _get a page.
7868         I will try to fix that at some point.
7869
7870         * data/evince-ui.xml:
7871         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7872         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7873
7874         Add orientation menu items
7875
7876         * shell/ev-page-cache.c: (ev_page_cache_clear):
7877         * shell/ev-page-cache.h:
7878
7879         Add api to clear the cache
7880
7881         * shell/ev-view.c: (setup_caches), (clear_caches),
7882         (ev_view_set_document), (ev_view_zoom_out),
7883         (ev_view_set_orientation):
7884         * shell/ev-view.h:
7885
7886         Implement orientation changing
7887
7888 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7889
7890         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7891         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7892         * backend/ev-document-fonts.h:
7893
7894         Separate scan and fill so that we can incrementally fill from
7895         the main thread. Add a progress api.
7896
7897         * data/evince-properties.glade:
7898         * pdf/ev-poppler.cc:
7899         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7900         * shell/ev-jobs.h:
7901         * shell/ev-properties.c: (update_progress_label),
7902         (job_fonts_finished_cb), (setup_fonts_view):
7903
7904         Incrementally feel the list and show the progress
7905         percentage in a label like acrobat does.
7906
7907         You are going to need poppler cvs
7908
7909 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7910
7911         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7912         * backend/ev-document-fonts.h:
7913         * pdf/ev-poppler.cc:
7914
7915         Make fonts model fill incrementally.
7916
7917         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7918         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7919         (ev_job_queue_remove_job):
7920         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7921         (ev_job_fonts_new), (ev_job_fonts_run):
7922         * shell/ev-jobs.h:
7923
7924         New job for fonts scanning
7925
7926         * shell/ev-properties.c: (job_fonts_finished_cb),
7927         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7928         * shell/ev-properties.h:
7929         * shell/ev-window.c: (ev_window_cmd_file_properties):
7930
7931         Incrementally feel the treeview using the new job. Show Loading...
7932         message until scanning is completed.
7933
7934         Hopefully I didnt break the build without the poppler patch.
7935
7936 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7937
7938         * shell/ev-application.c: (ev_application_open):
7939         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7940         (ev_document_type_get_type), (ev_document_type_lookup):
7941         * shell/ev-document-types.h:
7942         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7943         * shell/ev-job-xfer.h:
7944         * shell/ev-window.c: (ev_window_clear_local_uri),
7945         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7946         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7947         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7948         
7949         Transfer remote documents to tmp directory to display them later.
7950
7951 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7952
7953         * backend/ev-document-info.h:
7954         * shell/ev-properties.c: (ev_properties_new):
7955
7956         s/GTime*/GTime. Not sure why we was using a pointer
7957         at all there!
7958
7959 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7960
7961         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7962         situations.  That situation is that you're using GTK+-HEAD with
7963         the patch at #306726 is applied, and you have a document with <
7964         1500 pages in it.  It's not quite as uniformly nice as the
7965         TreeView, but should be better in the long run.
7966
7967         I'm pretty sure I guarded against breaking compilation with
7968         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7969         I missed some.
7970
7971         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7972         widget yet, so I commented that code out
7973         enable_view_actions_for_widget() for now.  Need to figure this
7974         out.
7975
7976         * shell/ev-page-action.c (match_selected_cb): emit the right
7977         signals.  Our cool C-l completion now works.
7978
7979 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7980
7981         * backend/Makefile.am:
7982         * backend/ev-document-fonts.c:
7983         * backend/ev-document-links.c:
7984         * backend/ev-document.c: (ev_document_load):
7985         * backend/ev-document.h:
7986         * backend/ev-job-queue.c:
7987         * backend/ev-job-queue.h:
7988         * backend/ev-jobs.c:
7989         * backend/ev-jobs.h:
7990         * backend/ev-page-cache.c:
7991         * backend/ev-page-cache.h:
7992
7993         EvPageCache and EvJobs are moved to shell.
7994
7995         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7996         (ev_tmp_filename):
7997         * lib/ev-file-helpers.h:
7998         
7999         New helper to work with temporary files
8000         
8001         * shell/Makefile.am:
8002         * shell/ev-application.c: (ev_application_open):
8003         * shell/ev-application.h:
8004         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8005         (remove_job_from_async_queue), (add_job_to_async_queue),
8006         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8007         (handle_job), (search_for_jobs_unlocked),
8008         (no_jobs_available_unlocked), (ev_render_thread),
8009         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8010         (ev_job_queue_add_job), (move_job_async), (move_job),
8011         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8012         * shell/ev-job-queue.h:
8013         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8014         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8015         * shell/ev-job-xfer.h:
8016         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8017         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8018         (ev_job_links_class_init), (ev_job_render_init),
8019         (ev_job_render_dispose), (ev_job_render_class_init),
8020         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8021         (ev_job_thumbnail_class_init), (ev_job_load_init),
8022         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8023         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8024         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8025         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8026         * shell/ev-jobs.h:
8027         * shell/ev-page-action.c: (ev_page_action_set_document):
8028         * shell/ev-page-cache.c: (ev_page_cache_init),
8029         (ev_page_cache_class_init), (ev_page_cache_finalize),
8030         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8031         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8032         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8033         (ev_page_cache_get_title), (ev_page_cache_get_size),
8034         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8035         (ev_page_cache_get_height_to_page),
8036         (ev_page_cache_get_max_label_chars),
8037         (ev_page_cache_get_page_label),
8038         (ev_page_cache_has_nonnumeric_page_labels),
8039         (ev_page_cache_get_info), (ev_page_cache_next_page),
8040         (ev_page_cache_prev_page), (ev_page_cache_get):
8041         * shell/ev-page-cache.h:
8042         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8043         (ev_pixbuf_cache_clear_job_sizes),
8044         (ev_pixbuf_cache_add_jobs_if_needed),
8045         (ev_pixbuf_cache_set_page_range):
8046         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8047         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8048         * shell/ev-sidebar-thumbnails.c:
8049         (ev_sidebar_tree_selection_changed),
8050         (ev_sidebar_thumbnails_set_document):
8051         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8052         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8053         (ev_statusbar_get_context_id), (ev_statusbar_push),
8054         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8055         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8056         (ev_statusbar_set_progress):
8057         * shell/ev-statusbar.h:
8058         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8059         (ev_view_find_previous):
8060         * shell/ev-window.c: (ev_window_is_empty),
8061         (ev_window_setup_document), (password_dialog_response),
8062         (ev_window_clear_jobs), (ev_window_load_job_cb),
8063         (ev_window_xfer_job_cb), (ev_window_open_uri),
8064         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8065         (ev_window_print), (ev_window_print_range),
8066         (ev_window_state_event), (ev_window_cmd_view_reload),
8067         (menu_item_select_cb), (menu_item_deselect_cb),
8068         (view_status_changed_cb), (ev_window_dispose),
8069         (drag_data_received_cb), (ev_window_init):
8070         * shell/ev-window.h:
8071         * shell/main.c: (load_files):
8072         
8073         New statusbar to show progress on idle. Two new jobs - 
8074         xfer job and load job to load document in background. And update
8075         of page_cache clients to new location of code.
8076
8077 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8078   
8079         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8080         selection in open dialog. It also remembers the last visited directory 
8081         in the current session.
8082
8083 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * shell/ev-properties.c: (ev_properties_new):
8086         * shell/ev-properties.h:
8087         * shell/ev-window.c: (ev_window_cmd_file_properties):
8088         
8089         Get document info from page cache instead of document itself.
8090         This should fix crash related to race conditions described in
8091         bug 306545.
8092
8093 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8094
8095         * ps/ps-document.c: (ps_document_init),
8096         (send_ps), (get_page_box), (output), (catchPipe), (input),
8097         (stop_interpreter), (file_length), (file_readable),
8098         (check_filecompressedb), (ps_document_enable_interpreter),
8099         (document_load), (ps_async_renderer_render_pixbuf):
8100         * ps/ps-document.h:
8101
8102         Big cleanup of the ps code
8103
8104 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8105
8106         * backend/Makefile.am:
8107         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8108         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8109         * backend/ev-async-renderer.h:
8110
8111         Add an async renderer interface (method + callback) which
8112         is useful for backends like ps.
8113
8114         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8115         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8116         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8117         (ev_job_queue_add_job), (move_job_async), (move_job),
8118         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8119
8120         Add queues for async renderer, these are executed on the
8121         main thread.
8122
8123         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8124         (ev_job_render_run):
8125         * backend/ev-jobs.h:
8126
8127         If the backend support async renderer interface use it.
8128
8129         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8130         (setup_pixmap), (ps_document_get_type),
8131         (ps_async_renderer_render_pixbuf),
8132         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8133
8134         Implement async renderer interface.
8135
8136 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8137
8138         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8139
8140         Cleanup links job on exit.
8141
8142 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8145         (drag_data_get_cb), (drag_data_received_cb):
8146         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8147         (drag_data_get_cb), (parse_item_list),
8148         (egg_toolbar_editor_load_actions):
8149         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8150         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8151         (parse_item_list), (parse_toolbars):
8152         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8153         (dvi_pixbuf_put_pixel):
8154         
8155         Fix gcc 4.0 warnings
8156
8157 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8158
8159         * ps/ps-document.c: (start_interpreter):
8160
8161         Fix warning when loading ps
8162
8163 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8164
8165         * ps/ps-document.c: (output):
8166
8167         Fix crash when priting gs error messages.
8168
8169 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8170
8171         * backend/ev-page-cache.c: (_ev_page_cache_new):
8172         * backend/ev-page-cache.h:
8173
8174         Use a const to return title so that we dont double
8175         free it. Small cleanup and fix a leak.
8176
8177         * shell/ev-window.c: (update_window_title):
8178
8179         strdup value from get_title.
8180
8181 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8182
8183         * shell/ev-sidebar-links.c: (job_finished_callback),
8184         (ev_sidebar_links_set_document):
8185
8186         Cleanup the old job when changing document
8187
8188 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8189
8190         * shell/ev-stock-icons.c:
8191         * shell/ev-stock-icons.h:
8192         * shell/ev-window.c:
8193         
8194         Add stock icons for actions that can appear in toolbar. Fix for
8195         bug 306566.
8196
8197 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8198
8199         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8200         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8201         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8202         * backend/ev-page-cache.h:
8203         * shell/ev-view.c: (scroll_to_current_page),
8204         (view_update_range_and_current_page), (get_page_y_offset),
8205         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8206         (ev_view_size_request_continuous),
8207         (ev_view_zoom_for_size_continuous_and_dual_page),
8208         (ev_view_zoom_for_size_continuous):
8209         
8210         More compact EvView layout in document with pages of different size.
8211
8212 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8213
8214         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8215         compilation.
8216
8217 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * shell/ev-view.c: (view_set_adjustment_values):
8220         * shell/ev-window.c: (ev_window_cmd_file_properties):
8221         
8222         A bit different fix for rounding problem but it has no
8223         problems on startup. Make properties window transient to parent.
8224
8225 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * pdf/ev-poppler.cc:
8228         
8229         More commenting of font stuff.
8230
8231 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8232
8233         * pdf/ev-poppler.cc:
8234
8235         Comment out some more fonts stuff. Should really
8236         work without the poppler patch now.
8237
8238 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8239
8240         * pdf/ev-poppler.cc:
8241
8242         Adapt to api change
8243
8244 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8245
8246         * data/evince-properties.glade:
8247         * pdf/ev-poppler.cc:
8248         * shell/ev-properties.c: (setup_fonts_view):
8249
8250         Set the column title. Show the dialog only
8251         once everything is setup.
8252         Getting font info can be very slow... will
8253         prolly need to make this threaded too.
8254
8255 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8256
8257         * backend/Makefile.am:
8258         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8259         (ev_document_fonts_get_fonts_model):
8260         * backend/ev-document-fonts.h:
8261         * data/evince-properties.glade:
8262         * pdf/ev-poppler.cc:
8263         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8264         * shell/ev-properties.h:
8265         * shell/ev-window.c: (ev_window_cmd_file_properties):
8266
8267         Implement fonts list. Defined out for now, since it depends
8268         on a not yet committed poppler patch.
8269
8270 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8271
8272         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8273         page + 1.
8274
8275         * shell/ev-window.c: Make sure we add the timeout when we get a
8276         focus-in event.
8277
8278         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8279         adjustment->value before calculating the zoom factor to average
8280         out all of our rounding errors.  The page no longer 'drifts' when
8281         resizing.
8282
8283 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8284
8285         * data/evince-properties.glade:
8286         * shell/ev-properties.c: (ev_properties_format_date),
8287         (set_property):
8288         
8289         Labels don't expand when the dialogue is resized.
8290         strftime result needs to be converted to UTF-8. Thanks
8291         to Christian Persch <chpe@gnome.org>.
8292
8293 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8294
8295         * data/evince-properties.glade:
8296
8297         Hide the fonts tab
8298
8299 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8300
8301         * backend/ev-document-info.h:
8302         * backend/ev-document.c: (ev_document_info_free):
8303         * data/evince-properties.glade:
8304         * pdf/ev-poppler.cc:
8305         * ps/ps-document.c: (ps_document_get_info):
8306         * shell/ev-properties.c: (ev_properties_format_date),
8307         (set_property), (ev_properties_new):
8308         * shell/ev-properties.h:
8309         * shell/ev-window.c: (ev_window_cmd_file_properties):
8310
8311         Rework properties code to take only EvPropertyInfo
8312         in the constructor so that it can be useful for
8313         nautilus plugin too.
8314
8315         Deal with backends that doesnt support some properties.
8316         Make set property code generic.
8317
8318 2005-06-04  Christian Persch <chpe@gnome.org>
8319
8320         * data/evince-properties.glade:
8321
8322         fix spacings, make resizeable, and make data labels
8323         selectable + ellipsised
8324
8325 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8326
8327         * backend/ev-document-info.h:
8328         * data/Makefile.am:
8329         * data/evince-ui.xml:
8330         * pdf/ev-poppler.cc:
8331         * shell/Makefile.am:
8332         * shell/ev-window.c: (update_action_sensitivity),
8333         (ev_window_cmd_file_properties):
8334
8335         Initial go at file properties. Patch by
8336         Emil Soleyman-Zomalan <emil@soleyman.com>.
8337         Needs love see #169583
8338
8339 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8340
8341         * ps/ps-document.c: (output):
8342         * ps/ps.c: (psscan):
8343
8344         Try to render even if psscan fails.
8345
8346 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8347
8348         * ps/ps.c: (psscan), (pscopydoc):
8349
8350         Port buffered reading code from gv
8351
8352 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8353
8354         * ps/ps-document.c: (interpreter_message), (output):
8355
8356         Do not fail on interpreter messages
8357
8358 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8359
8360         * backend/ev-document-misc.c:
8361         (ev_document_misc_get_thumbnail_frame):
8362
8363         Pages can be 0 x 0, dont assert on this case
8364
8365 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8366
8367         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8368         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8369
8370         Correctly manage our reference on document. Finally the reload
8371         huge leak is gone...
8372
8373 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8374
8375         * ps/ps-document.c: (ps_document_dispose):
8376
8377         Forgot to chain it to the parent. Thanks chpe.
8378
8379 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8380
8381         * ps/ps-document.c: (ps_document_dispose),
8382         (ps_document_class_init), (stop_interpreter), (document_load):
8383
8384         Cleanup dispose a bit. Dont leak the whole pixmap.
8385
8386 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8387
8388         * pdf/ev-poppler.cc:
8389
8390         Release the poppler document on dispose
8391
8392 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8393
8394         * shell/ev-view.c: (ev_view_set_document):
8395
8396         Release ref on the pixbuf cache when changing
8397         document.
8398
8399 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8400
8401         * ps/ps-document.c: (ps_document_get_info):
8402
8403         Fix a double free
8404
8405 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8406
8407         * backend/ev-page-cache.c: (ev_page_cache_init),
8408         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8409         * backend/ev-page-cache.h:
8410         * shell/ev-page-action.c: (page_changed_cb):
8411         
8412         Set page action entry width depending on labels width. Fix
8413         for bug 305202.
8414
8415 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * backend/ev-link.c: (ev_link_class_init):
8418
8419         Allow -1 as page value (error)
8420
8421 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8422
8423         * shell/ev-sidebar-thumbnails.c:
8424         (ev_sidebar_thumbnails_set_document):
8425         * shell/ev-view.c: (scroll_to_current_page),
8426         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8427         (page_changed_cb), (on_adjustment_value_changed),
8428         (ev_view_set_document):
8429
8430         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8431         Fix bug 305377
8432
8433 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8434
8435         * configure.ac:
8436         * djvu/djvu-document.c: (djvu_document_get_page_size):
8437
8438         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8439         bug 301993.
8440
8441 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8442
8443         * shell/ev-view.c (draw_one_page): modify the expose handling to
8444         get the shadows.
8445
8446         * shell/ev-window.c (update_action_sensitivity): Respect
8447         permissions field.  Kowtow to the man.
8448
8449         * pdf/ev-poppler.cc: Get the permissions field.
8450
8451         * tiff/*c: Make a tiny bit more robust.
8452
8453 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8454
8455         * djvu/djvu-document.c:
8456         
8457         Pop messages from djvu context message queue.
8458
8459 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8460
8461         * configure.ac, Makefile.am, shell/Makefile.am:
8462         * tiff/Makefile.am, shell/ev-document-types.c:
8463         
8464         Cleanup tiff configure checks. Fix for bug 305218.
8465
8466 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8467
8468         * configure.ac: Added "uk" to ALL_LINGUAS.
8469
8470 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8471
8472         * cut-n-paste/zoom-control/ephy-zoom.c:
8473         (ephy_zoom_get_changed_zoom_level):
8474         * cut-n-paste/zoom-control/ephy-zoom.h:
8475         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8476         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8477         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8478         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8479         (zoom_control_changed_cb), (ev_window_init):
8480         
8481         Fix minor points related to moving best fit up. Introduce
8482         "zoom" property and make zoom control change it's value on
8483         notify::zoom signals. Fix for 305080.
8484
8485 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8486
8487         * data/evince-ui.xml:
8488         * shell/ev-window.c: (set_view_actions_sensitivity):
8489         
8490         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8491
8492 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * configure.ac:
8495
8496         Depends on poppler 0.3.2
8497
8498 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * cut-n-paste/recent-files/egg-recent-item.c:
8501         (egg_recent_item_get_short_name):
8502         * cut-n-paste/toolbar-editor/Makefile.am:
8503         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8504         (new_pixbuf_from_widget):
8505         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8506         * cut-n-paste/toolbar-editor/egg-marshal.c:
8507         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8508         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8509
8510         Sync
8511
8512 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8513
8514         * tiff/tiff-document.c: Rough TIFF backend.
8515
8516 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * NEWS:
8519         * configure.ac:
8520         * cut-n-paste/toolbar-editor/Makefile.am:
8521
8522         Release 0.3.1
8523
8524 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8525
8526         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8527         (ev_view_find_next), (ev_view_find_previous):
8528
8529         Remove the locks around get_n_results   
8530
8531 2005-05-21  Juerg Billeter  <j@bitron.ch>
8532
8533         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8534
8535         Pass correct number of pages to poppler.
8536
8537 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8538
8539         * configure.ac:
8540         * data/Makefile.am:
8541         * data/evince.desktop.in: 
8542         * data/evince.desktop.in.in:
8543         * po/POTFILES.in:
8544         
8545         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8546
8547 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8548
8549         * shell/ev-view.c: (view_update_adjustments),
8550         (view_set_adjustment_values): cast adjustmen->value to (int)
8551         before using it.  Otherwise, we get off by a pixel in some
8552         situations.
8553
8554         (draw_one_page): Draw the border on expose.
8555
8556 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8557
8558         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8559         adjustment when the mode changes, #304923
8560
8561 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8562
8563         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8564         flickering on resize but still use gdk_window_scroll on
8565         scrolling
8566
8567 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8568
8569         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8570         option, #170458
8571
8572 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8573
8574         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8575         second page on page_changed if possible, #304669
8576
8577 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8578
8579         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8580         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8581
8582 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8583
8584         * .cvsignore:
8585         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8586         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8587         (ev_view_zoom_for_size_presentation),
8588         (ev_view_zoom_for_size_continuous_and_dual_page),
8589         (ev_view_zoom_for_size_continuous),
8590         (ev_view_zoom_for_size_dual_page),
8591         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8592         * shell/ev-view.h:
8593         * shell/ev-window.c: (update_view_size),
8594         (ev_window_sizing_mode_changed_cb):
8595
8596         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8597         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8598         an infinite loop, #304769
8599
8600
8601 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8602
8603         * data/evince-ui.xml:
8604         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8605         * shell/ev-window.c: (set_view_actions_sensitivity):
8606
8607         Make PgUp/Down behave like Space
8608
8609 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8610
8611         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8612         * backend/ev-ps-exporter.h:
8613         * pdf/ev-poppler.cc:
8614         * ps/ps-document.c: (ps_document_ps_export_begin):
8615         * shell/ev-print-job.c: (idle_print_handler):
8616
8617         Adapt to new poppler api
8618
8619 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8620
8621         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8622         (ephy_zoom_control_init):
8623
8624         Translate zoom levels
8625
8626 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8627
8628         * cut-n-paste/zoom-control/ephy-zoom.c:
8629         (ephy_zoom_get_zoom_level_index):
8630
8631         Fix current zoom -> zoom control match
8632
8633 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8634
8635         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8636         rather than the scrolled_window that it's in. Fixes bug #304655.
8637
8638 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8639
8640         * shell/ev-view.c: (view_update_adjustments),
8641         (view_set_adjustment_values), (view_update_range_and_current_page),
8642         (view_scroll_to_page), (set_scroll_adjustment),
8643         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8644         (ev_view_scroll), (ev_view_scroll_view),
8645         (ensure_rectangle_is_visible), (find_page_at_location),
8646         (get_link_at_location), (go_to_link), (status_message_from_link),
8647         (ev_view_size_request_continuous_dual_page),
8648         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8649         (ev_view_unrealize), (ev_view_expose_event),
8650         (ev_view_button_press_event), (ev_view_motion_notify_event),
8651         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8652         (draw_rubberband), (highlight_find_results), (draw_one_page),
8653         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8654         (ev_view_init), (find_changed_cb), (page_changed_cb),
8655         (on_adjustment_value_changed), (ev_view_new),
8656         (ev_view_set_document), (ev_view_set_zoom),
8657         (ev_view_set_continuous), (ev_view_set_dual_page),
8658         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8659         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8660         (ev_view_zoom_for_size_presentation),
8661         (ev_view_zoom_for_size_continuous_dual_page),
8662         (ev_view_zoom_for_size_continuous),
8663         (ev_view_zoom_for_size_dual_page),
8664         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8665         (ev_view_get_status), (ev_view_set_status),
8666         (update_find_status_message), (ev_view_get_find_status),
8667         (ev_view_set_find_status), (jump_to_find_result),
8668         (jump_to_find_page), (compute_selections), (clear_selection),
8669         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8670         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8671         (ev_view_update_primary_selection),
8672         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8673         * shell/ev-view.h:
8674         * shell/ev-window.c: (ev_window_open_page_label),
8675         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8676         (ev_window_init):
8677         * shell/ev-window.h:
8678         * shell/main.c: (load_files):
8679
8680         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8681         when resizing.  Remove the bin_window().  Also, patch from James
8682         Bowes to fix command line page, #300641
8683         
8684 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * data/evince-ui.xml:
8687         * shell/ev-view.c:
8688         * shell/ev-view.h:
8689         * shell/ev-window.c: (update_action_sensitivity):
8690
8691         Get rid of View->Normal Size, it's just confusing
8692
8693 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8694
8695         * backend/ev-document-info.h:
8696         * backend/ev-document.c: (ev_document_info_free): Free the
8697         EvDocumentInfo.
8698
8699         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8700         (clear_range), (add_range), (update_visible_range),
8701         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8702         (ev_sidebar_thumbnails_set_document):
8703         * shell/ev-window.c: (ev_window_setup_document): Only render the
8704         visible thumbnails.  It takes an instant to render, but it uses
8705         much less memory.
8706
8707 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * shell/ev-sidebar-links.c: (popup_menu_cb):
8710
8711         Select first item
8712
8713 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * lib/Makefile.am:
8716         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8717         (button_press_cb), (ev_sidebar_links_construct):
8718
8719         Show the popup menu also on keybindings
8720
8721 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8724         * shell/ev-window.h:
8725
8726         Expose api to print a range (with dialog). Make private _print use
8727         it.
8728
8729         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8730         (ev_sidebar_links_construct):
8731
8732         Show a print context menu on linkx, it prints the selected
8733         section.
8734
8735 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8736
8737         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8738         button.
8739
8740 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * AUTHORS:
8743
8744         Update
8745
8746         * shell/ev-window.c: (build_comments_string),
8747         (ev_window_cmd_help_about):
8748
8749         Show poppler version/backend and authors
8750
8751 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * cut-n-paste/zoom-control/ephy-zoom.c:
8754         (ephy_zoom_get_zoom_level_index):
8755         * cut-n-paste/zoom-control/ephy-zoom.h:
8756
8757         Move the best fit items at the top of the list
8758
8759 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8760
8761         * shell/ev-marshal.list:
8762         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8763         (activate_cb), (match_selected_cb), (activate_link_cb),
8764         (connect_proxy), (ev_page_action_class_init):
8765         * shell/ev-page-action.h:
8766
8767         Use signals to notify action activation. Hopefully
8768         I did not break completion since I cant test...
8769
8770         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8771         (register_custom_actions):
8772
8773         Connect to page selector actions and also grab focus on
8774         the view when activated.
8775
8776 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8777
8778         * pdf/ev-poppler.cc:
8779         * backend/ev-page-cache.c: make page size calculation consistent
8780         and set it to (int)( width * scale + 0.5).  This makes the weird
8781         line going through the middle of the page go away.
8782
8783         * shell/ev-view.c: move painting the background page after
8784         checking the expose area covers us.
8785
8786 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8787
8788         * data/evince-password.glade:
8789         
8790         Mark labels as not translatable. Fix for bug 302842.
8791
8792 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8793
8794         * configure.ac: Added "es" to ALL_LINGUAS.
8795
8796 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8797
8798         * data/evince-toolbar.xml:
8799         * shell/ev-window.c: (update_action_sensitivity),
8800         (ev_window_setup_document), (ev_window_set_page_mode),
8801         (ev_window_init):
8802
8803         Remove some leftover code from jrb first continous
8804         attempt. Use the new actions, we still need good icons
8805         though...
8806
8807 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8810
8811         Update label when connecting proxy. Fix a warning with NULL
8812         page_cache.
8813
8814 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * data/evince-ui.xml:
8817         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8818         * shell/ev-page-action.h:
8819         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8820
8821         Add mnemonic for edit toolbar.
8822         ctrl+l focus the page entry.
8823
8824 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * lib/Makefile.am:
8827         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8828         (ev_window_init):
8829         * shell/main.c: (main):
8830
8831         Put the toolbar xml in evince own dot dir
8832
8833 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8834
8835         * shell/ev-window.c: (ev_window_init):
8836
8837         Make the toolbar not removable
8838
8839 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * data/evince-ui.xml:
8842         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8843         * shell/ev-sidebar-links.h:
8844         * shell/ev-sidebar-thumbnails.c:
8845         (ev_sidebar_thumbnails_get_treeview):
8846         * shell/ev-sidebar-thumbnails.h:
8847         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8848         (ev_view_class_init):
8849         * shell/ev-view.h:
8850         * shell/ev-window.c: (update_action_sensitivity),
8851         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8852         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8853         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8854         (ev_window_init):
8855
8856         This is evil... Make space/backspace global accelerators but
8857         enable them only for some widgets (sidebars and view).
8858         I dont like it, but I dont know a better way... :/
8859
8860 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8861
8862         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8863         (ev_page_action_widget_finalize),
8864         (ev_page_action_widget_class_init), (update_page_cache):
8865
8866         Keep a weak reference on proxy->page_cache so that we
8867         dont try to disconnect the signal if the object is already
8868         gone. Maybe there is a better way to cleanup reference handling
8869         in page action though...
8870
8871 2005-05-10  Juerg Billeter  <j@bitron.ch>
8872
8873         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8874         * backend/ev-ps-exporter.h:
8875         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8876         * ps/ps-document.c: (ps_document_ps_export_begin):
8877         
8878         Change api to pass print range to ps_exporter_begin. The pdf backend
8879         requires this information.
8880         
8881         * shell/ev-print-job.c: (idle_print_handler):
8882         
8883         Adapt to api change
8884
8885 2005-05-10  Juerg Billeter  <j@bitron.ch>
8886
8887         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8888         (idle_print_handler)
8889         * shell/ev-window.c: (ev_window_print):
8890
8891         Support printing page range, based on patch by Amaury Jacquot
8892
8893 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8894
8895         * data/evince-toolbar.xml:
8896
8897         Add zoom control to available items
8898
8899 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8900
8901         * shell/ev-window.c: (update_action_sensitivity):
8902
8903         Set slash action insensitive when appropriate
8904
8905 2005-05-10  Christian Persch <chpe@gnome.org>
8906
8907         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8908
8909         Fix warning on the overflow menu
8910
8911 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8912
8913         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8914
8915         Check for uri correctness/existence
8916
8917 2005-05-09  Juerg Billeter  <j@bitron.ch>
8918
8919         * shell/ev-window.c: (using_postscript_printer):
8920
8921         LPD printers use postscript, too
8922
8923 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8924
8925         * shell/ev-window.c: (register_custom_actions):
8926
8927         The zoom one is actually sort of useful,
8928         put it back
8929
8930 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8931
8932         * shell/ev-window.c: (register_custom_actions):
8933
8934         Hide page/zoom controls from overflow, they
8935         are useless.
8936
8937 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8938
8939         * cut-n-paste/update-from-egg.sh:
8940         
8941         Share it between all cut-n-paste subdirs
8942
8943         * cut-n-paste/recent-files/Makefile.am:
8944
8945         Fix to use "global" update-from-egg.sh
8946
8947         * cut-n-paste/recent-files/egg-recent-model.c:
8948         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8949         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8950         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8951         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8952
8953         Update from libegg
8954
8955         * cut-n-paste/toolbar-editor/Makefile.am:
8956
8957         Fix to use "global" update-from-egg.sh
8958
8959         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8960
8961         Update from libegg
8962
8963 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8964
8965         * configure.ac:
8966         * cut-n-paste/Makefile.am:
8967         * cut-n-paste/recent-files/Makefile.am:
8968         * cut-n-paste/toolbar-editor/.cvsignore:
8969         * cut-n-paste/toolbar-editor/Makefile.am:
8970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8971         (egg_editable_toolbar_get_type), (get_toolbar_position),
8972         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8973         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8974         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8975         (set_item_drag_source), (create_item_from_action), (create_item),
8976         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8977         (popup_toolbar_context_menu_cb), (free_dragged_item),
8978         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8979         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8980         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8981         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8982         (item_added_cb), (item_removed_cb),
8983         (egg_editable_toolbar_construct),
8984         (egg_editable_toolbar_disconnect_model),
8985         (egg_editable_toolbar_deconstruct),
8986         (egg_editable_toolbar_set_model),
8987         (egg_editable_toolbar_set_ui_manager),
8988         (egg_editable_toolbar_set_property),
8989         (egg_editable_toolbar_get_property),
8990         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8991         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8992         (egg_editable_toolbar_new_with_model),
8993         (egg_editable_toolbar_get_edit_mode),
8994         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8995         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8996         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8997         (new_pixbuf_from_widget), (new_separator_pixbuf),
8998         (update_separator_image), (style_set_cb),
8999         (_egg_editable_toolbar_new_separator_image),
9000         (egg_editable_toolbar_get_model):
9001         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9002         * cut-n-paste/toolbar-editor/egg-marshal.c:
9003         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9004         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9005         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9006         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9007         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9008         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9009         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9010         (editor_drag_data_delete_cb), (drag_data_get_cb),
9011         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9012         (editor_create_item), (update_editor_sheet), (setup_editor),
9013         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9014         (parse_item_list), (model_has_action), (update_actions_list),
9015         (egg_toolbar_editor_load_actions):
9016         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9017         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9018         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9019         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9020         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9021         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9022         (egg_toolbars_model_add_separator), (impl_add_item),
9023         (parse_item_list), (egg_toolbars_model_add_toolbar),
9024         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9025         (impl_get_item_data), (impl_get_item_type),
9026         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9027         (egg_toolbars_model_init), (free_toolbar),
9028         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9029         (egg_toolbars_model_remove_toolbar),
9030         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9031         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9032         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9033         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9034         (egg_toolbars_model_get_item_data),
9035         (egg_toolbars_model_get_item_type):
9036         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9037         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9038         * data/Makefile.am:
9039         * data/evince-toolbar.xml:
9040         * data/evince-ui.xml:
9041         * data/hand-open.png:
9042         * po/POTFILES.in:
9043         * shell/Makefile.am:
9044         * shell/ev-window.c: (update_chrome_visibility),
9045         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9046         (ev_window_dispose), (ev_window_init):
9047
9048         Implement epiphany like toolbar editor. Based on patch by
9049         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9050
9051 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9052
9053         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9054
9055         Use set_cursor instead of set_selection, so that
9056         the keyboard focus moves too.
9057
9058 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9059
9060         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9061
9062         Fix infinite loop when loading Type1 fonts
9063
9064 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * data/evince-ui.xml:
9067         * shell/ev-window.c:
9068
9069         Slash -> Find
9070
9071 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9072
9073         * configure.ac:
9074
9075         Make --disable really disable
9076
9077 2005-05-07  Juerg Billeter  <j@bitron.ch>
9078
9079         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9080
9081         Compare page labels even without has_labels set, fixes setting page
9082         with entry
9083
9084 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9087         (ev_view_set_cursor), (ev_view_button_press_event),
9088         (ev_view_motion_notify_event), (ev_view_button_release_event),
9089         (ev_view_init):
9090
9091         Implement middle button scrolling. Based on a patch
9092         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9093
9094 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9095
9096         * shell/ev-document-types.c: (get_slow_mime_type),
9097         (get_document_type_from_mime), (ev_document_type_lookup):
9098         * shell/ev-document-types.h:
9099
9100         Change api to lookup from uri. Do fast lookup first, if the
9101         type is unknown try with data sniffing.
9102
9103         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9104         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9105
9106         Adapt to api change
9107
9108 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9109
9110         * thumbnailer/Makefile.am:
9111
9112         Fix distcheck
9113
9114 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9115
9116         * NEWS:
9117         * configure.ac:
9118
9119         Release 0.3.0
9120
9121         * data/evince-ui.xml:
9122
9123         Hide presentation mode for now
9124
9125         * shell/ev-view.c: (highlight_find_results):
9126
9127         Show current find selection only on current page
9128
9129 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9130
9131         * shell/ev-view.c: (ev_view_select_all):
9132
9133         Compute size of the actual page, not of
9134         the current one.
9135
9136 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9137
9138         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9139         (view_rect_to_doc_rect), (compute_selections),
9140         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9141         (ev_view_copy), (ev_view_primary_get_cb),
9142         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9143         (ev_view_button_press_event), (ev_view_motion_notify_event),
9144         (ev_view_button_release_event), (page_changed_cb):
9145
9146         Fix text selection
9147
9148 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9149
9150         * shell/ev-view.c: (compute_border), (get_page_extents),
9151         (doc_rect_to_view_rect), (highlight_find_results),
9152         (ev_view_bin_expose), (ev_view_select_all),
9153         (ev_view_motion_notify_event), (update_find_status_message),
9154         (jump_to_find_result), (jump_to_find_page):
9155
9156         First go at fixing search, still buggy
9157
9158 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9159
9160         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9161         dropdown box and button at the top of the sidebar.
9162
9163 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9164
9165         * configure.ac: Output zoom-control Makefile.
9166         * cut-n-paste/Makefile.am: build zoom-control subdir.
9167         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9168         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9169         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9170         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9171         * cut-n-paste/zoom-control/ephy-zoom.c:
9172         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9173         from epiphany, and modified to add a separator into the menu.
9174         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9175         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9176         zoom-control action.
9177         * shell/Makefile.am: Include zoom-control flags.
9178         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9179         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9180         (ev_view_zoom_for_size_presentation),
9181         (ev_view_zoom_for_size_continuous_and_dual_page),
9182         (ev_view_zoom_for_size_continuous),
9183         (ev_view_zoom_for_size_dual_page),
9184         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9185         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9186         ev_view_get_zoom and ev_view_get_sizing_mode.
9187         * shell/ev-view.h:
9188         * shell/ev-window.c: (update_action_sensitivity),
9189         (update_sizing_buttons), (zoom_control_changed_cb),
9190         (register_custom_actions): Initialize and use the zoom-control 
9191         widget.
9192
9193 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9196         preview cache back to 1.  Don't know when it got set to 0.
9197         
9198         * shell/ev-view.c: (compute_border), (ev_view_realize),
9199         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9200         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9201         (ev_view_get_fullscreen), (ev_view_set_presentation),
9202         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9203         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9204         * shell/ev-view.h:
9205         * shell/ev-window.c:
9206         (update_chrome_visibility),
9207         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9208         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9209         (update_document_mode), (ev_window_update_fullscreen_action),
9210         (ev_window_fullscreen), (ev_window_unfullscreen),
9211         (ev_window_cmd_view_fullscreen),
9212         (ev_window_update_presentation_action),
9213         (ev_window_run_presentation), (ev_window_stop_presentation),
9214         (ev_window_cmd_view_presentation), (ev_window_state_event),
9215         (ev_window_focus_in_event), (ev_window_focus_out_event),
9216         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9217         * data/evince-ui.xml: Initial presentation mode.  We should
9218         probably hide this until it's done, as it's quite rough.  Also,
9219         change full-screen to fullscreen and add two getters to EvView.
9220
9221 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9222
9223         * shell/ev-page-action.c: (update_page_cache),
9224         (ev_page_action_dispose):
9225         * shell/ev-window.c: (destroy_fullscreen_popup),
9226         (ev_window_create_fullscreen_popup):
9227
9228         Use connect_object rather than explicitly
9229         disconnect on dispose.
9230
9231 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9232
9233         * shell/ev-page-action.c: (update_page_cache),
9234         (ev_page_action_dispose):
9235
9236 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9237
9238         * backend/ev-page-cache.c: (_ev_page_cache_new),
9239         (ev_page_cache_set_page_label),
9240         (ev_page_cache_has_nonnumeric_page_labels):
9241         * backend/ev-page-cache.h:
9242         * shell/ev-page-action.c: (update_pages_label):
9243         
9244         If all page labels are numeric, fallback to default
9245         way to display number of pages. See bug 173185.
9246
9247 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9248
9249         * shell/ev-page-action.c: (ev_page_action_dispose):
9250         * shell/ev-view.c: (view_update_range_and_current_page):
9251         * shell/ev-window.c: (ev_window_dispose):
9252         
9253         Set page on scroll in continuous mode. Fixes bug 301986.
9254         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9255
9256 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9257
9258         * configure.ac:
9259
9260         Require poppler 0.3.0
9261
9262 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9263         
9264         * shell/Makefile.am, configure.ac: Fix build problems
9265         with t1lib. Bug 301996.
9266
9267 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9268
9269         * shell/ev-view.c: (ev_view_scroll_event):
9270         
9271         Scroll up increase zoom
9272
9273 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9274
9275         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9276         (ev_view_set_sizing_mode),
9277         (ev_view_zoom_for_size_continuous_and_dual_page),
9278         (ev_view_zoom_for_size_continuous):
9279         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9280         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9281         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9282         (ev_window_init):
9283
9284         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9285         Fix for 165473 and 165472.
9286
9287 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9288
9289         * po/POTFILES.in:
9290         * thumbnailer/Makefile.am:
9291         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9292         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9293         * thumbnailer/evince-thumbnailer.schemas.in:
9294         
9295         Make thumbnailer schemas translatable. Fix for bug 301773
9296         
9297         * thumbnailer/evince-thumbnailer-djvu.schemas:
9298         * thumbnailer/evince-thumbnailer-dvi.schemas:
9299         * thumbnailer/evince-thumbnailer.schemas:
9300
9301         Removed files
9302
9303 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9304
9305         * shell/ev-view.c (ev_view_init): forgot to set this.
9306
9307 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9308
9309         * shell/ev-view.c: (find_page_at_location),
9310         (get_link_at_location),
9311         (ev_view_set_show_border), (ev_view_set_spacing),
9312         (ev_view_zoom_for_size_continuous_and_dual_page),
9313         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9314         Also, add a quick fix measuring of widths.  Also, removed
9315         ev_view_set_spacing and ev_view_set_show_border.
9316         
9317         * shell/ev-window.c: (ev_window_unfullscreen),
9318         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9319
9320 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9321
9322         * shell/ev-view.c: (view_update_range_and_current_page),
9323         (page_changed_cb):
9324         
9325         Fix crash on exit and scrolling to page in continuous view.
9326
9327 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9328
9329         * TODO:
9330         * backend/ev-page-cache.c: (_ev_page_cache_new),
9331         (ev_page_cache_get_max_width_size),
9332         (ev_page_cache_get_max_height_size):
9333         * backend/ev-page-cache.h:
9334         * data/evince-ui.xml:
9335         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9336         * shell/ev-view.c: (view_update_adjustments),
9337         (view_update_range_and_current_page), (get_bounding_box_size),
9338         (ev_view_size_request_continuous_and_dual_page),
9339         (ev_view_size_request_continuous),
9340         (ev_view_size_request_dual_page),
9341         (ev_view_size_request_single_page), (ev_view_size_request),
9342         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9343         (ev_view_bin_expose), (ev_view_expose_event),
9344         (ev_view_set_property), (ev_view_get_property),
9345         (ev_view_class_init), (ev_view_init), (ev_view_new),
9346         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9347         (ev_view_set_dual_page), (ev_view_set_full_screen),
9348         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9349         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9350         (ev_view_zoom_out), (zoom_for_size_fit_width),
9351         (zoom_for_size_best_fit),
9352         (ev_view_zoom_for_size_continuous_and_dual_page),
9353         (ev_view_zoom_for_size_continuous),
9354         (ev_view_zoom_for_size_dual_page),
9355         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9356         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9357         * shell/ev-view.h:
9358         * shell/ev-window.c: (update_action_sensitivity),
9359         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9360         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9361         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9362         (ev_window_cmd_view_zoom_out), (update_view_size),
9363         (ev_window_set_sizing_mode), (ev_window_init):
9364
9365         Add Continuous and Dual page modes.
9366
9367 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9368
9369         * dvi/dvi-document.c: (dvi_document_load),
9370         (dvi_document_thumbnails_get_thumbnail),
9371         (dvi_document_init_params): Fix up some mixups between
9372         width and height to correct thumbnail rendering.
9373
9374 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * dvi/mdvi-lib/private.h:
9377         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9378         
9379         Suppess output for kpathsea during font generation. Thanks to
9380         James Bowes
9381
9382 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9383
9384         * NEWS:
9385         * configure.ac:
9386
9387         Release 0.2.1
9388
9389         * Makefile.am: fix distcheck.
9390
9391 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9392
9393         * shell/ev-sidebar-links.c: (selection_changed_callback),
9394         (update_page_callback), (row_activated_callback),
9395         (job_finished_callback), (ev_sidebar_links_set_document):
9396         
9397         Fix for bug #169901. Double click on links expands tree.
9398
9399 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9400
9401         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9402         hard-coded style. Fix for bug 170111
9403
9404 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9405
9406         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9407         locking.
9408
9409 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9410
9411         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9412
9413 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9414
9415         * pdf/ev-poppler.cc:
9416         * shell/ev-view.c: (highlight_find_results):
9417
9418         Fix find on single page documents
9419
9420 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9421
9422         * data/evince.schemas.in: fix for bug 301390
9423
9424 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9425
9426         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9427         (ev_view_zoom_out), (ev_view_zoom_normal):
9428         * shell/ev-view.h:
9429         * shell/ev-window.c: (update_action_sensitivity),
9430         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9431         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9432         (ev_window_cmd_view_normal_size):
9433
9434         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9435         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9436         better than oom. 
9437
9438 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9439
9440         * configure.ac:
9441
9442         Depend on 2.57, 2.59 doesnt seem to be necessary
9443
9444 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9445
9446         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9447         (create_tool_item):
9448
9449         Put back total number of pages as (1 of 1234)
9450
9451 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9452
9453         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9454         remove the job.
9455
9456         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9457         function.  This helps debugging.
9458
9459 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9460
9461         * djvu/djvu-document.c: (djvu_document_class_init),
9462         (djvu_document_get_info), (djvu_document_document_iface_init):
9463         * dvi/dvi-document.c: (dvi_document_class_init),
9464         (dvi_document_get_info), (dvi_document_document_iface_init):
9465
9466         Dummy implementation of get_info method for dvi and
9467         djvu. Fix crashes with those backends
9468
9469 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9470
9471         * data/evince.desktop.in:
9472
9473         Add application/x-gzpostscript
9474
9475 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9476
9477         * data/evince.schemas.in: Added real long descriptions, 
9478         closes bug 172496 
9479
9480         * README: Added actual text, closes bug 171869
9481
9482 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9483
9484         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9485
9486         Thumbnail page 0
9487
9488 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9489
9490         * backend/ev-document-info.h:
9491
9492         s/GDate */GDate so we can just use g_free
9493
9494 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9495
9496         * shell/ev-window.c: (update_document_mode),
9497         (ev_window_setup_document):
9498
9499         Show the window in fullscreen when specified by
9500         the document
9501
9502 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9503
9504         * backend/ev-document.c: (ev_document_class_init),
9505         (ev_document_get_info), (ev_document_render_pixbuf):
9506         * backend/ev-document.h:
9507         * backend/ev-page-cache.c: (_ev_page_cache_new):
9508         * pdf/ev-poppler.cc:
9509         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9510         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9511         * ps/ps-document.c: (ps_document_class_init), (document_load),
9512         (ps_document_get_info), (ps_document_document_iface_init):
9513
9514         Remove get_title from the interface, we can just use document info
9515
9516 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * backend/Makefile.am:
9519         * backend/ev-document.c: (ev_document_render_get_info):
9520         * backend/ev-document.h:
9521         * pdf/ev-poppler.cc:
9522
9523         Initial support for document info. Based on jrb patch.
9524
9525 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9526
9527         * shell/ev-window.c: (ev_window_state_event),
9528         (ev_window_class_init), (ev_window_init):
9529         
9530         Doesn't show resize grip when maximized. See bug #301053
9531
9532 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9533
9534         * po/POTFILES.in:
9535         
9536         ev-sidebar-thumbnails now has translatable labels
9537         
9538         * shell/Makefile.am:
9539         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9540         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9541         (ev_sidebar_links_page_iface_init):
9542         * shell/ev-sidebar-links.h:
9543         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9544         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9545         (ev_sidebar_page_get_label):
9546         * shell/ev-sidebar-page.h:
9547         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9548         (ev_sidebar_thumbnails_set_document),
9549         (ev_sidebar_thumbnails_support_document),
9550         (ev_sidebar_thumbnails_get_label),
9551         (ev_sidebar_thumbnails_page_iface_init):
9552         * shell/ev-sidebar-thumbnails.h:
9553         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9554         (ev_sidebar_set_document):
9555         * shell/ev-sidebar.h:
9556         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9557         
9558         Small rework of sidebar code. Now sidebar pages should implement
9559         EvSidebarPage interface. That makes page management in EvSidebar
9560         easier. See bug #164811 for details
9561
9562 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9563
9564         * shell/ev-application.c: (ev_application_open):
9565         * shell/ev-document-types.c:
9566         
9567         Fix build error and small problem with application exit
9568
9569 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9570
9571         * thumbnailer/Makefile.am:
9572         * thumbnailer/evince-thumbnailer-djvu.schemas:
9573         * thumbnailer/evince-thumbnailer-dvi.schemas:
9574         
9575         Conditionally install schemas for djvu/dvi thumbnailer
9576
9577 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9578
9579         * shell/ev-document-types.h: 
9580         * shell/ev-document-types.c: 
9581         New files, handling the mapping from mimetypes to backends
9582         
9583         * shell/ev-window.c: 
9584         * thumbnailer/evince-thumbnailer.c:     
9585         Use the ev-document-types code
9586         
9587         * shell/Makefile.am: 
9588         Added new convenience library libevbackendfactory_la, containing
9589         the new mimetype->backend logic; moved the backends into it.
9590
9591         * thumbnailer/Makefile.am:
9592         Make the thumbnailer link with the libevbackend.la convenience
9593         library, rather than having a duplicate of the backend logic here.
9594
9595 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9596
9597         * shell/ev-stock-icons.c: constify some vars.
9598         * shell/ev-window.c: ditto.
9599
9600 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9601
9602         * ps/ps-document.c (get_page_orientation):
9603
9604         Respect document orientation 
9605
9606 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9607
9608         * djvu/Makefile.am:
9609         * dvi/Makefile.am:
9610         * shell/Makefile.am:
9611         
9612         Move library dependencies to components.
9613         
9614         * shell/ev-window.c: (update_window_title),
9615         (start_loading_document):
9616         
9617         Fix display of uris with spaces. Bug 168358.
9618
9619 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9620
9621         * shell/ev-sidebar-links.c: (selection_changed_cb):
9622         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9623         (ev_view_button_release_event), (ev_view_set_document):
9624         * shell/ev-view.h:
9625         * shell/ev-window.c: (find_bar_search_changed_cb):
9626         * shell/ev-window.h: Minor cleanups removing some dead code.
9627
9628 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9629
9630         * backend/ev-page-cache.c: (_ev_page_cache_new):
9631         
9632         Set current page to 0 if document has pages.
9633
9634 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9635
9636         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9637
9638         Initialize GError to NULL, fix a crash when loading fails.
9639
9640 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9641
9642         * shell/ev-window.c: (update_view_size):
9643
9644         Calculate shadow size only when there is actually
9645         a shadow.
9646
9647 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9648
9649         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9650         * shell/ev-view.h:
9651
9652         Allow setting view spacing, default to 0
9653
9654         * shell/ev-window.c: (ev_window_unfullscreen),
9655         (ev_window_cmd_view_fullscreen), (ev_window_init):
9656
9657         Remove spacing in fullscreen mode
9658
9659 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9660
9661         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9662         (ev_view_size_request), (expose_bin_window),
9663         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9664         * shell/ev-view.h:
9665         * shell/ev-window.c: (ev_window_unfullscreen),
9666         (ev_window_cmd_view_fullscreen):
9667
9668         Do not draw the border in fulscreen
9669
9670 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9671
9672         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9673         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9674         (find_page_at_location), (page_changed_cb):
9675
9676         Rework border calculation, so that I can more easily disable it.
9677         Code somewhat cleaner too.
9678
9679 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9680
9681         * backend/ev-page-cache.c: (ev_page_cache_init),
9682         (_ev_page_cache_new):
9683
9684         Remove some assertions, documents can have 0 pages.
9685         Make initial current page -1.
9686
9687         * shell/ev-page-action.c: (page_changed_cb):
9688
9689         Show "" if current page is -1
9690
9691         * shell/ev-window.c: (update_action_sensitivity),
9692         (ev_window_setup_document):
9693
9694         When document has 0 pages do not set the view
9695         and make nearly everything insensitive.
9696
9697 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9698
9699         * shell/ev-page-view.c:
9700         * shell/ev-page-view.h:
9701
9702         Remove unused files.
9703         
9704         * shell/ev-sidebar-thumbnails.c:
9705         (ev_sidebar_thumbnails_set_document):
9706         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9707         (ev_sidebar_supports_document):
9708         * shell/ev-sidebar.h:
9709         * shell/ev-window.c: (ev_window_setup_document):
9710         
9711         Doesn't show thumbnails if document has 1 page. Make
9712         sidebar menu entries sensitive only if if they have 
9713         sense. Fix bug 164811. 
9714
9715 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9716
9717         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9718         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9719         (ev_view_zoom_out), (ev_view_set_size):
9720
9721         Rework sizing to deal with documents with not uniform page
9722         size.
9723
9724 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9725
9726         * backend/ev-page-cache.c: (_ev_page_cache_new):
9727
9728         Fix several page size caching bugs
9729
9730 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9731
9732         * shell/ev-window.c: (set_action_properties):
9733
9734         Make all toolbar items translatable
9735
9736 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9737
9738         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9739         (save_page_list), (ps_document_save),
9740         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9741         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9742         (ps_document_ps_exporter_iface_init):
9743         * ps/ps-document.h:
9744
9745         Based on a patch by J�rg Billeter <j@bitron.ch>
9746         
9747         Implement print and save a copy for the ps backend.
9748
9749 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9750
9751         * backend/ev-document.h:
9752         * djvu/djvu-document.c: (djvu_document_can_get_text),
9753         (djvu_document_document_iface_init):
9754         * dvi/dvi-document.c: (dvi_document_can_get_text),
9755         (dvi_document_document_iface_init):
9756         * pdf/ev-poppler.cc:
9757         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9758         (pixbuf_document_document_iface_init):
9759         * ps/ps-document.c: (ps_document_can_get_text),
9760         (ps_document_document_iface_init):
9761         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9762         * shell/ev-window.c: (update_action_sensitivity):
9763
9764         Fix the crash when trying to copy in backends that doesnt
9765         support it. We can implement a better solution once we
9766         do real text selection.
9767
9768 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9769
9770         * data/evince-ui.xml:
9771         * shell/ev-window.c: (ev_window_cmd_escape):
9772         
9773         Work around the Escape conflict (find bar and unfullscreen)
9774
9775 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9776
9777         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9778         
9779         Fix for #300233. Next page correctly handles document end.
9780         
9781         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9782         (ev_sidebar_thumbnails_class_init),
9783         (ev_sidebar_thumbnails_set_document),
9784         (ev_sidebar_thumbnails_clear_job),
9785         (ev_sidebar_thumbnails_clear_model):
9786         
9787         Cleanup thumbnail jobs on document changes.
9788         
9789         * shell/ev-view.c: (add_scroll_binding_keypad),
9790         (add_scroll_binding_shifted), (ev_view_class_init):
9791         
9792         Shift + Space scrolls up. Fix for #173184
9793         
9794         * shell/ev-window.c: (ev_window_open_page),
9795         (ev_window_cmd_view_reload):
9796         
9797         Fix reload (Bug #300094)
9798
9799 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9800
9801         
9802         * dvi/mdvi-lib/assoc.c:
9803         * dvi/mdvi-lib/assoc.h: Removed garbage files
9804         
9805         * dvi/mdvi-lib/bitmap.c:
9806         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9807         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9808         * dvi/mdvi-lib/color.h: Antialias of rules
9809         
9810         * dvi/mdvi-lib/common.h:
9811         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9812         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9813         * dvi/mdvi-lib/files.c:
9814         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9815         * dvi/mdvi-lib/mdvi.h:
9816         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9817         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9818         * dvi/mdvi-lib/util.c: Fix compile warnings
9819         
9820         * dvi/dvi-document.c:
9821         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9822         (dvi_document_thumbnails_get_thumbnail),
9823         (dvi_document_document_thumbnails_iface_init):
9824         * dvi/mdvi-lib/Makefile.am:
9825         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9826         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9827         
9828         Dvi backend now renders thumbnails
9829
9830 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9831
9832         * shell/main.c: (main): 
9833         
9834         Save accelerators on exit. Fixes bug #172095.
9835
9836 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9837
9838         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9839         update priority" comment.
9840
9841         * backend/ev-job-queue.c: Give a way to change priority.
9842
9843 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9844
9845         * shell/ev-page-action.c: Fix logic.
9846
9847 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9848
9849         * shell/ev-view.c: (ev_view_can_find_next):
9850         * shell/ev-window.c: (ev_window_setup_document):
9851
9852         Check that the document supports find
9853
9854 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9855
9856         * data/evince-ui.xml:
9857         * shell/ev-view.c: (ev_view_can_find_next):
9858         * shell/ev-view.h:
9859         * shell/ev-window.c: (update_action_sensitivity),
9860         (find_changed_cb), (ev_window_setup_document),
9861         (ev_window_cmd_edit_find_next):
9862
9863         Add Edit->Find Next
9864
9865 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9866
9867         * pdf/ev-poppler.cc:
9868         * shell/ev-print-job.c: (idle_print_handler):
9869
9870         Make printing work again
9871
9872 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9873
9874         * shell/ev-page-action.h:
9875         * shell/ev-page-action.c: (ev_page_action_widget_init),
9876         (ev_page_action_widget_class_init), (page_changed_cb),
9877         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9878         (get_filter_model_from_model), (match_selected_cb),
9879         (display_completion_text), (match_completion), (update_model),
9880         (connect_proxy), (ev_page_action_set_property),
9881         (ev_page_action_get_property), (ev_page_action_set_document),
9882         (ev_page_action_set_model), (ev_page_action_class_init): Big
9883         reworking to make completions work iff we have >= GTK-2.7.0
9884                 
9885         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9886         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9887         (job_finished_cb): We now have a 'model' property that is set when
9888         the links are loaded.  This can be caught with "notify::model"
9889
9890         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9891         listen for the model to be set, and propagate it to the action.
9892
9893 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9894
9895         * cut-n-paste/recent-files/egg-recent-item.c:
9896         (egg_recent_item_set_uri), (make_valid_utf8),
9897         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9898         * cut-n-paste/recent-files/egg-recent-item.h:
9899         
9900         Update egg-recent from libegg. This should fix long
9901         startup problem. For details see
9902         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9903
9904 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9905
9906         * cut-n-paste/recent-files/Makefile.am:
9907         * data/evince-ui.xml, shell/Makefile.am:
9908         * shell/ev-application.c, shell/ev-application.h:
9909         * shell/ev-window.c: Recent files support.
9910         
9911         * configure.ac: Added "ru" to ALL_LINGUAS.
9912         
9913         * dvju: new backend to support DJVU files.
9914         * dvi: new backend to support DVI.
9915
9916         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9917         * ev-application.c: Support for new backends.
9918         
9919         * help, ev-window.c, main.c shell/Makefile.am: 
9920         Evince user documentation.
9921
9922 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9923
9924         * po/POTFILES.in:
9925         * shell/ev-window.c:
9926         * thumbnailer/evince-thumbnailer.c:
9927
9928         s/pdf-document/ev-poppler
9929
9930 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9931
9932         * NEWS:
9933         * configure.ac:
9934
9935         Release 0.2.0
9936
9937         * ps/ps-document.c: (setup_pixmap):
9938
9939         Remove debug code
9940
9941 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9942
9943         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9944         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9945         (ev_window_cmd_go_first_page): Fix of by one errors.
9946
9947 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9948
9949         * ps/ps-document.c: (get_page_box):
9950
9951         Fix page size calculation
9952
9953 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9954
9955         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9956         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9957         (get_page_orientation), (setup_page), (document_load),
9958         (ps_document_get_page_size), (render_pixbuf_idle):
9959         * ps/ps-document.h:
9960
9961         More refactoring to adapt to EvDocument changes
9962
9963 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9964
9965         * ps/ps-document.c: (start_interpreter):
9966
9967         Actually add alpha args
9968
9969 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9970
9971         * pdf/ev-poppler.cc:
9972
9973         Make clipboard work again
9974
9975 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9976
9977         Make searching work again.
9978         
9979         * backend/ev-document.c:
9980         * backend/ev-document.h:
9981         * backend/ev-document-find.c:
9982         * backend/ev-document-find.h: Change EvDocumentIface so we no
9983         longer store the current page or zoom level in the document.  The
9984         consequence is that all calls that operate on the current page now
9985         instead take the page number as an extra argument, and all
9986         coordinates are now doubles in document coordinate system.
9987
9988         * pdf/ev-poppler.cc:
9989         * pixbuf/pixbuf-document.c:
9990         * ps/ps-document.c: Update backends accordingly.
9991
9992 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9993
9994         * autogen.sh:
9995
9996         Add required gettext version
9997
9998 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9999
10000         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10001         make F1 bring up non-existent help.
10002
10003         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10004         epiphany's find bar, #167477
10005
10006         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10007         <emil@nishra.com> to add space-bar scrolling, 
10008
10009         * shell/ev-window.c (static GtkActionEntry entries): add default
10010         keybinding for Help (F1)
10011         Fixes #171068
10012
10013         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10014         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10015         170110
10016
10017 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10018
10019         * Makefile.am: 
10020         * pixbuf/pixbuf-document.c: 
10021
10022         Got pixbuf backend working again
10023
10024 2005-04-01  Steve Murphy  <murf@e-tools.com>
10025
10026         * configure.in: Added "rw" to ALL_LINGUAS.
10027
10028 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10029
10030         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10031         model types, noticed by Martin Kretzschmar.
10032
10033 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10034
10035         * pdf/ev-poppler.cc: Implement search based on
10036         poppler_page_find_text().  Currently a bit crude since we remember
10037         all matches from all pages.  Also, we grab the big document lock
10038         when we search since searching changes the underlying stream and
10039         thus conflicts with the rendering thread.
10040         
10041         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10042         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10043         (ev_view_find_previous): Fix some page indexes to be 0 based,
10044         offset rubber band by view offset,
10045
10046 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10047
10048         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10049
10050 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10051
10052         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10053         completely because I didn't understand GtkActions.  I should
10054         read Marco's code more carefully in the future.
10055
10056         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10057         function
10058
10059 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10060
10061         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10062         PopplerRectangle change from poppler CVS.
10063
10064 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10065
10066         * backend/ev-document.c: (ev_document_get_page_label):
10067         * backend/ev-document.h:
10068         * backend/ev-page-cache.c: (_ev_page_cache_new),
10069         (ev_page_cache_get_page_label):
10070         * backend/ev-page-cache.h:
10071         * pdf/ev-poppler.cc:
10072         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10073         (links_page_num_func):
10074         * shell/ev-sidebar-thumbnails.c:
10075         (ev_sidebar_thumbnails_set_document):
10076         * shell/ev-view.c: (status_message_from_link),
10077         (ev_view_motion_notify_event):
10078         * shell/ev-window.c: (document_supports_sidebar): Add in page
10079         label support.  It's not perfect yet, but it's the first 'feature'
10080         in a while.
10081         Also, fix a bogus comment noticed by crispin. 
10082
10083 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10084
10085         * Makefile.am: Remove pixbuf backend for now
10086
10087         * configure.ac: Require poppler-glib instead of just poppler.
10088
10089         * backend/ev-document-thumbnails.h: Add a comment
10090
10091         * backend/ev-document.h:
10092         * backend/ev-document.c: (ev_document_class_init),
10093         (ev_document_load), (ev_document_get_link),
10094         (ev_document_get_links): Remove 3 methods and add get_links.
10095         Also, made 0 based.
10096
10097         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10098         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10099
10100         * backend/ev-link.c: (ev_link_set_title),
10101         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10102         (ev_link_mapping_find):
10103         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10104         
10105         * backend/ev-page-cache.c: (ev_page_cache_init),
10106         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10107         (ev_page_cache_get_size), (ev_page_cache_next_page),
10108         (ev_page_cache_prev_page): Fix to be 0 based.
10109
10110         * pdf/Makefile.am: 
10111         * pdf/ev-poppler.h:
10112         * pdf/ev-poppler.cc: New backend.
10113         
10114         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10115         (ps_document_get_page), (ps_document_document_iface_init):
10116
10117         * shell/ev-pixbuf-cache.h:
10118         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10119         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10120         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10121         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10122         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10123         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10124         based.
10125         
10126         * shell/ev-sidebar-thumbnails.c:
10127         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10128         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10129
10130         * shell/ev-view.c: (status_message_from_link),
10131         (find_page_at_location), (get_link_at_location),
10132         (ev_view_motion_notify_event), (ev_view_button_release_event),
10133         (ev_view_init): Use the new link code.  Fix to be 0 based.
10134
10135         * shell/ev-window.c: (update_action_sensitivity),
10136         (document_supports_sidebar): 0 based.
10137
10138 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10139
10140         * pdf/pdf-document.cc: Patch from Fernando Herrera
10141         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10142         *blush*
10143
10144 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10145
10146         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10147         1 to the page, as this seems to be 1 based.  I thought we has this
10148         fixed.  grump.
10149
10150 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10151
10152         * TODO:
10153         * backend/Makefile.am:
10154         * backend/ev-document-links.c:
10155         (ev_document_links_has_document_links),
10156         (ev_document_links_get_links_model):
10157         * backend/ev-document-links.h:
10158         * backend/ev-document.c: (ev_document_get_page_cache),
10159         (ev_document_get_doc_mutex), (ev_document_load),
10160         (ev_document_save), (ev_document_get_title),
10161         (ev_document_get_n_pages), (ev_document_set_page),
10162         (ev_document_get_page), (ev_document_set_target),
10163         (ev_document_set_scale), (ev_document_set_page_offset),
10164         (ev_document_get_page_size), (ev_document_get_text),
10165         (ev_document_get_link), (ev_document_render),
10166         (ev_document_render_pixbuf), (ev_document_scale_changed):
10167         * backend/ev-document.h:
10168         * backend/ev-job-queue.c: (remove_object_from_queue),
10169         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10170         (no_jobs_available_unlocked), (ev_render_thread),
10171         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10172         (ev_job_queue_remove_job):
10173         * backend/ev-job-queue.h:
10174         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10175         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10176         (ev_job_links_class_init), (ev_job_render_init),
10177         (ev_job_render_dispose), (ev_job_render_class_init),
10178         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10179         (ev_job_thumbnail_class_init), (ev_job_finished),
10180         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10181         (ev_job_render_run), (ev_job_thumbnail_new),
10182         (ev_job_thumbnail_run):
10183         * backend/ev-jobs.h:
10184         * backend/ev-link.c:
10185         * backend/ev-link.h:
10186         * backend/ev-page-cache.c: (ev_page_cache_init),
10187         (ev_page_cache_class_init), (ev_page_cache_finalize),
10188         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10189         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10190         (ev_page_cache_set_link), (ev_page_cache_get_title),
10191         (ev_page_cache_get_size), (ev_page_cache_next_page),
10192         (ev_page_cache_prev_page):
10193         * backend/ev-page-cache.h:
10194         * pdf/pdf-document.cc:
10195         * ps/gsdefaults.c:
10196         * ps/gsdefaults.h:
10197         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10198         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10199         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10200         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10201         (is_interpreter_ready), (output), (catchPipe), (input),
10202         (start_interpreter), (check_filecompressed), (compute_dimensions),
10203         (ps_document_enable_interpreter), (document_load),
10204         (ps_document_next_page), (render_page), (ps_document_set_page),
10205         (ps_document_set_scale), (render_pixbuf_idle),
10206         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10207         * ps/ps-document.h:
10208         * shell/Makefile.am:
10209         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10210         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10211         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10212         (ev_pixbuf_cache_new), (job_finished_cb),
10213         (check_job_size_and_unref), (move_one_job),
10214         (ev_pixbuf_cache_update_range), (find_job_cache),
10215         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10216         (ev_pixbuf_cache_add_jobs_if_needed),
10217         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10218         * shell/ev-pixbuf-cache.h:
10219         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10220         (idle_print_handler):
10221         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10222         (selection_changed_cb), (create_loading_model),
10223         (ev_sidebar_links_construct), (links_page_num_func),
10224         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10225         (update_page_callback), (job_finished_cb),
10226         (ev_sidebar_links_set_document):
10227         * shell/ev-sidebar-thumbnails.c:
10228         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10229         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10230         (page_changed_cb), (thumbnail_job_completed_callback),
10231         (ev_sidebar_thumbnails_set_document):
10232         * shell/ev-sidebar-thumbnails.h:
10233         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10234         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10235         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10236         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10237         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10238         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10239         (ev_view_button_release_event), (ev_view_scroll_view),
10240         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10241         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10242         (ev_view_new), (job_finished_cb), (page_changed_cb),
10243         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10244         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10245         (ev_view_find_previous):
10246         * shell/ev-view.h:
10247         * shell/ev-window.c: (update_action_sensitivity),
10248         (ev_window_open_page), (update_window_title), (update_total_pages),
10249         (page_changed_cb), (ev_window_setup_document),
10250         (password_dialog_response), (ev_window_cmd_save_as),
10251         (ev_window_print), (ev_window_cmd_go_previous_page),
10252         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10253         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10254         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10255         * shell/main.c: (main):
10256
10257         Merge evince-threads branch
10258
10259 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10260
10261         * configure.ac: Added "lt" to ALL_LINGUAS.
10262
10263 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10264
10265         * NEWS:
10266         * configure.ac:
10267
10268         Release 0.1.9
10269
10270 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10271
10272         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10273
10274         Fix here also the thumbnails 1-basedness :)
10275
10276 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10277
10278         * NEWS:
10279         * configure.ac:
10280
10281         Release 0.1.8
10282
10283 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10284
10285         * pdf/pdf-document.cc:
10286         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10287         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10288
10289         Fix the mess we did with thumbnails and 1-basedness
10290
10291 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10292
10293         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10294
10295 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10296
10297         * NEWS:
10298         * configure.ac:
10299
10300         Release 0.1.7
10301
10302 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10303
10304         * ps/Makefile.am:
10305         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10306         (gtk_gs_defaults_get_alpha_parameters),
10307         (gtk_gs_defaults_get_ungzip_cmd),
10308         (gtk_gs_defaults_get_unbzip2_cmd):
10309         * ps/gsdefaults.h:
10310         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10311         (ps_document_get_orientation), (document_load),
10312         (ps_document_goto_page), (ps_document_set_page_size):
10313         * ps/ps-document.h:
10314
10315         Some more sanitization of the ps backend. Remove a lot
10316         of unused code and do not base our defaults on ggv
10317         preferences (ugh!)
10318
10319 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10320
10321         * thumbnailer/evince-thumbnailer.schemas:
10322         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10323         (main): add -s option for thumbnail size.
10324
10325 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10326
10327         * configure.ac:
10328
10329         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10330         remove it.
10331
10332 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10333
10334         * pdf/pdf-document.cc:
10335
10336         Remove 4 pixels of useless border from the
10337         thumbnail.
10338
10339 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10340
10341         * backend/ev-document-thumbnails.c:
10342         (ev_document_thumbnails_get_thumbnail):
10343         * backend/ev-document-thumbnails.h:
10344
10345         Rework API a bit. Add a border flag and
10346         change sizing logic (now the size we specify
10347         applies to the bigger dimension).
10348
10349         * pdf/pdf-document.cc:
10350         * pixbuf/pixbuf-document.c:
10351         (pixbuf_document_thumbnails_get_thumbnail):
10352         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10353         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10354
10355         Adapt to the new API and do not draw a border for nautilus
10356         thumbnailer.
10357
10358 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10359
10360         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10361         take thumbnails from page "0" instead of "1". Added a copyright header.
10362
10363 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10364
10365         * ps/ps-document.c: (set_up_page), (start_interpreter):
10366
10367         Make it C89 compliant
10368
10369 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * Makefile.am:
10372         * configure.ac:
10373         * pdf/.cvsignore:
10374         * pdf/pdf-document.cc:
10375         * thumbnailer/Makefile.am:
10376         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10377         (main):
10378         * thumbnailer/evince-thumbnailer.schemas:
10379         * thumbnailer/pdf-icon.png:
10380
10381         Add a nautilus thumbnailer.
10382         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10383
10384 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10385
10386         * NEWS:
10387         * configure.ac:
10388         * po/POTFILES.in:
10389
10390         Release 0.1.6
10391
10392 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10393
10394         Use poppler instead of including xpdf source code.  Poppler is a
10395         fork of xpdf to build it as a shared library. See
10396         http://freedesktop.org/wiki/Software/poppler.
10397
10398         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10399         xpdf fork.
10400         
10401         * pdf/Makefile.am: Build libpdfdocument.a here.
10402         
10403         * pdf/GDKSplashOutputDev.cc:
10404         * pdf/GDKSplashOutputDev.h:
10405         * pdf/GnomeVFSStream.cc:
10406         * pdf/GnomeVFSStream.h:
10407         * pdf-document.cc:
10408         * pdf-document.h:
10409         * test-gdk-output-dev.cc
10410         * Thumb.cc:
10411         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10412         against poppler.
10413
10414 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10415
10416         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10417
10418         Clear idle stack before unsetting the document
10419
10420 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10421
10422         * ps/ps-document.c: (ps_document_widget_event),
10423         (ps_document_set_target), (ps_document_finalize),
10424         (ps_document_get_page):
10425
10426         Disconnect the widget event signal on finalize.
10427         Some code cleanups.
10428
10429 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * ps/ps-document.c: (set_up_page):
10432
10433         If there is no bpixmap create one, even if size
10434         is not changed.
10435
10436 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10437
10438         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10439         (set_up_page), (document_load), (ps_document_set_zoom):
10440
10441         Default page is 0. Calculate size even when we have no
10442         target yet.
10443
10444 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10445
10446         * shell/ev-sidebar.c: expand the selection widget to be always as
10447         wide as the sidebar
10448
10449 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10450
10451         * shell/ev-sidebar-thumbnails.c:
10452         (ev_sidebar_thumbnails_set_document):
10453
10454         Clear the list store when setting document
10455
10456 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10457
10458         * shell/ev-page-action.c: (update_entry), (sync_entry),
10459         (activate_cb), (entry_size_request_cb), (create_tool_item),
10460         (connect_proxy):
10461
10462         Use an entry for the page control instead of spinbuttons
10463
10464 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10465
10466         * data/evince.schemas.in:
10467
10468         Correct confusing string
10469
10470 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10471
10472         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10473         for real.  Gosh, how long has this been broken.
10474
10475         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10476         check for a NULL link.  We crash otherwise.
10477
10478 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10479
10480         * NEWS:
10481         * configure.ac:
10482
10483         Release 0.1.5
10484
10485 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10486
10487         * configure.ac: add the french translation.
10488
10489 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10490
10491         * shell/ev-window.c:
10492
10493         Remove unused header -> fix distcheck
10494
10495 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10496
10497         * shell/ev-window.c: (update_window_title),
10498         (ev_window_popup_password_dialog):
10499
10500         Unescape filename for display
10501
10502 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10503
10504         * pdf/xpdf/pdf-document.cc:
10505
10506         In get_page_size deal with rotation. Also
10507         cleanup the function a bit.
10508
10509 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10510
10511         * pdf/xpdf/pdf-document.cc:
10512
10513         Fix crash when opening in new window
10514
10515 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * configure.ac:
10518
10519         Check ghostscript >= 7
10520
10521 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10522
10523         * shell/ev-window.c:
10524
10525         Make page width the default sizing mode
10526
10527 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10528         Marco Pesenti Gritti <marco@gnome.org>
10529
10530         * shell/ev-window.c: Remember the sidebar size
10531
10532         * data/evince.schemas.in: Add a new gconf key to store the size of
10533         the sidebar
10534
10535 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10536
10537         * data/evince-ui.xml:
10538         * shell/ev-window.c: (update_action_sensitivity),
10539         (ev_window_cmd_view_reload):
10540         
10541         Add a "Reload" action and menu entry
10542
10543 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10544
10545         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10546         iff the type doesn't support thumbnailing and indexing.
10547
10548 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10549
10550         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10551
10552 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10553
10554         * pdf/splash/Splash.cc:
10555
10556         Port fix for a crasher from kde bug
10557         http://bugs.kde.org/show_bug.cgi?id=97131
10558
10559 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10560
10561         * pdf/xpdf/pdf-document.cc:
10562
10563         Return a link even if it's of an unrecognized
10564         type. Otherwise we go in an infinte cycle.
10565
10566 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10567
10568         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10569         (size_allocate_cb), (ev_window_set_sizing_mode):
10570
10571         Update size when switching mode
10572
10573 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10576         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10577         (ev_window_cmd_view_normal_size):
10578
10579         Fix size toggle buttons behavior
10580
10581 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10582
10583         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10584         (doc_rect_to_view_rect), (ev_view_size_allocate),
10585         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10586         (scale_changed_callback):
10587
10588         Do not cache offsets in size_allocate.
10589
10590 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10591
10592         * shell/ev-view.c: (ev_view_size_allocate):
10593
10594         Calculate offsets before calling the parent
10595         class (which does a redraw)
10596
10597 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10598
10599         * pdf/xpdf/pdf-document.cc:
10600
10601         Fix a crasher on exit. Unused code, put a TODO
10602
10603 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10604
10605         * backend/ev-document.c: (ev_document_class_init),
10606         (ev_document_page_changed), (ev_document_scale_changed):
10607         * backend/ev-document.h:
10608
10609         Separate page/scale notifications
10610
10611         * pdf/xpdf/pdf-document.cc:
10612
10613         Emit the new signals.
10614         Do not display the pdf page in _render, do it
10615         when scale/page are requested.
10616
10617         * ps/ps-document.c: (ps_document_set_zoom),
10618         (ps_document_widget_event):
10619         * ps/ps-document.h:
10620
10621         Emit the new signals.
10622
10623         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10624         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10625         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10626         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10627         * shell/ev-view.h:
10628         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10629         (ev_window_cmd_view_page_width), (size_allocate_cb),
10630         (ev_window_set_sizing_mode):
10631
10632         Rework sizing to be pixel based.
10633         There are bugs but should be already way better.
10634
10635 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10636
10637         * shell/ev-window.c: (ev_window_init):
10638
10639         Do not allow to shrink sidebar smaller then
10640         child requisition
10641
10642 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10643
10644         * shell/ev-sidebar.[ch]
10645         * shell/ev-window.c:
10646
10647         Improved sidebar widget. Fixes #166683
10648
10649 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10650
10651         * shell/ev-view.c (update_find_status_message): Give translators
10652         more flexibility with ngettext plural handling.
10653
10654 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10655
10656         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10657         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10658         page when we get the page size.
10659
10660 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10661
10662         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10663
10664         ps pages are 0 based, convert 
10665
10666 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10667
10668         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10669
10670         Initialize correct parent class. Set GError on document load
10671
10672 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10673
10674         * pdf/xpdf/pdf-document.cc:
10675
10676         Fixup selection offset calculation
10677
10678         * shell/ev-view.c: (view_rect_to_doc_rect),
10679         (doc_rect_to_view_rect), (ev_view_size_allocate),
10680         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10681         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10682
10683         Store selection as document relative, so that zooming
10684         and offset changing doesnt break it.
10685
10686 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10687
10688         * shell/ev-view.c: (ev_view_best_fit):
10689
10690         Do not try to best fit if the view is not realized
10691
10692 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10693           
10694         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10695
10696 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10697
10698         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10699
10700 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10701
10702         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10703         the popup window.  That prevents it resizing when in full screen
10704         mode.
10705
10706         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10707         multiple rerenders.  This pretty much sucks.
10708
10709         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10710         rest of the toolbar.
10711
10712 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10713
10714         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10715
10716 2005-02-17  Alexander Shopov  <ash@contact.bg>
10717
10718         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10719
10720 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10721
10722         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10723
10724 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10725
10726         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10727         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10728         (set_document_page), (document_changed_callback),
10729         (ev_view_set_document), (ev_view_find_previous),
10730         (ev_view_hide_cursor), (ev_view_show_cursor):
10731         * shell/ev-view.h:
10732         * shell/ev-window.c: (update_chrome_visibility),
10733         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10734         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10735         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10736         (ev_window_unfullscreen):
10737         * shell/main.c: (main):
10738
10739         Automatically hide the fullscreen button.
10740         Patch by Kristian Høgsberg <krh@redhat.com>
10741
10742 2005-02-16  Vincent Noel  <vnoel@cox.net>
10743
10744         * shell/main.c (main): Specify an icon for the window. Patch by
10745         Jaap A. Haitsma. Fixes #166177.
10746
10747 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10748
10749         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10750
10751 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10752
10753         * backend/ev-document-misc.h:
10754         * backend/ev-document-misc.c:
10755         (ev_document_misc_get_page_border_size),
10756         (ev_document_misc_paint_one_page): New function to canonicalize
10757         sizing/painting a border.
10758
10759         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10760         used.
10761
10762         * pdf/xpdf/pdf-document.cc: use new function
10763
10764         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10765         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10766         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10767         shell/ev-window.c: (update_sizing_buttons),
10768         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10769         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10770         (ev_window_cmd_view_page_width), (size_allocate_cb),
10771         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10772         and "fit width" values act as toggle buttons so they stay
10773         toggled.  It's not 100% perfect, and it's a little slow, but it's
10774         good enough to commit I think.
10775
10776 2005-02-15  David Lodge  <dave@cirt.net>
10777
10778         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10779
10780 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10781
10782         * shell/ev-window.c (update_window_title): replace newlines in
10783         the title by spaces. Bug #166107.
10784
10785 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10786
10787         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10788         parameters providing allocation width and height without
10789         scrollbars and width of a possible vertical scrollbar. With this
10790         additional information the functions can work as
10791         intended. Unfortunately they're not idempotent. We should
10792         transform these commands to toggles. Fixes Bug #164976
10793         Initial patch by Stephane Loeuillet, then heavily modified.
10794
10795         * shell/ev-view.h: update prototypes.
10796
10797         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10798         (ev_window_cmd_view_page_width): provide EvView fit functions with
10799         all the information they need. Formulas to calculate this
10800         information taken from GtkScrolledWindow.
10801
10802 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10803
10804         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10805         created a thumbnail, the list store is updated to know
10806         that the thumbnail is set. Fixes bug #166792
10807
10808 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10809
10810         * shell/ev-window.c: fixed typo, closes bug 166897
10811
10812         * TODO: updated TODO with bug numbers that are relevant
10813
10814 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10815
10816         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10817
10818 2005-02-09  Vincent Noel  <vnoel@cox.net>
10819
10820         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10821         and "Next" toolbar buttons as important to make them stand out.
10822
10823 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10824
10825         * lib/ev-debug.c:
10826         * lib/ev-debug.h:
10827         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10828         (start_interpreter), (stop_interpreter), (document_load),
10829         (ps_document_next_page), (ps_document_goto_page),
10830         (ps_document_set_page_size), (ps_document_widget_event),
10831         (ps_document_render):
10832         * shell/ev-page-view.c: (ev_page_view_dispose):
10833         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10834
10835         Fix compilation on non-gcc platforms
10836
10837 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10838
10839         * NEWS:
10840         * configure.ac:
10841
10842         Release 0.1.4
10843
10844         * pdf/xpdf/Catalog.cc:
10845         * pdf/xpdf/XRef.cc:
10846
10847         Fix the fix for CAN-2004-0888
10848
10849 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10850
10851         * data/Makefile.am:
10852         * data/evince-ui.xml:
10853         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10854         * shell/ev-stock-icons.h:
10855         * shell/ev-window.c: (update_action_sensitivity),
10856         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10857         (set_action_properties):
10858
10859         Improve toolbar layout/icons
10860
10861 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10862
10863         * pdf/xpdf/pdf-document.cc:
10864
10865         Add warnings about unimplemented/unknown link
10866         types.
10867
10868 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * ps/ps-document.c: (set_up_page):
10871
10872         Log gs property
10873
10874 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10875
10876         * ps/ps-document.c: (start_interpreter):
10877
10878         Log gs env var
10879
10880 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * shell/ev-page-view.c: (ev_page_view_dispose):
10883         * shell/ev-view.c: (ev_view_finalize):
10884         * shell/ev-window.c: (ev_window_setup_document),
10885         (ev_window_dispose), (ev_window_init):
10886
10887         Solve more refs issues.
10888
10889         I commented out the page_view initialization for now:
10890         it was never destroyed (because it's never added
10891         to a container). Because of that we was leaking
10892         gs processes. Couldnt think to a clean fix.
10893         We need to figure this out, password view has the
10894         same issue probably.
10895
10896 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10897
10898         * ps/ps-document.c: (ps_document_finalize),
10899         (ps_document_get_n_pages), (ps_document_get_page):
10900
10901         Some cleanups, stop the interpreter on finalize
10902
10903         * shell/ev-page-view.c: (ev_page_view_dispose),
10904         (ev_page_view_class_init):
10905
10906         Release our reference on the document
10907
10908 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10909
10910         * Makefile.am:
10911         * configure.ac:
10912         * doc/debugging.txt:
10913         * lib/.cvsignore:
10914         * lib/Makefile.am:
10915         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10916         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10917         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10918         * lib/ev-debug.h:
10919
10920         Add debugging helpers
10921
10922         * ps/Makefile.am:
10923         * ps/ps-document.c: (set_up_page), (start_interpreter),
10924         (stop_interpreter), (document_load), (ps_document_next_page),
10925         (ps_document_goto_page), (ps_document_set_page_size),
10926         (ps_document_widget_event), (ps_document_render):
10927         * shell/Makefile.am:
10928         * shell/ev-view.c: (expose_bin_window):
10929         * shell/main.c: (main):
10930
10931         Add some logs
10932         
10933 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10934
10935         * ps/ps-document.c: (ps_document_widget_event):
10936
10937         Initialize message_window, this should make ps
10938         rendering really work! (Never noticed because I was
10939         testing with a ps that is causing gs to exit every time!)
10940
10941 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10942
10943         * data/evince.schemas.in: updated simple error in applyto closing tag
10944
10945 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10946
10947         * Makefile.am:
10948         * configure.ac:
10949         * data/.cvsignore:
10950         * data/Makefile.am:
10951         * data/evince-ui.xml:
10952         A data/evince.schemas.in:
10953         * po/POTFILES.in:
10954         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10955         * shell/ev-stock-icons.h:
10956         * shell/ev-window.c: (update_chrome_visibility),
10957         (update_chrome_flag), (ev_window_cmd_edit_find),
10958         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10959         (ev_window_unfullscreen), (ev_window_focus_in_event),
10960         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10961         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10962         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10963         (ev_window_dispose), (ev_window_class_init),
10964         (set_action_properties), (set_chrome_actions), (load_chrome),
10965         (ev_window_init):
10966
10967         Implement fullscreen mode changes from bug #164776.
10968         Also implement persistent chrome toggles.
10969
10970 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10971
10972         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10973
10974 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * NEWS:
10977         * configure.ac:
10978         * shell/ev-view.c:
10979
10980         Add another check for find interface
10981
10982         Release 0.1.3
10983
10984 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10985
10986         * shell/ev-application.c: (ev_application_open):
10987         * shell/ev-window.c: (ev_window_open):
10988
10989         Open gzipped ps documents
10990
10991 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10992
10993         * TODO:
10994         * shell/ev-view.c: (set_document_page):
10995
10996         Clamp page number, dont try to move to
10997         not existant pages.
10998
10999 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11000
11001         * backend/ev-document-find.c: (ev_document_find_changed):
11002         * backend/ev-document-find.h:
11003         * pdf/xpdf/pdf-document.cc:
11004         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11005         * shell/ev-window.c: (find_bar_search_changed_cb):
11006
11007         Fix several bugs with find
11008
11009 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11010
11011         * shell/ev-sidebar-thumbnails.c
11012         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11013         document. Prevents warning from scroll_to_cell.
11014
11015 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11016
11017         * configure.ac: Add «nb» to ALL_LINGUAS too.
11018
11019 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11020
11021         * NOTES: New file with some random thoughts.
11022
11023         * TODO: Update.
11024
11025         * backend/ev-document-misc.c:
11026         (ev_document_misc_get_page_border_size): New function to
11027         canonicalize shadow drawing sizes.  Possibly goofy.
11028
11029         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11030         (ev_view_best_fit), (ev_view_fit_width):
11031         * pdf/xpdf/pdf-document.cc:
11032         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11033         * ps/ps-document.c: (ps_document_get_page_size):
11034         * backend/ev-document-misc.h:
11035         * backend/ev-document.c: (ev_document_get_page_size):
11036         * backend/ev-document.h: get_page_size now takes a page number
11037         parameter.  Made all the backends/frontends honor it.
11038
11039         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11040         see.  Doesn't work yet.
11041
11042         * shell/Makefile.am:
11043         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11044         Doesn't do anything yet.
11045
11046         * shell/ev-sidebar-thumbnails.c:
11047         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11048         [0..n_pages-1]
11049
11050         * shell/ev-window.c: (update_action_sensitivity),
11051         (ev_window_setup_document), (ev_window_set_page_mode),
11052         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11053         view-swapping code a bit so we can have multiple views on a
11054         document.  Add the multi-page view, though it can't be turned on
11055         yet.
11056
11057 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11058
11059         * shell/ev-application.c: (ev_application_open):
11060         * shell/ev-view.c: (expose_bin_window):
11061         * shell/ev-window.c: (ev_window_open):
11062
11063         Support eps and check document supports find
11064         before drawing highlightings in expose.
11065
11066 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11067
11068         * pixbuf/pixbuf-document.c:
11069         (pixbuf_document_thumbnails_get_dimensions),
11070         (pixbuf_document_document_thumbnails_iface_init):
11071
11072         implement get_dimensions
11073
11074 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11075
11076         * NEWS:
11077         * configure.ac:
11078
11079         Release 0.1.2
11080
11081 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11082
11083         * shell/ev-view.c: (set_document_page):
11084
11085         Scroll at the top of the page when changing page
11086
11087 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * shell/ev-view.c: (ev_view_motion_notify_event):
11090
11091         Do not redraw unnecessarily
11092
11093 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11094
11095         * pdf/xpdf/pdf-document.cc:
11096         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11097         (expose_bin_window), (find_changed_cb):
11098
11099         Yay! find works now... Now to find bugs...
11100
11101 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * backend/ev-document-find.c: (ev_document_find_base_init),
11104         (ev_document_find_changed):
11105         * backend/ev-document-find.h:
11106         * pdf/xpdf/pdf-document.cc:
11107         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11108         (expose_bin_window), (ev_view_init), (set_document_page),
11109         (ensure_rectangle_is_visible), (jump_to_find_result),
11110         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11111         (ev_view_find_next), (ev_view_find_previous):
11112         * shell/ev-view.h:
11113         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11114
11115         More work on find implementation, mostly there now
11116
11117 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11118
11119         * backend/ev-backend-marshalers.list:
11120         * backend/ev-document-find.c: (ev_document_find_base_init),
11121         (ev_document_find_cancel), (ev_document_find_page_has_results),
11122         (ev_document_find_get_n_results), (ev_document_find_get_result),
11123         (ev_document_find_get_progress), (ev_document_find_changed):
11124         * backend/ev-document-find.h:
11125
11126         Enanche the find interface to be really able to do
11127         multi page find.
11128
11129         * pdf/xpdf/pdf-document.cc:
11130
11131         Implement
11132
11133         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11134         (expose_bin_window), (ev_view_init),
11135         (ev_view_get_find_status_message), (find_changed_cb),
11136         (ev_view_set_document), (set_document_page):
11137
11138         Adapt to the new interface. A few things are regressed sorry,
11139         I will finish it soon.
11140
11141 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11142
11143         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11144         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11145         ev_sidebar_thumbnails_parent_class variable, don't define another
11146         parent_class variable.
11147
11148         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11149         (ev_page_action_class_init): ditto.
11150
11151         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11152         (pixbuf_document_class_init): ditto.
11153
11154         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11155         ditto.
11156
11157         * .cvsignore: ignore various valgrind output files.
11158
11159 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11160
11161         * data/evince-ui.xml:
11162         * shell/Makefile.am:
11163         * shell/ev-history.c:
11164         * shell/ev-history.h:
11165         * shell/ev-navigation-action.c:
11166         * shell/ev-navigation-action.h:
11167         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11168         (ev_view_set_page), (ev_view_fit_width):
11169         * shell/ev-view.h:
11170         * shell/ev-window.c: (update_action_sensitivity),
11171         (ev_window_setup_document), (register_custom_actions):
11172
11173         Kill session history
11174
11175 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11176
11177         * shell/ev-window.c: (update_action_sensitivity):
11178
11179         Fix inverted up/down buttons
11180
11181 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11182
11183         * shell/ev-sidebar-thumbnails.c
11184         (ev_sidebar_thumbnails_select_page): make sure the selected
11185         thumbnail stays visible.
11186
11187 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11188
11189         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11190         scrolled window for Federico.
11191
11192 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11193
11194         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11195
11196 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11197
11198         * configure.ac:
11199         * pdf/splash/SplashFTFontEngine.cc:
11200
11201         Fix CID fonts with freetype 2.1.9
11202
11203 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11204
11205         * TODO: added item for desktop icon thumbnailer
11206
11207 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11208
11209         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11210         unloaded docs when the title is accessed.
11211
11212         * shell/ev-password-view.[hc]: New widget for displaying password
11213         state.
11214
11215         * shell/ev-window.[ch]: Refactor password handling code to handle
11216         the new view.
11217
11218 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11219
11220         * NEWS:
11221         * configure.ac:
11222         * data/Makefile.am:
11223
11224         Release 0.1.1
11225
11226 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11227
11228         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11229         ignore page offset here, to make search results independent of it,
11230
11231         * shell/ev-view.c (expose_bin_window): but take offsets into
11232         account here. Bug #164932
11233
11234         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11235         scale at the right time. Bug #164996
11236
11237 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11238
11239         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11240         fix the problem. Now I just removed the Adobe font names and hope
11241         that the URW fonts are always in outline format. Bug #164934
11242
11243         * shell/ev-window.c (update_window_title): empty titles are
11244         useless, use filename in that case too.
11245
11246         * NEWS: Add some content.
11247
11248 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11249
11250         * TODO: added one more TODO item and a TODONE section :)
11251
11252 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11253
11254         * ps/ps-document.h: add page_[xy]_offset fields.
11255
11256         * ps/ps-document.c (ps_document_set_page_offset)
11257         (ps_document_render): Keep offset in consideration in a few
11258         places. Bug #164752 "postscript documents are not centered in
11259         window"
11260
11261         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11262         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11263
11264         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11265         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11266         stub out missing methods for complete EvDocument implementation.
11267         Fixes segfaults with Save A Copy and Copy actions.
11268
11269         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11270         (ps_document_document_iface_init): ditto.
11271         
11272 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11273
11274         * data/.cvsignore:
11275         * data/Makefile.am:
11276         * data/evince.desktop.in:
11277
11278         Add desktop file
11279
11280 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11281
11282         * shell/ev-view.c: (ev_view_button_press_event),
11283         (ev_view_motion_notify_event):
11284
11285         Make selection work in any direction
11286
11287 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11288
11289         * TODO:
11290         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11291
11292         Use shorter labels for some of the toolbars items
11293
11294 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11295
11296         * pdf/xpdf/pdf-document.cc:
11297
11298         Check the links info is initialized before
11299         using it. Should fix a crash on startup.
11300
11301 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11302
11303         * pixbuf/pixbuf-document.c
11304         (pixbuf_document_thumbnails_get_dimensions): force floating point
11305         division to calculate page_ratio. Fixes crash with landscape
11306         format pixbufs.
11307
11308 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11309
11310         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11311
11312 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11313
11314         * shell/ev-view.c (set_document_page): unset has_selection when
11315         the page changes.
11316         (set_document_page): handle paper size changes when the page
11317         changes (test with Free Culture, page 2).
11318
11319 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11320
11321         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11322         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11323
11324         Use normal style color for the widget background and
11325         draw a black box around the page.
11326
11327 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11328
11329         * pdf/xpdf/pdf-document.cc:
11330
11331         Keep offset in consideration in a few places
11332
11333         * shell/ev-view.c: (expose_bin_window):
11334
11335         Set the offsets so that the document is ever centered
11336
11337 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11338
11339         * TODO: Added TODO items and finished off the first todo item
11340
11341         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11342         reflect current authors
11343
11344 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * pdf/xpdf/pdf-document.cc:
11347         * shell/ev-view.c: (ev_view_set_cursor),
11348         (ev_view_motion_notify_event), (document_changed_callback),
11349         (set_document_page):
11350
11351         Show a wait cursor while the page is rendering
11352
11353 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * shell/ev-sidebar-thumbnails.c:
11356         (ev_sidebar_tree_selection_changed),
11357         (ev_sidebar_thumbnails_select_page):
11358         * shell/ev-sidebar-thumbnails.h:
11359         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11360         (ev_view_can_go_forward):
11361         * shell/ev-window.c: (ev_window_open_page),
11362         (ev_window_setup_document), (update_current_page),
11363         (view_page_changed_cb), (ev_window_init):
11364         * shell/ev-window.h:
11365
11366         Ensure thumbnails selection, toolbar page control and
11367         current page are in sync.
11368
11369 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11370
11371         * pdf/xpdf/XRef.cc:
11372
11373         Fix CAN-2005-0064
11374
11375 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11376
11377         * backend/Makefile.am:
11378         * backend/ev-document-links.h:
11379         * backend/ev-document-security.c: (ev_document_security_get_type),
11380         (ev_document_security_has_document_security),
11381         (ev_document_security_set_password):
11382         * backend/ev-document-security.h:
11383         * backend/ev-document.c: (ev_document_error_quark):
11384         * backend/ev-document.h:
11385         * data/Makefile.am:
11386         * data/evince-password.glade:
11387         * pdf/xpdf/pdf-document.cc:
11388         * shell/Makefile.am:
11389         * shell/ev-password.c: (ev_password_set_bad_password_label),
11390         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11391         (ev_password_dialog_get_password),
11392         (ev_password_dialog_set_bad_pass):
11393         * shell/ev-password.h:
11394         * shell/ev-window.c: (ev_window_get_attribute),
11395         (ev_window_set_property), (update_action_sensitivity),
11396         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11397         (ev_window_setup_document), (ev_window_get_password),
11398         (ev_window_open), (ev_window_cmd_save_as),
11399         (using_postscript_printer), (ev_window_print),
11400         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11401         (update_fullscreen_popup), (ev_window_fullscreen),
11402         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11403         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11404         (menu_item_select_cb), (find_bar_search_changed_cb),
11405         (ev_window_dispose), (ev_window_init):
11406
11407         Add initial support for password-supported dialogs.  This could be
11408         a lot cooler, but it'll do for now.
11409
11410 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * pdf/xpdf/pdf-document.cc:
11413         * shell/ev-view.c: (status_message_from_link),
11414         (ev_view_set_status), (ev_view_set_cursor),
11415         (ev_view_motion_notify_event), (ev_view_init):
11416         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11417
11418         Fix bugs in the links implementation and change cursor
11419         when hovering a link.
11420
11421 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11422
11423         * viewer/.cvsignore: added cvsignore file for viewer directory
11424
11425         * TODO: created TODO document
11426
11427 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11428
11429         * shell/ev-view.h:
11430         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11431         new functions to help with implementation of sensitivity code
11432         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11433         of all actions that might require it.  Fixes a crash when you
11434         click on the Zoom actions in a window lacking a document.
11435
11436 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11437
11438         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11439         of the Find action
11440
11441 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11442
11443         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11444         (pixbuf_document_document_iface_init):
11445         * ps/ps-document.c: (ps_document_get_link),
11446         (ps_document_document_iface_init):
11447         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11448         (status_message_from_link), (ev_view_set_status),
11449         (ev_view_set_find_status), (ev_view_motion_notify_event),
11450         (ev_view_button_release_event), (ev_view_set_property),
11451         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11452         (ev_view_get_find_status_message), (update_find_results),
11453         (ev_view_get_status), (ev_view_get_find_status):
11454         * shell/ev-view.h:
11455         * shell/ev-window.c: (view_status_changed_cb),
11456         (view_find_status_changed_cb), (ev_window_init):
11457
11458         View status message support, use it to show the links.
11459         Needs work...
11460
11461 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * backend/ev-document.c: (ev_document_get_link):
11464         * backend/ev-document.h:
11465         * pdf/xpdf/pdf-document.cc:
11466         * shell/ev-application.c: (ev_application_open):
11467         * shell/ev-application.h:
11468         * shell/ev-sidebar-links.c: (selection_changed_cb):
11469         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11470         (ev_view_go_to_link):
11471
11472         Add support for document links
11473
11474 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11475
11476         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11477         (create_tool_item):
11478         Set the spin button limits correctly.
11479         
11480         * shell/ev-sidebar-thumbnails.c:
11481         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11482         Support changing pages by clicking on the thumbnails.
11483         
11484 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11485
11486         * pixbuf/pixbuf-document.c:
11487         (pixbuf_document_thumbnails_get_dimensions),
11488         (pixbuf_document_document_thumbnails_iface_init):
11489
11490         implement get_dimensions
11491
11492 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11493
11494         * ps/ps-document.c: (ps_document_goto_page):
11495
11496         Fix page switching on multipage documents
11497
11498 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11499
11500         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11501         
11502         check for NULL before assigning to width and height parameters
11503
11504 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11505
11506         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11507         (pixbuf_document_set_property), (pixbuf_document_get_property):
11508
11509         implement get/set properties
11510
11511 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11512
11513         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11514         
11515         return NULL instead of "Unknown", letting the title get set to
11516         the filename when the pdf has no title.
11517
11518 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * ps/ps-document.c: (ps_document_get_page_count),
11521         (ps_document_goto_page):
11522
11523 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11524
11525         * shell/ev-history.c: (ev_history_get_property),
11526         (ev_history_set_property), (ev_history_class_init),
11527         (ev_history_add_page), (ev_history_set_current_index):
11528         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11529         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11530         (ev_navigation_action_finalize):
11531         * shell/ev-navigation-action.h:
11532         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11533         (ev_view_go_forward), (ev_view_get_find_status_message),
11534         (history_index_changed_cb), (ev_view_set_history):
11535         * shell/ev-view.h:
11536         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11537         (update_current_page), (register_custom_actions):
11538
11539         Implement history dropdowns
11540
11541 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11544         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11545         (ev_view_go_forward):
11546         * shell/ev-window.c: (register_custom_actions):
11547
11548         Fix several history bugs
11549
11550 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11551
11552         * configure.ac: Add «nb» to ALL_LINGUAS.
11553
11554 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11555
11556         * backend/Makefile.am:
11557         * backend/ev-bookmark.c:
11558         * backend/ev-bookmark.h:
11559         * backend/ev-document-bookmarks.c:
11560         * backend/ev-document-bookmarks.h:
11561         * backend/ev-document-links.c: (ev_document_links_get_type),
11562         (ev_document_links_has_document_links),
11563         (ev_document_links_begin_read), (ev_document_links_get_link),
11564         (ev_document_links_get_child), (ev_document_links_next),
11565         (ev_document_links_free_iter):
11566         * backend/ev-document-links.h:
11567         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11568         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11569         (ev_link_get_link_type), (ev_link_set_link_type),
11570         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11571         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11572         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11573         (ev_link_new_external):
11574         * backend/ev-link.h:
11575         * pdf/xpdf/pdf-document.cc:
11576         * shell/Makefile.am:
11577         * shell/ev-application.c: (ev_application_open_link):
11578         * shell/ev-application.h:
11579         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11580         (ev_history_get_link_nth):
11581         * shell/ev-history.h:
11582         * shell/ev-sidebar-bookmarks.c:
11583         * shell/ev-sidebar-bookmarks.h:
11584         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11585         (ev_sidebar_links_class_init), (selection_changed_cb),
11586         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11587         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11588         (do_one_iteration), (populate_links_idle),
11589         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11590         * shell/ev-sidebar-links.h:
11591         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11592         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11593         (go_to_index):
11594         * shell/ev-view.h:
11595         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11596         * shell/ev-window.h:
11597
11598         Rename bookmark to link, and use "Index" for the sidebar panel.
11599
11600 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11601
11602         * shell/Makefile.am:
11603         * shell/ev-application.c: (ev_application_open_bookmark):
11604         * shell/ev-application.h:
11605         * shell/ev-history.c: (ev_history_init), (free_links_list),
11606         (ev_history_finalize), (ev_history_class_init),
11607         (ev_history_add_link), (ev_history_add_page),
11608         (ev_history_get_link_nth), (ev_history_get_n_links),
11609         (ev_history_get_current_index), (ev_history_set_current_index),
11610         (ev_history_new):
11611         * shell/ev-history.h:
11612         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11613         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11614         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11615         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11616         (ev_view_set_page):
11617         * shell/ev-view.h:
11618         * shell/ev-window.c: (ev_window_open_bookmark),
11619         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11620         (goto_page_cb), (register_custom_actions):
11621         * shell/ev-window.h:
11622
11623         Initial history implementation. Needs work.
11624
11625 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11626
11627         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11628
11629 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11630
11631         * cut-n-paste/recent-files/egg-recent-item.c:
11632         * cut-n-paste/recent-files/egg-recent-item.h:
11633         * cut-n-paste/recent-files/egg-recent-model.c:
11634         * cut-n-paste/recent-files/egg-recent-util.c:
11635         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11636         * cut-n-paste/recent-files/egg-recent-view.c:
11637
11638         Update
11639
11640 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11641
11642         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11643         (fillGlyph, fillImageMask, drawImage):
11644         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11645         pdf/splash/SplashTypes.h:
11646         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11647         packed mode for Splash.
11648
11649         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11650         RGB8 packed mode, eliminates the pixbuf data creation loop.
11651
11652         * shell/ev-print-job.c (ev_print_job_finalize)
11653         (ev_print_job_set_property, ev_print_job_get_property)
11654         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11655         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11656         (print_closure_finalize, ev_print_job_print): implement
11657         printing (for backends with EvPsExporter)
11658
11659         * shell/ev_print_job.h: update prototypes.
11660
11661         * shell/ev-window.c (ev_window_print): unref print job after
11662         printing.
11663
11664         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11665         unless the document implements the EvDocumentFind interface.
11666
11667 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11668
11669         * configure.ac: Added ja to ALL_LINGUAS.
11670
11671 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11672
11673         * pdf/xpdf/pdf-document.cc:
11674
11675         add a FIXME. We should probably not allocate
11676         a bookmark object every time
11677
11678 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11679
11680         * shell/ev-application.c: (ev_application_open),
11681         (ev_application_open_bookmark):
11682         * shell/ev-application.h:
11683         
11684         Add a way to open bookmarks
11685
11686         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11687         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11688         (ev_bookmark_set_property), (ev_bookmark_class_init),
11689         (ev_bookmark_new_title), (ev_bookmark_new_link),
11690         (ev_bookmark_new_external):
11691
11692         Support for external uris, better constructors.
11693
11694         * backend/ev-bookmark.h:
11695         * pdf/xpdf/pdf-document.cc:
11696         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11697
11698         Handle external uris
11699
11700 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11701
11702         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11703         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11704
11705         Hook up bookmarks navigation
11706
11707 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11708
11709         * backend/Makefile.am:
11710         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11711         (ev_bookmark_get_title), (ev_bookmark_set_title),
11712         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11713         (ev_bookmark_get_page), (ev_bookmark_set_page),
11714         (ev_bookmark_get_property), (ev_bookmark_set_property),
11715         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11716         (ev_bookmark_new):
11717         * backend/ev-bookmark.h:
11718         * backend/ev-document-bookmarks.c:
11719         (ev_document_bookmarks_get_bookmark):
11720         * backend/ev-document-bookmarks.h:
11721         * pdf/xpdf/pdf-document.cc:
11722         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11723
11724         Add a bookmark object to the backend and use it instead of get_values
11725
11726 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11727
11728         * data/evince-ui.xml:
11729
11730         Cleanup and add select all.
11731
11732         * shell/ev-view.c: (ev_view_select_all),
11733         (ev_view_button_press_event):
11734         * shell/ev-view.h:
11735         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11736
11737         Add select all.
11738         Clear selection on click.
11739
11740 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11741
11742         * shell/ev-sidebar-thumbnails.c
11743         (ev_sidebar_thumbnails_set_document): forgot to unref the
11744         loading_icon.
11745
11746 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11747
11748         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11749         at the visible page, not just linearly.  This makes it look fast.
11750
11751 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11752
11753         * backend/ev-document-misc.c
11754         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11755         white.
11756         * backend/ev-document-thumbnails.h: New interface to get the size
11757         of a page.
11758
11759 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11760
11761         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11762         make dist works
11763
11764 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11765
11766         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11767         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11768         things up a bit.
11769
11770         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11771
11772 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11773
11774         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11775         fonts. Should fix font problems on systems that have the base
11776         fonts in bitmap format. Reported by James Henstridge
11777         <james@jamesh.id.au>.
11778
11779 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11780
11781         * pdf/xpdf/Gfx.cc:
11782         * pdf/xpdf/GfxState.cc:
11783
11784         Fix for CAN-2004-1125
11785
11786 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11787
11788         * shell/ev-view.c: (ev_view_copy):
11789         * shell/ev-view.h:
11790         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11791
11792         Implement Edit->Copy
11793
11794 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11795
11796         * backend/ev-document.c: (ev_document_get_text):
11797         * backend/ev-document.h:
11798         * pdf/xpdf/pdf-document.cc:
11799         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11800         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11801         (ev_view_update_primary_selection), (ev_view_button_press_event),
11802         (ev_view_motion_notify_event), (ev_view_button_release_event):
11803
11804         Beginnings of clipboard support. Incomplete but primary sort
11805         of work.
11806
11807 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11808
11809         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11810         (expose_bin_window):
11811
11812         Nicer rubberband drawing, from GtkIconView.
11813
11814 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11815
11816         * backend/ev-document.c: (ev_document_save):
11817         * backend/ev-document.h:
11818         * data/evince-ui.xml:
11819         * pdf/xpdf/pdf-document.cc:
11820         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11821
11822         Implement "Save a copy..." menu item
11823
11824 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * shell/ev-view.c: (ev_view_zoom):
11827
11828         Queue a resize when zoom changes
11829
11830 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11831
11832         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11833         shadows.
11834
11835         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11836         thumbnails..
11837
11838 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11839
11840         * pdf/xpdf/pdf-document.cc
11841         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11842
11843 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11844
11845         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11846         It's slow, but I'll speed it up next!
11847
11848 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11849
11850         * shell/main.c (load_files):
11851
11852         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11853         from the command line and because it seems more appropriate.
11854
11855 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * data/evince-ui.xml:
11858         * shell/ev-window.c: (update_action_sensitivity),
11859         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11860
11861         s/next page/page down
11862         s/previous page/page up
11863
11864 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11865
11866         * data/evince-ui.xml:
11867
11868         Change the layout to match clarkbw design.
11869
11870         * shell/Makefile.am:
11871         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11872         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11873         (ev_navigation_action_finalize),
11874         (ev_navigation_action_set_property),
11875         (ev_navigation_action_get_property),
11876         (ev_navigation_action_class_init):
11877         * shell/ev-navigation-action.h:
11878
11879         Implement clarkbw toolbar navigation controls (incomplete)
11880
11881         * shell/ev-page-action.c: (update_label), (update_spin),
11882         (value_changed_cb), (create_tool_item), (connect_proxy),
11883         (ev_page_action_init), (ev_page_action_finalize),
11884         (ev_page_action_set_property), (ev_page_action_get_property),
11885         (ev_page_action_set_current_page),
11886         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11887         * shell/ev-page-action.h:
11888
11889         Implement a page switcher in the toolbar
11890
11891         * shell/ev-view.c: (ev_view_scroll_view):
11892         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11893         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11894         (register_custom_actions), (ev_window_init):
11895
11896         Change page on PageUp/Down.
11897
11898 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11899
11900         * pdf/xpdf/pdf-document.cc
11901         (pdf_document_thumbnails_get_thumbnail): initial stab at
11902         implementing thumbnail support for pdfs.  It only does documents
11903         with precached pdfs now.
11904
11905 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11906
11907         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11908         thumbnail code into a time-based idle as well.  Also, turn off the
11909         shadow temporarily as it's really slow.
11910
11911 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * backend/ev-document.c: (ev_document_class_init):
11914         * pdf/xpdf/pdf-document.cc:
11915         * shell/ev-window.c: (ev_window_open):
11916
11917         Fix document title bugs and fallback to
11918         filename when not available.
11919
11920 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * backend/ev-document.c: (ev_document_get_type),
11923         (ev_document_class_init), (ev_document_load),
11924         (ev_document_get_title):
11925         * backend/ev-document.h:
11926         * pdf/xpdf/pdf-document.cc:
11927         * ps/ps-document.c: (ps_document_set_property),
11928         (ps_document_get_property), (ps_document_class_init),
11929         (document_load):
11930         * ps/ps-document.h:
11931         * ps/ps.h:
11932         * shell/ev-window.c: (update_window_title), (ev_window_open),
11933         (ev_window_init):
11934
11935         Initial support for document title. Not working yet.
11936
11937 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11940
11941         Grab focus on the view when clicking it
11942
11943 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11944
11945         * shell/ev-marshal.list:
11946         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11947         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11948
11949         Add key bindings to the view. Now if the focus would work
11950         right...
11951
11952 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11953
11954         * Makefile.am:
11955         * backend/Makefile.am:
11956         * data/Makefile.am:
11957         * dvi/Makefile.am:
11958         * dvi/dvilib/Makefile.am:
11959         * pdf/xpdf/Makefile.am:
11960         * po/POTFILES.in:
11961         * ps/Makefile.am:
11962
11963         Fix distcheck
11964
11965 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11966
11967         * shell/ev-view.c: (ev_view_realize):
11968
11969         Fix mouse wheel scrolling
11970
11971 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * ps/Makefile.am:
11974         * ps/gstypes.h:
11975         * ps/gtkgs.c:
11976         * ps/gtkgs.h:
11977         * ps/ps-document.c: (catchPipe), (ps_document_init),
11978         (ps_document_class_init), (ps_document_cleanup),
11979         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11980         (set_up_page), (close_pipe), (is_interpreter_ready),
11981         (interpreter_failed), (output), (input), (start_interpreter),
11982         (stop_interpreter), (file_length), (file_readable),
11983         (check_filecompressed), (check_pdf), (compute_xdpi),
11984         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11985         (ps_document_get_type), (ps_document_emit_error_msg),
11986         (document_load), (ps_document_next_page),
11987         (ps_document_get_current_page), (ps_document_get_page_count),
11988         (ps_document_goto_page), (ps_document_set_page_size),
11989         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11990         (ps_document_load), (ps_document_get_n_pages),
11991         (ps_document_set_page), (ps_document_get_page),
11992         (ps_document_widget_event), (ps_document_set_target),
11993         (ps_document_set_scale), (ps_document_set_page_offset),
11994         (ps_document_get_page_size), (ps_document_render),
11995         (ps_document_document_iface_init):
11996         * ps/ps-document.h:
11997         * ps/ps.c:
11998         * shell/ev-window.c: (ev_window_open):
11999
12000         Rename GtkGS to PSDocument
12001
12002 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * ps/gtkgs.c: (gtk_gs_class_init):
12005         * ps/gtkgs.h:
12006
12007         Some more leftover...
12008
12009 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12012         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12013         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12014         * ps/gtkgs.h:
12015
12016         Remove unused code and make a lot of stuff private
12017
12018 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12019
12020         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12021         (gtk_gs_defaults_changed):
12022         * ps/gsdefaults.h:
12023         * ps/gtkgs.c:
12024         * ps/gtkgs.h:
12025         * ps/ps.h:
12026
12027         Cleanup headers dependencies
12028
12029 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * ps/Makefile.am:
12032         * ps/ggvutils.c:
12033         * ps/ggvutils.h:
12034         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12035         * ps/gsdefaults.h:
12036         * ps/gtkgs.c: (file_length), (file_readable),
12037         (check_filecompressed), (check_pdf), (gtk_gs_load),
12038         (gtk_gs_get_postscript):
12039
12040         Get rid of ggvutils
12041
12042 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12043
12044         * ps/ggvutils.c:
12045         * ps/ggvutils.h:
12046         * ps/gsio.h:
12047         * ps/gtkgs.c: (gtk_gs_set_zoom):
12048
12049         Cleanups
12050
12051 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12052
12053         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12054
12055         Ensure the page is rerendered when changing zoom
12056
12057 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * backend/ev-document.c: (ev_document_base_init),
12060         (ev_document_changed):
12061         * backend/ev-document.h:
12062
12063         Add a changed event that is emitted when the page content
12064         changes. This is necessary to deal with the fact that
12065         in ps backend rendering happen asycrounously.
12066         This makes the ps backend mostly work.
12067
12068         * pdf/xpdf/pdf-document.cc:
12069
12070         Emit changed event
12071
12072         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12073         (ps_document_set_target):
12074
12075         Emit changed event
12076
12077         * shell/ev-view.c: (document_changed_callback),
12078         (ev_view_set_document), (ev_view_set_page):
12079
12080         Redraw on the changed signal
12081
12082 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12083
12084         * configure.ac: Added pt_BR to ALL_LINGUAS.
12085
12086 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12087
12088         * backend/ev-document-bookmarks.c:
12089         (ev_document_bookmarks_get_child): *
12090         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12091         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12092         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12093         (ev_sidebar_bookmarks_destroy),
12094         (ev_sidebar_bookmarks_class_init),
12095         (ev_sidebar_bookmarks_construct), (stack_data_free),
12096         (do_one_iteration), (populate_bookmarks_idle),
12097         (ev_sidebar_bookmarks_clear_document),
12098         (ev_sidebar_bookmarks_set_document): *
12099         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12100         (ev_sidebar_add_page),
12101         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12102         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12103         it displays both the topics and the page numbers.
12104
12105 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12106
12107         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12108         toggle.
12109         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12110         visible.
12111
12112 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12113
12114         * configure.ac: Added en_CA to ALL_LINGUAS.
12115
12116 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12117
12118         * ChangeLog: replace bottom of this ChangeLog (merged history of
12119         ggv and gpdf; where all paths were wrong and most of the files are
12120         not even in this tree) with ChangeLog (from arch) of the shell
12121         code.
12122
12123 2004-12-23  Havoc Pennington  <hp@redhat.com>
12124
12125         * shell/ev-window.c: hook up potentially-questionable "find
12126         results status text" feature - something involving the sidebar or
12127         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12128         might be better in the end.
12129
12130         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12131         with corresponding signal when it should be updated
12132
12133         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12134
12135 2004-12-22  Havoc Pennington  <hp@redhat.com>
12136
12137         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12138         find stuff on other pages, sort of (only returns one result on
12139         invisible pages, to show they have results; updates full results
12140         for a page when you view it). Currently repaints the current page
12141         every time a new result is found on any page, which isn't so nice.
12142
12143 2004-12-22  Havoc Pennington  <hp@redhat.com>
12144
12145         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12146         the document doesn't support find (better ideas?)
12147         (find_bar_search_changed_cb): handle missing document or document
12148         that doesn't support find
12149
12150         * pdf/xpdf/pdf-document.cc: port to implement the new
12151         EvDocumentFindIface
12152
12153         * backend/ev-document-find.c: create a new interface for searching
12154
12155         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12156
12157 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12158
12159         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12160         libevbackend.la.
12161
12162         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12163         EvPrintJob constructor arguments.
12164
12165         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12166         for documents that can export PostScript (page by page).
12167
12168         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12169         
12170         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12171         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12172         (pdf_document_ps_exporter_iface_init:
12173         Implement EvPSExporter.
12174
12175         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12176
12177 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12178
12179         * backend/Makefile.am:
12180         * backend/ev-document-thumbnails.c:
12181         (ev_document_thumbnails_get_type),
12182         (ev_document_thumbnails_get_thumbnail):
12183         * backend/ev-document-thumbnails.h:
12184         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12185         (pixbuf_document_thumbnails_get_thumbnail),
12186         (pixbuf_document_document_thumbnails_iface_init):
12187         * shell/Makefile.am:
12188         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12189         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12190         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12191         * shell/ev-sidebar-thumbnails.h:
12192         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12193         (ev_sidebar_set_document):
12194         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12195         (create_shadow), (ev_pixbuf_add_shadow):
12196         * shell/ev-utils.h:
12197         Add thumbnail support.
12198         
12199 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12200
12201         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12202         (using_postscript_printer): Set up a print dialog for "PostScript
12203         injection" method.
12204
12205         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12206         EvPrintJob.
12207
12208         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12209
12210 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12213         (ps_document_set_target), (ps_document_get_page_size),
12214         (ps_document_render):
12215         * ps/gtkgs.h:
12216
12217         Fix a few bugs
12218
12219 2004-12-22  Christian Rose  <menthos@menthos.com>
12220
12221         * configure.ac: Added "sv" to ALL_LINGUAS.
12222
12223 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12224
12225         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12226         document supports bookmarks.
12227
12228 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12229
12230         * ps/ggvutils.c: (ggv_file_readable):
12231         * ps/ggvutils.h:
12232         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12233         (gtk_gs_get_postscript):
12234
12235         Remove unused utils
12236
12237 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12238
12239         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12240         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12241         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12242         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12243         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12244         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12245         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12246         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12247         (gtk_gs_set_antialiasing), (ps_document_load),
12248         (ps_document_render):
12249         * ps/gtkgs.h:
12250
12251         Another check point for the ps backend. Now I can get it to show
12252         pages!
12253
12254 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12255
12256         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12257         document setting code.
12258
12259 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12260
12261         * shell/eggfindbar.c: (entry_activate_callback):
12262         Animate the next button when activate is pressed.
12263         
12264 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12265
12266         * shell/ev-window.c: (ev_window_cmd_edit_find),
12267         (update_fullscreen_popup), (ev_window_fullscreen),
12268         (ev_window_unfullscreen), (ev_window_state_event_cb),
12269         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12270         Fix bugs in fullscreen code.
12271         
12272 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12273
12274         * Makefile.am:
12275         * configure.ac:
12276         * pixbuf/Makefile.am:
12277         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12278         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12279         (pixbuf_document_set_page), (pixbuf_document_get_page),
12280         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12281         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12282         (pixbuf_document_render), (pixbuf_document_begin_find),
12283         (pixbuf_document_end_find), (pixbuf_document_finalize),
12284         (pixbuf_document_class_init),
12285         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12286         * pixbuf/pixbuf-document.h:
12287         * shell/Makefile.am:
12288         * shell/ev-application.c: (ev_application_open):
12289         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12290         (ev_window_open):
12291         Add pixbuf backend.
12292         
12293 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12294
12295         * Makefile.am: 
12296         * dvi/dvilib/Makefile.am:
12297         * dvi/Makefile.am:
12298         * configure.ac: Auto*ify dvi and dvi/dvilib
12299
12300         * dvi/Makefile: Remove from CVS
12301         
12302         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12303         confusion.
12304
12305         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12306         
12307         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12308         
12309 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12310
12311         * ps/Makefile.am:
12312         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12313         (gtk_gs_value_adjustment_changed), (compute_size),
12314         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12315         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12316         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12317         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12318         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12319         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12320         (ps_document_load), (ps_document_get_n_pages),
12321         (ps_document_set_page), (ps_document_get_page),
12322         (ps_document_set_target), (ps_document_set_scale),
12323         (ps_document_set_page_offset), (ps_document_get_page_size),
12324         (ps_document_render), (ps_document_begin_find),
12325         (ps_document_end_find), (ps_document_document_iface_init):
12326         * ps/gtkgs.h:
12327         * shell/Makefile.am:
12328         * shell/ev-window.c: (ev_window_open):
12329
12330         Some work to integrate gtkgs with EvDocument
12331
12332 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12333
12334         * shell/ev-window.c: (update_fullscreen_popup),
12335         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12336         (exit_fullscreen_button_clicked_cb),
12337         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12338         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12339         (ev_window_state_event_cb), (ev_window_init):
12340         Add fullscreen support from Epiphany.
12341         
12342 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12343
12344         * data/ev-stock-zoom-fit-width.png: fit-width
12345         stock icon from gpdf.
12346         
12347         * shell/ev-stock-icons.[ch]: copied from gpdf.
12348         
12349         * shell/main.c: (main): init stock icons.
12350         
12351         * shell/ev-window.c: use the fit-width icon.
12352         
12353         * data/evince-ui.xml: add zooming toolbar items.
12354
12355 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12356
12357         * shell/ev-view.c: 
12358         (ev_view_best_fit), (ev_view_fit_width): because
12359         get_page_size() returns the scaled page size, we
12360         need to calculate the scale factor relative to
12361         the previous scale factor. Should really just
12362         add get_real_page_size().
12363
12364 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12365
12366         * shell/ev-view.[ch]:
12367         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12368         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12369         add zooming.
12370         
12371         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12372         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12373         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12374         hook it up.
12375         
12376         * pdf/xpdf/pdf-document.cc:
12377         (pdf_document_begin_find),
12378         (pdf_document_end_find): make static.
12379
12380 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12381
12382         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12383
12384         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12385         names to fontconfig patterns.
12386         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12387
12388         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12389         setupBaseFontsFc.
12390
12391 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * Makefile.am:
12394         * configure.ac:
12395         * ps/Makefile.am:
12396         * ps/ggvutils.c:
12397         * ps/ggvutils.h:
12398         * ps/gsdefaults.c:
12399         * ps/gsdefaults.h:
12400         * ps/gsio.c:
12401         * ps/gsio.h:
12402         * ps/gtkgs.c:
12403         * ps/gtkgs.h:
12404         * ps/ps.c:
12405         * ps/ps.h:
12406
12407         Import ggv backend. Not hooked up yet.
12408
12409 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12410
12411         * shell/main.c: (load_files), (main): load files
12412         from the command line.
12413
12414 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12415
12416         * configure.ac: don't require bonobo.
12417         
12418         * cut-n-paste/recent-files/*: kill bonobo recent
12419         view.
12420
12421         * shell/ev-window.c:
12422         (ev_window_is_empty): upd.
12423         (unable_to_load), (ev_window_open): load backend
12424         based on the mime type.
12425
12426 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12427
12428         * backend/.cvsignore: ignore generated marshalers source.
12429
12430         * shell/main.c (main): this is not epiphany.
12431
12432 2004-12-22  Havoc Pennington  <hp@redhat.com>
12433
12434         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12435         (expose_bin_window): draw find highlights
12436
12437         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12438         
12439         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12440         (pdf_document_end_find): implement this interface
12441
12442         * backend/ev-document.c (ev_document_found): add this to emit
12443         signal
12444
12445 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12446
12447         * data/evince-ui.xml: Add a few more toolbar items.
12448
12449         * shell/ev-window.c: Hook up page navigation toolbar 
12450         items.
12451
12452         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12453         a page-changed signal.
12454
12455         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12456         Add ev_document_get_page().
12457
12458         * shell/ev-window.c: Sensitize/desensitize navigation
12459         actions.
12460
12461 2004-12-21  Havoc Pennington  <hp@redhat.com>
12462
12463         * backend/ev-backend-marshal.c,
12464         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12465         marshaler-generator thingy. I'm sure there's a better way to do
12466         this in the modern world.
12467
12468         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12469         end_find methods and "found" signal.
12470
12471         * configure.ac: find glib-genmarshal
12472
12473 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12474
12475         * shell/ev-sidebar.c: Construct an actual sidebar.
12476         * shell/ev-sidebar-bookmarks.[ch]:
12477         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12478
12479 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12480
12481         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12482         Redo size handling.
12483         
12484         * shell/ev-view.c: Track the size from the document.
12485
12486 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12487
12488         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12489         constructor assumes ownership of the string passed in.
12490         
12491         * shell/ev-window.c (ev_window_open): Destroy the error
12492         dialog once we've displayed it.
12493
12494 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12495
12496         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12497         a bit, it works! (sort of)
12498
12499         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12500         Move to .cc since we need to use C++ in the implementation.
12501
12502         * shell/dummy.cc: Add a CC file to force evince
12503         to be linked as a C++ program.
12504
12505 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12506
12507         * shell/ev-view.[ch]: Start of content-area widget.
12508
12509         * shell/ev-window.c: Create a EvView, update it
12510         as we change documents.
12511
12512         * shell/Makefile.am shell/ev-marshal.list: Add
12513         generated marshalers.
12514
12515 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12516
12517         * Makefile.am (SUBDIRS): move shell.
12518
12519 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12520
12521         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12522         .a to libtool convenience libraries.
12523
12524         * shell/ev-window.c (ev_window_open): Hard code loading
12525         a PDF document.
12526         
12527         * backend/ev-document.h: Add a boolean return to load(),
12528         fix GError * to GError **.
12529
12530         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12531         object for a PDF backend EvDocument.
12532
12533 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12534
12535         * dvi/*: New directory with the beginning of a .dvi backend.
12536
12537 2004-12-21  Havoc Pennington  <hp@redhat.com>
12538
12539         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12540         previous/next instead of back/forward
12541
12542 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12543
12544         * backend/ev-document.[ch]: Fix a couple of problems so
12545         it compile.
12546
12547 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12548
12549         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12550         to backend/ directory, rename EvViewer to EvDocument.
12551
12552 2004-12-21  Havoc Pennington  <hp@redhat.com>
12553
12554         * shell/ev-window.c: hook up the find bar widget; now we just need
12555         a document to find things in
12556
12557         * shell/eggfindbar.c: a find bar widget
12558
12559 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12560
12561         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12562
12563 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12564
12565         * pdf/**: Import of xpdf code from gpdf. 
12566
12567         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12568
12569         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12570         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12571         Fix FreeType includes.
12572
12573         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12574         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12575         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12576         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12577         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12578         Include xpdfconfig.h
12579         
12580 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12581
12582         * shell/ev-window.c (ev_window_dispose): dispose can be called
12583         multiple times.
12584
12585 2004-12-21  Havoc Pennington  <hp@redhat.com>
12586
12587         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12588         rather than Evince
12589
12590         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12591         items; really they should be synced with the strings, etc. from
12592         current gpdf, but just getting the boring typing out of the way 
12593
12594 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12595
12596         * po/POTFILES.in:
12597         * shell/ev-application.c: (window_destroy_cb):
12598         * shell/ev-window.c:
12599         * shell/main.c: (main):
12600
12601         Actually show the window...
12602
12603 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12604
12605         * Makefile.am:
12606         * shell/Makefile.am:
12607         * shell/ev-application.c: (ev_application_class_init):
12608         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12609
12610         Make it build again
12611
12612 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         Import to gnome cvs.
12615         
12616         * Remove copies of gpdf and ggv trees.
12617         * Rip out all the recursive configure code.
12618         * Remove bonobo machinery.
12619         * viewer/*: GInterfaces that backends should/can implement.
12620
12621 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12622
12623         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12624         typo
12625
12626 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12627
12628         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12629         (ev_application_finalize, ev_application_class_init)
12630         (ev_application_init): use GType instance private data for priv.
12631
12632         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12633         (ev_window_finalize, ev_window_class_init)
12634         (ev_window_init): ditto.
12635
12636 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12637
12638         * shell/ev-application.c (ev_application_new_window): make public
12639         (ev_application_show_initial_window): kill.
12640
12641         * shell/ev-application.h: update prototypes.
12642
12643         * shell/main.cc (main): inline ev_application_show_initial_window.
12644
12645 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12646
12647         * shell/ev-application.c (ev_application_new_window): impl.
12648         (ev_application_show_initial_window): use it.
12649         (is_window_empty, ev_application_get_empty_window): returns an
12650         existing empty window or a new one.
12651         (ev_application_open): from ev_window_cmd_file_open.
12652
12653         * shell/ev-application.h: update prototypes
12654
12655         * shell/ev-window.c (ev_window_is_empty): impl.
12656         (ev_window_open): make public.
12657         (ev_window_cmd_file_open): use ev_application_open
12658
12659         * shell/ev-window.h: update prototypes, remove unused.
12660
12661 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12662
12663         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12664         move destroy handler out of here...
12665
12666         * shell/ev-application.c, shell/ev-application.h: ...into this new
12667         class. Also handles initial window creation.
12668
12669         * shell/main.cc (main): use EvApplication to create initial
12670         window.
12671
12672 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12673
12674         * Makefile.am (SUBDIRS): add cut-n-paste
12675
12676         * cut-n-paste/Makefile.am: add
12677
12678         * configure.ac: generate Makefiles in cut-n-paste
12679
12680 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12681
12682         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12683         (ev_window_class_init): install ev_window_dispose.
12684
12685 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12686
12687         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12688         char (gchar looks stupid).
12689
12690 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12691
12692         * po/de.po: updated German translation.
12693
12694 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12695
12696         * configure.ac: add more pkg-config library checks for gnome-vfs,
12697         bonobo etc.
12698
12699         * gpdf/configure.in: temporarily disable libpaper
12700         checks. Otherwise I'd have to add the checks for the shell, too.
12701
12702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12703
12704         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12705         and * file filters to the file choose.
12706
12707 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12708
12709         * po/de.po: Updated German translation.
12710
12711 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12712
12713         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12714
12715 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12716
12717         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12718
12719         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12720         (ev_window_init): implement those menuitems.
12721
12722 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12723
12724         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12725
12726         * shell/ev-window.c (ev_window_init): use the toolbar.
12727
12728 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12729
12730         * shell/ev-window.c (ev_window_init): use menu translations
12731
12732 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12733
12734         * configure.ac: add "de" to ALL_LINGUAS.
12735
12736         * po/de.po: add German translation.
12737
12738 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12739
12740         * Makefile.am (SUBDIRS): add po
12741
12742         * configure.ac: check intltool, glib-gettext etc, generate
12743         po/Makefile.in
12744
12745         * po, po/POTFILES.in, po/POTFILES.skip: new.
12746
12747 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12748
12749         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12750         already use (#ifdef ENABLE_NLS)
12751
12752         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12753         pointer indirection thinko.
12754
12755         * shell/main.c: include gi18n.h for bindtextdomain etc.
12756
12757 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12758
12759         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12760         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12761         tooltips for menu items in the statusbar.
12762
12763 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12764
12765         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12766         pkgdatadir drop UIDIR
12767
12768 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12769
12770         * data/evince-ui.xml: Add File->Open menu item
12771
12772         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12773         chooser), hook it up in the ui manager.
12774
12775 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12776
12777         * shell/ev-window.c: fix Help->About tooltip.
12778
12779 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12780
12781         * configure.ac: set CFLAGS for libevprivate.
12782
12783         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12784         definitions, factory etc.
12785
12786         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12787
12788         * shell/Makefile.am: link against libevprivate.a.
12789
12790         * shell/ev-window.c (entries): add stock icon to Help->About.
12791
12792         * shell/main.c (main): init stock icon code.
12793
12794 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12795
12796         * lib/recent-files: egg recent files code
12797
12798         * lib/Makefile.am: add.
12799
12800         * Makefile.am: add lib subdir.
12801
12802         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12803         set CFLAGS for recent-files.
12804
12805 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12806
12807         * configure.ac: disable -ansi and -pedantic gcc flags. They
12808         disable POSIX stuff in stdio.h, but egg-recent uses them.
12809
12810 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12811
12812         * configure.ac: add --disable-deprecated flag (defaults to on in
12813         "cvs" builds).
12814
12815         * shell/Makefile.am (INCLUDES): use it.
12816
12817 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12818
12819         * shell/main.c: add missing #include.
12820
12821         * shell/ev-window.c: fix for pedantic gcc.
12822         (ev_window_cmd_help_about): split license into paragraphs for
12823         translators and pedantic compilers.
12824
12825 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12826
12827         * configure.ac: add more warning flags if compiling with gcc from
12828         cvs (or explicitly requested with --enable-more-warnings).
12829
12830 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12831
12832         * data/evince-ui.xml: add File and File->Close menu.
12833
12834         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12835         (ev_window_destroy): quit after destroy.
12836         (ev_window_class_init): override GtkObject::destroy.
12837         (entries): install close_window callback.
12838
12839 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12840
12841         * Makefile.am (SUBDIRS): add data subdir.
12842
12843         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12844         gtk+ 2.5.0 for GtkAboutDialog.
12845
12846         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12847         main window.
12848
12849         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12850
12851         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12852         manager.
12853         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12854
12855 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12856
12857         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12858
12859 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12860
12861         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12862
12863 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12864
12865         * shell/*: Added shell directory boilerplate, build it.
12866
12867 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12868
12869         * configure.ac, Makefile.am: Added top-level configure.ac and
12870         Makefile.am