]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add missing files. Update.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_fade)
4         (ev_transition_animation_paint): Implement "fade" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
9         (ev_transition_animation_paint): Implement "uncover" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-transition-animation.c (ev_transition_animation_cover)
14         (ev_transition_animation_paint): Implement "cover" effect.
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_push)
19         (ev_transition_animation_paint): Implement "push" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
24         (ev_transition_animation_paint): Implement "dissolve" effect.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
29         (ev_transition_animation_paint): Implement "wipe" effect.
30
31 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
32
33         * shell/ev-transition-animation.c (ev_transition_animation_box)
34         (ev_transition_animation_paint): Implement "box" effect.
35
36 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
37
38         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
39         (ev_transition_animation_paint): Implement "blinds" effect.
40
41 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
42
43         * shell/ev-transition-animation.c (ev_transition_animation_split)
44         (ev_transition_animation_paint): Implement "split" effect.
45
46 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
47
48         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
49         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
50         (ev_view_transition_animation_start) 
51         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
52         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
53         (ev_view_next_page) (ev_view_previous_page):
54         
55         Use EvTransitionAnimation to drive page changes in the presentation
56         mode, the animation will wait to start until both the origin and 
57         destination page surfaces are available. Fixes #458460.
58
59         (draw_loading_text):
60
61         Remove workaround for bug #320352, it's now fixed properly.
62
63
64 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
65
66         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
67         will contain the implementations for page transition animations, at
68         the moment it just has the "replace" effect.
69         * shell/Makefile.am: Added these files to build.
70
71 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
72
73         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
74         animations.
75         * shell/Makefile.am: Added these files to build.
76
77 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
78
79         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
80         implementation to get_effect() in EvDocumentTransitionIface.
81
82 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
83
84         * libdocument/ev-transition-effect.[ch]: New files, define a page
85         transition effect, at the moment it maps PopplerPageTransition to a
86         GObject.
87         * libdocument/Makefile.am: Added these files to build.
88         * libdocument/ev-document-transition.[ch]
89         (ev_document_transition_get_effect): New method, gets the
90         EvTransitionEffect returned by the interface implementation, with
91         fallback to the "replace" effect.
92
93 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
94
95         * configure.ac:
96         * cut-n-paste/Makefile.am:
97         * cut-n-paste/fileformatchooser/Makefile.am:
98         * cut-n-paste/fileformatchooser/egg-macros.h:
99         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
100         * shell/Makefile.am:
101         * shell/ev-window.c: (image_save_dialog_response_cb),
102         (ev_view_popup_cmd_save_image_as):
103
104         Allow exporting images in any format supported by
105         GdkPixbuf. Fixes bug #500209.
106         
107 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * backend/pixbuf/pixbuf-document.c:
110
111         More warnings fixed.
112         
113 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
116         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
117         * backend/djvu/djvu-text.h:
118         * backend/tiff/tiff-document.c: (tiff_document_render):
119
120         Fix compile warnings.
121         
122 2007-12-28  Christian Persch  <chpe@gnome.org>
123
124         * **/*.c: Include config.h. Bug #504721.
125
126 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * configure.ac:
129         * Makefile.am:
130         * po/POTFILES.in:
131         * backend/comics/Makefile.am:
132         * backend/comics/comics-document.[ch]:
133         * backend/comics/comicsdocument.evince-backend.in:
134         * backend/djvu/Makefile.am:
135         * backend/djvu/djvu-document.[ch]:
136         * backend/djvu/djvudocument.evince-backend.in:
137         * backend/dvi/Makefile.am:
138         * backend/dvi/dvi-document.[c]:
139         * backend/dvi/dvidocument.evince-backend.in:
140         * backend/impress/Makefile.am:
141         * backend/impress/impress-document.[ch]:
142         * backend/impress/impressdocument.evince-backend.in:
143         * backend/pdf/Makefile.am:
144         * backend/pdf/ev-poppler.cc:
145         * backend/pdf/ev-poppler.h:
146         * backend/pdf/pdfdocument.evince-backend.in:
147         * backend/pixbuf/Makefile.am:
148         * backend/pixbuf/pixbuf-document.[ch]:
149         * backend/pixbuf/pixbufdocument.evince-backend.in:
150         * backend/ps/Makefile.am:
151         * backend/ps/ev-spectre.[ch]:
152         * backend/ps/ps-document.[ch]:
153         * backend/ps/psdocument.evince-backend.in:
154         * backend/tiff/Makefile.am:
155         * backend/tiff/tiff-document.[ch]:
156         * backend/tiff/tiffdocument.evince-backend.in:
157         * libdocument/Makefile.am:
158         * libdocument/ev-backends-manager.[ch]:
159         * libdocument/ev-module.[ch]:
160         * libdocument/ev-document.h:
161         * libdocument/ev-document-factory.[ch]:
162         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
163         (get_compression_from_mime_type), (get_document_from_uri),
164         (ev_document_factory_get_document), (file_filter_add_mime_types),
165         (ev_document_factory_add_filters):
166         * shell/Makefile.am:
167         * shell/ev-window-title.c: (get_filename_from_uri):
168         * shell/main.c: (main):
169         * thumbnailer/Makefile.am:
170         * thumbnailer/evince-thumbnailer.c: (main):
171
172         Plugin system for backends. Fixes bug #351348.
173         
174 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * shell/ev-view-private.h:
177         * shell/ev-view.c: (ev_view_drag_update_momentum),
178         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
179         (ev_view_button_release_event), (ev_view_destroy):
180         
181         Kinetic scrolling implemented as requested in
182         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
183
184 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
185
186         * data/evince-toolbar.xml:
187         * data/evince-ui.xml:
188         * shell/ev-view-private.h:
189         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
190         (ev_view_button_press_event), (ev_view_motion_notify_event),
191         (ev_view_button_release_event), (ev_view_init),
192         (ev_view_autoscroll_cb), (ev_view_autoscroll),
193         (ev_view_set_cursor):
194         * shell/ev-view.h:
195         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
196         (ev_window_cmd_view_autoscroll):
197         
198         Autoscroll feature with the context menu. Fixes bug 
199         #323670. Thanks to David Turner <cillian64@googlemail.com>.
200
201 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
204
205         Disconnect also page-ready signal when removing a job because the
206         page size has changed. Thanks to kripken
207         <kripkensteiner@gmail.com>.
208
209 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
210
211         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
212         
213         Scroll pages in page entry with mouse wheel. Fixes bug
214         #324122. Thanks to David Turner <cillian64@googlemail.com>.
215
216 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * backend/dvi/Makefile.am:
219         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
220         (mdvi_cairo_device_init):
221         * backend/dvi/mdvi-lib/common.h:
222         * backend/dvi/mdvi-lib/mdvi.h:
223         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
224         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
225         (mdvi_build_path_from_cwd):
226
227         Add ps specials support in dvi backend when libspectre is
228         present. Fixes bug #386005.
229         
230 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * configure.ac:
233         * backend/ps/Makefile.am:
234         * backend/ps/ev-spectre.[ch]:
235         
236         Use libspectre, if available, for the ps backend. Fixes bugs
237         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
238
239 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
240         
241         * backend/comics/comics-document.c: (comics_document_load):
242         
243         Cygwin build issue fix.
244
245 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * shell/ev-view.c: (ev_view_set_zoom):
248
249         Do not limit the minimum zoom factor when sizing mode is best bit
250         or fit width. Fixes bug #503805.
251         
252 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
255         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
256         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
257         (ev_link_dest_get_property), (ev_link_dest_set_property),
258         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
259         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
260         (ev_link_dest_new_fitr):
261         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
262         (goto_fith_dest), (goto_xyz_dest):
263
264         Do not change left, top and zoom values when they are null in PDF
265         destinations. Fixes bug #460658.
266         
267 2007-12-10  Christian Persch  <chpe@gnome.org>
268
269         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
270         (ev_view_accessible_class_init),
271         (ev_view_accessible_idle_do_action),
272         (ev_view_accessible_action_do_action),
273         (ev_view_accessible_action_get_description),
274         (ev_view_accessible_action_set_description),
275         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
276         (ev_view_accessible_factory_init),
277         (ev_view_accessible_factory_get_accessible_type):
278         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
279         private data, and G_DEFINE_TYPE. Bug #502843.
280
281 2007-12-08  Christian Persch  <chpe@gnome.org>
282
283         * shell/ev-metadata-manager.c: (item_free),
284         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
285         (value_free), (parse_value), (parseItem),
286         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
287         (save_values): Use GSlice to allocate small amounts of memory. Bug
288         #475972.
289
290 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
293
294         Restore cursor to normal after a drag operation. Fixes bug
295         #501603.
296         
297 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
298
299         * NEWS:
300         * configure.ac:
301         
302         Update for release 2.21.1
303
304 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * configure.ac:
307         * cut-n-paste/gedit-message-area/Makefile.am:
308         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
309         * shell/Makefile.am:
310         * shell/ev-message-area.[ch]:
311         * shell/ev-window.c: (ev_window_set_message_area),
312         (ev_window_error_message_response_cb), (ev_window_error_message),
313         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
314         (ev_window_save_job_cb), (image_save_dialog_response_cb),
315         (ev_attachment_popup_cmd_open_attachment),
316         (attachment_save_dialog_response_cb), (ev_window_set_document),
317         (ev_window_init):
318
319         Use a message area instead of a popup dialog for error
320         notifications. Fixes bug #337495.
321         
322 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
325         (ev_window_run_fullscreen):
326
327         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
328         
329 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * ev-sidebar-thumbnails.c: (update_visible_range),
332         (ev_sidebar_thumbnails_refresh),
333         (ev_sidebar_thumbnails_set_document),
334         (ev_sidebar_thumbnails_support_document):
335
336         Show thumbnails for documents with one page. Fixes bug #358751.
337         
338 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * shell/ev-window.c:
341         (ev_window_load_print_settings_from_metadata),
342         (ev_window_save_print_settings), (ev_window_print_finished),
343         (ev_window_print_range):
344
345         Print settings that are specific to the document are now saved per
346         document in the metadata file. Fixes bug #488806.
347         
348 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
349
350         * backend/tiff/tiff-document.c: (tiff_document_render):
351
352         Tiff documents were rendered with wrong colors. Fixes bug #497279.
353         
354 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * shell/ev-application.[ch]: (get_find_string_from_args),
357         (ev_application_open_uri_at_dest), (ev_application_open_uri),
358         (ev_application_open_uri_list):
359         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
360         * shell/ev-window.[ch]: (ev_window_load_job_cb),
361         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
362         (ev_window_cmd_recent_file_activate),
363         (ev_window_open_recent_action_item_activated),
364         (ev_window_print_send), (open_remote_link):
365         * shell/main.c: (arguments_parse):
366
367         Add a command line option for search. Fixes bug #497710.
368         
369 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
370
371         * shell/ev-jobs.c: (ev_job_print_new):
372
373         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
374         
375 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * data/evince-toolbar.xml:
378         * shell/Makefile.am:
379         * shell/ev-application.c: (ev_application_init):
380         * shell/ev-open-recent-action.[ch]:
381         * shell/ev-window.c:
382         (ev_window_open_recent_action_item_activated),
383         (register_custom_actions):
384
385         Add an expander to the open toolbar item which pops up a dropdown
386         menu with the recently used documents. Fixes bug #487215.
387         
388 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-window.c: (ev_window_open_uri),
391         (ev_window_cmd_view_reload):
392
393         Do not jump to the first page when reloading by running evince
394         from the command line. Fixes bug #490847.
395         
396 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
397
398         * shell/ev-window.c: (ev_window_cmd_help_contents):
399
400         Plugged memory leak when help file is not found. Fixes bug
401         #490762.
402         
403 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * configure.ac:
406
407         Enable djvu, dvi and comics backends by default. Fixes bug
408         #437121.
409         
410 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * configure.ac:
413         * cut-n-paste/Makefile.am:
414         * cut-n-paste/recent-files/*: Removed
415         * help/reference/Makefile.am:
416         * shell/Makefile.am:
417         * shell/ev-application.[ch]: (ev_application_shutdown),
418         (ev_application_init):
419         * shell/ev-window.c: (ev_window_add_recent),
420         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
421
422         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
423         
424 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
425
426         * shell/ev-window.c: (launch_external_uri):
427
428         Let GnomeVFS check the URL, this allow more URL (like mailto:),
429         and report error if the URL is not supported (#489910).
430
431 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
434         (pdf_document_file_exporter_begin_page),
435         (pdf_document_file_exporter_end_page):
436
437         Fix printing with poppler splash backend. Fixes bug #489774.
438         
439 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
442         * shell/ev-print-job.c: (ev_print_job_class_init):
443
444         Fix a crash when printing with the gnome-print dialog. Fixes bug
445         #488939.
446         
447 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
448
449         * backend/pixbuf/pixbuf-document.c:
450
451         Fix an implicit function definition warning (#487655)
452
453 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-window.c:
456
457         Fix conflicting shortcut for view sade pane and presentation.
458         
459 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * backend/pdf/ev-poppler.cc:
462         (pdf_document_file_exporter_begin_page),
463         (pdf_document_file_exporter_do_page),
464         (pdf_document_file_exporter_end_page),
465         (pdf_document_file_exporter_iface_init):
466         * libdocument/ev-file-exporter.[ch]:
467         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
468         * shell/ev-jobs.c: (ev_job_print_get_page_list),
469         (ev_job_print_run):
470
471         When printing multiple pages per sheet in reverse option, do not
472         invert the order of the pages in every sheet, but the order of the
473         sheets. Do not print blank pages when page range is invalid. Fixes
474         bugs #484857 and #485521.
475         
476 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-jobs.c: (ev_job_print_get_page_list),
479         (ev_job_print_run):
480         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
481
482         Respect ranges order when printing more than one range in random
483         order.
484         
485 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
486
487         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
488         (ev_window_setup_document), (ev_window_rotation_changed_cb):
489
490         Rotate also the window icon when document is rotated. Fixes bug
491         #474681.
492         
493 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
496         (pdf_document_forms_get_form_fields):
497
498         Silently ignore unknown form fields. Fixes bug #482654. Patch by
499         Matthias Drochner.
500         
501 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * configure.ac:
504         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
505
506         Use poppler_page_render_for_printing() instead of
507         poppler_page_render() if available when exporting to a ps or pdf
508         file. Fixes bug #476627.
509         
510 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-window.c: (ev_window_run_fullscreen):
513
514         Do not show the toolbar in fullscreen mode if the main toolbar is
515         not visible. Fixes bug #483048.
516         
517 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-view.c: (ev_view_button_press_event):
520
521         Give priority to form fields over images when deciding whether a
522         button press event is over an image or form field. It allows edit
523         form fields when they are over a background image. Fixes bug
524         #477841.
525         
526 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
527
528         * NEWS:
529         * configure.ac:
530         
531         Update for release 2.20.0
532
533 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * backend/pdf/ev-poppler.cc:
536
537         Remove #ifdef HAVE_FORMS, so that forms support works again.
538
539 2007-09-05  Götz Waschk  <waschk@mandriva.org>
540
541         * configure.ac:
542         * data/evince.desktop.in.in:
543         
544         Fixes desktop file issues. See bug #473471.
545
546 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
549         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
550         (ev_job_queue_remove_job):
551         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
552         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
553         * shell/ev-window.c: (ev_window_clear_save_job),
554         (ev_window_save_job_cb), (file_save_dialog_response_cb),
555         (ev_window_dispose):
556
557         Move save a copy task to its own job so that it's carried out in a
558         thread avoiding another lock in the main thread. Use
559         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
560         can be saved to a pathin another file system. Fixes bug #456891.
561         
562 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
563
564         * NEWS:
565         * configure.ac:
566         
567         Update for release 2.19.92
568
569 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * configure.ac:
572         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
573         (pdf_selection_get_selection_region),
574         (pdf_selection_get_selection_map),
575         (ev_form_field_from_poppler_field):
576
577         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
578         and triple click selections are enabled again now.
579
580 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * shell/ev-window.c: (ev_window_add_history):
583
584         Make sure not to use the history with documents not supporting
585         links. Fixes bug #468954.
586
587 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-window.c: (ev_window_load_job_cb):
590
591         Restart the search when reloading a document with the find bar
592         visible. Fixes bug #461962.
593
594 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-window.c: (setup_document_from_metadata),
597         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
598
599         Do not jump to the first page when reloading a document from the
600         last page.
601
602 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-window.c: (update_chrome_flag),
605         (setup_sidebar_from_metadata),
606         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
607         (ev_window_cmd_edit_find_next),
608         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
609         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
610         (find_bar_close_cb), (view_actions_focus_in_cb):
611
612         Do not update visibility when changing a chrome flag so that it's
613         possible to update several flags and update visibility only once
614         for all of them.
615
616 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
619
620         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
621         supported by gtk+. Fixes bug #460907.
622
623 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-view.c: (view_update_range_and_current_page):
626
627         Make sure current-page <= end-page in continuous mode. Fixes bug
628         #454950.
629
630 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * backend/pdf/ev-poppler.cc: (build_tree):
633
634         Ignore outline items without a title. Fixes bug #453913.
635
636 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
639         (ev_view_button_release_event), (ev_view_leave_notify_event):
640
641         Use always drag mouse cursor during a drag operation. Fixes bug
642         #470564.
643
644 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
645
646         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
647         (pdf_selection_get_selection_region),
648         (pdf_selection_get_selection_map):
649
650         Temporarily disable double and triple selections since it depends on
651         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
652         released and the update of the external dependency minimal version
653         approved.
654
655 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
658         (pdf_document_file_exporter_do_page):
659         * libdocument/ev-file-exporter.h:
660         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
661         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
662
663         Actually fix printing regressions. Remove orientation from
664         EvPrintContext since it's redundant.
665
666 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
669         * backend/impress/impress-document.c:
670         (impress_document_document_iface_init):
671         * backend/ps/ps-document.c: (ps_document_document_iface_init):
672         * backend/djvu/djvu-document.c:
673         (djvu_document_document_iface_init),
674         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
675         * backend/tiff/tiff-document.c:
676         (tiff_document_document_iface_init):
677         * backend/pixbuf/pixbuf-document.c:
678         (pixbuf_document_document_iface_init):
679         * backend/comics/comics-document.c:
680         (comics_document_document_iface_init):
681         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
682         (pdf_selection_render_selection),
683         (pdf_selection_get_selected_text),
684         (pdf_selection_get_selection_region),
685         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
686         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
687         (ev_selection_get_selection_region),
688         (ev_selection_get_selection_map):
689         * libdocument/ev-document.[ch]:
690         * shell/ev-pixbuf-cache.[ch]: (add_job),
691         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
692         * shell/ev-view-private.h:
693         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
694         (ev_job_render_run):
695         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
696         * shell/ev-view.c: (start_selection_for_event),
697         (ev_view_button_press_event), (ev_view_drag_data_get),
698         (ev_view_drag_data_received), (ev_view_button_release_event),
699         (compute_new_selection_text), (compute_selections),
700         (ev_view_select_all), (get_selected_text), (ev_view_copy),
701         (ev_view_primary_get_cb):
702
703         Add support for double and triple click selections.
704
705 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
706
707         * NEWS:
708         * configure.ac:
709
710         Update for release 2.19.4
711
712 2007-08-28  Justin Blanchard  <justinb04@aim.com>
713
714         * shell/ev-view-private.h:
715         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
716         (ev_view_set_highlight_search):
717         * shell/ev-view.h:
718         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
719         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
720         (find_bar_visibility_changed_cb):
721         
722         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
723
724 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
727         (pdf_document_file_exporter_begin),
728         (pdf_document_file_exporter_do_page):
729         * shell/ev-jobs.c: (ev_job_print_run):
730         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
731
732         Create always a portrait cairo surface and rotate when needed for
733         landscape. It fixes printing problems in real printers.
734
735 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
738         * libdocument/ev-file-exporter.[ch]:
739         (ev_file_exporter_get_capabilities):
740         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
741         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
742
743         Adjust number of pages per row according to page orientation when
744         printing 2 or 6 pages per sheet.
745
746 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-window.c: (ev_window_print_send):
749
750         Reset also cups setting to 1 when printing multiple pages per
751         sheet. Fixes bug #468853.
752
753 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * libdocument/ev-document-misc.c:
756         (ev_document_misc_surface_rotate_and_scale):
757
758         Use directly cairo_surface_get_content() when creating a similar
759         surface as suggested by Jeff Muizelaar. Thanks again.
760
761 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * backend/djvu/djvu-document.c: (djvu_document_render):
764         * backend/tiff/tiff-document.c: (tiff_document_render):
765         * backend/pdf/ev-poppler.cc: (pdf_document_render):
766         * libdocument/ev-document-misc.c:
767         (ev_document_misc_surface_from_pixbuf),
768         (ev_document_misc_surface_rotate_and_scale):
769
770         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
771         creating page surfaces. Fixes bug #453123. Thank you very much to
772         Jeff Muizelaar <jeff@infidigm.net>.
773
774 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * shell/ev-page-cache.c: (ev_page_cache_new),
777         (ev_page_cache_get_thumbnail_size):
778         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
779         (ev_sidebar_thumbnails_set_loading_icon):
780
781         Also store in page-cache the dimensions of the thumbnails so that
782         they can be used to create the correct loading icon in the side
783         pane. Fixes bug #466857.
784
785 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * backend/pdf/ev-poppler.cc:
788         (pdf_document_thumbnails_get_thumbnail):
789
790         Fix thumbnails rotation in pdf documents that include embedded 
791         thumbnails.
792
793 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
794
795         * backend/pdf/ev-poppler.cc:
796
797         Don't use #ifdef in macro expansion. Some compilers don't
798         like that. Closes bug #467042.
799
800 2007-08-15  Justin Blanchard  <justinb04@aim.com>
801
802         * backend/djvu/djvu-document.c: (djvu_document_finalize):
803         
804         Fixes memory leak in djvu backend.
805
806 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
807
808         * data/icons/32x32/Makefile.am:
809         * data/icons/32x32/actions/Makefile.am:
810         * data/icons/32x32/actions/view-page-cont.svg:
811         * data/icons/32x32/actions/view-page-facing.svg:
812         * data/icons/48x48/Makefile.am:
813         * data/icons/48x48/actions/Makefile.am:
814         * data/icons/48x48/actions/view-page-cont.svg:
815         * data/icons/48x48/actions/view-page-facing.svg:
816         
817         Icons for a new sizes.
818
819 2007-08-14  Justin Blanchard  <justinb04@aim.com>
820
821         * shell/ev-page-cache.c: (build_height_to_page),
822         (ev_page_cache_get_height_to_page):
823         
824         Fixes invalid read, see bug #466401.
825
826 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
829         (set_drag_cursor):
830         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
831         (configure_item_cursor), (new_pixbuf_from_widget):
832
833         Fix multihead problems in toolbar editor. Fixes bug #382055.
834
835 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-window.c: (ev_window_cmd_file_open),
838         (ev_window_cmd_save_as):
839
840         Use g_get_user_special_dir when available instead of
841         xdg_user_dir_lookup.
842
843 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
844
845         * MAINTAINERS:
846         
847         Updated according to request on desktop-devel.
848
849 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
852
853         Do not use cairo_rectangle and cairo_clip since we are
854         not using cairo_fill but cairo_paint. Use the same cairo context
855         for every page in the same expose event.
856
857 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
858
859         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
860         leak.
861
862 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * configure.ac:
865         * NEWS:
866
867         Release 0.9.3
868
869 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * libdocument/ev-document-info.h:
872         * libdocument/ev-document.h:
873         * shell/ev-page-action.h:
874         * shell/ev-sidebar-links.h:
875
876         Fix a headers problem with ev-link
877         
878         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
879         * shell/ev-view-private.h:
880         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
881         (get_link_area), (ev_view_query_tooltip),
882         (ev_view_leave_notify_event), (ev_view_destroy),
883         (ev_view_class_init):
884
885         Use new gtk tooltips when available instead of ev-tooltip.
886         
887 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-window.c: (update_chrome_visibility),
890         (ev_window_sidebar_visibility_changed_cb):
891
892         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
893         
894 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * shell/ev-navigation-action.c:
897         (ev_navigation_action_history_changed),
898         (ev_navigation_action_set_history):
899         * shell/ev-navigation-action-widget.c:
900         (ev_navigation_action_widget_init):
901         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
902
903         Fix compile warnings.
904         
905 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
908         (egg_editable_toolbar_dispose):
909
910         Fix memory leak.
911         
912 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
915         (screensaver_disable_x11):
916         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
917         * shell/ev-window.c: (presentation_set_timeout):
918         * shell/ev-view.c: (ev_view_presentation_transition_start):
919
920         Use g_timeout_add_seconds instead of g_timeout_add when
921         available.
922         
923 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
926
927         Set horizontal scrollbar policy to AUTOMATIC instead of
928         NEVER. Workaround for bug #449462.
929         
930 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-jobs.c: (ev_job_render_page_ready):
933
934         Add page_ready callback to main loop with high priority and hold
935         a reference to job during idle.
936         
937 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * configure.ac:
940         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
941         (pdf_document_file_exporter_begin),
942         (pdf_document_file_exporter_do_page),
943         (pdf_document_file_exporter_get_capabilities):
944         * libdocument/ev-file-exporter.h:
945         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
946         * shell/ev-window.c: (ev_window_print_send),
947         (ev_window_print_dialog_response_cb):
948
949         Allow printing multiple pages per sheet. Fixes bug #395573.
950         
951 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
952
953         * shell/ev-view.c: (tip_from_link):
954         
955         Check for NULL, fixes bug #460862.
956
957 2007-07-29  Christian Persch  <chpe@gnome.org>
958
959         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
960         (ev_window_preview_print_finished), (ev_window_do_preview_print),
961         (ev_window_cmd_preview_print):
962         
963         Fixes bug #437681 - blocks while enumerating printers.
964
965 2007-07-29  Christian Persch  <chpe@gnome.org>
966
967         * shell/ev-window.c: (ev_window_screen_changed):
968         
969         Don't use deprecated gtk+ function. See bug #460909.
970
971 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/ev-utils.c: (get_num_monitors):
974         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
975
976         Do not use display before initializing it. Remove compile
977         warnings.
978
979 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
980
981         * shell/ev-view.c: (ev_view_class_init):
982         
983         Unix-like hjkl bindings added. See bug #458111.
984
985 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
986
987         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
988         * shell/ev-utils.h:
989         * shell/ev-view.c: (ev_view_set_zoom_for_size),
990         (ev_view_update_view_size):
991         * shell/ev-view.h:
992         * shell/ev-window.c: (ev_window_update_actions),
993         (setup_view_from_metadata), (ev_window_screen_changed),
994         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
995         (zoom_control_changed_cb):
996         * shell/ev-window.h:
997         
998         Reorganizes utility functions.
999
1000 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1003         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1004         (add_job), (ev_pixbuf_cache_get_surface),
1005         (ev_pixbuf_cache_get_link_mapping),
1006         (ev_pixbuf_cache_get_image_mapping),
1007         (ev_pixbuf_cache_get_form_field_mapping),
1008         (ev_pixbuf_cache_get_text_mapping):
1009         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1010         (notify_page_ready), (ev_job_render_page_ready),
1011         (ev_job_render_run):
1012
1013         Add page_ready signal to notify that page is ready as soon as
1014         possible even if other page elements like links, forms, images or
1015         text mapping are not ready yet.
1016
1017 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1020         (dvi_document_file_exporter_do_page),
1021         (dvi_document_file_exporter_get_capabilities),
1022         (dvi_document_file_exporter_iface_init):
1023         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1024         (ps_document_file_exporter_do_page),
1025         (ps_document_file_exporter_get_capabilities),
1026         (ps_document_file_exporter_iface_init):
1027         * backend/djvu/djvu-document.c:
1028         (djvu_document_file_exporter_begin),
1029         (djvu_document_file_exporter_end),
1030         (djvu_document_file_exporter_get_capabilities),
1031         (djvu_document_file_exporter_iface_init):
1032         * backend/tiff/tiff-document.c:
1033         (tiff_document_file_exporter_begin),
1034         (tiff_document_file_exporter_get_capabilities),
1035         (tiff_document_document_file_exporter_iface_init):
1036         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1037         (pdf_document_file_exporter_do_page),
1038         (pdf_document_file_exporter_get_capabilities),
1039         (pdf_document_file_exporter_iface_init):
1040         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1041         (ev_file_exporter_get_capabilities):
1042         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1043         (idle_print_handler), (ev_print_job_print):
1044         * shell/ev-jobs.c: (ev_job_print_run):
1045         * shell/ev-window.c: (ev_window_print_send),
1046         (ev_window_print_range):
1047
1048         Use capabilities to know which options should be offered by the
1049         print dialog depending on the document backend.
1050
1051 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1054
1055         Give priority to forms over text to set the cursor.
1056
1057 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-view-private.h:
1060         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1061         (ev_view_leave_notify_event), (ev_view_finalize),
1062         (ev_view_get_property), (ev_view_class_init):
1063
1064         Use IBEAM cursor for text form fields and NORMAL cursor for read
1065         only fields. Remove unused status attribute.
1066
1067 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1070
1071         Update region for current selected items also for checkbox
1072         buttons, since they can behave as radio buttons when they are in a
1073         set.
1074
1075 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * configure.ac:
1078         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1079
1080         Get max length of text form fields.
1081
1082 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1085         * libdocument/ev-form-field.h:
1086         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1087
1088         Fix build with current poppler cvs head.
1089
1090 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1093         * shell/eggfindbar.c: (egg_find_bar_init):
1094
1095         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1096         deprecation. Fixes bug #455667
1097
1098 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1099
1100         * NEWS:
1101         * configure.ac:
1102         
1103         Update for release 0.9.2
1104
1105 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * shell/ev-view.c: (ev_view_form_field_text_save),
1108         (ev_view_form_field_choice_save):
1109
1110         Fix a crash when closing whith a form widget visible.
1111
1112 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1115
1116         Update also the region of the current selected button when
1117         clicking on another button if they are radio buttons.
1118
1119 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1122         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1123         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1124         (ev_pixbuf_cache_get_link_mapping),
1125         (ev_pixbuf_cache_get_image_mapping),
1126         (ev_pixbuf_cache_get_form_field_mapping),
1127         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1128         * shell/ev-view.c: (ev_view_form_field_get_region),
1129         (ev_view_form_field_button_create_widget),
1130         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1131         (job_finished_cb):
1132
1133         Redraw only form field region instead of the whole page when
1134         reloading a page to show changes on the form field.
1135
1136 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-view.c: (ev_view_form_field_choice_save):
1139
1140         Fix selection of first item in list form fields.
1141
1142 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1145         (ev_pixbuf_cache_reload_page),
1146         (ev_pixbuf_cache_get_form_field_mapping):
1147
1148         Some refactoring to avoid duplicated code.
1149
1150 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * configure.ac:
1153         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1154         (ev_form_field_from_poppler_field),
1155         (pdf_document_forms_get_form_fields),
1156         (pdf_document_forms_form_field_text_get_text),
1157         (pdf_document_forms_form_field_text_set_text),
1158         (pdf_document_forms_form_field_button_set_state),
1159         (pdf_document_forms_form_field_button_get_state),
1160         (pdf_document_forms_form_field_choice_get_item),
1161         (pdf_document_forms_form_field_choice_get_n_items),
1162         (pdf_document_forms_form_field_choice_is_item_selected),
1163         (pdf_document_forms_form_field_choice_select_item),
1164         (pdf_document_forms_form_field_choice_toggle_item),
1165         (pdf_document_forms_form_field_choice_unselect_all),
1166         (pdf_document_forms_form_field_choice_set_text),
1167         (pdf_document_forms_form_field_choice_get_text),
1168         (pdf_document_document_forms_iface_init):
1169         * libdocument/Makefile.am:
1170         * libdocument/ev-form-field.[ch]:
1171         * libdocument/ev-document-forms.[ch]:
1172         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1173         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1174         (add_job), (ev_pixbuf_cache_reload_page),
1175         (ev_pixbuf_cache_get_form_field_mapping):
1176         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1177         * shell/ev-view-private.h:
1178         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1179         (ev_view_handle_cursor_over_xy),
1180         (ev_view_get_form_field_at_location),
1181         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1182         (ev_view_form_field_button_create_widget),
1183         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1184         (ev_view_form_field_text_create_widget),
1185         (ev_view_form_field_choice_save),
1186         (ev_view_form_field_choice_changed),
1187         (ev_view_form_field_choice_create_widget),
1188         (ev_view_handle_form_field), (ev_view_size_allocate),
1189         (ev_view_realize), (draw_end_presentation_page),
1190         (ev_view_button_press_event), (ev_view_remove_all),
1191         (ev_view_motion_notify_event), (ev_view_key_press_event),
1192         (ev_view_enter_notify_event), (highlight_find_results),
1193         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1194         (ev_view_class_init), (page_changed_cb),
1195         (on_adjustment_value_changed), (ev_view_set_presentation),
1196         (merge_selection_region), (ev_view_set_cursor),
1197         (ev_view_reset_presentation_state):
1198         
1199         Merge evince-forms branch.
1200
1201 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1202
1203         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1204
1205         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1206         This script also updates itself from libegg
1207
1208         * cut-n-paste/toolbar-editor/egg*:
1209         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1210         libegg
1211
1212 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1213
1214         * shell/ev-window.c:
1215         
1216         Adds a nice icon to page action during toolbar editing.
1217         See bug #452872.
1218
1219 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1220
1221         * data/evince-toolbar.xml:
1222         * shell/ev-window.c:
1223         
1224         Let user add a presentation and fullscreen icons on toolbar.
1225         See bug #449734.
1226
1227 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1228
1229         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1230
1231         new script to keep in sync with toolbareditor in libegg
1232
1233         * cut-n-paste/toolbar-editor/*: 
1234
1235         Run update-toolbareditor-from-libegg so we are in sync again. 
1236         Fixes bug #452850.
1237         
1238
1239 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * shell/ev-sidebar-links.c: (job_finished_callback):
1242
1243         Do not connect selection changed signal more than once. Fixes bug
1244         #349433.
1245
1246 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1249
1250         Do not change sidebar chrome flag when pressing F9 key in
1251         presentation mode.
1252
1253 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * backend/pdf/ev-poppler.cc:
1256         (pdf_document_thumbnails_get_dimensions):
1257
1258         Make sure thumbnails width and height is not <= 0. Fixes a crash
1259         with some pdf documents which have really small pages.
1260
1261 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1262
1263         * shell/main.c: (main):
1264
1265         Fixes program description translation issue.
1266         Bug #450148.
1267
1268 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1269
1270         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1271
1272         Do not change current page when returning from black/white mode
1273         in presentation. Fixes bug #415032.
1274
1275 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1276
1277         * NEWS:
1278         * configure.ac:
1279         
1280         Update for release 0.9.1
1281
1282 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1283
1284         * backend/dvi/dvi-document.c:
1285         (dvi_document_finalize),
1286         (dvi_document_file_exporter_format_supported),
1287         (dvi_document_file_exporter_begin),
1288         (dvi_document_file_exporter_do_page),
1289         (dvi_document_file_exporter_end),
1290         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1291         
1292         PDF exporter for dvi documents. Fixes bug #441319.
1293
1294 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-window.c: (ev_window_clear_print_job):
1297
1298         Clear gtk print job when job has finished. Fixes bug #447612.
1299
1300 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-window.c: (ev_window_print_send),
1303         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1304
1305         Add preview button to print dialog. Fixes bug #445419.
1306
1307 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * backend/dvi/Makefile.am:
1310         * backend/dvi/pixbuf-device.[ch]: Removed
1311         * backend/dvi/cairo-device.[ch]: Added
1312         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1313         * backend/dvi/dvi-document.c: (dvi_document_load),
1314         (dvi_document_render), (dvi_document_finalize),
1315         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1316         (dvi_document_do_color_special):
1317         * libdocument/ev-document-misc.[ch]:
1318         (ev_document_misc_pixbuf_from_surface):
1319
1320         Port dvi backend to cairo and fix a problem with colors. 
1321
1322 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * shell/ev-view.c: (draw_one_page):
1325
1326         Draw only visible region.
1327
1328 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * backend/djvu/djvu-document.c: (djvu_document_render):
1331
1332         Fix rotation in djvu backend.
1333
1334 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1337         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1338         (ev_pixbuf_cache_get_image_mapping),
1339         (ev_pixbuf_cache_get_text_mapping):
1340
1341         Redraw view every time we have a new surface. Fixes bug #443587.
1342
1343 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * libdocument/ev-document.c: (ev_document_info_free):
1346
1347         Fix memory leaks.
1348
1349 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * backend/dvi/dvi-document.c: (dvi_document_render),
1352         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1353         * backend/impress/impress-document.c:
1354         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1355         (impress_document_render), (impress_document_document_iface_init),
1356         (impress_document_thumbnails_get_thumbnail):
1357         * backend/djvu/djvu-document-private.h:
1358         * backend/djvu/djvu-document.c: (djvu_document_render),
1359         (djvu_document_finalize), (djvu_document_document_iface_init),
1360         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1361         * backend/tiff/tiff-document.c: (tiff_document_render),
1362         (tiff_document_render_pixbuf),
1363         (tiff_document_document_iface_init):
1364         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1365         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1366         (pdf_selection_render_selection):
1367         * backend/comics/comics-document.c:
1368         (comics_document_render_pixbuf), (comics_document_render),
1369         (comics_document_document_iface_init):
1370         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1371         (pixbuf_document_document_iface_init):
1372         * libdocument/ev-document-misc.[ch]:
1373         (ev_document_misc_surface_from_pixbuf),
1374         (ev_document_misc_surface_rotate_and_scale):
1375         * libdocument/ev-document.[ch]: (ev_document_render):
1376         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1377         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1378         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1379         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1380         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1381         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1382         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1383         (render_finished_cb), (ev_job_render_run):
1384         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1385         (merge_selection_region):
1386
1387         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1388         and selections.
1389
1390 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-window-title.c: (ev_window_title_update):
1393
1394         Fix memory leak.
1395
1396 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/ev-view.c: (draw_loading_text):
1399
1400         Show loading text centered. Fixes bug #433061
1401
1402 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * shell/ev-sidebar-thumbnails.c:
1405         (ev_sidebar_thumbnails_set_loading_icon):
1406
1407         Remove a mutex in the main thread that blocks the UI in heavy
1408         documents.
1409
1410 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1413
1414         Set points_set to TRUE so that selections don't disappear after a
1415         zoom change.
1416
1417 2007-06-07  Michael Monreal  <infernux@web.de>
1418
1419         * data/icons/16x16/actions/Makefile.am:
1420         * data/icons/16x16/actions/zoom.svg:
1421         * data/icons/22x22/actions/Makefile.am:
1422         * data/icons/22x22/actions/zoom.svg:
1423         * data/icons/24x24/actions/Makefile.am:
1424         * shell/ev-stock-icons.c:
1425         * shell/ev-stock-icons.h:
1426         * shell/ev-window.c:
1427         
1428         Zoom icon artwork. See bug #444795.
1429
1430 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1431
1432         * shell/ev-metadata-manager.c: Remove extraneous function
1433         (Closes: #444386)
1434
1435 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1436
1437         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1438         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1439         (ev_metadata_manager_set), (ev_metadata_manager_save):
1440         Simplify the timeout, no need for modified anymore
1441
1442 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1443
1444         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1445         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1446         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1447         (ev_metadata_manager_save): Adapted patch from Arjan van de
1448         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1449         time, saves on power (Closes: #443851)
1450
1451 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * configure.ac:
1454         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1455         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1456
1457         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1458
1459 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1460
1461         * shell/ev-window.c: (ev_window_add_history):
1462
1463         Check if history is NULL
1464
1465 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * libdocument/ev-image.c: (ev_image_finalize):
1468         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1469         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1470         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1471         (ev_tmp_uri_unlink):
1472
1473         Add functions to delete temporary files created by evince in a safe
1474         way.
1475
1476         * shell/ev-window.c: (ev_window_clear_local_uri),
1477         (open_xfer_update_progress_callback),
1478         (save_xfer_update_progress_callback), (ev_window_save_remote),
1479         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1480         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1481         (attachment_save_dialog_response_cb),
1482         (ev_attachment_popup_cmd_save_attachment_as):
1483
1484         Allow saving a copy of a document, image or attachment to a remote
1485         location. Fixes bug #440754. 
1486
1487 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * configure.ac:
1490         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1491
1492         Fix build with current poppler from cvs head. 
1493
1494 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1495
1496         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1497
1498         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1499         directory exists.
1500
1501 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1502
1503         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1504         * shell/ev-window.c:
1505
1506         Change sidebar ordering. Fixes bug #439939.
1507
1508 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1509
1510         * backend/comics/Makefile.am:
1511         
1512         Fixes build with --without-libgnome.
1513
1514 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1515         
1516         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1517
1518         Update cursor and tooltip on page change and view scroll. Fixes bug
1519         #439217.
1520
1521 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1522
1523         * NEWS:
1524         * configure.ac:
1525         
1526         Update for release 0.9.0
1527
1528 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1529
1530         * backend/djvu/djvu-document-private.h:
1531         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1532         (djvu_document_finalize),
1533         (djvu_document_file_exporter_format_supported),
1534         (djvu_document_file_exporter_begin),
1535         (djvu_document_file_exporter_do_page),
1536         (djvu_document_file_exporter_end),
1537         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1538         
1539         Implemented printing with djvu. Bug #437998.
1540
1541 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * backend/impress/zip.c:
1544         Add missing ulong definition.
1545
1546         * backend/ps/ps-interpreter.c:
1547         Add missing headers.
1548
1549         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1550
1551 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1554
1555         Add missing call to parent class dispose method. 
1556
1557 2007-05-12  Ross Burton  <ross@openedhand.com>
1558
1559         * shell/main.c:
1560         Sync keybindings manually when building without libgnome
1561         (#437925).
1562
1563 2007-05-12  Ross Burton  <ross@openedhand.com>
1564
1565         * shell/ev-window.c:
1566         Respect the screen when opening help (#437866).
1567
1568 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * data/evince-ui.xml:
1571         * shell/ev-application.[ch]: (get_print_settings_from_args),
1572         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1573         (ev_application_open_uri_list):
1574         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1575         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1576         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1577         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1578         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1579         (ev_window_dispose):
1580         * shell/main.c: (arguments_parse):
1581
1582         Add print button in preview mode. Fixes bug #396475. 
1583
1584 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1585
1586         * cut-n-paste/zoom-control/ephy-zoom.h:
1587         
1588         Fixes zoom level factors. See bug #408119 for details.
1589
1590 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1591
1592         * backend/comics/comics-document.c: (comics_regex_quote),
1593         (extract_argv):
1594         
1595         Correctly quote symbols. Fixes crash in the bug
1596         #415370.
1597
1598 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1599
1600         * shell/ev-navigation-action-widget.c:
1601         (ev_navigation_action_widget_init),
1602         (ev_navigation_action_widget_class_init),
1603         (ev_navigation_action_widget_button_press_event):
1604         
1605         Connect to button-press event on correct widget. Fixes
1606         bug #431988
1607
1608 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1609
1610         * shell/ev-application.c: (ev_application_open_window),
1611         (ev_application_add_icon_path_for_screen),
1612         (ev_application_open_uri_at_dest):
1613         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1614         * shell/ev-navigation-action.c: (build_menu):
1615         
1616         Add app-specific icons to our icon theme. Fixes bug
1617         #425508.
1618
1619 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1620
1621         * shell/ev-history.c: (ev_history_class_init),
1622         (ev_history_add_link):
1623         * shell/ev-history.h:
1624         * shell/ev-navigation-action.c:
1625         (ev_navigation_action_history_changed),
1626         (ev_navigation_action_set_history), (build_menu),
1627         (ev_navigation_action_finalize):
1628         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1629         
1630         Make navigation action unsensitive instead of showing
1631         menu with unsensitive word. Fixes bug #417392.
1632
1633 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * shell/ev-application.[ch]: (ev_application_shutdown),
1636         (ev_application_get_print_settings),
1637         (ev_application_set_print_settings):
1638         * shell/ev-window.c:
1639
1640         Remember print settings. Fixes bug #349102. 
1641
1642 2007-05-08  Christian Persch  <chpe@gnome.org>
1643
1644         * configure.ac:
1645         * properties/ev-properties-view.c:
1646
1647         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1648         Bug #382438.
1649
1650 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * configure.ac:
1653         * properties/ev-properties-view.c: (ev_regular_paper_size):
1654
1655         Use gtk+ builtin paper list to identify the document's paper size.
1656         Fixes bug #382438. 
1657
1658 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * configure.ac:
1661
1662         Fix build when compiling with thumbnailer and libgnome support. 
1663
1664 2007-05-04  Ross Burton  <ross@openedhand.com>
1665
1666         * configure.ac:
1667         Add --without-libgnome, check for libgnome and libgnomeui
1668         separately, and add them to the symbols as required.
1669
1670         * libdocument/ev-file-helpers.c:
1671         When building without libgnome, use g_get_user_config_dir instead
1672         of gnome_user_dir_get.
1673
1674         * shell/ev-application.c:
1675         When building without libgnome, don't use session management.
1676
1677         * shell/main.c:
1678         When building without libgnome, don't use GnomeProgram or
1679         initialise the authentication manager.
1680
1681         This fixes #328842.
1682
1683 2007-05-04  Ross Burton  <ross@openedhand.com>
1684
1685         * shell/ev-window.c:
1686         Don't use libgnome to open help, instead call Yelp directly.
1687
1688 2007-05-04  Ross Burton  <ross@openedhand.com>
1689
1690         * shell/ev-sidebar-attachments.c:
1691         Don't use libgnome to lookup icons for MIME types, instead copy
1692         code from GTK+ to do it manually.
1693
1694 2007-05-04  Ross Burton  <ross@openedhand.com>
1695
1696         * configure.ac:
1697         Add libxml to the dependencies for SHELL_CORE (#435818).
1698
1699 2007-05-02  Ross Burton  <ross@openedhand.com>
1700
1701         * configure.ac:
1702         * Makefile.am:
1703         Add --disable-thumbnailer (#434825)
1704
1705 2007-05-02  Ross Burton  <ross@openedhand.com>
1706
1707         * shell/ev-window.c:
1708         Add missing includes, fix indentation.
1709
1710         * shell/main.c:
1711         Fix indentation.
1712
1713 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1714
1715         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1716         ev_application_open_uri_at_dest instead of ev_application_open_uri
1717         preventing new document always being opened in a new window even if there
1718         is an empty window.
1719
1720 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1721
1722         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1723         (egg_recent_view_uimanager_finalize):
1724         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1725         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1726         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1727         (ev_pixbuf_cache_dispose):
1728         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1729         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1730         
1731         Add missing chain to parent class methods. Fixes
1732         bug #433128.
1733
1734 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1735
1736         * data/Makefile.am (update-icon-cache): Updates
1737         gtk-update-icon-cache in uninstall-hook.
1738
1739 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1740
1741         * shell/ev-window.c: (ev_window_setup_document),
1742         (ev_window_set_document), (ev_window_load_job_cb):
1743         * shell/ev-view.c: (setup_caches):
1744         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1745
1746         Start rendering pages before any other jobs. 
1747
1748 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * shell/ev-window.c: (ev_window_stop_fullscreen),
1751         (ev_window_stop_presentation):
1752
1753         Update chrome visibility before window unfullscreen. 
1754
1755 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * data/Makefile.am:
1758         * data/evince-ui.xml:
1759         * shell/ev-stock-icons.[ch]:
1760         * shell/ev-application.[ch]: (ev_application_shutdown),
1761         (ev_application_init), (ev_application_get_toolbars_model):
1762         * shell/ev-window.c: (update_chrome_visibility),
1763         (fullscreen_toolbar_setup_item_properties),
1764         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1765         (ev_window_run_presentation), (ev_window_stop_presentation),
1766         (ev_window_run_preview), (ev_window_screen_changed),
1767         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1768         (ev_window_dispose), (ev_window_init):
1769
1770         Make fullscreen toolbar always visible. Do not use egg toolbars for
1771         fullscreen and preview modes since such toolbars are not editables.
1772         Fixes bugs #300278, #338910 and #316188.  
1773
1774 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1775
1776         * shell/ev-application.c:
1777         * shell/ev-job-queue.c:
1778         * shell/ev-metadata-manager.c:
1779         * shell/ev-stock-icons.c:
1780         * shell/ev-window.c:
1781         * shell/main.c:
1782         
1783         Developers documentation updated.
1784
1785 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1788
1789         Check whether uri is valid before launching it. Fixes bug #427664.
1790
1791 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-window.c:
1794
1795         Change key accelerator for Open a Copy menu entry which is in conflict
1796         with Close. Fixes bug #427321.
1797
1798 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1799
1800         * NEWS:
1801         * configure.ac:
1802         
1803         Update for release 0.8.1
1804
1805 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * shell/ev-window.c: (setup_size_from_metadata):
1808         
1809         Do not make window bigger than screen. Fixes bug 
1810         #388985.
1811
1812 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1815         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1816
1817         Use default resolution when it's not provided by document. Fixes bug
1818         #408762.
1819
1820 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * configure.ac:
1823         * thumbnailer/Makefile.am:
1824         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1825         * thumbnailer/evince-thumbnailer.schemas.in:
1826         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1827
1828         Add support for ps, eps and compressed documents thumbnails. Do not
1829         ignore size parameter. 
1830
1831 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1832
1833         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1834         (dvi_document_do_color_special):
1835         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1836
1837         Implement font color specials in the DVI backend. Fixes bug #303651.
1838
1839 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1840
1841         Fixup the previous commit:
1842
1843         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1844         * shell/xdg-user-dir-lookup.c: Make the function non-static
1845         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1846
1847 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1848
1849         * shell/ev-window.c (file_open_dialog_response_cb): Use
1850         the xdg-user-dirs DOCUMENTS folder as default folder when
1851         opening a file chooser.  (#424858)
1852
1853         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1854         xdg-user-dirs.
1855
1856 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-window.c: (ev_window_load_job_cb):
1859
1860         Do not setup view from metadata on preview mode. 
1861
1862 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * shell/main.c:
1865
1866         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1867
1868 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-view.c: (ev_view_primary_get_cb):
1871
1872         Check pointer != NULL before using it. Fixes bug #416841. 
1873
1874 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1875
1876         * NEWS:
1877         * configure.ac:
1878         
1879         Release 0.8.0
1880
1881 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1884
1885         Do not render thumbnails when sidebar thumbnail page is not visible
1886         at startup. Fixes bug #416447. 
1887
1888 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1889
1890         * data/evince.desktop.in.in:
1891
1892         "Application" is not a valid category in the freedesktop specification.
1893
1894 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * libdocument/ev-file-helpers.[ch]: (compression_run),
1897         (ev_file_uncompress), (ev_file_compress):
1898         * shell/ev-window.c: (file_save_dialog_response_cb):
1899
1900         Save document compressed when saving a copy of a compressed document.
1901         Fixes bug #334542.
1902
1903 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1906
1907         Allow deleting in goto window entry in presentation mode. 
1908
1909 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1910
1911         * Makefile.am: Dist MAINTAINERS.
1912
1913 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * shell/ev-window.c: (ev_window_update_actions):
1916
1917         Fix zoom shortcut keys when searching. Fixes bug #409828.
1918
1919 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-window.c: (ev_window_setup_document):
1922
1923         Fix crash when loading documents with only one page. 
1924
1925 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * backend/dvi/dvi-document.c:
1928         (dvi_document_thumbnails_get_dimensions),
1929         (dvi_document_thumbnails_get_thumbnail):
1930         * backend/impress/impress-document.c:
1931         (impress_document_thumbnails_get_thumbnail),
1932         (impress_document_thumbnails_get_dimensions):
1933         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1934         (ps_document_thumbnails_get_dimensions):
1935         * backend/djvu/djvu-document.c:
1936         (djvu_document_thumbnails_get_dimensions),
1937         (djvu_document_thumbnails_get_thumbnail):
1938         * backend/tiff/tiff-document.c:
1939         (tiff_document_thumbnails_get_thumbnail),
1940         (tiff_document_thumbnails_get_dimensions):
1941         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1942         (pdf_document_thumbnails_get_thumbnail),
1943         (pdf_document_thumbnails_get_dimensions):
1944         * backend/comics/comics-document.c:
1945         (comics_document_thumbnails_get_thumbnail),
1946         (comics_document_thumbnails_get_dimensions):
1947         * backend/pixbuf/pixbuf-document.c:
1948         (pixbuf_document_thumbnails_get_thumbnail),
1949         (pixbuf_document_thumbnails_get_dimensions):
1950         * libdocument/ev-document-thumbnails.[ch]:
1951         (ev_document_thumbnails_get_thumbnail),
1952         (ev_document_thumbnails_get_dimensions):
1953         * libdocument/ev-document-misc.[ch]:
1954         (ev_document_misc_get_thumbnail_frame):
1955         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1956         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1957         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1958         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1959         (ev_sidebar_thumbnails_refresh):
1960         * shell/ev-window.c: (ev_window_setup_document):
1961         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1962
1963         Use an EvRenderContext for rendering thumbnails instead of a suggested
1964         width, so that different sized pages get sized proportionally.
1965
1966 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/ev-view.c: (ev_view_button_press_event),
1969         (ev_view_key_press_event):
1970
1971         Fix critical warnings when there is no document loaded. 
1972
1973 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * shell/ev-page-action-widget.c:
1976         * shell/ev-navigation-action.c:
1977         * shell/ev-window.c:
1978
1979         Fix compile warnings. 
1980
1981 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * backend/djvu/djvu-text.h:
1984         * backend/djvu/djvu-document.c:
1985         * backend/djvu/djvu-text-page.c:
1986         * backend/djvu/djvu-links.c:
1987         * backend/djvu/djvu-text-page.h:
1988         * backend/djvu/djvu-text.c:
1989         
1990         Fix build on Mac. Fixes bug #392186. Patch by
1991         <ephraim_owns@hotmail.com>
1992
1993 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1994
1995         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1996
1997         Restore cairo context before rendering every page when printing a PDF
1998         document into a PDF file. 
1999
2000 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * backend/ps/gstypes.h:
2003         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2004         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2005         (ps_document_thumbnails_get_thumbnail):
2006
2007         Handle PostScript page orientation. Fixes bug #318568.
2008
2009 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * backend/ps/Makefile.am:
2012         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2013         (document_load), (ps_document_load), (save_document),
2014         (save_page_list), (ps_document_get_n_pages),
2015         (ps_document_get_page_size), (ps_document_get_info),
2016         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2017         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2018         (ps_document_thumbnails_get_thumbnail),
2019         (ps_document_thumbnails_get_dimensions),
2020         (ps_document_document_thumbnails_iface_init):
2021         * backend/ps/ps.[ch]: (psgetpagebox):
2022         * backend/ps/ps-interpreter.[ch]:
2023
2024         Add support for thumbnails in ps backend. Fixes bug #164755. 
2025
2026 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2027
2028         * NEWS:
2029         * configure.ac:
2030         
2031         Release 0.7.2
2032
2033 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2036         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2037         (ev_window_dispose):
2038
2039         Use document thumbnail as window icon. Fixes bug #384442.
2040
2041 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2042
2043         * configure.ac:
2044
2045         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2046         duplicated adding application/x-bzpostscript instead. 
2047
2048 2007-02-11  Tom Parker  <palfrey@tevp.net>
2049
2050         * backend/ps/ps-document.c: (document_load):
2051
2052         Check return value of psscan before trying
2053         to use it. Fixes bug #372414.
2054
2055 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2058
2059         Fix invalid free in ev-page-cache. Fixes bug #404745.
2060
2061 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2062
2063         * test/Makefile.am:
2064         * test/test3.py:
2065         
2066         Added reload test case.
2067
2068 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * po/POTFILES.in:
2071         * backend/djvu/djvu-document.c: (djvu_document_load):
2072
2073         Check whether there are missing files in indirect multipage djvu
2074         documents. Fixes bug #361683. 
2075
2076 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * test/Makefile.am:
2079         * test/test-mime.bin:
2080         * test/test3.py:
2081         
2082         Added test for slow mime type
2083
2084 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2087
2088         Add some checks and call parent_class->finalize. Fixes bug #404745.
2089
2090 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2091
2092         * shell/ev-navigation-action.c: (connect_proxy):
2093         
2094         Fixes dropdown history menu. Thanks a lot Carlos!
2095
2096 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2099
2100         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2101         bug #373715.
2102
2103 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * backend/ps/ps.c: (psscan):
2106
2107         Fix memory leak. 
2108
2109 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * configure.ac:
2112         * libdocument/ev-file-helpers.c: 
2113
2114         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2115
2116 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * configure.ac:
2119         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2120         (ps_interpreter_start), (document_load), (save_document),
2121         (save_page_list):
2122         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2123         * libdocument/ev-document-factory.c:
2124         (ev_document_factory_get_from_mime), (get_document_from_uri),
2125         (free_uncompressed_uri), (ev_document_factory_get_document):
2126         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2127
2128         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2129
2130 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * libdocument/ev-document.h:
2133
2134         Fix typo in function name. 
2135
2136 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * backend/ps/ps-document.c: (ps_interpreter_finished),
2139         (ps_interpreter_start), (ps_interpreter_failed):
2140
2141         Handle ghostscript interpreter crashes. 
2142
2143 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-window.c: (ev_window_open_uri),
2146         (window_configure_event_cb):
2147
2148         Setup window size and position before showing it. Fixes bug #401711.
2149
2150 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * backend/ps/Makefile.am:
2153         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2154         (ps_document_dispose), (ps_document_class_init),
2155         (ps_interpreter_input), (ps_interpreter_output),
2156         (ps_interpreter_error), (setup_interpreter_env),
2157         (ps_interpreter_start), (ps_interpreter_stop),
2158         (ps_interpreter_failed), (ps_interpreter_is_ready),
2159         (check_filecompressed), (document_load), (ps_document_load),
2160         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2161         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2162         (render_page):
2163
2164         Rework ps-document. Code cleanups, remove deprecated code. 
2165
2166 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * shell/ev-view.c: (ev_view_button_press_event):
2169
2170         Do not start an image drag and drop operation when pointer is on 
2171         text, so that we can select text when the whole background is an
2172         image. 
2173
2174 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * shell/ev-window.c: (ev_window_update_actions): 
2177
2178         Disable all zoom related actions during presentation mode. 
2179
2180 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2181
2182         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2183
2184         Do not zoom in or out on presentation mode. Fixes bug #401305.
2185
2186 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2187
2188         * shell/ev-navigation-action.c: (connect_proxy),
2189         (create_menu_item), (ev_navigation_action_class_init):
2190         
2191         Correctly show menu and fix crash when navigaton 
2192         action is out of toolbar visible area.
2193
2194 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2195
2196         * data/Makefile.am:
2197         * data/evince.1:
2198         
2199         Added man file
2200
2201 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2202
2203         * help/reference/* :
2204         * configure.ac:
2205         
2206         Added gtk-doc based documentation for Evince.
2207         Still in initial state but I hope it will
2208         grow.
2209         
2210         * configure.ac:
2211         
2212         Lower dbus requirement to 0.70
2213
2214 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * shell/ev-window.c: (ev_window_add_history):
2217
2218         Fix memory leak. 
2219
2220 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2221
2222         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2223         * shell/ev-view.h:
2224         * shell/ev-window.c: (ev_window_add_history):
2225         
2226         Correctly handle named destination links
2227
2228 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2229
2230         * NOTES:
2231         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2232         * backend/pdf/ev-poppler.cc:
2233         * libdocument/ev-document-links.h:
2234         * libdocument/ev-link.c: (ev_link_get_page):
2235         * libdocument/ev-link.h:
2236         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2237         (ev_history_add_link):
2238         * shell/ev-history.h:
2239         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2240         (new_history_menu_item), (build_menu):
2241         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2242         * shell/ev-sidebar-links.c: (create_loading_model),
2243         (print_section_cb), (ev_sidebar_links_construct),
2244         (fill_page_labels), (update_page_callback_foreach),
2245         (update_page_callback), (job_finished_callback):
2246         * shell/ev-view.c: (ev_view_handle_link):
2247         * shell/ev-window.c: (ev_window_find_chapter),
2248         (ev_window_add_history), (view_handle_link_cb),
2249         (history_changed_cb):
2250         
2251         Implements another history variant
2252
2253 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-window.c: (view_external_link_cb):
2256         * shell/ev-view.c: (ev_view_button_release_event):
2257
2258         Open links in new window when clicking with middle button. 
2259
2260 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2261
2262         * shell/ev-navigation-action.c: (new_history_menu_item):
2263         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2264         * shell/ev-view.c: (ev_view_handle_link):
2265         * shell/ev-window.c:
2266         
2267         Store link before jump, not the destination. For me it 
2268         seems like more natural history behavior.
2269
2270 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2271
2272         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2273         (ev_navigation_action_class_init):
2274         * shell/ev-navigation-action.h:
2275         * shell/ev-page-action.c: (activate_cb):
2276         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2277         (ev_page_cache_set_current_page_history):
2278         * shell/ev-page-cache.h:
2279         * shell/ev-sidebar-thumbnails.c:
2280         (ev_sidebar_tree_selection_changed),
2281         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2282         * shell/ev-view-private.h:
2283         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2284         * shell/ev-view.h:
2285         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2286         (ev_window_setup_document), (ev_window_load_job_cb):
2287         * shell/ev-window.h:
2288         
2289         History finally works as expected.
2290
2291 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2294
2295         Do not update links treeview if it doesn't have a model assigned yet. 
2296
2297 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2300         (ev_sidebar_links_class_init), (update_page_callback):
2301
2302         Do not update links treeview when sidepane is not visible. 
2303
2304 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2305
2306         * shell/ev-marshal.list:
2307         * shell/ev-page-action.c: (activate_cb),
2308         (ev_page_action_class_init):
2309         * shell/ev-page-action.h:
2310         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2311         * shell/ev-window.c:
2312         
2313         Remove activate_link signal, not required.
2314
2315 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2316
2317         * shell/ev-navigation-action.c: (build_menu):
2318         
2319         Reorder menu items and build menu with fixed length.
2320
2321 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2322
2323         * shell/ev-view.c: (get_selected_text):
2324         
2325         Normalize text to fix ligatures problem. See bug
2326         #341947 for details.
2327
2328 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2331
2332         Fix memory leak in ev-page-cache. 
2333
2334 2007-01-25  Tom Parker <palfrey@tevp.net>
2335
2336         * backend/impress/impress-document.c: (impress_document_load),
2337         (impress_document_finalize), (impress_document_init):
2338         * properties/ev-properties-main.c: (ev_properties_get_pages):
2339         
2340         Correctly handle impress document errors. Fixes nautilus
2341         crash in property page #370491.
2342
2343 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2346         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2347         (ev_job_queue_remove_job):
2348         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2349         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2350         (ev_job_load_run):
2351         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2352         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2353         (ev_window_load_job_cb), (xfer_update_progress_callback),
2354         (ev_window_open_uri), (ev_window_dispose):
2355         * shell/main.c: (main):
2356
2357         Do file transfer asynchronously in the main thread instead of
2358         synchronously in the load thread. Fixes bugs #399694, #398307 and
2359         #343542.
2360
2361 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * shell/ev-jobs.c: (ev_job_xfer_run):
2364
2365         Load the document with the font-config lock held. 
2366
2367 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * backend/ps/ps-document.c: (start_interpreter):
2370
2371         Fix memory leaks in ps backend. 
2372
2373 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * backend/impress/impress-document.c:
2376         (impress_document_render_pixbuf):
2377
2378         Do not acquire fontconfig lock in impress backend, since it is using
2379         the main loop for rendering. 
2380
2381 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * po/POTFILES.in: 
2384
2385         Remove mdvi files that shouldn't be translated. 
2386
2387 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-view-private.h:
2390         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2391         (ev_view_set_zoom):
2392
2393         Render "loading..." text into a cairo surface instead of directly into
2394         the window so that fontconfig lock is only needed once and UI is not
2395         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2396
2397 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2400         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2401
2402         Use icon theme associated with the window screen rather than default. 
2403
2404 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2405
2406         * configure.ac:
2407
2408         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2409
2410 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2411
2412         * data/icons/*/apps/evince.*:
2413
2414         Move Evince icons under new apps directory.
2415
2416         * data/icons/*/actions/*:
2417
2418         Add new custom themeable Evince icons: view-page-continuous, 
2419         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2420         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2421
2422         * configure.ac:
2423
2424         Add new directories to AC_CONFIG_FILES.
2425
2426         * shell/ev-stock-icons.c:
2427         * shell/ev-stock-icons.h:
2428
2429         Use new custom themeable icons.
2430
2431 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2434
2435         Do not draw white background page in presentation mode. 
2436
2437 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2438
2439         * shell/ev-view.c: Remove unused gnome-vfs include.
2440
2441 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2442
2443         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2444         
2445         Format string is corrected, fixes bug #397129.
2446
2447 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-window.c: (ev_window_setup_recent):
2450
2451         Do not include in recent menu inexistent documents. Fixes
2452         bug #339171.
2453
2454 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * po/POTFILES.skip: 
2457
2458         Update POTFILES.skip file according to current source tree. 
2459
2460 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-window.c: (file_save_dialog_response_cb):
2463
2464         Do Save a copy in atomic way. Fixes bug #328266. 
2465
2466 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2469
2470         Keep selected cell always visible in index treeview.
2471
2472 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2473         
2474         * shell/ev-view.c: (ev_view_size_allocate):
2475
2476         Restore horizontal scrollbar after switching to/from fullscreen
2477         or presentation mode. Fixes bug #331728.
2478
2479 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-view-private.h:
2482         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2483         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2484         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2485         (ev_view_can_zoom_out):
2486
2487         Use max and min scale values in the view iby taking dpi into account. 
2488
2489 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * configure.ac:
2492         * NEWS:
2493
2494         Release 0.7.1
2495
2496 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * shell/ev-window.c: (ev_window_print_send):
2499
2500         Send print job to printer with some settings set to default values,
2501         since we have already exported to a file according to such settings
2502         and they could be taken twice by some printers. 
2503
2504 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-jobs.c: (ev_job_xfer_run):
2507         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2508
2509         Show main window and load document with the font-config lock held. 
2510
2511 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * configure.ac:
2514         * shell/ev-application.c: (ev_application_register_service):
2515         * shell/main.c: (load_files_remote):
2516
2517         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2518
2519 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2520
2521         * doc/debugging.txt:
2522         
2523         Remove obsolete documentation.
2524
2525 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2526
2527         * Makefile.am:
2528         * backend/Makefile.am:
2529         * backend/comics/Makefile.am:
2530         * backend/djvu/Makefile.am:
2531         * backend/dvi/Makefile.am:
2532         * backend/ev-async-renderer.c:
2533         * backend/ev-async-renderer.h:
2534         * backend/ev-attachment.c:
2535         * backend/ev-attachment.h:
2536         * backend/ev-backend-marshal.c:
2537         * backend/ev-document-factory.c:
2538         * backend/ev-document-factory.h:
2539         * backend/ev-document-find.c:
2540         * backend/ev-document-find.h:
2541         * backend/ev-document-fonts.c:
2542         * backend/ev-document-fonts.h:
2543         * backend/ev-document-images.c:
2544         * backend/ev-document-images.h:
2545         * backend/ev-document-info.h:
2546         * backend/ev-document-links.c:
2547         * backend/ev-document-links.h:
2548         * backend/ev-document-misc.c:
2549         * backend/ev-document-misc.h:
2550         * backend/ev-document-security.c:
2551         * backend/ev-document-security.h:
2552         * backend/ev-document-thumbnails.c:
2553         * backend/ev-document-thumbnails.h:
2554         * backend/ev-document-transition.c:
2555         * backend/ev-document-transition.h:
2556         * backend/ev-document.c:
2557         * backend/ev-document.h:
2558         * backend/ev-file-exporter.c:
2559         * backend/ev-file-exporter.h:
2560         * backend/ev-image.c:
2561         * backend/ev-image.h:
2562         * backend/ev-link-action.c:
2563         * backend/ev-link-action.h:
2564         * backend/ev-link-dest.c:
2565         * backend/ev-link-dest.h:
2566         * backend/ev-link.c:
2567         * backend/ev-link.h:
2568         * backend/ev-render-context.c:
2569         * backend/ev-render-context.h:
2570         * backend/ev-selection.c:
2571         * backend/ev-selection.h:
2572         * backend/impress/Makefile.am:
2573         * backend/pdf/Makefile.am:
2574         * backend/pixbuf/Makefile.am:
2575         * backend/ps/Makefile.am:
2576         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2577         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2578         (start_interpreter), (stop_interpreter), (document_load),
2579         (ps_document_next_page), (render_page):
2580         * backend/tiff/Makefile.am:
2581         * comics/Makefile.am:
2582         * comics/comics-document.c:
2583         * comics/comics-document.h:
2584         * configure.ac:
2585         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2586         * djvu/Makefile.am:
2587         * djvu/djvu-document-private.h:
2588         * djvu/djvu-document.c:
2589         * djvu/djvu-document.h:
2590         * djvu/djvu-links.c:
2591         * djvu/djvu-links.h:
2592         * djvu/djvu-text-page.c:
2593         * djvu/djvu-text-page.h:
2594         * djvu/djvu-text.c:
2595         * djvu/djvu-text.h:
2596         * dvi/Makefile.am:
2597         * dvi/dvi-document.c:
2598         * dvi/dvi-document.h:
2599         * dvi/fonts.c:
2600         * dvi/fonts.h:
2601         * dvi/mdvi-lib/Makefile.am:
2602         * dvi/mdvi-lib/afmparse.c:
2603         * dvi/mdvi-lib/afmparse.h:
2604         * dvi/mdvi-lib/bitmap.c:
2605         * dvi/mdvi-lib/bitmap.h:
2606         * dvi/mdvi-lib/color.c:
2607         * dvi/mdvi-lib/color.h:
2608         * dvi/mdvi-lib/common.c:
2609         * dvi/mdvi-lib/common.h:
2610         * dvi/mdvi-lib/defaults.h:
2611         * dvi/mdvi-lib/dvimisc.c:
2612         * dvi/mdvi-lib/dviopcodes.h:
2613         * dvi/mdvi-lib/dviread.c:
2614         * dvi/mdvi-lib/files.c:
2615         * dvi/mdvi-lib/font.c:
2616         * dvi/mdvi-lib/fontmap.c:
2617         * dvi/mdvi-lib/fontmap.h:
2618         * dvi/mdvi-lib/fontsrch.c:
2619         * dvi/mdvi-lib/gf.c:
2620         * dvi/mdvi-lib/hash.c:
2621         * dvi/mdvi-lib/hash.h:
2622         * dvi/mdvi-lib/list.c:
2623         * dvi/mdvi-lib/mdvi.h:
2624         * dvi/mdvi-lib/pagesel.c:
2625         * dvi/mdvi-lib/paper.c:
2626         * dvi/mdvi-lib/paper.h:
2627         * dvi/mdvi-lib/pk.c:
2628         * dvi/mdvi-lib/private.h:
2629         * dvi/mdvi-lib/setup.c:
2630         * dvi/mdvi-lib/sp-epsf.c:
2631         * dvi/mdvi-lib/special.c:
2632         * dvi/mdvi-lib/sysdeps.h:
2633         * dvi/mdvi-lib/t1.c:
2634         * dvi/mdvi-lib/tfm.c:
2635         * dvi/mdvi-lib/tfmfile.c:
2636         * dvi/mdvi-lib/tt.c:
2637         * dvi/mdvi-lib/util.c:
2638         * dvi/mdvi-lib/vf.c:
2639         * dvi/pixbuf-device.c:
2640         * dvi/pixbuf-device.h:
2641         * impress/Makefile.am:
2642         * impress/common.h:
2643         * impress/document.c:
2644         * impress/f_oasis.c:
2645         * impress/f_oo13.c:
2646         * impress/iksemel.c:
2647         * impress/iksemel.h:
2648         * impress/imposter.h:
2649         * impress/impress-document.c:
2650         * impress/impress-document.h:
2651         * impress/internal.h:
2652         * impress/r_back.c:
2653         * impress/r_draw.c:
2654         * impress/r_geometry.c:
2655         * impress/r_gradient.c:
2656         * impress/r_style.c:
2657         * impress/r_text.c:
2658         * impress/render.c:
2659         * impress/render.h:
2660         * impress/zip.c:
2661         * impress/zip.h:
2662         * lib/Makefile.am:
2663         * lib/ev-debug.c:
2664         * lib/ev-debug.h:
2665         * lib/ev-file-helpers.c:
2666         * lib/ev-file-helpers.h:
2667         * lib/ev-gui.c:
2668         * lib/ev-gui.h:
2669         * lib/ev-tooltip.c:
2670         * lib/ev-tooltip.h:
2671         * libdocument/Makefile.am:
2672         * libdocument/ev-file-helpers.c:
2673         * pdf/Makefile.am:
2674         * pdf/ev-poppler.cc:
2675         * pdf/ev-poppler.h:
2676         * pixbuf/Makefile.am:
2677         * pixbuf/pixbuf-document.c:
2678         * pixbuf/pixbuf-document.h:
2679         * properties/Makefile.am:
2680         * ps/Makefile.am:
2681         * ps/gsdefaults.c:
2682         * ps/gsdefaults.h:
2683         * ps/gsio.c:
2684         * ps/gsio.h:
2685         * ps/gstypes.h:
2686         * ps/ps-document.c:
2687         * ps/ps-document.h:
2688         * ps/ps.c:
2689         * ps/ps.h:
2690         * shell/Makefile.am:
2691         * shell/ev-application.h:
2692         * shell/ev-sidebar-links.c:
2693         * shell/ev-sidebar-links.h:
2694         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2695         (ev_gui_menu_position_tree_selection):
2696         * shell/ev-utils.h:
2697         * shell/ev-view.c: (ev_view_finalize):
2698         * shell/ev-window.c:
2699         * shell/main.c: (main):
2700         * thumbnailer/Makefile.am:
2701         * tiff/Makefile.am:
2702         * tiff/tiff-document.c:
2703         * tiff/tiff-document.h:
2704         * tiff/tiff2ps.c:
2705         * tiff/tiff2ps.h:
2706         
2707         Reorganize source tree.
2708
2709 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * backend/ev-document-factory.c:
2712
2713         Do not include ev-poppler.h when pdf is disabled. 
2714
2715 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * configure.ac:
2718         * data/evince-ui.xml:
2719         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2720         (pdf_document_document_images_iface_init):
2721         * backend/Makefile.am:
2722         * backend/ev-document-images.[ch]:
2723         * backend/ev-image.[ch]:
2724         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2725         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2726         (ev_job_xfer_run):
2727         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2728         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2729         (ev_pixbuf_cache_get_image_mapping):
2730         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2731         (view_menu_popup_cb), (ev_window_dispose),
2732         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2733         (ev_view_popup_cmd_copy_image):
2734         * shell/ev-view-private.h:
2735         * shell/ev-view.c: (ev_view_get_image_at_location),
2736         (ev_view_do_popup_menu), (ev_view_popup_menu),
2737         (ev_view_button_press_event), (ev_view_drag_data_get),
2738         (ev_view_drag_motion), (ev_view_drag_data_received),
2739         (ev_view_motion_notify_event), (ev_view_button_release_event),
2740         (ev_view_finalize), (ev_view_class_init):
2741
2742         Add image handling support. Fixes bugs #310008 and #325047. Images
2743         selection is not supported yet. 
2744
2745 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2748         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2749         (ev_view_init):
2750
2751         Move view drag and drop stuff to ev-view.
2752
2753 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2756         * shell/ev-view.c: (clear_selection): 
2757
2758         Clear selection also in pixbuf cache.
2759
2760 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2761
2762         * data/evince.desktop.in.in:
2763         
2764         Change icon name in desktop file. See bug #390734
2765         for details.
2766
2767 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2768
2769         * thumbnailer/Makefile.am:
2770
2771         Use top_builddir instead top_srcdir for generated schema
2772         file installation. Fixes bug #390161.
2773
2774 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * configure.ac:
2777         * backend/Makefile.am:
2778         * backend/ev-document-transition.[ch]:
2779         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2780         (pdf_document_page_transition_iface_init):
2781         * shell/ev-view-private.h:
2782         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2783         (ev_view_set_presentation), (transition_next_page),
2784         (ev_view_presentation_transition_stop),
2785         (ev_view_presentation_transition_start), (ev_view_next_page):
2786
2787         Add page transition support in presentation mode. At the moment only
2788         page duration is supported, but not transition effects. Fixes bug
2789         #309815.
2790
2791 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2794
2795         Run find_link_dest with document lock held, since it's called by links
2796         thread and main thread at the same time. 
2797
2798 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * shell/ev-view.c: (goto_dest):
2801
2802         Update page-cache when page is changed by the view, so that
2803         page-changed signal is emitted. 
2804
2805 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2806
2807         * test/test1.py:
2808         * test/test2.py:
2809
2810         Use C locale in tests. 
2811
2812 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * shell/ev-window.c: (ev_window_run_presentation):
2815         * shell/ev-view-private.h:
2816         * shell/ev-view.c: (ev_view_set_presentation):
2817
2818         Restore zoom settings when back from presentation mode. 
2819
2820 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2821
2822         * shell/ev-window.c: (ev_window_run_presentation):
2823
2824         Always use "best fit" zoom in presentation mode.
2825         Fixes bug #389195.
2826
2827 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2828
2829         * shell/ev-view.c: (ev_view_goto_window_create):
2830
2831         Show "Jump to page" label in the page jumping popup in
2832         presentation mode instead of just a GtkEntry.
2833
2834 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-window.c: (launch_external_uri):
2837
2838         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2839         #378085.
2840
2841 2006-12-22  Elijah Newren  <newren gmail com>
2842
2843         * configure.ac: explicitly check for libxml2.  Fixes #388795
2844
2845 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * shell/ev-view-private.h:
2848         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2849         (ev_view_goto_window_delete_event), (key_is_numeric),
2850         (ev_view_goto_window_key_press_event),
2851         (ev_view_goto_window_button_press_event),
2852         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2853         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2854         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2855
2856         Allow jumping to another page by typing a page number in presentation
2857         mode. It uses a popup window with an entry. Fixes bug #353625.
2858
2859 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * configure.ac:
2862         * properties/ev-properties-view.c: (ev_get_default_user_units),
2863         (ev_regular_paper_size):
2864         
2865         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2866         to Damien Carbery <damien.carbery@sun.com> and
2867         Yevgen Muntyan <muntyan@tamu.edu>.
2868
2869 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2870
2871         * shell/ev-window.c: (setup_document_from_metadata):
2872
2873         Make sure Evince doesn't restore the view on the last
2874         page when a document is reopened. Fixes bug #383381.
2875
2876 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2877
2878         * shell/ev-view.c: (draw_loading_text):
2879
2880         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2881
2882 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * configure.ac:
2885         * NEWS:
2886
2887         Release 0.7.0
2888
2889 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * configure.ac:
2892         * pdf/ev-poppler.cc: (pdf_print_context_free),
2893         (pdf_document_file_exporter_begin),
2894         (pdf_document_file_exporter_do_page):
2895
2896         Make cairo-pdf depedency optional. 
2897
2898 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2901
2902         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2903
2904 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2907         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2908         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2909         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2910         * shell/ev-view.c: (draw_loading_text):
2911         * shell/ev-window.c: (ev_window_cmd_file_properties):
2912
2913         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2914         related to using FontConfig from different threads.
2915         
2916 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-view.c: (draw_loading_text):
2919
2920         Acquire lock document when drawing "Loading..." text so that only one
2921         thread will use FontConfig at the same time. Fixes bug #374750.
2922
2923 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-page-action.[ch]: (activate_cb):
2926         * shell/ev-window.c: (activate_label_cb):
2927
2928         Check if text inserted in page entry is a valid page number when it
2929         doesn't match to any document page label. Fixes bug #383165.
2930
2931 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2932         * shell/ev-window.c:
2933
2934         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2935         available with GTK < 2.10. Added an ifdef to avoid compilation
2936         error.
2937
2938 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * configure.ac:
2941         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2942
2943         Fix ps backend in multihead systems.
2944
2945 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2948         * shell/ev-window.c: (ev_window_get_screen_dpi),
2949         (ev_window_update_actions), (setup_view_from_metadata),
2950         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2951
2952         Take screen DPI into account when zooming. Fixes bug #318285.
2953
2954 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2955
2956         * data/Makefile.am:
2957
2958         Cleaned up/slightly refactored Makefile.am. Added GConf
2959         schemas uninstallation as well.
2960
2961 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2962
2963         * Makefile.am:
2964         * test/Makefile.am:
2965
2966         Fight with autotools to fix make check. Make distcheck
2967         works fine as well now!
2968
2969 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2970
2971         * shell/ev-view.c: (draw_end_presentation_page):
2972
2973         Corrected "end of presentation" string.
2974
2975 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2976
2977         * shell/ev-view.c: (ev_view_key_press_event):
2978
2979         Correctly propagate key press event so that up/down keys
2980         work as expected (correct behaviour was broken by
2981         black/white screen key bindings for presentations).
2982
2983 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2984
2985         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2986         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2987         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2988         (pdf_selection_get_selection_region),
2989         (pdf_selection_get_selection_map):
2990
2991         Add "static" to some private functions. 
2992
2993 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2994
2995         * lib/ev-tooltip.h:
2996         * properties/ev-properties-view.h:
2997         * shell/ev-jobs.h:
2998         * shell/ev-properties-dialog.h:
2999         * shell/ev-properties-fonts.h:
3000         * shell/ev-sidebar-links.h:
3001         * shell/ev-sidebar-thumbnails.h:
3002         * shell/ev-sidebar.h:
3003         * shell/ev-window.h:
3004         
3005         Fixes CHACK type in class casts. See bug #385343
3006         for details.
3007
3008 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * shell/ev-view-private.h:
3011         * shell/ev-view.c: (draw_end_presentation_page),
3012         (ev_view_expose_event), (ev_view_key_press_event),
3013         (ev_view_class_init), (ev_view_init):
3014
3015         Blank screen in presentation mode when pressing 'b' (filling with
3016         black) or 'w' (filling with white) keys. Fixes bug #358132.
3017
3018 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3019
3020         * data/evince-toolbar.xml:
3021         * shell/ev-window.c:
3022         
3023         Use stock icon for Select All action. Fixes
3024         bug #382652.
3025
3026 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3027
3028         * shell/ev-view.c: (get_doc_point_from_offset),
3029         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3030
3031         Add links support in rotated documents. Fixes bug #343733.
3032
3033 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-view-private.h:
3036         * shell/ev-view.c: (draw_end_presentation_page),
3037         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3038
3039         Show a blank page after the last page in presentation mode with a
3040         message indicating that presentation has finished and how to exit. 
3041
3042 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * shell/ev-window.c: (fullscreen_timeout_cb):
3045
3046         Hide cursor after a while in presentation mode. 
3047
3048 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3049
3050         * backend/ev-document-info.h:
3051         * data/evince-properties.glade:
3052         * pdf/ev-poppler.cc:
3053         * properties/ev-properties-view.c: (ev_regular_paper_size),
3054         (ev_properties_view_set_info):
3055         * ps/ps-document.c: (ps_document_get_info):
3056
3057         Adds a paper size field to the properties dialog. Fixes
3058         bug #307315. Patch by Kasper Svendsen (with some i18n
3059         changes done by me).
3060
3061 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3062
3063         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3064         (screensaver_init_dbus), (totem_scrsaver_new),
3065         (totem_scrsaver_init):
3066         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3067         * shell/ev-application.c: (ev_application_register_service),
3068         (ev_application_screensaver_enable),
3069         (ev_application_screensaver_disable):
3070         * shell/ev-application.h:
3071         * shell/ev-window.c: (ev_window_run_presentation),
3072         (ev_window_stop_presentation), (build_comments_string),
3073         (ev_window_init):
3074         
3075         Move screensaver handling to application. No more
3076         message on startup.
3077
3078 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * configure.ac:
3081         * backend/Makefile.am:
3082         * backend/ev-file-exporter.[ch]:
3083         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3084         * ps/ps-document.c: (ps_document_file_exporter_*):
3085         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3086         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3087         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3088         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3089
3090         Allow printing to PDF when suppoted by the backend.
3091         
3092 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * shell/ev-window.c: (build_comments_string):
3095
3096         Use always "Document Viewer" in about dialog. 
3097
3098 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * djvu/djvu-document.c: (djvu_document_get_page_size):
3101
3102         Display a warning message when get_pageinfo fails. 
3103
3104 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3105
3106         * Makefile.am:
3107         * backend/Makefile.am:
3108         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3109         * configure.ac:
3110         * shell/ev-window.c: (build_comments_string):
3111         
3112         Make pdf compilation optional. See bug #38007.
3113
3114 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * ps/ps.c: (get_next_text):
3117
3118         Fix CVE-2006-5864.
3119
3120 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3123         * shell/ev-navigation-action.c: (connect_proxy),
3124         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3125         
3126         Do not call g_type_class_peek_parent twice.
3127
3128 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3129
3130         * configure.ac:
3131         * data/icons/24x24/.cvsignore:
3132         * data/icons/24x24/Makefile.am:
3133         * data/icons/24x24/evince.png:
3134         * data/icons/Makefile.am:
3135         
3136         Add 24x24 icon. Thanks to 
3137         Michael Monreal <infernux@web.de>.
3138
3139 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3140
3141         * configure.ac: Fix typo in configure.ac. Thanks
3142         to dmacks@netspace.org for notification.
3143
3144 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3145
3146         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3147         
3148         Drop dbus include, fixes compilation with older dbus.
3149
3150 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3151
3152         * configure.ac:
3153         * cut-n-paste/Makefile.am:
3154         * cut-n-paste/totem-screensaver/.cvsignore
3155         * cut-n-paste/totem-screensaver/Makefile.am:
3156         * cut-n-paste/totem-screensaver/README:
3157         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3158         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3159         * shell/Makefile.am:
3160         * shell/ev-window.c: (ev_window_run_presentation),
3161         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3162         (ev_window_init):
3163
3164         Implemented screensaver enabling/disabling for
3165         presentation mode (not fullscreen mode). Code stolen
3166         from Totem (with some minor tweaks). Fixes bug #338889.
3167
3168 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3169
3170         * configure.ac:
3171
3172         Bump gnome-icon-theme requirements. We use the rotation
3173         icons that appeared recently.
3174
3175 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3176
3177         * shell/ev-history.c: (ev_history_add_page):
3178         * shell/ev-history.h:
3179         * shell/ev-window.c: (page_changed_cb):
3180         
3181         Use page labels instead of numbers.
3182
3183 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * data/evince-toolbar.xml:
3186         * po/POTFILES.in:
3187         * shell/Makefile.am:
3188         * shell/ev-navigation-action-widget.c:
3189         (ev_navigation_action_widget_init),
3190         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3191         (menu_detacher), (ev_navigation_action_widget_set_menu),
3192         (menu_position_func), (popup_menu_under_arrow),
3193         (ev_navigation_action_widget_toggled),
3194         (ev_navigation_action_widget_button_press_event):
3195         * shell/ev-navigation-action-widget.h:
3196         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3197         (ev_navigation_action_set_window), (activate_menu_item_cb),
3198         (new_history_menu_item), (new_empty_history_menu_item),
3199         (build_menu), (menu_activated_cb), (connect_proxy),
3200         (create_tool_item), (ev_navigation_action_init),
3201         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3202         * shell/ev-navigation-action.h:
3203         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3204         (ev_page_action_widget_set_page_cache),
3205         (ev_page_action_widget_finalize),
3206         (ev_page_action_widget_class_init), (match_selected_cb),
3207         (display_completion_text), (match_completion), (build_new_tree_cb),
3208         (get_filter_model_from_model),
3209         (ev_page_action_widget_update_model):
3210         * shell/ev-page-action-widget.h:
3211         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3212         (connect_proxy):
3213         * shell/ev-page-action.h:
3214         * shell/ev-stock-icons.c:
3215         * shell/ev-stock-icons.h:
3216         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3217         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3218         (register_custom_actions):
3219         * shell/main.c:
3220         
3221         Preliminary history implementation
3222
3223 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3224
3225         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3226         (dvi_document_class_init), (dvi_document_init_params):
3227         * dvi/mdvi-lib/font.c: (font_reference):
3228         
3229         Add reference to subfont. Fixes bug #374277.
3230
3231 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3234         (ev_window_cmd_file_open_copy_at_dest):
3235
3236         Fix a race condition when creating symlink. Increase the counter
3237         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3238         Mathias Hasselmann).
3239
3240 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * backend/Makefile.am:
3243         * backend/ev-attachment.c: (ev_attachment_open):
3244         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3245         (ev_tmp_dir), (ev_tmp_filename):
3246         * shell/ev-sidebar-attachments.c:
3247         (ev_sidebar_attachments_drag_data_get):
3248         * shell/ev-window.c: (ev_window_clear_temp_file):
3249
3250         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3251         in ensure_dir_exists. Abort without crashing when we can't create
3252         user's directory.
3253
3254 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * data/evince-ui.xml:
3257         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3258         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3259         (ev_window_cmd_file_open_copy_at_dest),
3260         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3261         (ev_view_popup_cmd_open_link_new_window):
3262
3263         Allow opening a copy of the current document in a new window. Fixes bug
3264         #357472
3265
3266 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3267
3268         * data/evince-toolbar.xml:
3269         
3270         Add rotate right and rotate left to available items for toolbar.
3271         
3272         * data/evince-ui.xml:
3273         * shell/ev-window.c: (ev_window_init):
3274         
3275         Customize toolbar with right click. Fixes bug #372451.
3276
3277 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3278
3279         * shell/ev-window.c: 
3280         
3281         Use "object-rotate-{left,right}" stock icons. Fixes 
3282         bug #373863.
3283
3284 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3287         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3288         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3289         (ev_window_open_uri):
3290         * shell/main.c: (arguments_parse):
3291
3292         Remove temp file created when evince is used by GTK+ in
3293         preview mode. Fixes bug #365282. 
3294
3295 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3296
3297         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3298         
3299         Fixes bug #372474 - Side pane disabled when entering 
3300         and leaving fullscreen mode.
3301
3302 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3303
3304         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3305         * data/Makefile.am:
3306         * data/evince-preview-toolbar.xml:
3307         * data/evince-toolbar.xml:
3308         * shell/ev-application.c: (ev_application_shutdown),
3309         (ev_application_init), (ev_application_get_toolbars_model):
3310         * shell/ev-application.h:
3311         * shell/ev-window.c: (update_chrome_visibility),
3312         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3313         (ev_window_cmd_edit_toolbar), (ev_window_init):
3314         
3315         Fixes bug #364364 - toolbar editor shows zoom actions again.
3316
3317 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3320
3321         Do not take margins into consideration for paper size when printing.
3322         Really fixes bug #350491.
3323
3324 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * data/evince-ui.xml:
3327         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3328         (ev_window_cmd_file_print_setup),
3329         (ev_window_print_dialog_response_cb),
3330         (ev_window_setup_action_sensitivity):
3331
3332         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3333
3334 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-window.c: (ev_window_print_range):
3337
3338         Revert my previuos commit, since printing to PDF is not supported by
3339         evince yet. 
3340
3341 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-window.c: (ev_window_print_range):
3344
3345         Enable print to a PDF. Fixes bug #332121.
3346
3347 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/ev-application-service.xml:
3350         * shell/ev-application.[ch]: (ev_application_open_window),
3351         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3352         (ev_application_open_uri), (ev_application_open_uri_list):
3353         * shell/ev-window.c: (file_open_dialog_response_cb),
3354         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3355         (drag_data_received_cb), (open_remote_link):
3356         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3357
3358         Add support for multiscreen systems. Fixes bug #316206.
3359
3360 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * shell/ev-jobs.[ch]: (ev_job_print_new),
3363         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3364         (ev_job_print_do_page):
3365         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3366
3367         Allow printing only odd/even pages. Fixes bug #367289.
3368
3369 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3370
3371         * test/test1.py:
3372         * test/test2.py:
3373
3374         Re-add locale settings to test files.
3375
3376 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * data/evince-ui.xml:
3379         * shell/ev-window.c: (set_action_properties):
3380         
3381         Removed garbage from code and ui.
3382
3383 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3384
3385         * shell/ev-window.c: (ev_window_cmd_help_about):
3386
3387         Shamelessly add my name to the list of contributors.
3388
3389 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3390
3391         * test/test1.py:
3392         * test/test2.py:
3393
3394         Cleaned up the dogtail scripts.
3395
3396 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3397
3398         * shell/ev-view.c: (draw_loading_text): Don't render
3399         "loading..." text in presentation mode. Temporary
3400         workaround for bug #320352.
3401
3402 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3405         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3406
3407         Use print settings scale, copies, collate and reverse which were
3408         ignored. Fixes bug #359032.
3409
3410 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3411
3412         * configure.ac:
3413         * data/evince-password.glade:
3414         * test/Makefile.am:
3415         * test/test-encrypt.pdf:
3416         * test/test-links.pdf:
3417         * test/test1.py:
3418         * test/test2.py:
3419
3420         Add automated UI tests for evince with dogtail. See
3421         bug #300948.    
3422
3423 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3426
3427         Hide fullscreen toolbar when switching to another desktop workspace.
3428         Fixes bug #338871
3429
3430 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3431
3432         * shell/ev-window-title.c: 
3433         
3434         Test for .dvi in title of pdf documents.
3435
3436 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3437
3438         * shell/ev-view.c: (ev_view_scroll):
3439
3440         Page Up/Down should do page jumps in "Best fit" mode.
3441         If a user has explicitly chosen to view exactly one page
3442         at a time, scrolling just a part of the page when
3443         pressing Page Up/Down is not right. Fixes bug #323107.
3444
3445 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3446
3447         * NEWS:
3448         * configure.ac:
3449         
3450         Update for 0.6.1
3451
3452 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3455         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3456         
3457         Correctly disconnect from job signals on destroy.
3458
3459 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3460
3461         * shell/ev-view-private.h:
3462         * shell/ev-view.c: (view_set_adjustment_values),
3463         (view_update_range_and_current_page),
3464         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3465         
3466         Fixes bug #343199, current page now follows find page.
3467
3468 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3469
3470         * backend/ev-document-factory.c:
3471         * configure.ac:
3472         Assigned OpenDocument presenation MIME type to the
3473         Impress backend. Added some missing (but harmless)
3474         #ifdefs in the document factory as well to make things
3475         consistent again. Fixes bug #360658.
3476
3477 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3478
3479         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3480         * backend/ev-document-find.c: (ev_document_find_get_type):
3481         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3482         * backend/ev-document-links.c: (ev_document_links_get_type):
3483         * backend/ev-document-security.c: (ev_document_security_get_type):
3484         * backend/ev-document-thumbnails.c:
3485         (ev_document_thumbnails_get_type):
3486         * backend/ev-document.c: (ev_document_get_type):
3487         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3488         * backend/ev-selection.c: (ev_selection_get_type):
3489         * cut-n-paste/recent-files/egg-recent-model.c:
3490         (egg_recent_model_get_type):
3491         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3492         (egg_recent_view_uimanager_get_type):
3493         * cut-n-paste/recent-files/egg-recent-view.c:
3494         (egg_recent_view_get_type):
3495         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3496         (egg_editable_toolbar_get_type):
3497         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3498         (egg_toolbar_editor_get_type):
3499         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3500         (egg_toolbars_model_get_type):
3501         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3502         (egg_tree_multi_drag_source_get_type):
3503         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3504         (ephy_zoom_action_get_type):
3505         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3506         (ephy_zoom_control_get_type):
3507         * impress/r_back.c: (_imp_fill_back):
3508         * properties/ev-properties-main.c:
3509         (ev_properties_plugin_register_type):
3510         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3511         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3512         (ev_view_accessible_factory_get_type):
3513
3514         Reduce relocations. Bug #360616.
3515
3516 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3517
3518         * backend/ev-document-factory.c:
3519         (ev_document_factory_get_document):
3520         
3521         Load document even if extension is wrong.
3522
3523 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * shell/ev-metadata-manager.c: (save_values):
3526         * shell/ev-window.c: (setup_size_from_metadata),
3527         (setup_view_from_metadata), (ev_window_setup_document),
3528         (ev_window_xfer_job_cb), (window_configure_event_cb):
3529         
3530         Set size according to the document size/page size ratio.
3531         That should correct rather wierd behaviour of the previous
3532         commit.
3533
3534 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3535
3536         * shell/ev-window.c: (setup_view_from_metadata):
3537         
3538         Set size for new windows from previous window size.
3539         See bugs #354968 and #168450 for details. Thanks
3540         to Meik Hellmund.
3541
3542 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * djvu/djvu-links.c: (build_tree):
3545
3546         Fix memory leak.
3547
3548 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3551         
3552         Don't make sidebar close button insensitive. Fixes
3553         bug #357871.
3554
3555 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3556
3557         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3558         (ev_window_set_view_accels_sensitivity):
3559         
3560         Don't enable Slash on documents which don't support
3561         find. Fixes bug #358648.
3562
3563 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3564
3565         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3566         open dialog fall back to the current document uri if the
3567         filechooser hasn't been used before. Fixes bug #356980.
3568
3569 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3570
3571         * shell/ev-window.c: (ev_window_setup_recent), 
3572         (ev_window_get_recent_file_label):
3573
3574         Escape underscores in filenames of recent file items.
3575
3576 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3577
3578         * configure.ac:
3579         
3580         Bumped poppler requirements, really 0.5.3 is very 
3581         buggy, now we require 0.5.4.
3582
3583 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * djvu/Makefile.am:
3586         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3587         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3588         (djvu_document_document_links_iface_init):
3589         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3590         (number_from_string_10), (get_djvu_link_dest),
3591         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3592         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3593         (djvu_links_get_links), (djvu_links_find_link_dest),
3594         (djvu_links_get_links_model):
3595         * djvu/djvu-links.h:
3596         
3597         Add support for links and bookmarks in djvu documents. Thanks
3598         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3599         patch.
3600
3601 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3602
3603         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3604         
3605         Reopen should reload document. Fixes 
3606         bug 327951.
3607
3608 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3609
3610         * configure.ac:
3611         * data/Makefile.am:
3612         * data/evince-16.png:
3613         * data/evince-22.png:
3614         * data/evince.png:
3615         * data/evince.svg:
3616         * data/icons/16x16/Makefile.am:
3617         * data/icons/16x16/evince.png:
3618         * data/icons/22x22/Makefile.am:
3619         * data/icons/22x22/evince.png:
3620         * data/icons/48x48/Makefile.am:
3621         * data/icons/48x48/evince.png:
3622         * data/icons/Makefile.am:
3623         * data/icons/scalable/Makefile.am:
3624         * data/icons/scalable/evince.svg:
3625         
3626         Install icons with correct names. Fixes
3627         bug #354429.
3628
3629 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * shell/ev-view.c: (ev_view_button_release_event):
3632
3633         Don't open links with middle mouse button. Fixes bug #353649
3634
3635 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * NEWS:
3638         * configure.ac:
3639         
3640         Update for release 0.6.0
3641
3642 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3643
3644         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3645         Implement Close named action. Patch by Carlos Garcia Campos.
3646
3647 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3648
3649         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3650         
3651         Don't clear link mapping on copy_job_to_job_info. Fixes
3652         bug 346168.
3653
3654 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * shell/main.c: (main):
3657
3658         Revert my previous commit, gnome_program_init owns the option context.
3659         Fix another memory leak in main. Both caught by Christian Persch. 
3660
3661 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * shell/main.c: (main):
3664
3665         Fix memory leak.
3666
3667 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3668
3669         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3670
3671         Fix crash when opening a pdf with password protection. 
3672
3673 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * pdf/ev-poppler.cc: (pdf_document_search_free):
3676
3677         Fix memory leak. 
3678
3679 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3680
3681         * backend/ev-document-factory.c:
3682         (ev_document_factory_get_document):
3683         * tiff/tiff-document.c: (tiff_document_finalize):
3684         
3685         More correct handling of document loading. Fixes
3686         bug #349043.
3687
3688 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * backend/ev-attachment.c: (ev_attachment_save):
3691
3692         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3693         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3694
3695 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3696         
3697         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3698         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3699
3700 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-sidebar-thumbnails.c:
3703
3704         Do not render thumbnails unless thumbnails page is active in the
3705         sidebar.
3706
3707 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3708
3709         * shell/ev-properties-dialog.c:
3710
3711         Fix dialogue spacing. Bug #351370.
3712
3713 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3714
3715         * configure.ac:
3716
3717         Use lowercase gettext catalog file names (evince.mo
3718         instead of Evince.mo)
3719
3720 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * shell/ev-sidebar-attachments.c:
3723
3724         GtkIconTheme is now screen safe too. Fixes bug #350878
3725
3726 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * shell/ev-window.c:
3729
3730         GtkRecent manager is now screen safe. Fixes bug #350145
3731
3732 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3733
3734         * shell/ev-sidebar.c: (ev_sidebar_init):
3735         
3736         Make sidebar close icon smaller. Fix for bug 350177.
3737         See also bugs 350176 and 165770.
3738
3739 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3742
3743         Ignore zoom for xyz destinations when it's <= 1, keeping user
3744         preferences instead. Set correct sizing-mode for fith and fitv
3745         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3746
3747 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3748
3749         * NEWS:
3750         * configure.ac:
3751         
3752         Update for release 0.5.5
3753
3754 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3755         
3756         * shell/ev-window.c: (ev_window_cmd_escape)
3757
3758         Escape unfocus page entry. Fixes bug #345809.
3759
3760 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3763         (build_tree), (pdf_document_links_get_links),
3764         (pdf_document_links_find_link_dest):
3765         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3766         (goto_xyz_dest):
3767
3768         Convert from PDF style coordinates to X style coordinates in the
3769         backend rather than in the view. Fixes bug #338440
3770
3771 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3772
3773         * shell/ev-window.c:
3774         
3775         Remove Ctrl+Shift+T shortcut for toolbars. See
3776         the bug #350098.
3777
3778 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * configure.ac:
3781
3782         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3783         of this. 
3784
3785 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * configure.ac:
3788         * cut-n-paste/Makefile.am:
3789         * data/evince-ui.xml:
3790         * shell/Makefile.am:
3791         * shell/ev-application.[ch]:
3792         * shell/ev-window.c:
3793
3794         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3795         #349273
3796
3797 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3798
3799         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3800         findbar code: s/help/search/
3801
3802 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3803
3804         * shell/ev-window.c: (setup_document_from_metadata),
3805         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3806         (setup_view_from_metadata):
3807         
3808         Fix memory leaks.
3809
3810 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3811
3812         * autogen.sh, configure.ac: 
3813         
3814         Update automake usage. See bug 349292.
3815
3816 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3817
3818         * shell/eggfindbar.c: (egg_find_bar_class_init),
3819         (entry_activate_callback), (egg_find_bar_init),
3820         (egg_find_bar_set_status_text):
3821         * shell/eggfindbar.h:
3822         
3823         Unify Evince findbar with Epiphany. Nice patch
3824         from Fabricio Silva <silva@crans.org> and
3825         Frederic Peters <fpeters@entrouvert.com>. See
3826         bug #339966 for details.
3827
3828 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3829
3830         * data/evince.desktop.in.in:
3831         
3832         Correct information for bugzilla. Thanks to
3833         Olaf Vitters, see bug #348855.
3834
3835 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-jobs.[ch]:
3838         * shell/ev-sidebar-links.c:
3839         * shell/ev-window.[ch]:
3840
3841         GtkPrintJob doesn't support print ranges or current page, so we export
3842         to a ps file now when printing ranges or current page.
3843
3844 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3845
3846         * pdf/ev-poppler.cc:
3847         * shell/ev-window.c: (do_action_named):
3848
3849         We should be more clear about bugzilla. See the
3850         poppler bug #7623.
3851
3852 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * configure.ac:
3855         * shell/Makefile.am:
3856         * shell/ev-job-queue.c:
3857         * shell/ev-jobs.[ch]:
3858         * shell/ev-sidebar-links.c:
3859         * shell/ev-window.[ch]:
3860         
3861         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3862         #348422
3863
3864 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3865
3866         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3867         * shell/ev-application-service.xml:
3868         * shell/ev-application.[ch]:
3869         * shell/ev-jobs.[ch]:
3870         * shell/ev-window.[ch]: (ev_window_run_preview):
3871         * shell/main.c: 
3872
3873         Add preview mode to use evince as a printing previewer. It also adds
3874         other command line options for fullscreen and presentation modes.
3875         Fixes bugs #347822, #317031
3876
3877 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * NEWS:
3880         * configure.ac:
3881         
3882         Update for release 0.5.4
3883
3884 2006-07-11  Bastien Nocera <hadess@hadess.net>
3885
3886         * Makefile.am:
3887         * backend/Makefile.am:
3888         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3889         * backend/ev-document-factory.h:
3890         * configure.ac:
3891         * impress/.cvsignore:
3892         * impress/Makefile.am:
3893         * impress/common.h:
3894         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3895         (imp_get_page), (imp_next_page), (imp_prev_page),
3896         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3897         * impress/f_oasis.c: (render_object), (render_page),
3898         (get_geometry), (_imp_oasis_load):
3899         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3900         (_imp_oo13_load):
3901         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3902         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3903         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3904         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3905         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3906         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3907         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3908         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3909         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3910         (iks_new_within), (iks_insert), (iks_insert_cdata),
3911         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3912         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3913         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3914         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3915         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3916         (iks_cdata), (iks_cdata_size), (iks_has_children),
3917         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3918         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3919         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3920         (iks_tree), (iks_load), (iks_save):
3921         * impress/iksemel.h:
3922         * impress/imposter.h:
3923         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3924         (imp_render_draw_bezier_real), (imp_render_get_size),
3925         (imp_render_set_fg_color), (imp_render_draw_line),
3926         (imp_render_draw_rect), (imp_render_draw_polygon),
3927         (imp_render_draw_arc), (imp_render_draw_bezier),
3928         (imp_render_open_image), (imp_render_get_image_size),
3929         (imp_render_scale_image), (imp_render_draw_image),
3930         (imp_render_close_image), (imp_render_markup),
3931         (imp_render_get_text_size), (imp_render_draw_text),
3932         (impress_document_load), (impress_document_save),
3933         (impress_document_get_n_pages), (impress_document_get_page_size),
3934         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3935         (impress_document_finalize), (impress_document_class_init),
3936         (impress_document_can_get_text), (impress_document_get_info),
3937         (impress_document_document_iface_init),
3938         (impress_document_thumbnails_get_thumbnail),
3939         (impress_document_thumbnails_get_dimensions),
3940         (impress_document_document_thumbnails_iface_init),
3941         (impress_document_init):
3942         * impress/impress-document.h:
3943         * impress/internal.h:
3944         * impress/r_back.c: (_imp_fill_back):
3945         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3946         (_imp_draw_image), (_imp_tile_image):
3947         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3948         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3949         (r_polyline):
3950         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3951         (r_draw_gradient_complex), (r_draw_gradient):
3952         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3953         (r_get_bullet):
3954         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3955         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3956         (r_text):
3957         * impress/render.c: (imp_create_context), (imp_context_set_page),
3958         (imp_context_set_step), (imp_render), (imp_delete_context):
3959         * impress/render.h:
3960         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3961         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3962         (zip_load_xml), (zip_get_size), (zip_load):
3963         * impress/zip.h:
3964         * shell/ev-utils.c:
3965         
3966         New backend to support impress slides. Fixes bug #30867.
3967
3968 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3969
3970         * shell/ev-utils.c: (using_postscript_printer):
3971         
3972         Fixes crash when print using PAPI backend,
3973         bug #345012.
3974
3975 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3976
3977         * shell/ev-jobs.c: (ev_job_xfer_run):
3978         * shell/ev-window.c: (password_dialog_response),
3979         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3980         (ev_window_dispose):
3981         Fixes bug #344160: if the xfer job doesn't complete
3982         because a password is required, reload the existing
3983         instance instead of creating a new one.
3984
3985 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * shell/main.c: (main): Call gdk_threads_init. Thus
3988         we'll avoid errors in auth dialog. Fix for the bug
3989         #343347.
3990
3991 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3992
3993         * configure.ac: Advertise pixbuf support, fix
3994         for the bug 343317.
3995
3996 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3999         (ev_sidebar_thumbnails_set_document):
4000         
4001         Update sidebar thumbnails after reloading.
4002
4003 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4006         * shell/ev-jobs.h:
4007         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4008         (ev_window_cmd_view_reload), (ev_window_init):
4009         
4010         Don't crash on reload. Fix for the bug #343167.
4011
4012 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * shell/ev-jobs.c: (ev_job_render_run):
4015         
4016         Check for document links.
4017
4018 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4019
4020         * backend/ev-attachment.c: (ev_attachment_save),
4021         (ev_attachment_launch_app), (ev_attachment_open):
4022         * backend/ev-document-factory.c: (get_document_from_uri):
4023         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4024         (egg_recent_view_uimanager_set_list):
4025         * ps/ps-document.c: (check_filecompressed), (document_load),
4026         (ps_document_load):
4027         * shell/ev-metadata-manager.c: (load_values):
4028         * shell/ev-password.c: (ev_password_dialog_set_property):
4029         * shell/ev-view.c: (tip_from_link):
4030         * shell/ev-window.c: (file_save_dialog_response_cb),
4031         (ev_window_print_dialog_response_cb):
4032         
4033         Use consistent quoting style. Fix for the bug #320285.
4034
4035 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4036
4037         * shell/ev-jobs.c: (ev_job_xfer_run):
4038         * shell/main.c: (load_files):
4039                 
4040         Open links with anchors. Fix for the bug #339836.
4041
4042 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4043
4044         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4045         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4046         (ev_link_dest_set_property), (ev_link_dest_finalize),
4047         (ev_link_dest_class_init), (ev_link_dest_new_named),
4048         (ev_link_dest_new_page_label):
4049         * backend/ev-link-dest.h:
4050         * shell/ev-application.c: (ev_application_open_uri):
4051         * shell/ev-view.c: (goto_dest):
4052         * shell/ev-window.c:
4053         * shell/ev-window.h:
4054         
4055         Fix page-label command line option. Bug #342070.
4056
4057 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4058
4059         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4060         
4061         Don't show highlight rects if page can't be showed. Fix for 
4062         the bug #342076
4063
4064 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * shell/ev-window.c: (setup_sidebar_from_metadata),
4067         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4068         
4069         Setup sidebar from metadata even if there is no document
4070         loaded. Fix for the bug #342807.
4071
4072 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4073
4074         * cut-n-paste/toolbar-editor/Makefile.am:
4075         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4076         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4077         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4078         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4079         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4080         (popup_context_menu_cb), (button_press_event_cb),
4081         (configure_item_sensitivity), (configure_item_cursor),
4082         (configure_item_tooltip), (connect_widget_signals),
4083         (action_sensitive_cb), (create_item_from_action),
4084         (create_item_from_position), (toolbar_drag_data_received_cb),
4085         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4086         (toolbar_drag_leave_cb), (configure_drag_dest),
4087         (toggled_visibility_cb), (toolbar_visibility_refresh),
4088         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4089         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4090         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4091         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4092         (egg_editable_toolbar_dispose),
4093         (egg_editable_toolbar_set_ui_manager),
4094         (egg_editable_toolbar_get_selected),
4095         (egg_editable_toolbar_set_selected), (set_edit_mode),
4096         (egg_editable_toolbar_set_property),
4097         (egg_editable_toolbar_get_property),
4098         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4099         (egg_editable_toolbar_new_with_model),
4100         (egg_editable_toolbar_get_edit_mode),
4101         (egg_editable_toolbar_set_edit_mode),
4102         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4103         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4104         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4105         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4106         (item_added_or_removed_cb), (toolbar_removed_cb),
4107         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4108         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4109         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4110         (editor_create_item_from_name), (append_table),
4111         (update_editor_sheet), (egg_toolbar_editor_init):
4112         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4113         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4114         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4115         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4116         (toolbar_node_free), (egg_toolbars_model_get_flags),
4117         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4118         (egg_toolbars_model_get_name), (impl_add_item),
4119         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4120         (parse_data_list), (parse_item_list), (parse_toolbars),
4121         (egg_toolbars_model_load_toolbars), (parse_available_list),
4122         (parse_names), (egg_toolbars_model_load_names),
4123         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4124         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4125         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4126         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4127         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4128         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4129         (egg_toolbars_model_set_types), (fill_avail_array),
4130         (egg_toolbars_model_get_name_avail),
4131         (egg_toolbars_model_get_name_flags),
4132         (egg_toolbars_model_set_name_flags):
4133         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4134         * cut-n-paste/toolbar-editor/eggintl.h:
4135         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4136         (egg_tree_multi_drag_source_get_type),
4137         (egg_tree_multi_drag_source_row_draggable),
4138         (egg_tree_multi_drag_source_drag_data_delete),
4139         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4140         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4141         (path_list_free), (set_context_data), (get_context_data),
4142         (get_info), (egg_tree_multi_drag_drag_data_get),
4143         (egg_tree_multi_drag_motion_event),
4144         (egg_tree_multi_drag_button_press_event),
4145         (egg_tree_multi_drag_add_drag_support):
4146         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4147         * shell/ev-application.c: (ev_application_init),
4148         (ev_application_save_toolbars_model):
4149         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4150         (ev_window_cmd_edit_toolbar), (ev_window_init):
4151         
4152         Sync toolbareditor with epiphany and libegg
4153
4154 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4155
4156         * configure.ac: 
4157
4158         Depend on poppler 0.5.2
4159
4160 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4161
4162         * shell/ev-jobs.c: (ev_job_render_run):
4163         
4164         Check if document supports links iterface.
4165
4166 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * NEWS:
4169         * configure.ac:
4170         
4171         Update for release 0.5.3
4172
4173 2006-05-13  Michael Plump  <plumpy@skylab.org>
4174
4175         * configure.ac:
4176         * shell/Makefile.am:
4177         * shell/main.c: (main):
4178         
4179         Port to GOption command line parsing. Fix for the 
4180         bug #327518
4181
4182 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4183
4184         * shell/ev-window.c: (ev_window_cmd_help_about):
4185         
4186         Do not wrap license. Fix for the bug #309460.
4187
4188 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4189
4190         * configure.ac:
4191         * properties/ev-properties-main.c: (ev_properties_get_pages):
4192         * shell/ev-application.c: (ev_application_open_window),
4193         (ev_application_open_uri_at_dest):
4194         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4195         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4196         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4197         * shell/ev-utils.c: (save_print_config_to_file):
4198         * shell/ev-window.c: (ev_window_cmd_save_as),
4199         (ev_attachment_popup_cmd_save_attachment_as):
4200         * shell/main.c: (load_files_remote):
4201         
4202         Bump requirements to gtk 2.8 and drop all ifdefs used.
4203
4204 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4205
4206         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4207         * shell/ev-window.c: (ev_window_init):
4208         
4209         Show attachments page.
4210
4211 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4212
4213         * po/POTFILES.in:
4214         * shell/ev-attachment-bar.c:
4215         * shell/ev-attachment-bar.h:
4216         * shell/ev-sidebar-attachments.c:
4217         (ev_sidebar_attachments_icon_cache_add),
4218         (icon_theme_get_pixbuf_from_mime_type),
4219         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4220         (ev_sidebar_attachments_icon_cache_refresh),
4221         (ev_sidebar_attachments_get_attachment_at_pos),
4222         (ev_sidebar_attachments_popup_menu_show),
4223         (ev_sidebar_attachments_popup_menu),
4224         (ev_sidebar_attachments_button_press),
4225         (ev_sidebar_attachments_update_icons),
4226         (ev_sidebar_attachments_drag_data_get),
4227         (ev_sidebar_attachments_get_property),
4228         (ev_sidebar_attachments_destroy),
4229         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4230         (ev_sidebar_attachments_new),
4231         (ev_sidebar_attachments_set_document),
4232         (ev_sidebar_attachments_support_document),
4233         (ev_sidebar_attachments_get_label),
4234         (ev_sidebar_attachments_page_iface_init):
4235         * shell/ev-sidebar-attachments.h:
4236         * shell/ev-window.c: (update_chrome_visibility),
4237         (setup_sidebar_from_metadata), (ev_window_setup_document),
4238         (ev_window_sidebar_current_page_changed_cb),
4239         (attachment_bar_menu_popup_cb), (ev_window_init):
4240         
4241         Move attachments bar to sidebar.
4242
4243 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * pdf/ev-poppler.cc:
4246         * shell/ev-application.[ch]:
4247         * shell/main.c:
4248
4249         Fix some memory leaks.
4250
4251 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4252
4253         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4254
4255         Change the properties dialog response to
4256         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4257         will make the dialog go away when the user presses
4258         enter. With gtk+ >= 2.9 this will happen anyway, but for
4259         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4260         escape by default. Fixes bug #340539. See also bug
4261         #101293 for the gtk+ part.
4262
4263 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4264
4265         * shell/ev-view.c (tip_from_action_named): Replace some strings
4266         that were wrong. Closes #340970.
4267
4268 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4271
4272         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4273         #341049
4274
4275 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * djvu/Makefile.am:
4278         * dvi/Makefile.am:
4279         * dvi/mdvi-lib/Makefile.am:
4280         * properties/Makefile.am:
4281         * ps/Makefile.am:
4282         * shell/Makefile.am:
4283         * thumbnailer/Makefile.am:
4284         
4285         Due to broken libtool that is unable to track dependencies
4286         of noinst libraries we are forced to explicitely point
4287         libraries for binary. Fix for the bug #333334.
4288
4289 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4290
4291         * data/evince.desktop.in.in:
4292         * shell/ev-view.c: (view_update_range_and_current_page),
4293         (ev_view_next_page), (ev_view_previous_page):
4294         * shell/ev-window.c: (update_chrome_visibility),
4295         (setup_sidebar_from_metadata), (ev_window_setup_document),
4296         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4297         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4298         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4299         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4300         (ev_window_stop_presentation), (ev_window_focus_in_event),
4301         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4302         (ev_window_init):
4303         * thumbnailer/Makefile.am:
4304         
4305         Update fullscreen and presentation timeout handling. Hide
4306         cursor in presentation after timeout. Fix for the bugs
4307         #136359 and #336981.
4308
4309 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4310
4311         * backend/ev-link-action.[ch]:
4312         * pdf/ev-poppler.cc: (ev_link_from_action):
4313         * shell/ev-view-private.h:
4314         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4315         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4316
4317         Add support for Named Action links
4318
4319 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * backend/Makefile.am:
4322         * backend/ev-document-links.[ch]:
4323         * backend/ev-document.[ch]:
4324         * backend/ev-link-action.[ch]:
4325         * backend/ev-link-dest.[ch]:
4326         * backend/ev-link.[ch]:
4327         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4328         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4329         * shell/ev-page-action.c: (build_new_tree_cb):
4330         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4331         (links_page_num_func), (update_page_callback):
4332         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4333         (tip_from_link):
4334         * shell/ev-jobs.c:
4335         * shell/ev-window.[ch]: (ev_window_open_uri),
4336         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4337         * shell/ev-application.[ch]: (ev_application_open_window),
4338         (ev_application_open_uri):
4339
4340         Rework links system, it adds support for remote links now and it makes
4341         easier to add new kinds of actions and destinations. Fixes bug #317292
4342
4343 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * data/Makefile.am:
4346         * data/evince.png:
4347         * data/evince-16.png:
4348         * data/evince-22.png:
4349         * data/evince.svg:
4350         * shell/main.c: (main):
4351         
4352         Evince use it's own icon. Fix for the bug #313392.
4353
4354         * shell/ev-window.c: (fullscreen_timeout_cb),
4355         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4356         (ev_window_cmd_help_about), (ev_window_dispose):
4357         
4358         Simplify fullscreen timeout code.
4359
4360 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * backend/ev-attachment.c: 
4363         * shell/ev-attachment-bar.c:
4364         * shell/ev-window.c:
4365
4366         Allow multiple selection of attachments
4367
4368 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * shell/ev-view.c: (view_update_range_and_current_page),
4371         (ev_view_scroll):
4372         
4373         Fix for the bug #312573 – Optimal selection of current 
4374         page among visible pages.
4375
4376 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4377
4378         * configure.ac:
4379         * djvu/Makefile.am:
4380         * djvu/djvu-text.h:
4381         
4382         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4383         for the bug 339868.
4384
4385 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4386
4387         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4388
4389 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4390
4391         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4392         dictated by the GNOME HIG. Fixes bug #339235.
4393
4394 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4395
4396         * data/evince-ui.xml:
4397         * shell/ev-view.c: (ev_view_can_find_previous):
4398         * shell/ev-view.h:
4399         * shell/ev-window.c: (ev_window_update_actions),
4400         (ev_window_cmd_edit_find_previous):
4401
4402         Add support for "Find Previous" as dictated by the GNOME HIG. A
4403         menu item is added and some glue code to make it all work is added
4404         to various files.
4405
4406 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4407
4408         * configure.ac: Award myself the "useless use of cat" award.
4409
4410 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4411
4412         * po/LINGUAS: New file listing all supported languages.
4413
4414         * configure.in: Use po/LINGUAS instead of including all languages
4415         directly in this file. See the wiki for more information:
4416         http://live.gnome.org/GnomeGoals/PoLinguas
4417
4418 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4419
4420         * backend/ev-document-factory.c:
4421
4422         Do not load the document twice when there isn't errors
4423
4424 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * backend/ev-attachment.c: 
4427
4428         Fix a crash when there isn't a default application to open an
4429         attachment
4430
4431 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * backend/ev-attachment.[ch]:
4434         * shell/ev-attachment-bar.[ch]:
4435
4436         Added missing files. 
4437
4438 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * backend/Makefile.am:
4441         * data/evince-ui.xml:
4442         * backend/ev-attachment.[ch]:
4443         * backend/ev-document.[ch]: (ev_document_has_attachments),
4444         (ev_document_get_attachments):
4445         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4446         (attachment_save_to_buffer), (pdf_document_get_attachments),
4447         (pdf_document_document_iface_init):
4448         * shell/Makefile.am:
4449         * shell/ev-attachment-bar.[ch]:
4450         * shell/ev-window.c:
4451
4452         Add support for PDF attachments. Fixes bug #325143
4453
4454 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * backend/ev-document-factory.c: (get_document_from_uri),
4457         (ev_document_factory_get_document):
4458         * backend/ev-document-factory.h:
4459         * properties/ev-properties-main.c: (ev_properties_get_pages):
4460         * shell/Makefile.am:
4461         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4462         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4463         (ev_job_queue_remove_job):
4464         * shell/ev-job-queue.h:
4465         * shell/ev-job-xfer.c:
4466         * shell/ev-job-xfer.h:
4467         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4468         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4469         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4470         (ev_job_xfer_run):
4471         * shell/ev-jobs.h:
4472         * shell/ev-window.c: (ev_window_is_empty),
4473         (password_dialog_response), (ev_window_clear_xfer_job),
4474         (ev_window_xfer_job_cb), (ev_window_open_uri),
4475         (ev_window_cmd_focus_page_selector),
4476         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4477         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4478         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4479         (ev_window_dispose):
4480         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4481         
4482         * Cleanup mime type detection on document load. Fix for the
4483         bug #336448.
4484
4485 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4486
4487         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4488         
4489         Fix crash on exit, described in the bug #336825.
4490
4491 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * backend/ev-document-factory.c:
4494         (ev_document_factory_get_from_mime),
4495         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4496         (ev_document_factory_get_document),
4497         (file_filter_add_mime_list_and_free),
4498         (ev_document_factory_add_filters):
4499         * backend/ev-document-factory.h:
4500         * properties/ev-properties-main.c: (ev_properties_get_pages):
4501         * shell/Makefile.am:
4502         * shell/ev-application.c:
4503         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4504         * shell/ev-window.c: (ev_window_cmd_file_open),
4505         (ev_window_cmd_save_as):
4506         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4507         
4508         Rework factory functions so they are placed now in a single 
4509         file ev-document-factory.c
4510
4511 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * shell/ev-window.c: (update_chrome_visibility):
4514         
4515         Fix for the bug 166566 - don't show menubar in fullscreen
4516         mode.
4517
4518 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4519
4520         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4521
4522 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * shell/ev-view.c: (ev_view_expose_event):
4525         
4526         More correctly draw loading text when document
4527         is empty.
4528
4529 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/ev-view.c: (ev_view_scroll):
4532         
4533         Fix for the bug #334854, page down and page up switch
4534         pages in presentation mode.
4535
4536 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4537
4538         * shell/ev-window.c: (ev_window_set_action_sensitive),
4539         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4540         (ev_window_set_view_accels_sensitivity),
4541         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4542         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4543         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4544         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4545         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4546         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4547         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4548         (view_actions_focus_in_cb), (ev_window_init):
4549         
4550         Fix for the bug #333902, now it's possible to search
4551         words with slash.
4552
4553 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4554
4555         * configure.ac: Added Breton translation.
4556         * po/br.po: Added Breton translation.
4557
4558 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4559
4560         * shell/ev-window-title (ev_window_title_update):
4561
4562         Fix memory leak in window title. Fixes bug #333944
4563
4564 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-metadata-manager.c (parseItem):
4567
4568         Fix memory leaks. Fixes bug #333945
4569
4570 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4571         
4572         * NEWS, configure.ac, TODO:
4573         
4574         Update for release 0.5.2.
4575
4576 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * shell/ev-view.c: (view_update_range_and_current_page),
4579         (page_changed_cb):
4580         
4581         Don't jump on scrolling, fix for the bug #333127.
4582
4583 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4584
4585         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4586         
4587         Scroll by one page in presentation mode. Fix for the bug
4588         #332993.
4589
4590 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4591
4592         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4593
4594 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4595
4596         * configure.ac  Added lv in ALL_LINGUAS line.
4597
4598 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4599         
4600         * NEWS, configure.ac:
4601         
4602         Update for release 0.5.1
4603
4604 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4605
4606         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4607         * backend/ev-document-misc.h:
4608         * shell/ev-view.c: (draw_one_page):
4609         
4610          Clairfy what page the toolbar page number applies to. Fix
4611          for the bug #328102.
4612
4613 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4614
4615         * shell/ev-view-private.h:
4616         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4617         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4618         (ev_view_search_changed):
4619         * shell/ev-view.h:
4620         * shell/ev-window.c: (find_bar_search_changed_cb):
4621         
4622         Dont't jump to find result if window was scrolled during search.
4623         Fix for the bug #313266.
4624
4625 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4626
4627         * shell/eggfindbar.c: (egg_find_bar_class_init):
4628         * shell/eggfindbar.h:
4629         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4630         * shell/ev-view-private.h:
4631         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4632         (ev_view_class_init), (ev_sizing_mode_get_type),
4633         (ev_scroll_type_get_type):
4634         * shell/ev-view.h:
4635         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4636         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4637         (ev_window_init):
4638         
4639         Fix for the bug 319133 - Find entry should allow text scroll.
4640
4641 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4642
4643         * shell/ev-view-private.h:
4644         * shell/ev-view.c: (view_update_range_and_current_page),
4645         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4646         (ev_view_set_document), (update_find_status_message),
4647         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4648         (ev_view_find_previous):
4649         
4650         Fix for the bug #319137. Search now takes account for scrolling.
4651
4652 2006-02-19  Michael Hofmann <mh21@piware.de>
4653
4654         * configure.ac:
4655         * djvu/Makefile.am:
4656         * djvu/djvu-document-private.h:
4657         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4658         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4659         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4660         (djvu_document_can_get_text), (djvu_document_get_text),
4661         (djvu_document_document_iface_init),
4662         (djvu_document_thumbnails_get_thumbnail),
4663         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4664         (djvu_document_find_get_result),
4665         (djvu_document_find_page_has_results),
4666         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4667         (djvu_document_find_iface_init):
4668         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4669         (djvu_text_page_selection), (djvu_text_page_limits_process),
4670         (djvu_text_page_limits), (djvu_text_page_copy),
4671         (djvu_text_page_position), (djvu_text_page_union),
4672         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4673         (djvu_text_page_box), (djvu_text_page_append_text),
4674         (djvu_text_page_search), (djvu_text_page_prepare_search),
4675         (djvu_text_page_new), (djvu_text_page_free):
4676         * djvu/djvu-text-page.h:
4677         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4678         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4679         (djvu_text_n_results), (djvu_text_has_results),
4680         (djvu_text_get_result), (djvu_text_get_progress):
4681         * djvu/djvu-text.h:
4682         
4683         Text search in djvu. Fix for the bug #303415.
4684
4685 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * configure.ac:
4688         * shell/ev-window.c: (ev_window_cmd_save_as):
4689         
4690         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4691         Thanks to Gary Coady <gary@lyranthe.org>
4692
4693 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4694
4695         * shell/ev-print-job.c: (idle_print_handler):
4696         
4697         Inverse order printing, bug #320919.
4698
4699 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4700
4701         * data/evince-toolbar.xml:
4702         * shell/ev-window.c:
4703         
4704         Allow to add sidebar checkbutton on toolbar. Fix
4705         for the bug #144577.
4706
4707 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4708
4709         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4710         
4711         Add checks that have sense for empty ps document.
4712
4713 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4714
4715         * configure.ac: Include PS in mime types list. 
4716
4717 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4718
4719         * configure.ac:
4720         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4721         * ps/gsdefaults.h:
4722         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4723         
4724         Runtime check for gs interpreter. Fix for the bug #320868.
4725         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4726
4727 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4728
4729         * shell/ev-application.c: 
4730
4731         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4732         dbus>=0.60, so that the request is not queued. 
4733
4734 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4735
4736         * configure.ac:
4737         * shell/Makefile.am:
4738         * shell/ev-sidebar-links.c: (print_section_cb):
4739         * shell/ev-utils.c:
4740         * shell/ev-utils.h:
4741         * shell/ev-window.c: (update_action_sensitivity),
4742         (ev_window_close_dialogs), (ev_window_print):
4743         * shell/ev-window.h:
4744         
4745         Make printing support optional. Patch from Eduardo de Barros Lima
4746         <eduardo.lima@indt.org.br> for the bug #330546.
4747
4748 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * shell/ev-view-private.h:
4751         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4752         (ev_view_set_document):
4753         * shell/ev-view.h:
4754         * shell/ev-window.c: (ev_window_load_job_cb),
4755         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4756         (ev_window_init):
4757
4758         Draw Loading message during xfer job. Fix for the bug #329495.
4759
4760 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * comics/comics-document.c: (comics_regex_quote),
4763         (comics_document_load), (extract_argv):
4764         
4765         Correcly quote regexp before passing it to unzip.
4766
4767 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4768
4769         * shell/ev-page-cache.c: (build_height_to_page),
4770         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4771         (ev_page_cache_get_dual_even_left):
4772         * shell/ev-page-cache.h:
4773         * shell/ev-view.c: (view_update_range_and_current_page),
4774         (get_page_y_offset), (get_page_extents):
4775         
4776         Place even pages to the left if document has less then
4777         two pages. Fix for the bug #328856.
4778
4779 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4780
4781         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4782         
4783         Correct comics scheme. This make evince create thumbnails
4784         for comic books. Fix for the bug 329088.
4785
4786 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4787
4788         * data/evince-password.glade: Don't explicitly set
4789         invisible_char to the current default value in case
4790         the default changes; let GTK+ do its magic.
4791
4792 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4795         real filename to tmp filename since often document
4796         type is determined by extension.
4797
4798 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4799
4800         * shell/ev-view.c: (add_scroll_binding_keypad),
4801         (ev_view_binding_activated), (ev_view_class_init):
4802         
4803         Add keybindings for percision-scrolling of display area. 
4804         Fix for the bug #314072.
4805
4806 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * data/evince.desktop.in.in:
4809         
4810         Add GTK to the list of categories. Fix for the bug #328034.
4811
4812 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * shell/ev-application.c: (ev_application_shutdown),
4815         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4816         * shell/ev-application.h:
4817         * shell/ev-window.c: (file_open_dialog_response_cb),
4818         (ev_window_cmd_file_open):
4819         
4820         Save last uri in file chooser dialog. Fix for the bug #327950.
4821
4822 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * NEWS:
4825         * README:
4826         
4827         Final update for release 0.5.0
4828         
4829         * shell/Makefile.am:
4830         
4831         Remove disable deprecated until we'll require libgnome-2.13.7
4832         and port to GOption argument parsing. See bug 327518.
4833
4834 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4835
4836         * comics/comics-document.c: (comics_document_save):
4837         * djvu/djvu-document.c: (djvu_document_save):
4838         * dvi/dvi-document.c: (dvi_document_save):
4839         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4840         * lib/ev-file-helpers.h:
4841         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4842         * tiff/tiff-document.c: (tiff_document_save):
4843         
4844         Use common save function for backends.
4845
4846 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4847
4848         * backend/ev-document-types.c:
4849         
4850         Fix crash on saving pixbuf.
4851
4852 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * cut-n-paste/recent-files/egg-recent-item.c:
4855         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4856         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4857         (parse_info_free), (valid_element), (start_element_handler),
4858         (end_element_handler), (text_handler), (egg_recent_model_filter),
4859         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4860         (egg_recent_model_monitor), (egg_recent_model_read),
4861         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4862         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4863         (egg_recent_model_set_property), (egg_recent_model_class_init),
4864         (egg_recent_model_init), (egg_recent_model_add_full),
4865         (egg_recent_model_delete), (egg_recent_model_get_list),
4866         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4867         (egg_recent_model_set_filter_mime_types),
4868         (egg_recent_model_clear_group_filter),
4869         (egg_recent_model_set_filter_groups),
4870         (egg_recent_model_clear_scheme_filter),
4871         (egg_recent_model_set_filter_uri_schemes),
4872         (egg_recent_model_remove_expired):
4873         * cut-n-paste/recent-files/egg-recent-util.c:
4874         (egg_recent_util_get_icon):
4875         * cut-n-paste/recent-files/egg-recent-util.h:
4876         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4877         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4878         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4879         (egg_recent_view_uimanager_set_property),
4880         (egg_recent_view_uimanager_get_property),
4881         (egg_recent_view_uimanager_class_init),
4882         (egg_recent_view_uimanager_init),
4883         (egg_recent_view_uimanager_set_label_width),
4884         (egg_recent_view_uimanager_get_label_width):
4885         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4886         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4887         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4888         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4889         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4890         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4891         
4892         Update from libegg.
4893
4894 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * shell/ev-page-cache.c: (build_height_to_page),
4897         (ev_page_cache_get_height_to_page):
4898         * shell/ev-page-cache.h:
4899         * shell/ev-view.c: (view_update_range_and_current_page),
4900         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4901         (ev_view_previous_page):
4902         
4903         Dual mode places even pages to the left. Fix for the bug #309393.
4904
4905         * shell/ev-view.h:
4906         * shell/ev-window.c: (update_action_sensitivity),
4907         (setup_view_from_metadata), (view_menu_popup_cb):
4908         
4909         Don't restore presentation in empty windows, more intelligent
4910         next page behaviour in dual mode.
4911
4912         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4913         (ev_pixbuf_cache_clear_job_sizes):
4914         
4915         Cleanup job callback on removal. Fix for the bug #325886.
4916
4917 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * ps/ps.c: (psscan):
4920         
4921         Commit workaround Mozilla problem. Fix for the bug #325919
4922         
4923         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4924         (save_item):
4925         
4926         Fix for year 2038 problem.
4927
4928 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * shell/ev-window.c: (setup_document_from_metadata),
4931         (ev_window_cmd_view_reload):
4932
4933         Clamp page recieved from metadata in valid values. Fix
4934         for the bug #325986.
4935
4936 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * MAINTAINERS: 
4939         Add MAINTAINERS as requested on desktop-devel-list.
4940
4941 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4944         (mime_type_supported_by_gdk_pixbuf),
4945         (ev_document_factory_get_mime_types),
4946         (ev_document_factory_get_all_mime_types):
4947         
4948         Don't add pixbuf mime types if pixbuf backend is disabled.
4949         
4950         * shell/ev-application.c: (ev_application_get_uri_window):
4951         
4952         Fix for the bug 325815 - unhandled MIME type message doesn't 
4953         appear a second time. 
4954         
4955         * shell/ev-document-types.c: (ev_document_types_add_filters):
4956         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4957         (password_dialog_response), (ev_window_popup_password_dialog),
4958         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4959         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4960         (ev_window_run_presentation), (ev_window_stop_presentation),
4961         (save_sizing_mode), (ev_window_zoom_changed_cb),
4962         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4963         (ev_window_dual_mode_changed_cb),
4964         (ev_window_sidebar_current_page_changed_cb),
4965         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4966         (window_state_event_cb), (window_configure_event_cb):
4967         
4968         Cleanup additional uris holded by EvWindow.
4969
4970 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4973         (ev_view_can_previous_page), (ev_view_can_next_page):
4974         * shell/ev-view.h:
4975         * shell/ev-window.c: (update_action_sensitivity):
4976         
4977         Two page scrolling with Space and PageUp in dual mode. Second fix 
4978         for the bug #316608.
4979
4980 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * shell/ev-view.c: (scroll_to_current_page):
4983         
4984         Correctly clamp adjustment value. Fix for the bug
4985         #325808.
4986
4987 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * shell/ev-sidebar-links.c: (print_section_cb):
4990         * shell/ev-window.c: (ev_window_get_uri),
4991         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4992         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4993         (ev_window_dispose):
4994         
4995         Make print dialog non-modal. Fix for the bug #325622.
4996
4997 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * shell/ev-metadata-manager.c:
5000         * shell/ev-utils.c: (using_pdf_printer),
5001         (using_postscript_printer), (load_print_config_from_file),
5002         (save_print_config_to_file):
5003         * shell/ev-utils.h:
5004         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5005         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5006         (setup_view_from_metadata), (ev_window_setup_document),
5007         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5008         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5009         (ev_window_run_presentation), (ev_window_stop_presentation),
5010         (save_sizing_mode), (ev_window_zoom_changed_cb),
5011         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5012         (ev_window_dual_mode_changed_cb),
5013         (ev_window_sidebar_current_page_changed_cb),
5014         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5015         (window_state_event_cb), (window_configure_event_cb),
5016         (ev_window_init):
5017         
5018         Setting saving behaviour fixes.
5019
5020 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * configure.ac:
5023         
5024         Make antialiasing gs options better and allow
5025         to change them during configure. Fix for the 
5026         bug #319049.
5027
5028 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * shell/ev-window.c: (setup_view_from_metadata):
5031         
5032         Remember if last window was maximized. Fix for the
5033         bug #323797.
5034
5035 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5036
5037         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5038
5039 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5042         * shell/ev-page-action.c: (build_new_tree_cb):
5043         * shell/ev-sidebar-links.c: (links_page_num_func),
5044         (update_page_callback_foreach), (update_page_callback):
5045         * shell/ev-view.c: (scroll_to_current_page):
5046         
5047         Fix for the bug #325067 with more intelligent selection
5048         of current link in sidebar. Make sidebar handle links
5049         of FITR-like type more correctly.
5050
5051         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5052         (dvi_pixbuf_put_pixel):
5053         
5054         Fix memory consumtion with disabled alpha channel.
5055
5056 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * data/evince-ui.xml:
5059         * shell/ev-window.c: (view_menu_popup_cb),
5060         (ev_popup_cmd_open_link), (ev_window_init):
5061         
5062         Update context menu for internal links. Fix for the bug
5063         #325066.
5064
5065 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5068         
5069         Bind context menu to keyboard also. Fix for the bug
5070         #325065.
5071
5072 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5073
5074         * shell/ev-view.c: (selection_scroll_timeout_cb):
5075         
5076         Horizontal scroll on selection also.
5077
5078 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * shell/ev-metadata-manager.c: (parse_value):
5081         * shell/ev-view.c: (goto_xyz_link):
5082         
5083         Correct zoom setup and metadata save broken in 
5084         some locales.
5085
5086 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * shell/ev-view-private.h:
5089         * shell/ev-view.c: (scroll_to_current_page),
5090         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5091         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5092         (page_changed_cb), (ev_view_set_continuous),
5093         (ev_view_set_dual_page), (ev_view_set_presentation):
5094         
5095         Delay scroll until allocation to correctly position page. Fix
5096         for the bug #317334.
5097
5098 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5099
5100         * NEWS:
5101         * configure.ac:
5102         
5103         Update NEWS and require poppler 0.5.0.
5104
5105 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5106         
5107         * data/evince-ui.xml:
5108         * shell/ev-view-private.h:
5109         * shell/ev-view.c: (ev_view_get_link_at_location),
5110         (handle_link_over_xy), (ev_view_button_press_event),
5111         (ev_view_button_release_event), (ev_view_class_init):
5112         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5113         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5114         (ev_window_init):
5115         
5116         Implement right-click context menu.
5117
5118 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5121         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5122         (mdvi_pixbuf_device_render):
5123         * pdf/ev-poppler.cc:
5124
5125         Don't generate thumbnails with alpha. See bug #324077.
5126         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5127
5128 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-window.c: (setup_chrome_from_metadata):
5131         
5132         Fix typo that was hiding toolbar.
5133
5134 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5135
5136         * shell/ev-view-private.h:
5137         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5138         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5139         (ev_view_button_release_event), (ev_view_destroy):
5140         
5141         Small cleanup and autoscrolling during selection. Thanks to 
5142         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5143
5144 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5145
5146         * configure.ac:
5147         
5148         Correctly check for comics option.
5149
5150 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5151         * Makefile.am:
5152         * configure.ac:
5153         * backend/Makefile.am:
5154         * backend/ev-document-factory.c:
5155         * shell/ev-document-types.c:
5156
5157         Included option in configure to make ps backend 
5158         compilation optional with --disable-ps.
5159
5160 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5161
5162         * backend/ev-document-factory.c:
5163         * comics/Makefile.am:
5164         * comics/comics-document.c: (comics_document_load):
5165         * comics/ev-cbr-mime.xml:
5166         * configure.ac:
5167         
5168         Comics mime types are added to shared-mime-info CVS. Now
5169         we don't need to install our own mime types.
5170
5171 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * shell/ev-window.c:
5174         
5175         Add shortcut for "save a copy" menu entry. Fix for
5176         the bug #324582.
5177
5178 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5181         (job_finished_cb), (new_selection_pixbuf_needed),
5182         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5183         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5184         
5185         Rework selection job info logic and fix critical warning.
5186
5187 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5188
5189         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5190
5191 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5192
5193         * data/evince-ui.xml:
5194         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5195         
5196         Enter as shortcut key for next page. Fix for the bug
5197         #321394.
5198
5199 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5200
5201         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5202
5203 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5206         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5207         (new_selection_pixbuf_needed),
5208         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5209         (clear_job_selection):
5210         
5211         Too early for 0.5. Pixbuf cache code cleaned a bit.
5212
5213 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * NEWS:
5216         * configure.ac:
5217         
5218         Release 0.5.0 preparation
5219
5220 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5221
5222         * comics/Makefile.am:
5223         * configure.ac:
5224         * shell/ev-document-types.c: (ev_document_types_add_filters):
5225         
5226         More advanced handling of custom mime type installation.
5227
5228 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * data/evince.schemas.in:
5231         * shell/ev-metadata-manager.c: (value_free),
5232         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5233         (ev_metadata_manager_get), (ev_metadata_manager_set):
5234         * shell/ev-metadata-manager.h:
5235         * shell/ev-window.c: (update_chrome_flag),
5236         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5237         (setup_document_from_metadata), (setup_chrome_from_metadata),
5238         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5239         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5240         (ev_window_view_toolbar_cb),
5241         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5242         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5243         
5244         Save last document settings and reuse them for new documents.
5245
5246 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * Makefile.am:
5249         * backend/Makefile.am:
5250         * backend/ev-document-factory.c:
5251         * backend/ev-document-factory.h:
5252         * comics/Makefile.am:
5253         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5254         (comics_document_load), (comics_document_save),
5255         (comics_document_get_n_pages), (comics_document_get_page_size),
5256         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5257         (comics_document_class_init), (comics_document_can_get_text),
5258         (comics_document_get_info), (comics_document_document_iface_init),
5259         (comics_document_init), (get_supported_image_extensions),
5260         (comics_document_thumbnails_get_geometry),
5261         (comics_document_thumbnails_get_thumbnail),
5262         (comics_document_thumbnails_get_dimensions),
5263         (comics_document_document_thumbnails_iface_init), (extract_argv):
5264         * comics/comics-document.h:
5265         * comics/ev-cbr-mime.xml:
5266         * configure.ac:
5267         * po/POTFILES.in:
5268         * shell/ev-application.c: (ev_application_register_service):
5269         * shell/ev-document-types.c: (ev_document_types_add_filters):
5270         * thumbnailer/Makefile.am:
5271         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5272         
5273         New CBR/CBZ backend for comic books.
5274
5275 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * shell/main.c: (load_files_remote):
5278
5279         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5280         warning on startup of second instance is fixed. It
5281         is bug #320353.
5282
5283 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * shell/ev-window.c: (ev_window_finalize):
5286         
5287         Fix double free that cause crash.
5288
5289 2005-10-29  Bastien Nocera <hadess@hadess.net>
5290
5291         * tiff/tiff-document.c: (tiff_document_load):
5292         
5293         Fix memory leak.
5294
5295 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * po/POTFILES.in:
5298         * shell/Makefile.am:
5299         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5300         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5301         (ev_view_accessible_get_text),
5302         (ev_view_accessible_get_character_at_offset),
5303         (ev_view_accessible_get_text_before_offset),
5304         (ev_view_accessible_get_text_at_offset),
5305         (ev_view_accessible_get_text_after_offset),
5306         (ev_view_accessible_get_character_count),
5307         (ev_view_accessible_get_caret_offset),
5308         (ev_view_accessible_set_caret_offset),
5309         (ev_view_accessible_get_run_attributes),
5310         (ev_view_accessible_get_default_attributes),
5311         (ev_view_accessible_get_character_extents),
5312         (ev_view_accessible_get_offset_at_point),
5313         (ev_view_accessible_get_n_selections),
5314         (ev_view_accessible_get_selection),
5315         (ev_view_accessible_add_selection),
5316         (ev_view_accessible_remove_selection),
5317         (ev_view_accessible_set_selection),
5318         (ev_view_accessible_text_iface_init),
5319         (ev_view_accessible_idle_do_action),
5320         (ev_view_accessible_action_do_action),
5321         (ev_view_accessible_action_get_n_actions),
5322         (ev_view_accessible_action_get_description),
5323         (ev_view_accessible_action_get_name),
5324         (ev_view_accessible_action_set_description),
5325         (ev_view_accessible_action_iface_init),
5326         (ev_view_accessible_get_type), (ev_view_accessible_new),
5327         (ev_view_accessible_factory_get_accessible_type),
5328         (ev_view_accessible_factory_create_accessible),
5329         (ev_view_accessible_factory_class_init),
5330         (ev_view_accessible_factory_get_type):
5331         * shell/ev-view-accessible.h:
5332         * shell/ev-view-private.h:
5333         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5334         * shell/ev-view.h:
5335         
5336         Initial accessibility support.
5337
5338 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5339
5340         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5341
5342 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5343
5344         * shell/ev-print-job.c: (idle_print_handler):
5345         
5346         Fix for bug Bug 318916: Printing multiple pages.
5347
5348 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5349
5350         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5351
5352 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * pdf/ev-poppler.cc:
5355         
5356         Thumnail dimensions unified with other backends.
5357         
5358         * shell/ev-window-title.c: (ev_window_title_update):
5359         
5360         Fix warning.
5361
5362 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * data/ev-stock-zoom-fit-width.png:
5365         
5366         Remove unused file.
5367
5368 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * configure.ac:
5371         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5372         (djvu_document_finalize):
5373         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5374         (dvi_document_finalize):
5375         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5376         (pixbuf_document_save), (pixbuf_document_finalize):
5377         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5378         (tiff_document_finalize):
5379         
5380         Save a copy implemented for various backends.
5381
5382 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5383
5384         * configure.ac:
5385         
5386         Don't link with ltiff if tiff is disabled.
5387
5388 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5389
5390         * pdf/GDKSplashOutputDev.cc:
5391         * pdf/GDKSplashOutputDev.h:
5392         * pdf/Thumb.cc:
5393         * pdf/Thumb.h:
5394         * pdf/pdf-document.cc:
5395         * pdf/pdf-document.h:
5396         * pdf/test-gdk-output-dev.cc:
5397         
5398         Remove old unused files.
5399
5400 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5401
5402         * shell/ev-window.c: (ev_window_setup_document):
5403         
5404         Fixed warnings on reload and probably crash reason.
5405
5406 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5407
5408         * properties/ev-properties-view.c:
5409         (ev_properties_view_format_date):
5410         
5411         Check if date is invalid. Fix for bug 318134.
5412
5413 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5414
5415         * shell/ev-window-title.c:
5416         
5417         Add .indd files (Adobe Indesign) to the list of "bad
5418         extensions".
5419
5420 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * data/evince-ui.xml:
5423         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5424         
5425         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5426
5427 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5428
5429         * shell/ev-window.c: (launch_link), (launch_external_uri),
5430         (view_external_link_cb):
5431
5432         URL-escape link before passing it to gnome_vfs_url_show.
5433
5434 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5435
5436         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5437         there isn't text selected.
5438
5439 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5440
5441         * shell/ev-view.c: (handle_link_over_xy):
5442
5443         Check tooltip is valid utf8 before showing it
5444
5445 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5448
5449 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5450
5451         * shell/ev-window-title.c: (ev_window_title_update):
5452
5453         Guard against using g_strstrip on NULL. Fixes bug #317291.
5454
5455 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5456
5457         * pdf/ev-poppler.cc:
5458
5459         Show title even for unknown links
5460
5461 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5462
5463         * shell/ev-window-title.c: (ev_window_title_update):
5464
5465         Strip the title string
5466
5467 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5468
5469         * shell/ev-window-title.c:
5470
5471         Add .rtf to the bad extensions list
5472
5473 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5474
5475         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5476         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5477
5478         Ignore link coordinates if they are outside page bounds
5479
5480 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5481
5482         * backend/ev-link.c: (ev_link_type_get_type),
5483         (ev_link_get_filename), (ev_link_get_params),
5484         (ev_link_get_property), (ev_link_set_property),
5485         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5486         * backend/ev-link.h:
5487         * pdf/ev-poppler.cc:
5488         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5489         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5490         (ev_window_init):
5491
5492         Implement launch links. Delegate external link opening to
5493         the window.
5494
5495 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5496
5497         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5498         (ev_link_get_right), (ev_link_get_property),
5499         (ev_link_set_property), (ev_link_class_init),
5500         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5501         * backend/ev-link.h:
5502         * pdf/ev-poppler.cc:
5503         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5504
5505         Implement fitr links
5506
5507 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5508
5509         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5510         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5511         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5512         (ev_view_size_request_continuous),
5513         (ev_view_size_request_dual_page),
5514         (ev_view_size_request_single_page), (ev_view_size_allocate),
5515         (ev_view_zoom_for_size_continuous_and_dual_page),
5516         (ev_view_zoom_for_size_continuous),
5517         (ev_view_zoom_for_size_dual_page),
5518         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5519         (ev_sizing_mode_get_type):
5520         * shell/ev-view.h:
5521         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5522
5523         Do not use modes for link, we need to calculate size ad hoc.
5524         Still not perfect because of the usual scrollbar issues grrr.
5525
5526 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5527
5528         * backend/ev-link.c: (ev_link_type_get_type),
5529         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5530         * backend/ev-link.h:
5531         * pdf/ev-poppler.cc:
5532         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5533         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5534         (ev_view_size_request_continuous),
5535         (ev_view_size_request_dual_page),
5536         (ev_view_size_request_single_page), (ev_view_size_allocate),
5537         (zoom_for_size_fit_height),
5538         (ev_view_zoom_for_size_continuous_and_dual_page),
5539         (ev_view_zoom_for_size_continuous),
5540         (ev_view_zoom_for_size_dual_page),
5541         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5542         (ev_sizing_mode_get_type):
5543         * shell/ev-view.h:
5544         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5545
5546         Implement FIT_HEIGHT mode (only for links).
5547         Implement FITH links
5548
5549 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5550
5551         * shell/ev-window-title.c: (get_filename_from_uri),
5552         (ev_window_title_sanitize_extension), (ev_window_title_update),
5553         (ev_window_title_set_document), (ev_window_title_set_uri),
5554         (ev_window_title_free):
5555         * shell/ev-window-title.h:
5556         * shell/ev-window.c: (ev_window_setup_document),
5557         (ev_window_popup_password_dialog):
5558
5559         Refactor window title building while fixing it for
5560         password documents.
5561
5562 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5563
5564         * pdf/ev-poppler.cc:
5565
5566         Escape link title before setting it in the model
5567
5568 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5569
5570         * shell/ev-application.c: (removed_from_session), (save_session),
5571         (init_session), (ev_application_get_empty_window),
5572         (ev_application_init), (ev_application_get_windows):
5573         * shell/ev-application.h:
5574         * shell/ev-window.c: (ev_window_finalize):
5575
5576         Add a function to retrieve window list and share it where
5577         necessary.
5578         Implement session handling, works pretty well thanks to the
5579         metadata system.
5580
5581 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5582
5583         * shell/ev-password.c: (ev_password_item_created_callback),
5584         (ev_password_dialog_save_password):
5585         
5586         Fix for bug 316972. Use async gnome-keyring API.
5587
5588 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5589
5590         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5591         Remove unused unrealize handler. Add scroll handling to
5592         ev_view_scroll_event for presentation mode (bug #316708),
5593         and fix the event state checks there.
5594
5595 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5596
5597         * shell/ev-page-action.c: (page_changed_cb):
5598
5599         "marco, maybe we should be crazy and jump right to 6! :)"
5600
5601         Bryan Clark, Sep 2005
5602
5603 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5604
5605         * ps/ps-document.c: (save_document), (ps_document_save),
5606         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5607         (ps_document_ps_export_end):
5608
5609         Fix unstructured documents save and print
5610
5611 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5612
5613         * shell/ev-application.c: (ev_application_open_uri):
5614
5615         Fix window size persistance
5616
5617 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5618
5619         * shell/ev-view.c: (ev_view_button_release_event):
5620
5621         Based on a patch from carlosgc@gnome.org. Mouse buttons
5622         switch pages in presentation mode.
5623
5624 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5625
5626         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5627
5628         Dont cast to int before scaling
5629
5630 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5631
5632         * backend/ev-link.c: (ev_link_type_get_type),
5633         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5634         (ev_link_new_page_fith):
5635         * backend/ev-link.h:
5636         * pdf/ev-poppler.cc:
5637         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5638
5639         Implement FIT and FITH links
5640
5641 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5642
5643         * pdf/ev-poppler.cc:
5644
5645         Return 0 results when search is not in progress.
5646
5647         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5648         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5649
5650         Update menu sensitivity when cancelling search
5651
5652 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5653
5654         * shell/ev-view.c: (ev_view_can_find_next):
5655
5656         Take all pages in consideration, not just current one
5657
5658 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5659
5660         * shell/ev-page-cache.c:
5661         * shell/ev-page-cache.h:
5662         * shell/ev-view.c: (ev_view_binding_activated),
5663         (ev_view_next_page), (ev_view_previous_page),
5664         (ev_sizing_mode_get_type):
5665         * shell/ev-view.h:
5666         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5667         (ev_window_cmd_go_next_page):
5668
5669         Move page next/previous functions from page chace to
5670         view and change it to move by 2 page steps in dual mode.
5671
5672 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5673
5674         * shell/ev-window.c: (update_sidebar_visibility),
5675         (setup_sidebar_from_metadata), (ev_window_setup_document),
5676         (setup_view_from_metadata):
5677
5678         Show the index by default when there is one     
5679
5680 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5681
5682         * shell/ev-window-title.c: (ev_window_title_set_document):
5683
5684         Missing null check
5685
5686 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * shell/ev-view.c: (view_update_range_and_current_page):
5689         
5690         Allow display of last odd page in dual view. Fix for 316347.
5691
5692 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5693
5694         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5695         
5696         Make close button default. Fix for 316383.
5697
5698 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5701         
5702         Mark close button as default. Fix for 316381.
5703
5704 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5705
5706         * backend/ev-link.c: (ev_link_class_init):
5707
5708         Allow negative doubles in left/top properties
5709
5710 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5711
5712         * shell/ev-window.c:
5713
5714         Remove a bunch of strings that was used only
5715         by the statusbar.
5716
5717 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5718
5719         * shell/ev-window-title.c: (get_filename_from_uri),
5720         (ev_window_title_set_document):
5721
5722         When title has a confusing extension, show also
5723         the document filename inside ()
5724
5725 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5726
5727         * shell/Makefile.am:
5728         * shell/ev-window-title.c: (ev_window_title_new),
5729         (ev_window_title_update), (ev_window_title_set_type),
5730         (ev_window_title_set_document), (ev_window_title_free):
5731         * shell/ev-window-title.h:
5732         * shell/ev-window.c: (ev_window_setup_document),
5733         (password_dialog_response), (ev_window_popup_password_dialog),
5734         (ev_window_dispose), (ev_window_init):
5735
5736         Factor out and cleanup window title code
5737
5738 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5739
5740         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5741         (unable_to_load):
5742
5743         Make dialog transient so it doesnt block other windows
5744
5745 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * pdf/ev-poppler.cc:
5748         
5749         Fix pdf thumbnails rendering.
5750
5751 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5752
5753         * shell/ev-window.c: (fullscreen_set_timeout):
5754         
5755         Increase timeout to hide full screen popup. Bug 
5756         316123. 
5757
5758 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * data/evince.schemas.in:
5761         * shell/ev-window.c: (update_action_sensitivity):
5762
5763         Allow the user to override document restrictions. Fix for bug
5764         305818.
5765
5766 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5767
5768         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5769         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5770         (ev_window_class_init): Fix multihead behaviour of fullscreen
5771         toolbar popup. Fixes bug #315451.
5772
5773 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * configure.ac:
5776         * data/evince-password.glade:
5777         * shell/ev-password.c: (ev_password_dialog_set_property),
5778         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5779         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5780         (ev_password_dialog_entry_changed_cb),
5781         (ev_password_dialog_entry_activated_cb),
5782         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5783         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5784         (ev_password_dialog_set_bad_pass):
5785         * shell/ev-password.h:
5786         * shell/ev-window.c: (password_dialog_response),
5787         (ev_window_popup_password_dialog):
5788         
5789         Support for gnome-keyring for encrypted PDF's.
5790
5791 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5794         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5795         (ev_view_enter_notify_event), (ev_view_class_init):
5796         
5797         More precise handling of enter_notify/leave_notify events
5798         in EvView. Fix for bug 315470.
5799
5800 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5801
5802         * shell/ev-window.c: (fullscreen_timeout_cb),
5803         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5804         (ev_window_dispose):
5805
5806         leak fix: unref fullscreen_timeout_source before clearing it
5807
5808 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * configure.ac, dvi/mdvi/Makefile.am: 
5811         
5812         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5813
5814 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5815
5816         * backend/ev-link.c: (ev_link_new_page_xyz):
5817         * pdf/ev-poppler.cc:
5818         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5819
5820         Fix some bugs with xyz links, respect zoom
5821
5822 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5823
5824         * shell/ev-window.c: (page_changed_cb),
5825         (setup_document_from_metadata), (update_sidebar_visibility),
5826         (setup_view_from_metadata), (ev_window_run_fullscreen),
5827         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5828         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5829         (ev_window_dual_mode_changed_cb),
5830         (ev_window_sidebar_current_page_changed_cb):
5831
5832         null check uri before setting and getting metadata
5833
5834 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5835
5836         * dvi/Makefile.am:
5837         * properties/Makefile.am:
5838         * shell/Makefile.am:
5839         * thumbnailer/Makefile.am:
5840
5841         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5842
5843 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5844
5845         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5846         (selection_changed_callback):
5847         * shell/ev-sidebar-links.h:
5848
5849         Add a signal for link activation.
5850
5851         * shell/ev-view.c: (ev_view_goto_link),
5852         (ev_view_button_release_event):
5853         * shell/ev-view.h:
5854         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5855         (ev_window_init):
5856
5857         Implement the signal so that we can handle all link types.
5858
5859         * shell/ev-page-cache.c:
5860
5861         Remove unused set_link function
5862
5863 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5864
5865         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5866
5867         Add some space from the cursor, hardcoded but I couldnt
5868         find a better way.
5869
5870 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5871
5872         * lib/ev-tooltip.c:
5873
5874         Use mozilla style vs gtk style, way better for links.
5875
5876         * shell/ev-view.c: (ev_view_motion_notify_event),
5877         (ev_view_destroy), (ev_view_init):
5878
5879         Deactive tooltip when the link hovered is changed.
5880
5881 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5882
5883         * backend/ev-document.h:
5884         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5885         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5886         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5887         (ev_link_new_page), (ev_link_new_page_xyz):
5888         * backend/ev-link.h:
5889         * pdf/ev-poppler.cc:
5890         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5891         (go_to_link), (tip_from_link):
5892
5893         Implement xyz links, still not functional. Links are a total
5894         mess, will need to refactor and bugfix a lot :(
5895
5896 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5897
5898         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5899
5900 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5901
5902         * data/evince-ui.xml:
5903         * data/evince.schemas.in:
5904         * shell/Makefile.am:
5905         * shell/ev-window.c: (update_chrome_visibility),
5906         (password_dialog_response), (ev_window_load_job_cb),
5907         (ev_window_xfer_job_cb), (ev_window_open_uri),
5908         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5909         (ev_window_init):
5910
5911         Remove the statusbar. This regress loading feedback, need to
5912         check with Bryan what we want to do there...
5913
5914 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5915
5916         * lib/ev-tooltip.c: (ev_tooltip_init):
5917
5918         Fix tooltip border and size handling
5919
5920 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5921
5922         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5923         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5924         (ev_tooltip_timeout), (ev_tooltip_activate),
5925         (ev_tooltip_deactivate):
5926         * lib/ev-tooltip.h:
5927         * shell/ev-view.c: (ev_view_motion_notify_event):
5928
5929         Delay popup showing. Mirror gtk logic/times.
5930
5931 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5932
5933         * lib/Makefile.am:
5934         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5935         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5936         (ev_tooltip_set_text), (ev_tooltip_set_position):
5937         * lib/ev-tooltip.h:
5938
5939         Simple widget to show tooltips at a custom position
5940
5941         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5942         (ev_view_destroy):
5943
5944         Use it for links. First go, needs work
5945
5946 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5947
5948         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5949         HIG fixes.  Use title capitalization for window title. Use 12 
5950         pixels of space between the dialog's vbox and action area.
5951
5952 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5953
5954         * shell/ev-window.c: (file_open_dialog_response_cb),
5955         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5956         (ev_window_cmd_save_as):
5957
5958         Make file pickers not modal and refactor code some
5959
5960 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5961
5962         * shell/ev-sidebar.h:
5963         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5964         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5965         (ev_sidebar_class_init), (ev_sidebar_select_page),
5966         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5967         (ev_sidebar_set_page):
5968
5969         Add a current page property and allow to get/set it
5970
5971         * shell/ev-window.c: (setup_view_from_metadata),
5972         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5973
5974         Persist current sidebar page per document
5975
5976 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5977
5978         * data/evince.schemas.in:
5979         * shell/ev-window.c: (update_chrome_visibility),
5980         (setup_document_from_metadata), (update_sidebar_visibility),
5981         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5982         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5983         (ev_window_run_presentation), (ev_window_stop_presentation),
5984         (ev_window_view_sidebar_cb),
5985         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5986         (load_chrome), (ev_window_init):
5987
5988         Persist size/visibility of sidebar per document
5989
5990 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5991
5992         * shell/ev-view.c (draw_loading_text): Draw loading text.
5993
5994 2005-09-02  Dan Damian  <dand@gnome.ro>
5995
5996         * configure.in: Added "ro" to ALL_LINGUAS.
5997
5998 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5999
6000         * shell/ev-view.c: (clear_caches):
6001
6002         ev_page_cache_get doesnt return a reference,
6003         dont try to unref it.
6004
6005 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * shell/main.c: (load_files_remote):
6008
6009         Fix timestamp parameter with dbus <= 0.33
6010
6011 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6012
6013         * data/evince.schemas.in:
6014
6015         Add missing full stop
6016
6017 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6018
6019         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6020         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6021
6022         Plug some memory leaks
6023
6024 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6025
6026         * configure.ac:
6027         * lib/ev-debug.c: (trap_handler):
6028
6029         Check for execinfo.h and use it only if it exists.
6030         Ported from Epiphany (bug #314776).
6031
6032 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6033
6034         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6035
6036 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6037
6038         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6039         * po/id.po      : Added Indonesian translation
6040
6041 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6042
6043         * shell/main.c:
6044         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6045         * NEWS: Release 0.4.0
6046
6047 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6048
6049         * configure.ac: catch another gtk+-2.8ism
6050         * shell/main.c: Make work with gtk+-2.6
6051
6052 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6053
6054         * shell/ev-application-service.xml: Add 'timestamp' argument to
6055           ev_application_open_window and ev_application_open_uri methods.
6056
6057         * shell/ev-application.h: Add 'timestamp' argument to
6058           ev_application_open_window, ev_application_open_uri,
6059           and ev_application_open_uri_list functions.
6060
6061         * shell/ev-application.c (ev_application_open_window,
6062           ev_application_open_uri, ev_application_open_uri_list): Change
6063           functions that show/present windows to use a timestamp if one
6064           is passed in.
6065
6066         * shell/ev-window.c (ev_window_cmd_file_open,
6067           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6068         * shell/main.c (load_files): Modify calls to ev_application to
6069           include GDK_CURRENT_TIME as timestamp.
6070
6071         * shell/main.c (load_files_remote): Obtain timestamp for client
6072           instance from GDK and pass to server instance so new windows are
6073           focused properly.  Fix dbus_g_proxy_call() calls by including second
6074           G_TYPE_INVALID.
6075           
6076         Closes bug #314475.
6077
6078 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6079
6080         * shell/ev-window.c (ev_window_finalize): Check for
6081         avail. EvWindows when quiting to handle the finalize better,
6082         #314497
6083
6084 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085         
6086         * properties/ev-properties-view.c: 
6087         
6088         Set textdomain to libglade. Fixes translation problem in property page.
6089
6090 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6091
6092         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6093         * dvi/Makefile.am:
6094         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6095         * dvi/mdvi-lib/Makefile.am:
6096         
6097         Fix rotation of thumbnails, ported to new API. Moved library
6098         dependencies earlier, probably it will fix linkage problem.
6099
6100 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6101
6102         * backend/ev-document-misc.c:
6103         (ev_document_misc_get_thumbnail_frame):
6104         * backend/ev-document-misc.h:
6105         * configure.ac:
6106         * pdf/ev-poppler.cc:
6107         * shell/Makefile.am:
6108         * shell/ev-sidebar-thumbnails.c: (add_range),
6109         (ev_sidebar_thumbnails_set_loading_icon),
6110         (ev_sidebar_thumbnails_refresh),
6111         (ev_sidebar_thumbnails_set_document):
6112         * shell/ev-sidebar-thumbnails.h:
6113         * shell/ev-view.c: (ev_view_motion_notify_event),
6114         (ev_view_set_property), (ev_view_get_property),
6115         (ev_view_class_init), (ev_view_set_rotation):
6116         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6117         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6118         (ev_window_init):
6119         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6120         Redo rotation (again).  prepare for 0.4.0
6121
6122 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6123
6124         * configure.ac: Bump poppler requirement to 0.4.1.
6125
6126         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6127         argument to poppler_page_render_selection() call.
6128
6129 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6132         (djvu_document_thumbnails_get_thumbnail):
6133         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6134         (dvi_document_thumbnails_get_thumbnail):
6135         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6136         (pixbuf_document_thumbnails_get_thumbnail):
6137         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6138         
6139         Update rotation direction of backends to fit with pdf and ps.
6140
6141 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6142
6143         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6144         * backend/ev-async-renderer.h:
6145         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6146         (setup_page), (ps_document_get_page_size),
6147         (ps_async_renderer_render_pixbuf):
6148         * ps/ps-document.h:
6149         * shell/ev-jobs.c: (ev_job_render_run):
6150
6151         Fix orientation in the postscript document
6152
6153 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6154
6155         * pdf/ev-poppler.cc:
6156         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6157         * shell/ev-view.c: (highlight_find_results):
6158
6159         Adapt to the new poppler rotation API. Fix text maps on landscape
6160         documents.
6161
6162 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6163
6164         * shell/ev-view.c (compute_new_selection_text): get the correct
6165         region when selecting in modes other than continuous.
6166
6167 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6168
6169         * shell/main.c (main): remove redundant g_warnings.
6170
6171 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * shell/Makefile.am: Don't include autogenerated
6174         file ev-application-service.h into distribution, since
6175         it causes dbus crash. Fix for bugs 313724 and 313443. 
6176
6177 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * configure.ac: Fix sed expression for FreeBSD. Thanks
6180         to Joe Marcus Clark <marcus@freebsd.org>
6181         
6182         * shell/eggfindbar.c: (entry_activate_callback),
6183         (entry_changed_callback), (egg_find_bar_init),
6184         (egg_find_bar_set_search_string):
6185         
6186         Made findbar buttons unsensitive if there is no text in
6187         entry. Fix for the bug 313285.
6188
6189 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6190
6191         * ps/ps-document.c: Use g_filename_display_name for displaying
6192         filenames and revert string freeze breackage
6193
6194 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6195
6196         * NEWS:
6197         * configure.ac:
6198
6199         Update for 0.3.4
6200
6201         * shell/Makefile.am:
6202
6203         Add ev-application-service.xml to extra dist
6204
6205         * shell/ev-view.c: (find_page_at_location):
6206
6207         Remove unused function (fix warning)
6208
6209 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6212         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6213         
6214         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6215         bug 313623.
6216
6217 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6220         * shell/ev-window.c:
6221         Fix build warnings
6222
6223 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6224
6225         * configure.ac: Update script to get dbus version.
6226         Fix for the bug #313443.
6227
6228 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6229
6230         * shell/ev-window.c: (ev_window_cmd_escape):
6231         
6232         Return focus back to view on escape. Fix for bug 313295.
6233
6234 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6235
6236         * shell/ev-window.c: (update_window_title),
6237         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6238         (ev_window_cmd_save_as):
6239         
6240         Correct conversion from uri to displayable string. Fix for
6241         bug 313296.
6242
6243 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6244
6245         * ps/ps-document.c: convert filename to utf8 when there is an error
6246         loading document. Fixes #309915
6247
6248 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * configure.ac:
6251
6252         We depend on poppler 0.4.0
6253
6254 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6255
6256         * configure.ac:
6257         * NEWS: Release 0.3.3.
6258         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6259
6260 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6261
6262         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6263         add a couple missing mnemonics to menu items, use title 
6264         capitalization for menu items and window titles, and add 
6265         ellipsis to open menu item.     
6266
6267 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6268
6269         * pdf/ev-poppler.cc:
6270         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6271         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6272         (ev_view_get_rotation):
6273         * shell/ev-view.h:
6274         * shell/ev-window.c: (setup_view_from_metadata),
6275         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6276         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6277         disk.
6278
6279 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6280
6281         * configure.ac: Added tr to ALL_LINGUAS
6282
6283 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6284
6285         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6286         requires several clicks to find word. Thanks to 
6287         Colin Slater <kiltedtaco@gmail.com>.
6288
6289 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6290
6291         * data/evince.desktop.in.in: Hide menu entry and
6292         rename it to "Document Viewer". Fix for bug 
6293         #312399.
6294
6295 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6296
6297         * shell/ev-page-action.c (ev_page_action_class_init): 
6298
6299         Point to the correct function in constructor of the
6300         activate_label signal
6301
6302 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6303
6304         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6305         * shell/ev-jobs.h: Make thread safe.
6306
6307 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * shell/ev-view.c: (view_update_range_and_current_page):
6310         Don't update page range if we are scrolling to some document
6311         point.
6312
6313 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6316         when getting max_page_width, fix drawing in dual mode.
6317
6318 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6319
6320         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6321         getting the area for select_all.
6322
6323 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6324
6325         * backend/ev-selection.c: (ev_selection_render_selection):
6326         * backend/ev-selection.h:
6327         * pdf/ev-poppler.cc:
6328         * shell/ev-jobs.c: (ev_job_render_new):
6329         * shell/ev-jobs.h:
6330         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6331         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6332         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6333         (ev_view_class_init):
6334
6335         Change selection color on focus in and focus out events.  Also,
6336         poppler now uses GdkColor for specifying the selection colors, so
6337         drop some awkward conversion code.
6338
6339 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6340
6341         * configure.ac: Added Hebrew translation
6342
6343 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6344
6345         * NOTES:
6346         * backend/ev-selection.c: (ev_selection_render_selection):
6347         * backend/ev-selection.h:
6348         * pdf/ev-poppler.cc:
6349         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6350         (ev_job_render_run):
6351         * shell/ev-jobs.h:
6352         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6353         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6354         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6355         (ev_pixbuf_cache_style_changed),
6356         (ev_pixbuf_cache_get_selection_pixbuf),
6357         (ev_pixbuf_cache_set_selection_list),
6358         (ev_pixbuf_cache_get_selection_list):
6359         * shell/ev-pixbuf-cache.h:
6360         * shell/ev-utils.c: (ev_print_region_contents):
6361         * shell/ev-utils.h:
6362         * shell/ev-view.c: (ev_view_queue_draw_page),
6363         (selection_update_idle_cb), (ev_view_motion_notify_event),
6364         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6365         (setup_caches), (ev_view_find_next), (merge_selection_region),
6366         (selection_free):
6367         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6368
6369         Clean up selection to be much smoother!
6370
6371 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6372
6373         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6374         to poppler_page_render_selection().
6375
6376 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6377
6378         * ps/ps-document.c: (save_page_list): Use
6379         unzipped document when printing. Thanks to 
6380         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6381         311016.
6382
6383 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-window.c: (update_action_sensitivity):
6386         
6387         Disable print and save respect to lockdown gconf keys. Fix
6388         for 312342.
6389
6390 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * configure.ac:
6393         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6394         (write_to_temp_file), (ev_file_set_contents):
6395         * shell/ev-utils.h:
6396         * shell/ev-window.c: (save_print_config_to_file):
6397         
6398         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6399         Fix for bug 312238
6400
6401 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6402
6403         * shell/ev-window.c: (load_print_config_from_file),
6404         (save_print_config_to_file), (ev_window_print_range):
6405
6406         Persist the print settings. Fixes bug #311578.
6407
6408 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6409
6410         * djvu/djvu-document.c: (djvu_document_get_page_size),
6411         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6412         (djvu_document_thumbnails_get_thumbnail):
6413         * dvi/dvi-document.c: (dvi_document_get_page_size),
6414         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6415         (dvi_document_thumbnails_get_dimensions),
6416         (dvi_document_thumbnails_get_thumbnail):
6417         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6418         (pixbuf_document_render_pixbuf),
6419         (pixbuf_document_document_iface_init),
6420         (pixbuf_document_thumbnails_get_thumbnail):
6421         
6422         Update backends to make them build with new rotation system.
6423
6424 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * help/C/figures/evince_start_window.png:
6427         
6428         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6429
6430 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6431
6432         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6433         * shell/ev-pixbuf-cache.h:
6434         * shell/ev-sidebar-thumbnails.c:
6435         (ev_sidebar_thumbnails_get_property), (add_range),
6436         (adjustment_changed_cb):
6437         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6438         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6439         we were thumbnailing the entire docment on startup, slowing us
6440         down hugely. 
6441
6442 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6443
6444         * shell/ev-page-cache.c: (ev_page_cache_new):
6445         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6446         == 0, fixes #310306.
6447
6448 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6449
6450         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6451         (ev_view_rotate_left):
6452
6453         Account rotation in doc_rect_to_view_rect.
6454         Ensure rotation doesnt go out of bounds.
6455
6456 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6457
6458         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6459
6460         Correct and cleanup w/h swapping
6461
6462 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6463
6464         * backend/ev-document-thumbnails.c:
6465         (ev_document_thumbnails_get_thumbnail):
6466         * backend/ev-document-thumbnails.h:
6467         * backend/ev-document.c:
6468         * backend/ev-document.h:
6469         * backend/ev-render-context.c: (ev_render_context_new),
6470         (ev_render_context_set_rotation):
6471         * backend/ev-render-context.h:
6472         * pdf/ev-poppler.cc:
6473         * ps/ps-document.c: (ps_document_document_iface_init):
6474         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6475         * shell/ev-jobs.h:
6476         * shell/ev-page-cache.c: (build_height_to_page),
6477         (ev_page_cache_new), (ev_page_cache_get_size),
6478         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6479         (ev_page_cache_get_height_to_page):
6480         * shell/ev-page-cache.h:
6481         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6482         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6483         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6484         (ev_pixbuf_cache_get_selection_pixbuf):
6485         * shell/ev-pixbuf-cache.h:
6486         * shell/ev-print-job.c: (idle_print_handler):
6487         * shell/ev-sidebar-thumbnails.c: (add_range):
6488         * shell/ev-view.c: (view_update_range_and_current_page),
6489         (get_page_y_offset), (get_page_extents),
6490         (ev_view_size_request_continuous_dual_page),
6491         (ev_view_size_request_continuous),
6492         (ev_view_size_request_dual_page),
6493         (ev_view_size_request_single_page), (draw_one_page),
6494         (ev_view_set_rotation), (ev_view_rotate_right),
6495         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6496         (ev_view_zoom_for_size_continuous_and_dual_page),
6497         (ev_view_zoom_for_size_continuous),
6498         (ev_view_zoom_for_size_dual_page),
6499         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6500         (ev_view_select_all):
6501         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6502         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6503         (tiff_document_document_iface_init),
6504         (tiff_document_thumbnails_get_thumbnail):
6505
6506         Use rotation rather than orientation. It's easier and enough
6507         for our needs.
6508
6509 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6510
6511         * shell/ev-page-cache.c: (build_height_to_page),
6512         (ev_page_cache_new), (ev_page_cache_get_size),
6513         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6514         (ev_page_cache_get_height_to_page):
6515         * shell/ev-page-cache.h:
6516         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6517         (ev_view_size_request_continuous_dual_page),
6518         (ev_view_size_request_continuous),
6519         (ev_view_zoom_for_size_continuous_and_dual_page),
6520         (ev_view_zoom_for_size_continuous):
6521
6522         Make the page cache aware of page orientation.
6523
6524 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6525
6526         * backend/ev-document-thumbnails.c:
6527         (ev_document_thumbnails_get_thumbnail):
6528         * backend/ev-document-thumbnails.h:
6529         * backend/ev-document.c:
6530         * backend/ev-document.h:
6531         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6532         * backend/ev-ps-exporter.h:
6533         * pdf/ev-poppler.cc:
6534         * ps/ps-document.c: (ps_document_document_iface_init),
6535         (ps_document_ps_export_do_page):
6536         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6537         * shell/ev-jobs.h:
6538         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6539         (ev_page_cache_get):
6540         * shell/ev-page-cache.h:
6541         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6542         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6543         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6544         * shell/ev-pixbuf-cache.h:
6545         * shell/ev-print-job.c: (idle_print_handler):
6546         * shell/ev-sidebar-thumbnails.c: (add_range):
6547         * shell/ev-view.c: (view_update_range_and_current_page),
6548         (get_page_extents), (ev_view_size_request_dual_page),
6549         (ev_view_size_request_single_page), (draw_one_page),
6550         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6551         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6552         (ev_view_zoom_for_size_dual_page),
6553         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6554         (ev_view_select_all):
6555         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6556         * tiff/tiff-document.c: (tiff_document_get_page_size),
6557         (tiff_document_get_orientation), (rotate_pixbuf),
6558         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6559         (tiff_document_thumbnails_get_thumbnail),
6560         (tiff_document_ps_export_do_page), (tiff_document_init):
6561
6562         Really make use of the orientation bit of the render context.
6563         Use the render context in a few more places in the backend API.
6564         This regress orientation, but now it's done right. Will try to
6565         fix it up asap...
6566
6567 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6568
6569         * shell/ev-view.c: (ensure_rectangle_is_visible):
6570
6571         Patch by Nickolay V. Shmyrev to fix find flickering
6572
6573 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6574
6575         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6576         duplex parameters to ::begin.
6577
6578         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6579         * shell/ev-print-job.c (idle_print_handler): 
6580         * ps/ps-document.c (ps_document_ps_export_begin): 
6581         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6582         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6583         implementations. Poppler backend needs poppler cvs. Rest has
6584         unchanged behavior.
6585
6586 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6587
6588         * shell/ev-window.c (using_pdf_printer): new function.
6589         (ev_window_print_range): print a less techy message if someone
6590         tries to print to PDF.
6591
6592 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6593
6594         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6595         from "unknown font" string. Bug #311431
6596
6597 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6598
6599         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6600
6601 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6602
6603         Bug #311280
6604         
6605         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6606         name for PopplerFontTypes
6607         (pdf_document_fonts_fill_model): add font type to the detail column
6608
6609         * backend/ev-document-fonts.h: added
6610         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6611
6612         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6613         font name and font details, add a little markup.
6614         (ev_properties_fonts_init): use the new cell data func, specify ypad
6615         property for the cell renderer.
6616         (ev_properties_fonts_set_document): add the details column.
6617
6618 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6619
6620         * configure.ac: Added "pl" to ALL_LINGUAS.
6621
6622 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6623
6624         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6625
6626 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6627
6628         * help/ChangeLog: Started this for translations of manual.
6629         * configure.ac, autogen.sh, .cvsignore: Migrated to
6630         gnome-doc-utils. Patch in bug #311222.
6631
6632 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6633
6634         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6635         #ifdef this away to fix an unused-function warning.
6636
6637 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6638
6639         * configure.ac: Added 'gl' to ALL_LINGUAS.
6640
6641 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6642
6643         * configure.ac: Added ne in ALL_LINGUAS
6644         
6645 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * shell/ev-view.c: (ev_view_leave_notify_event):
6648         
6649         Clear status message when pointer leaves view. Fix for bug
6650         #310818 
6651
6652 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6653
6654         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6655
6656 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6657
6658         * shell/ev-view.c: (ev_view_leave_notify_event),
6659         (ev_view_class_init):
6660         
6661         Set cursor to normal then leaving view.
6662
6663 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6664
6665         * configure.ac:
6666         
6667         Fix required djvulibre version.
6668
6669 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6670
6671         *configure.ac: Hindi (hi) language added
6672
6673 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6674
6675         *configure.ac: Punjabi (pa) Language added
6676
6677 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6678
6679         * data/evince-ui.xml, shell/ev-window.c:
6680         
6681         Add keypad accelerators for zooming. Fix for bug 308128.
6682
6683 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6684
6685         * Makefile.am:
6686         * backend/Makefile.am:
6687         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6688         * configure.ac:
6689         * shell/ev-document-types.c: (ev_document_types_add_filters):
6690
6691         Allow to enable/disable the pixbuf backend.
6692         Default to off for now. If we want it enabled we should
6693         really put mime types in the desktop, implement properties etc.
6694
6695         * properties/evince-properties.c:
6696
6697         Initialize error to NULL.
6698         Check error is not NULL before freeing.
6699
6700 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6701
6702         * shell/ev-window.c:
6703
6704         Use F5 as presentation accell
6705
6706 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6707
6708         * shell/ev-window.c: (update_chrome_visibility),
6709         (ev_window_create_fullscreen_popup), (ev_window_init):
6710
6711         Do not leak the fullscreen toolbar
6712
6713 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6714
6715         * shell/ev-window.c: (view_actions_focus_in_cb),
6716         (view_actions_focus_out_cb):
6717
6718         These has a return value! Fix totally random focus
6719         issues we was seeing.
6720
6721 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6722
6723         * shell/main.c: (load_files_remote):
6724
6725         Allow open more than one file
6726
6727 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6728
6729         * shell/main.c: (load_files_remote):
6730
6731         Fix for dbus 0.33. bug #309975
6732
6733 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6734
6735         * properties/ev-properties-main.c: (ev_properties_get_pages):
6736
6737         Actually return NULL for types we dont support
6738
6739 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6740
6741         * po/POTFILES.in:
6742
6743         Remove empty lines.
6744
6745 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6746
6747         * backend/ev-document-factory.c:
6748         (ev_document_factory_get_document):
6749
6750         Do not try to create the object if type
6751         is invalid.
6752
6753 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6754
6755         * ps/ps-document.c: (ps_document_dispose),
6756         (ps_async_renderer_render_pixbuf):
6757         * ps/ps-document.h:
6758
6759         Do not leak the target window
6760
6761 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6762
6763         * shell/ev-application.c: (ev_application_init):
6764
6765         Let tbe check file existence for us.
6766         Add a comment about eggrecent mime filter.
6767
6768 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6769
6770         * data/evince-ui.xml:
6771         * shell/ev-application.c: (ev_application_shutdown),
6772         (ev_application_init), (ev_application_get_toolbars_model),
6773         (ev_application_get_recent_model),
6774         (ev_application_save_toolbars_model):
6775         * shell/ev-application.h:
6776         * shell/ev-window.c: (ev_window_add_recent),
6777         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6778         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6779         (ev_window_init):
6780
6781         Use common toolbar and recent models for all windows.
6782         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6785
6786         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6787         successfully check for gtk_icon_view_get_visible_range.
6788
6789 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * djvu/Makefile.am:
6792         * dvi/Makefile.am:
6793         
6794         Fix djvu and dvi backend build.
6795
6796 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6797
6798         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6799         (new_separator_pixbuf):
6800
6801         Don't leak windows.
6802
6803 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6804
6805         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6806
6807         HIGification of toolbar editor dialogue.
6808
6809 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6810
6811         * configure.ac:
6812         * shell/Makefile.am:
6813
6814         Ever build metadata manager since it's just
6815         disabled at runtime now.
6816
6817 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6820         (ev_metadata_manager_get), (ev_metadata_manager_set):
6821         * shell/ev-metadata-manager.h:
6822
6823         Add an _init functions that enabled metadata management
6824         at runtime.
6825
6826         * shell/ev-window.c: (page_changed_cb),
6827         (setup_document_from_metadata), (ev_window_setup_document),
6828         (setup_view_from_metadata), (ev_window_open_uri),
6829         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6830         (ev_window_run_presentation), (ev_window_stop_presentation),
6831         (save_sizing_mode), (ev_window_zoom_changed_cb),
6832         (ev_window_continuous_changed_cb),
6833         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6834         (window_configure_event_cb):
6835
6836         Remove all ugly metadata define since we deal with it
6837         at runtime now.
6838
6839         * shell/main.c: (load_files_remote), (main):
6840
6841         Add support for dbus cvs head. Hopefully didnt break one
6842         of the other versions now!
6843
6844         If we dont get a response from the dbus server just
6845         give up with it and not enable metadata.
6846
6847 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * Makefile.am:
6850         * backend/Makefile.am:
6851         * configure.ac:
6852         * cut-n-paste/recent-files/Makefile.am:
6853         * cut-n-paste/toolbar-editor/Makefile.am:
6854         * cut-n-paste/zoom-control/Makefile.am:
6855         * lib/Makefile.am:
6856         * pdf/Makefile.am:
6857         * pixbuf/Makefile.am:
6858         * properties/Makefile.am:
6859         * ps/Makefile.am:
6860         * shell/Makefile.am:
6861         * thumbnailer/Makefile.am:
6862         * tiff/Makefile.am:
6863
6864         Make frontends depend on just libev.
6865         Rework and group CFLAGS/LIBS definitions.
6866         Cleanups.
6867
6868 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * shell/ev-window:
6871
6872         do not unnecessarily save zoom
6873
6874         * configure.ac:
6875         * lib/ev-file-helpers.c: (ev_dot_dir):
6876         * shell/Makefile.am:
6877         * shell/dummy.cc:
6878
6879         Some cleanups
6880
6881 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6882
6883         * configure.ac:
6884         
6885         Remove unnecessary dependencies
6886
6887 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6888
6889         * properties/Makefile.am:
6890         * thumbnailer/Makefile.am:
6891         * tiff/Makefile.am:
6892
6893         Some more cleanups. Was really necessary
6894         but I probably introduced bugs, feel free
6895         to flame :)
6896
6897 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6898
6899         * backend/Makefile.am:
6900         * configure.ac:
6901         * cut-n-paste/recent-files/Makefile.am:
6902         * cut-n-paste/toolbar-editor/Makefile.am:
6903         * cut-n-paste/zoom-control/Makefile.am:
6904         * lib/Makefile.am:
6905         * pdf/Makefile.am:
6906         * pixbuf/Makefile.am:
6907         * properties/Makefile.am:
6908         * ps/Makefile.am:
6909         * shell/Makefile.am:
6910         * thumbnailer/Makefile.am:
6911         * tiff/Makefile.am:
6912
6913         Use gnome-common macros when possible.
6914         Cleanup dependencies.
6915         Actually disable deprecated where possible.
6916
6917 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * Makefile.am:
6920         * backend/Makefile.am:
6921         * properties/Makefile.am:
6922         * shell/Makefile.am:
6923         * thumbnailer/Makefile.am:
6924
6925         This should solve the circular dep without
6926         requiring dir reorg!
6927
6928         * shell/ev-window.c: (setup_view_from_metadata):
6929
6930         Never restore window size/position when the
6931         window is already visible.
6932
6933 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6934
6935         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6936
6937         Return a boolean from timeout func. Fix ported from gedit.
6938
6939 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6940
6941         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6942
6943 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6944
6945         * shell/ev-document-types.c: set "All Documents" as default filter in
6946         open dialog
6947
6948 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6949
6950         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6951         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6952         (ev_metadata_manager_set_boolean): fix value/val thinko.
6953
6954 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6955
6956         * shell/ev-window.c: (setup_view_from_metadata),
6957         (window_state_event_cb), (window_configure_event_cb),
6958         (ev_window_init):
6959
6960         Remember window position and maximized state
6961
6962 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6963
6964         * configure.ac:
6965
6966         Fix DBUS configure checks.
6967
6968         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6969         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6970         (ev_metadata_manager_set_boolean):
6971
6972         Plug mem leaks.
6973
6974         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6975         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6976         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6977         (ev_window_continuous_changed_cb),
6978         (ev_window_dual_mode_changed_cb), (ev_window_new):
6979
6980         Fix the build without DBUS.
6981
6982 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6983
6984         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6985         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6986         (ev_metadata_manager_set_string),
6987         (ev_metadata_manager_set_boolean):
6988         * shell/ev-metadata-manager.h:
6989
6990         Add support for some more types
6991
6992         * shell/ev-view.c: (scroll_to_current_page),
6993         (ev_view_get_continuous), (ev_view_set_continuous),
6994         (ev_view_get_dual_page):
6995         * shell/ev-view.h:
6996         * shell/ev-window.c: (page_changed_cb),
6997         (setup_document_from_metadata), (ev_window_setup_document),
6998         (setup_view_from_metadata), (ev_window_open_uri),
6999         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7000         (ev_window_run_presentation), (ev_window_stop_presentation),
7001         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7002         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7003         (ev_window_update_dual_page_action),
7004         (ev_window_continuous_changed_cb),
7005         (ev_window_dual_mode_changed_cb), (ev_window_init):
7006
7007         Remember a bunch of view/document properties. Prolly some
7008         are still missing but it's getting interesting.
7009
7010 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7011
7012         * configure.ac: check if dbus-binding-tool is installed. Not the
7013         case on current Ubuntu breezy, it seems.
7014
7015 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7016
7017         * data/evince.desktop.in.in:
7018         
7019         Allow open uri lists and add TryExec field.
7020
7021 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7022
7023         * configure.ac:
7024
7025         Enable dbus when available, do not require a configure
7026         option.
7027
7028 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7029
7030         * configure.ac:
7031
7032         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7033         disabled.
7034
7035 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7036         Marco Pesenti Gritti  <mpg@redhat.com>
7037
7038         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7039         
7040         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7041         functions to the format required by dbus
7042
7043         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7044         errors. Use the RPC parameters in the expected way
7045
7046 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7047
7048         * Makefile.am:
7049         * properties/Makefile.am:
7050         * properties/ev-properties-main.c: (ev_properties_get_pages):
7051
7052         Support all mime types
7053
7054         * shell/Makefile.am:
7055         * thumbnailer/Makefile.am:
7056         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7057         (evince_thumbnail_pngenc_get):
7058
7059         Use the document factory
7060
7061 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * backend/Makefile.am:
7064         * backend/ev-document-factory.c:
7065         (mime_type_supported_by_gdk_pixbuf),
7066         (ev_document_type_get_from_mime),
7067         (ev_document_factory_get_document),
7068         (ev_document_factory_get_backend),
7069         (ev_document_factory_get_mime_types),
7070         (ev_document_factory_get_all_mime_types):
7071         * backend/ev-document-factory.h:
7072         * shell/Makefile.am:
7073         * shell/ev-document-types.c: (get_document_from_uri),
7074         (ev_document_types_get_document),
7075         (file_filter_add_mime_list_and_free),
7076         (ev_document_types_add_filters):
7077         * shell/ev-document-types.h:
7078         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7079         * shell/ev-properties-dialog.c:
7080         (ev_properties_dialog_set_document):
7081         * shell/ev-window.c: (ev_window_cmd_file_open),
7082         (ev_window_cmd_save_as):
7083         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7084
7085         Rework document types managing to avoid code duplication
7086         and actually abstract from backend implementations.
7087         Also provide a minimal factory api that can be used by
7088         thumbnailer/properties.
7089
7090 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7091
7092         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7093         Plug a mem leak.
7094         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7095         HIG spacings.
7096
7097 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7098
7099         * shell/ev-properties-dialog.c
7100         (ev_properties_dialog_set_document): only call
7101         ev_properties_fonts_set_document() if the document implements the
7102         fonts interface
7103
7104 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * configure.ac:
7107         * properties/Makefile.am:
7108         * properties/ev-properties-view.c:
7109         (ev_properties_view_register_type):
7110         * properties/ev-properties-view.h:
7111         * properties/ev-properties-main.h:
7112
7113         Implement nautilus plugin for properties.
7114         Works only for pdf atm, I need to rework the
7115         document types stuff to get this to work
7116         for all backends...
7117
7118 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7119
7120         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7121         (ev_properties_fonts_set_document): use
7122         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7123
7124 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7125
7126         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7127         them
7128         (PlaceImage, tiff2ps_process_page): use
7129         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7130
7131
7132 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7133
7134         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7135         (main): to call gnome_authentication_manager_init. Should fix
7136         Bug #308510
7137
7138         * configure.ac: that requires libgnomeui 2.6.0.
7139
7140 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7141
7142         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7143         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7144         use the new tiff2ps interfaces
7145
7146         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7147         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7148
7149         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7150         structure instead of global variables.  Remove use of static
7151         variables in functions.
7152
7153 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7154
7155         * shell/ev-page-action.c: unref the completion after setting it to the
7156         entry
7157
7158 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7159
7160         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7161         postscript files
7162
7163 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7164
7165         * shell/ev-window.c (update_action_sensitivity): disable
7166         File->Print if the document does not implement the ps exporter
7167         interface
7168
7169 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * Makefile.am:
7172         * configure.ac:
7173         * data/evince-properties.glade:
7174         * properties/.cvsignore:
7175         * properties/Makefile.am:
7176         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7177         (ev_properties_view_class_init), (ev_properties_view_format_date),
7178         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7179         (ev_properties_view_init), (ev_properties_view_new):
7180         * properties/ev-properties-view.h:
7181         * shell/Makefile.am:
7182         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7183         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7184         (ev_properties_dialog_new):
7185         * shell/ev-properties-dialog.h:
7186         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7187         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7188         (update_progress_label), (job_fonts_finished_cb),
7189         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7190         * shell/ev-properties-fonts.h:
7191         * shell/ev-properties.c:
7192         * shell/ev-properties.h:
7193         * shell/ev-window.c: (ev_window_setup_document),
7194         (ev_window_cmd_file_properties):
7195
7196         Split the properties pages in two different objects, depend
7197         only on the backend where possible, use widgets instead
7198         of gobject for the glade part, reimplement the dialog
7199         itself with gtk.
7200         I need this to implement nautilus properties page.
7201
7202 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7203
7204         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7205         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7206         (tiff_document_document_ps_exporter_iface_init): implement the ps
7207         exporter interface for tiff documents
7208
7209         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7210         libtiff to implement TIFF postscript export
7211
7212         * tiff/tiff2ps.h: added a header file for external tiff2ps
7213         functions.
7214
7215         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7216         tiff2ps.h
7217
7218 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7219
7220         * shell/ev-view.c: (scroll_to_current_page),
7221         (ev_view_set_fullscreen), (ev_view_set_presentation):
7222         
7223         Scroll to current page when exit from presentation
7224
7225 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * shell/ev-window.c: (update_document_mode),
7228         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7229         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7230         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7231         
7232         Exit from fullscreen mode when switch to presentation. Fix for
7233         bug 309365
7234
7235 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7236
7237         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7238         return NULL if the document does not implement the selection
7239         interface.
7240
7241 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7242
7243         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7244         reported height by using the resolution aspect ratio
7245         (tiff_document_render_pixbuf): scale the pixbuf using the
7246         resolution aspect ratio
7247
7248 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7249
7250         * configure.ac:
7251         
7252         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7253         <kiltedaco@gmail.com>
7254         
7255         * djvu/djvu-document.c: (djvu_document_get_orientation),
7256         (djvu_document_set_orientation), (djvu_document_get_page_size),
7257         (rotate_pixbuf), (djvu_document_render_pixbuf),
7258         (djvu_document_document_iface_init):
7259         * dvi/dvi-document.c: (dvi_document_get_orientation),
7260         (dvi_document_set_orientation), (dvi_document_get_page_size),
7261         (rotate_pixbuf), (dvi_document_render_pixbuf),
7262         (dvi_document_document_iface_init):
7263         
7264         Dvi and djvu backends are ported to new API
7265
7266 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7267
7268         * backend/ev-selection.c: (ev_selection_get_selection_region),
7269         (ev_selection_get_selection_map):
7270         * backend/ev-selection.h:
7271         * pdf/ev-poppler.cc:
7272         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7273         * shell/ev-jobs.h:
7274         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7275         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7276         (ev_pixbuf_cache_get_text_mapping):
7277         * shell/ev-pixbuf-cache.h:
7278         * shell/ev-view.c: (location_in_text),
7279         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7280         support to EvView.  Now we can see where we can select!  Sweet!
7281
7282 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7283
7284         * shell/ev-view.c (ev_view_button_press_event): Fix
7285         event->y + view->scroll_x typo.
7286
7287 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7288
7289         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7290         sub-GdkPixbuf instead of passing dest_x and dest_y.
7291         
7292         * shell/ev-view.c: (view_point_to_doc_point),
7293         (view_rect_to_doc_rect), (ev_view_button_press_event),
7294         (ev_view_motion_notify_event), (compute_new_selection_rect),
7295         (gdk_rectangle_point_in), (compute_new_selection_text),
7296         (compute_selections): Update selection code to keep the selection
7297         around as two points and not as a normalized rectangle, and fix
7298         page level selection in two-column mode.
7299
7300 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7301
7302         * shell/ev-window.c: (window_configure_event_cb): 
7303         
7304         Fix compilation
7305         
7306 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * pdf/ev-poppler.cc:
7309
7310         Fix compilation
7311
7312 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7313
7314         * shell/Makefile.am:
7315         * shell/ev-metadata-manager.c: (item_free),
7316         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7317         (parse_value), (parseItem), (load_values),
7318         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7319         (save_values), (save_item), (get_oldest), (resize_items),
7320         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7321         * shell/ev-metadata-manager.h:
7322
7323         Metadata manager from gedit but modified to use GValue, so that
7324         we dont need to keep converting from strings.
7325
7326         * configure.ac:
7327
7328         ENABLE_METADATA conditional, on when dbus is on
7329
7330         * shell/ev-application.c: (ev_application_open_uri):
7331
7332         Show the window after load so that we can initialize
7333         window size before it's showed.
7334
7335         * shell/ev-window.c: (ev_window_setup_from_metadata),
7336         (ev_window_open_uri), (window_configure_event_cb),
7337         (ev_window_init):
7338
7339         Save and load metadata information about window size.
7340         Not yet keeping states in account.
7341
7342         * shell/main.c: (main):
7343
7344         Shutdown metadata manager.
7345
7346 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7347
7348         * shell/ev-application-service.xml:
7349         * configure.ac:
7350         * shell/Makefile.am:
7351         * shell/ev-application.c:
7352         * shell/ev-application.h:
7353         * shell/ev-window.c:
7354         * shell/ev-window.h:
7355         * shell/main.c:
7356
7357         Add an optional dbus interface (--enable-dbus).
7358         Rework application code, mainly to be easier to
7359         use "remotely".
7360         Do not open multiple windows with the same document,
7361         spatial evince!
7362
7363 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7364
7365         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7366         pixbuf iff it exists.
7367
7368 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7369
7370         * shell/*:
7371         * backend/ev-render-context.[ch]:
7372         * backend/ev-selection.[ch]:
7373
7374         Massive changes.  We now support text selection of pdfs, and not
7375         just rectangular selection.  This is pretty broken still, but I
7376         want to get something into CVS.
7377
7378 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7379
7380         * pdf/ev-poppler.cc:
7381         
7382         Fix for Bug 309080: crash on window close.
7383         
7384         * shell/ev-page-action.c: (page_changed_cb):
7385         
7386         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7387         jensgr@gmx.net (Jens Granseuer).
7388
7389 2005-06-25  Marcel Telka  <marcel@telka.sk>
7390
7391         * configure.in (ALL_LINGUAS): Added sk.
7392
7393 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7394
7395         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7396         not a document open
7397
7398 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7399
7400         * NEWS:
7401         * configure.ac:
7402
7403         Release 0.3.2
7404
7405         * cut-n-paste/recent-files/Makefile.am:
7406
7407         Fix make distcheck
7408
7409 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7410
7411         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7412         (pixbuf_document_set_orientation), (rotate_pixbuf),
7413         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7414         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7415
7416         Implement rotation and cleanup the code a bit.
7417
7418         * tiff/tiff-document.c: (tiff_document_get_page_size),
7419         (tiff_document_get_orientation), (tiff_document_set_orientation),
7420         (rotate_pixbuf), (tiff_document_render_pixbuf),
7421         (tiff_document_document_iface_init), (tiff_document_init):
7422
7423         Implement rotation. Was the quicker solution for the release
7424         but we really need to share this code in the shell.
7425
7426 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * pdf/ev-poppler.cc:
7429
7430         Enable rotation, require poppler cvs. Fix a leak.
7431
7432 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * shell/ev-window.c: (update_action_sensitivity):
7435         
7436         Make properties unsensitive if document backend doesn't provide
7437         any info
7438
7439 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7442         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7443         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7444         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7445         (bitmap_flip_rotate_counter_clockwise):
7446         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7447         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7448         (buff_gets):
7449         * dvi/mdvi-lib/common.h:
7450         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7451         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7452         (opendvi), (mdvi_reload), (mdvi_init_context),
7453         (mdvi_destroy_context), (mdvi_dopage), (special):
7454         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7455         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7456         (file_hash_free), (register_encoding), (parse_spec),
7457         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7458         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7459         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7460         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7461         (mdvi_register_font_type), (mdvi_unregister_font_type),
7462         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7463         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7464         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7465         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7466         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7467         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7468         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7469         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7470         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7471         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7472         (mdvi_unregister_special), (mdvi_flush_specials):
7473         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7474         (t1_font_remove):
7475         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7476         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7477         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7478         (free_font_metrics), (flush_font_metrics):
7479         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7480         (tt_font_remove):
7481         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7482         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7483         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7484         (dstring_insert), (dstring_new), (dstring_reset):
7485         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7486         
7487         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7488         avoid conflict with libtool on FC4
7489         
7490         * shell/ev-window.c: (ev_window_cmd_help_about):
7491         
7492         Update copyright year. Fix for bug 308828.
7493
7494 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * shell/ev-view.c: (add_scroll_binding_keypad),
7497         (ev_view_binding_activated), (ev_view_class_init),
7498         (on_adjustment_value_changed):
7499         
7500         Bug 170874: Arrow keys switch pages in presentation mode
7501
7502 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7505         
7506         Fix for Bug 308265: Sidebar dissappears coming out of 
7507         Presentation mode
7508
7509 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * shell/ev-application.c: (ev_application_open):
7512         * shell/ev-document-types.c: (ev_document_types_add_filters),
7513         (ev_document_types_add_filters_for_type):
7514         * shell/ev-document-types.h:
7515         * shell/ev-window.c: (ev_window_cmd_save_as):
7516         
7517         Suggest basename as template when saving, provide filters
7518         for save dialog. It's bug 308402
7519
7520 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * pdf/ev-poppler.cc:
7523         * shell/ev-sidebar-links.c: (job_finished_callback):
7524         * shell/ev-view.c: (update_find_status_message):
7525         
7526         Some leaks fixed
7527
7528 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7529
7530         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7531         (egg_recent_view_uimanager_set_list):
7532
7533         Fix buglet in !show_numbers case.
7534
7535 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7536
7537         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7538         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7539
7540         Use pango ellipsisation.
7541
7542         * pdf/ev-poppler.cc:
7543
7544         Fix refcount leak, from nsh.
7545
7546 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * cut-n-paste/recent-files/Makefile.am:
7549         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7550         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7551         
7552         Removed EggRecentViewGtk
7553         
7554         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7555         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7556         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7557         (ev_window_setup_recent):
7558         
7559         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7560         with other projects
7561
7562 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7563
7564         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7565         (egg_recent_view_gtk_finalize):
7566
7567         Fix memory leak
7568
7569         * cut-n-paste/toolbar-editor/Makefile.am:
7570         
7571         Fix location of cursor icon.
7572         
7573         * pdf/ev-poppler.cc:
7574         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7575         (display_completion_text), (match_completion):
7576         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7577         (selection_changed_callback), (create_loading_model),
7578         (print_section_cb), (links_page_num_func),
7579         (update_page_callback_foreach):
7580         * shell/ev-window.c: (ev_window_dispose):
7581         
7582         Small memory fixes. Links model now store objects instead
7583         of pointers to improve memory management. 
7584
7585 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * shell/ev-window.c: (zoom_control_changed_cb):
7588         
7589         Fix update of zoom control (bug 308268).
7590
7591 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7592
7593         * shell/ev-properties.c (set_property): escape the text correctly.
7594         Handles non-UTF-8 properties and escaped properties.  Also, sets
7595         the text to "<i>None</i>" if the property isn't set.
7596
7597         * data/evince-properties.glade: Change the label to be ellipsized,
7598         and give it a minimum size.
7599
7600 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7603         * shell/ev-sidebar-links.c: (create_loading_model):
7604         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7605         * shell/ev-view.c: (ev_view_set_document):
7606         * shell/ev-window.c: (ev_window_dispose):
7607         
7608         Various small fixes, mostly memory leaks. Thanks to valgrind.
7609
7610 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7611
7612         * ps/ps-document.c: remove the locale.h include again ;-). And
7613         kill the (bogus) setlocale/savelocale business.
7614
7615 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7616
7617         * ps/ps-document.c:
7618         
7619         Include locale.h to fix build
7620         
7621         * shell/ev-sidebar.c:
7622         
7623         Remove unnecessary includes
7624
7625 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7626
7627         * dvi/dvi-document.c: (dvi_document_load):
7628         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7629         * po/POTFILES.in:
7630         
7631         Check for incorrect dvi files. Fix parsing dvi on AMD64
7632         platform. Thanks to tester@tester.ca (Olivier Crete).
7633
7634 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7635
7636         * shell/ev-page-action.c: (match_selected_cb),
7637         (display_completion_text), (match_completion), (update_model):
7638         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7639         (expand_open_links):
7640         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7641         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7642         (ev_sidebar_set_document):
7643         * shell/ev-window.c: (ev_window_xfer_job_cb),
7644         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7645         
7646         Fixed lot's of memory leaks, for example, memory leak on reload, 
7647         described in bug 307793.
7648
7649 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7650
7651         * pdf/ev-poppler.cc:
7652         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7653         (update_visible_range), (adjustment_changed_cb),
7654         (ev_sidebar_thumbnails_fill_model),
7655         (ev_sidebar_thumbnails_refresh),
7656         (ev_sidebar_tree_selection_changed),
7657         (ev_sidebar_icon_selection_changed),
7658         (ev_sidebar_thumbnails_use_icon_view),
7659         (ev_sidebar_thumbnails_set_document):
7660         * shell/ev-sidebar-thumbnails.h:
7661         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7662         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7663
7664         Refresh thumbnails when changing orientation. Not fully
7665         working yet becuase of a sidebar bug.
7666
7667         Set page orientation to poppler page everywhere. This sucks
7668         really need to fix poppler.
7669
7670 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7671
7672         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7673         (egg_recent_view_gtk_new_menu_item),
7674         (egg_recent_view_gtk_set_property),
7675         (egg_recent_view_gtk_get_property),
7676         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7677         (egg_recent_view_gtk_set_tooltip_func),
7678         (egg_recent_view_gtk_set_label_width),
7679         (egg_recent_view_gtk_get_label_width):
7680         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7681
7682         Sync with libegg (ellipsize labels)
7683
7684 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * data/evince-ui.xml:
7687         * shell/ev-window.c: (ev_window_cmd_go_forward),
7688         (ev_window_cmd_go_backward):
7689         
7690         Shift + PageUp moves 10 Pages. Fix for 306125
7691
7692 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * pdf/ev-poppler.cc:
7695
7696         Add a flag to check if orientation has been overriden
7697
7698 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7699
7700         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7701         field if necessary.
7702
7703         * ps/ps.h: add creator field to document.
7704
7705         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7706         set creator field.
7707
7708 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7709
7710         * data/evince-properties.glade:
7711         * shell/ev-properties.c: (ev_properties_set_document):
7712
7713         s/PDF Version/Format
7714
7715 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * shell/ev-properties.c: (ev_properties_set_document):
7718
7719         Remove unnecessary translations
7720
7721 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * cut-n-paste/toolbar-editor/Makefile.am:
7724
7725         Correct library name    
7726
7727 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * configure.ac:
7730         * cut-n-paste/recent-files/egg-recent-model.c:
7731         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7732         (egg_recent_model_unlock_file):
7733         * cut-n-paste/recent-files/egg-recent-util.c:
7734         (egg_recent_util_get_unique_id):
7735         * cut-n-paste/recent-files/update-from-egg.sh:
7736         * cut-n-paste/toolbar-editor/Makefile.am:
7737         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7738         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7739         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7740         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7741         (egg_toolbars_model_get_type):
7742         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7743
7744         Better makefile for toolbar editor and update everything
7745         to latest libegg.
7746
7747 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * shell/ev-window.c: (update_document_mode):
7750
7751         Prefer presentation mode when the document
7752         require fullscreen.
7753
7754 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * data/evince-ui.xml:
7757         * shell/ev-window.c:
7758
7759         Add control-equal for zooming
7760
7761 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7762
7763         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7764
7765 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7766
7767         * backend/ev-document.c: (ev_document_get_orientation):
7768         * backend/ev-document.h:
7769         * pdf/ev-poppler.cc:
7770         * ps/ps-document.c: (ps_document_get_orientation),
7771         (ps_document_set_orientation), (ps_document_document_iface_init):
7772
7773         Add a get_orientation api. Improve set_orientation.
7774
7775         * data/evince-ui.xml:
7776         * shell/ev-view.c: (ev_view_set_orientation),
7777         (ev_view_rotate_right), (ev_view_rotate_left):
7778         * shell/ev-view.h:
7779         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7780         (ev_window_cmd_edit_rotate_right):
7781
7782         Better ui for changing document orientation
7783
7784 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7785
7786         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7787         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7788         * shell/ev-sidebar-links.h:
7789         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7790         (ev_sidebar_page_iface_init):
7791         * shell/ev-sidebar-page.h:
7792         * shell/ev-sidebar-thumbnails.c:
7793         (ev_sidebar_thumbnails_get_property),
7794         (ev_sidebar_thumbnails_class_init),
7795         (ev_sidebar_thumbnails_set_document):
7796         * shell/ev-sidebar-thumbnails.h:
7797         * shell/ev-view.c: (ev_view_motion_notify_event):
7798         * shell/ev-window.c: (update_chrome_visibility),
7799         (ev_window_cmd_focus_page_selector),
7800         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7801         (sidebar_page_main_widget_update_cb), (ev_window_init):
7802         
7803         Autoraise toolbar on GoToPage binding and fix bindings in
7804         EvSidebarThumbnails page.
7805
7806 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7807
7808         * shell/ev-properties.c: (update_progress_label):
7809
7810         Hide the progress label when finished; bug #307697.
7811
7812 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7813
7814         * pdf/ev-poppler.cc:
7815
7816         Enable is_open for links, you will need poppler cvs
7817
7818         * shell/ev-properties.c: (job_fonts_finished_cb):
7819
7820         Get a lock on the document when filling the tree view
7821
7822 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7823
7824         * backend/ev-document-links.h:
7825         * pdf/ev-poppler.cc:
7826         * shell/ev-sidebar-links.c: (create_loading_model),
7827         (expand_open_links), (job_finished_callback):
7828
7829         Expand links when specified by the document.
7830         Depend on a poppler api (defined out for now)
7831
7832 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7833
7834         * shell/ev-properties.c: (ev_properties_dispose),
7835         (ev_properties_class_init), (dialog_destroy_cb),
7836         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7837         (ev_properties_set_document), (ev_properties_new),
7838         (ev_properties_show):
7839         * shell/ev-properties.h:
7840
7841         Make it an object, cleanup the code, api to show it as transient
7842         and to set the document.
7843
7844         * shell/ev-window.c: (ev_window_setup_document),
7845         (ev_window_cmd_file_properties):
7846
7847         Adapt to EvProperties changes, do not show multiple
7848         times, update it when document changes.
7849
7850 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7851
7852         * ps/gstypes.h:
7853         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7854         (ps_document_set_orientation), (ps_document_document_iface_init):
7855         * ps/ps-document.h:
7856
7857         Implement orientation here too
7858
7859         * shell/ev-properties.c: (ev_properties_new):
7860         * data/evince-properties.glade:
7861
7862         Hide the fonts page for backends that doesnt
7863         support it.     
7864
7865 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7866
7867         * backend/ev-document.c: (ev_document_set_orientation):
7868         * backend/ev-document.h:
7869         * pdf/ev-poppler.cc:
7870
7871         Add orientation api. Currently poppler api is not optimal,
7872         we need to set orientation every time we _get a page.
7873         I will try to fix that at some point.
7874
7875         * data/evince-ui.xml:
7876         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7877         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7878
7879         Add orientation menu items
7880
7881         * shell/ev-page-cache.c: (ev_page_cache_clear):
7882         * shell/ev-page-cache.h:
7883
7884         Add api to clear the cache
7885
7886         * shell/ev-view.c: (setup_caches), (clear_caches),
7887         (ev_view_set_document), (ev_view_zoom_out),
7888         (ev_view_set_orientation):
7889         * shell/ev-view.h:
7890
7891         Implement orientation changing
7892
7893 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7894
7895         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7896         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7897         * backend/ev-document-fonts.h:
7898
7899         Separate scan and fill so that we can incrementally fill from
7900         the main thread. Add a progress api.
7901
7902         * data/evince-properties.glade:
7903         * pdf/ev-poppler.cc:
7904         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7905         * shell/ev-jobs.h:
7906         * shell/ev-properties.c: (update_progress_label),
7907         (job_fonts_finished_cb), (setup_fonts_view):
7908
7909         Incrementally feel the list and show the progress
7910         percentage in a label like acrobat does.
7911
7912         You are going to need poppler cvs
7913
7914 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7915
7916         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7917         * backend/ev-document-fonts.h:
7918         * pdf/ev-poppler.cc:
7919
7920         Make fonts model fill incrementally.
7921
7922         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7923         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7924         (ev_job_queue_remove_job):
7925         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7926         (ev_job_fonts_new), (ev_job_fonts_run):
7927         * shell/ev-jobs.h:
7928
7929         New job for fonts scanning
7930
7931         * shell/ev-properties.c: (job_fonts_finished_cb),
7932         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7933         * shell/ev-properties.h:
7934         * shell/ev-window.c: (ev_window_cmd_file_properties):
7935
7936         Incrementally feel the treeview using the new job. Show Loading...
7937         message until scanning is completed.
7938
7939         Hopefully I didnt break the build without the poppler patch.
7940
7941 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7942
7943         * shell/ev-application.c: (ev_application_open):
7944         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7945         (ev_document_type_get_type), (ev_document_type_lookup):
7946         * shell/ev-document-types.h:
7947         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7948         * shell/ev-job-xfer.h:
7949         * shell/ev-window.c: (ev_window_clear_local_uri),
7950         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7951         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7952         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7953         
7954         Transfer remote documents to tmp directory to display them later.
7955
7956 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7957
7958         * backend/ev-document-info.h:
7959         * shell/ev-properties.c: (ev_properties_new):
7960
7961         s/GTime*/GTime. Not sure why we was using a pointer
7962         at all there!
7963
7964 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7965
7966         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7967         situations.  That situation is that you're using GTK+-HEAD with
7968         the patch at #306726 is applied, and you have a document with <
7969         1500 pages in it.  It's not quite as uniformly nice as the
7970         TreeView, but should be better in the long run.
7971
7972         I'm pretty sure I guarded against breaking compilation with
7973         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7974         I missed some.
7975
7976         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7977         widget yet, so I commented that code out
7978         enable_view_actions_for_widget() for now.  Need to figure this
7979         out.
7980
7981         * shell/ev-page-action.c (match_selected_cb): emit the right
7982         signals.  Our cool C-l completion now works.
7983
7984 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * backend/Makefile.am:
7987         * backend/ev-document-fonts.c:
7988         * backend/ev-document-links.c:
7989         * backend/ev-document.c: (ev_document_load):
7990         * backend/ev-document.h:
7991         * backend/ev-job-queue.c:
7992         * backend/ev-job-queue.h:
7993         * backend/ev-jobs.c:
7994         * backend/ev-jobs.h:
7995         * backend/ev-page-cache.c:
7996         * backend/ev-page-cache.h:
7997
7998         EvPageCache and EvJobs are moved to shell.
7999
8000         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8001         (ev_tmp_filename):
8002         * lib/ev-file-helpers.h:
8003         
8004         New helper to work with temporary files
8005         
8006         * shell/Makefile.am:
8007         * shell/ev-application.c: (ev_application_open):
8008         * shell/ev-application.h:
8009         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8010         (remove_job_from_async_queue), (add_job_to_async_queue),
8011         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8012         (handle_job), (search_for_jobs_unlocked),
8013         (no_jobs_available_unlocked), (ev_render_thread),
8014         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8015         (ev_job_queue_add_job), (move_job_async), (move_job),
8016         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8017         * shell/ev-job-queue.h:
8018         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8019         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8020         * shell/ev-job-xfer.h:
8021         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8022         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8023         (ev_job_links_class_init), (ev_job_render_init),
8024         (ev_job_render_dispose), (ev_job_render_class_init),
8025         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8026         (ev_job_thumbnail_class_init), (ev_job_load_init),
8027         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8028         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8029         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8030         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8031         * shell/ev-jobs.h:
8032         * shell/ev-page-action.c: (ev_page_action_set_document):
8033         * shell/ev-page-cache.c: (ev_page_cache_init),
8034         (ev_page_cache_class_init), (ev_page_cache_finalize),
8035         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8036         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8037         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8038         (ev_page_cache_get_title), (ev_page_cache_get_size),
8039         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8040         (ev_page_cache_get_height_to_page),
8041         (ev_page_cache_get_max_label_chars),
8042         (ev_page_cache_get_page_label),
8043         (ev_page_cache_has_nonnumeric_page_labels),
8044         (ev_page_cache_get_info), (ev_page_cache_next_page),
8045         (ev_page_cache_prev_page), (ev_page_cache_get):
8046         * shell/ev-page-cache.h:
8047         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8048         (ev_pixbuf_cache_clear_job_sizes),
8049         (ev_pixbuf_cache_add_jobs_if_needed),
8050         (ev_pixbuf_cache_set_page_range):
8051         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8052         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8053         * shell/ev-sidebar-thumbnails.c:
8054         (ev_sidebar_tree_selection_changed),
8055         (ev_sidebar_thumbnails_set_document):
8056         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8057         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8058         (ev_statusbar_get_context_id), (ev_statusbar_push),
8059         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8060         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8061         (ev_statusbar_set_progress):
8062         * shell/ev-statusbar.h:
8063         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8064         (ev_view_find_previous):
8065         * shell/ev-window.c: (ev_window_is_empty),
8066         (ev_window_setup_document), (password_dialog_response),
8067         (ev_window_clear_jobs), (ev_window_load_job_cb),
8068         (ev_window_xfer_job_cb), (ev_window_open_uri),
8069         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8070         (ev_window_print), (ev_window_print_range),
8071         (ev_window_state_event), (ev_window_cmd_view_reload),
8072         (menu_item_select_cb), (menu_item_deselect_cb),
8073         (view_status_changed_cb), (ev_window_dispose),
8074         (drag_data_received_cb), (ev_window_init):
8075         * shell/ev-window.h:
8076         * shell/main.c: (load_files):
8077         
8078         New statusbar to show progress on idle. Two new jobs - 
8079         xfer job and load job to load document in background. And update
8080         of page_cache clients to new location of code.
8081
8082 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8083   
8084         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8085         selection in open dialog. It also remembers the last visited directory 
8086         in the current session.
8087
8088 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * shell/ev-properties.c: (ev_properties_new):
8091         * shell/ev-properties.h:
8092         * shell/ev-window.c: (ev_window_cmd_file_properties):
8093         
8094         Get document info from page cache instead of document itself.
8095         This should fix crash related to race conditions described in
8096         bug 306545.
8097
8098 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8099
8100         * ps/ps-document.c: (ps_document_init),
8101         (send_ps), (get_page_box), (output), (catchPipe), (input),
8102         (stop_interpreter), (file_length), (file_readable),
8103         (check_filecompressedb), (ps_document_enable_interpreter),
8104         (document_load), (ps_async_renderer_render_pixbuf):
8105         * ps/ps-document.h:
8106
8107         Big cleanup of the ps code
8108
8109 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8110
8111         * backend/Makefile.am:
8112         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8113         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8114         * backend/ev-async-renderer.h:
8115
8116         Add an async renderer interface (method + callback) which
8117         is useful for backends like ps.
8118
8119         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8120         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8121         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8122         (ev_job_queue_add_job), (move_job_async), (move_job),
8123         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8124
8125         Add queues for async renderer, these are executed on the
8126         main thread.
8127
8128         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8129         (ev_job_render_run):
8130         * backend/ev-jobs.h:
8131
8132         If the backend support async renderer interface use it.
8133
8134         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8135         (setup_pixmap), (ps_document_get_type),
8136         (ps_async_renderer_render_pixbuf),
8137         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8138
8139         Implement async renderer interface.
8140
8141 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8142
8143         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8144
8145         Cleanup links job on exit.
8146
8147 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8150         (drag_data_get_cb), (drag_data_received_cb):
8151         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8152         (drag_data_get_cb), (parse_item_list),
8153         (egg_toolbar_editor_load_actions):
8154         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8155         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8156         (parse_item_list), (parse_toolbars):
8157         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8158         (dvi_pixbuf_put_pixel):
8159         
8160         Fix gcc 4.0 warnings
8161
8162 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8163
8164         * ps/ps-document.c: (start_interpreter):
8165
8166         Fix warning when loading ps
8167
8168 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8169
8170         * ps/ps-document.c: (output):
8171
8172         Fix crash when priting gs error messages.
8173
8174 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8175
8176         * backend/ev-page-cache.c: (_ev_page_cache_new):
8177         * backend/ev-page-cache.h:
8178
8179         Use a const to return title so that we dont double
8180         free it. Small cleanup and fix a leak.
8181
8182         * shell/ev-window.c: (update_window_title):
8183
8184         strdup value from get_title.
8185
8186 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8187
8188         * shell/ev-sidebar-links.c: (job_finished_callback),
8189         (ev_sidebar_links_set_document):
8190
8191         Cleanup the old job when changing document
8192
8193 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8194
8195         * shell/ev-stock-icons.c:
8196         * shell/ev-stock-icons.h:
8197         * shell/ev-window.c:
8198         
8199         Add stock icons for actions that can appear in toolbar. Fix for
8200         bug 306566.
8201
8202 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8205         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8206         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8207         * backend/ev-page-cache.h:
8208         * shell/ev-view.c: (scroll_to_current_page),
8209         (view_update_range_and_current_page), (get_page_y_offset),
8210         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8211         (ev_view_size_request_continuous),
8212         (ev_view_zoom_for_size_continuous_and_dual_page),
8213         (ev_view_zoom_for_size_continuous):
8214         
8215         More compact EvView layout in document with pages of different size.
8216
8217 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8218
8219         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8220         compilation.
8221
8222 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * shell/ev-view.c: (view_set_adjustment_values):
8225         * shell/ev-window.c: (ev_window_cmd_file_properties):
8226         
8227         A bit different fix for rounding problem but it has no
8228         problems on startup. Make properties window transient to parent.
8229
8230 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8231
8232         * pdf/ev-poppler.cc:
8233         
8234         More commenting of font stuff.
8235
8236 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8237
8238         * pdf/ev-poppler.cc:
8239
8240         Comment out some more fonts stuff. Should really
8241         work without the poppler patch now.
8242
8243 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8244
8245         * pdf/ev-poppler.cc:
8246
8247         Adapt to api change
8248
8249 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8250
8251         * data/evince-properties.glade:
8252         * pdf/ev-poppler.cc:
8253         * shell/ev-properties.c: (setup_fonts_view):
8254
8255         Set the column title. Show the dialog only
8256         once everything is setup.
8257         Getting font info can be very slow... will
8258         prolly need to make this threaded too.
8259
8260 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8261
8262         * backend/Makefile.am:
8263         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8264         (ev_document_fonts_get_fonts_model):
8265         * backend/ev-document-fonts.h:
8266         * data/evince-properties.glade:
8267         * pdf/ev-poppler.cc:
8268         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8269         * shell/ev-properties.h:
8270         * shell/ev-window.c: (ev_window_cmd_file_properties):
8271
8272         Implement fonts list. Defined out for now, since it depends
8273         on a not yet committed poppler patch.
8274
8275 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8276
8277         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8278         page + 1.
8279
8280         * shell/ev-window.c: Make sure we add the timeout when we get a
8281         focus-in event.
8282
8283         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8284         adjustment->value before calculating the zoom factor to average
8285         out all of our rounding errors.  The page no longer 'drifts' when
8286         resizing.
8287
8288 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * data/evince-properties.glade:
8291         * shell/ev-properties.c: (ev_properties_format_date),
8292         (set_property):
8293         
8294         Labels don't expand when the dialogue is resized.
8295         strftime result needs to be converted to UTF-8. Thanks
8296         to Christian Persch <chpe@gnome.org>.
8297
8298 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8299
8300         * data/evince-properties.glade:
8301
8302         Hide the fonts tab
8303
8304 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8305
8306         * backend/ev-document-info.h:
8307         * backend/ev-document.c: (ev_document_info_free):
8308         * data/evince-properties.glade:
8309         * pdf/ev-poppler.cc:
8310         * ps/ps-document.c: (ps_document_get_info):
8311         * shell/ev-properties.c: (ev_properties_format_date),
8312         (set_property), (ev_properties_new):
8313         * shell/ev-properties.h:
8314         * shell/ev-window.c: (ev_window_cmd_file_properties):
8315
8316         Rework properties code to take only EvPropertyInfo
8317         in the constructor so that it can be useful for
8318         nautilus plugin too.
8319
8320         Deal with backends that doesnt support some properties.
8321         Make set property code generic.
8322
8323 2005-06-04  Christian Persch <chpe@gnome.org>
8324
8325         * data/evince-properties.glade:
8326
8327         fix spacings, make resizeable, and make data labels
8328         selectable + ellipsised
8329
8330 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8331
8332         * backend/ev-document-info.h:
8333         * data/Makefile.am:
8334         * data/evince-ui.xml:
8335         * pdf/ev-poppler.cc:
8336         * shell/Makefile.am:
8337         * shell/ev-window.c: (update_action_sensitivity),
8338         (ev_window_cmd_file_properties):
8339
8340         Initial go at file properties. Patch by
8341         Emil Soleyman-Zomalan <emil@soleyman.com>.
8342         Needs love see #169583
8343
8344 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8345
8346         * ps/ps-document.c: (output):
8347         * ps/ps.c: (psscan):
8348
8349         Try to render even if psscan fails.
8350
8351 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8352
8353         * ps/ps.c: (psscan), (pscopydoc):
8354
8355         Port buffered reading code from gv
8356
8357 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8358
8359         * ps/ps-document.c: (interpreter_message), (output):
8360
8361         Do not fail on interpreter messages
8362
8363 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8364
8365         * backend/ev-document-misc.c:
8366         (ev_document_misc_get_thumbnail_frame):
8367
8368         Pages can be 0 x 0, dont assert on this case
8369
8370 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8371
8372         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8373         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8374
8375         Correctly manage our reference on document. Finally the reload
8376         huge leak is gone...
8377
8378 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8379
8380         * ps/ps-document.c: (ps_document_dispose):
8381
8382         Forgot to chain it to the parent. Thanks chpe.
8383
8384 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8385
8386         * ps/ps-document.c: (ps_document_dispose),
8387         (ps_document_class_init), (stop_interpreter), (document_load):
8388
8389         Cleanup dispose a bit. Dont leak the whole pixmap.
8390
8391 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8392
8393         * pdf/ev-poppler.cc:
8394
8395         Release the poppler document on dispose
8396
8397 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8398
8399         * shell/ev-view.c: (ev_view_set_document):
8400
8401         Release ref on the pixbuf cache when changing
8402         document.
8403
8404 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8405
8406         * ps/ps-document.c: (ps_document_get_info):
8407
8408         Fix a double free
8409
8410 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * backend/ev-page-cache.c: (ev_page_cache_init),
8413         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8414         * backend/ev-page-cache.h:
8415         * shell/ev-page-action.c: (page_changed_cb):
8416         
8417         Set page action entry width depending on labels width. Fix
8418         for bug 305202.
8419
8420 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * backend/ev-link.c: (ev_link_class_init):
8423
8424         Allow -1 as page value (error)
8425
8426 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8427
8428         * shell/ev-sidebar-thumbnails.c:
8429         (ev_sidebar_thumbnails_set_document):
8430         * shell/ev-view.c: (scroll_to_current_page),
8431         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8432         (page_changed_cb), (on_adjustment_value_changed),
8433         (ev_view_set_document):
8434
8435         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8436         Fix bug 305377
8437
8438 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8439
8440         * configure.ac:
8441         * djvu/djvu-document.c: (djvu_document_get_page_size):
8442
8443         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8444         bug 301993.
8445
8446 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8447
8448         * shell/ev-view.c (draw_one_page): modify the expose handling to
8449         get the shadows.
8450
8451         * shell/ev-window.c (update_action_sensitivity): Respect
8452         permissions field.  Kowtow to the man.
8453
8454         * pdf/ev-poppler.cc: Get the permissions field.
8455
8456         * tiff/*c: Make a tiny bit more robust.
8457
8458 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8459
8460         * djvu/djvu-document.c:
8461         
8462         Pop messages from djvu context message queue.
8463
8464 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8465
8466         * configure.ac, Makefile.am, shell/Makefile.am:
8467         * tiff/Makefile.am, shell/ev-document-types.c:
8468         
8469         Cleanup tiff configure checks. Fix for bug 305218.
8470
8471 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8472
8473         * configure.ac: Added "uk" to ALL_LINGUAS.
8474
8475 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * cut-n-paste/zoom-control/ephy-zoom.c:
8478         (ephy_zoom_get_changed_zoom_level):
8479         * cut-n-paste/zoom-control/ephy-zoom.h:
8480         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8481         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8482         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8483         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8484         (zoom_control_changed_cb), (ev_window_init):
8485         
8486         Fix minor points related to moving best fit up. Introduce
8487         "zoom" property and make zoom control change it's value on
8488         notify::zoom signals. Fix for 305080.
8489
8490 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8491
8492         * data/evince-ui.xml:
8493         * shell/ev-window.c: (set_view_actions_sensitivity):
8494         
8495         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8496
8497 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8498
8499         * configure.ac:
8500
8501         Depends on poppler 0.3.2
8502
8503 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * cut-n-paste/recent-files/egg-recent-item.c:
8506         (egg_recent_item_get_short_name):
8507         * cut-n-paste/toolbar-editor/Makefile.am:
8508         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8509         (new_pixbuf_from_widget):
8510         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8511         * cut-n-paste/toolbar-editor/egg-marshal.c:
8512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8513         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8514
8515         Sync
8516
8517 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8518
8519         * tiff/tiff-document.c: Rough TIFF backend.
8520
8521 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * NEWS:
8524         * configure.ac:
8525         * cut-n-paste/toolbar-editor/Makefile.am:
8526
8527         Release 0.3.1
8528
8529 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8532         (ev_view_find_next), (ev_view_find_previous):
8533
8534         Remove the locks around get_n_results   
8535
8536 2005-05-21  Juerg Billeter  <j@bitron.ch>
8537
8538         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8539
8540         Pass correct number of pages to poppler.
8541
8542 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8543
8544         * configure.ac:
8545         * data/Makefile.am:
8546         * data/evince.desktop.in: 
8547         * data/evince.desktop.in.in:
8548         * po/POTFILES.in:
8549         
8550         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8551
8552 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8553
8554         * shell/ev-view.c: (view_update_adjustments),
8555         (view_set_adjustment_values): cast adjustmen->value to (int)
8556         before using it.  Otherwise, we get off by a pixel in some
8557         situations.
8558
8559         (draw_one_page): Draw the border on expose.
8560
8561 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8562
8563         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8564         adjustment when the mode changes, #304923
8565
8566 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8567
8568         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8569         flickering on resize but still use gdk_window_scroll on
8570         scrolling
8571
8572 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8573
8574         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8575         option, #170458
8576
8577 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8578
8579         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8580         second page on page_changed if possible, #304669
8581
8582 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8583
8584         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8585         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8586
8587 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8588
8589         * .cvsignore:
8590         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8591         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8592         (ev_view_zoom_for_size_presentation),
8593         (ev_view_zoom_for_size_continuous_and_dual_page),
8594         (ev_view_zoom_for_size_continuous),
8595         (ev_view_zoom_for_size_dual_page),
8596         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8597         * shell/ev-view.h:
8598         * shell/ev-window.c: (update_view_size),
8599         (ev_window_sizing_mode_changed_cb):
8600
8601         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8602         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8603         an infinite loop, #304769
8604
8605
8606 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8607
8608         * data/evince-ui.xml:
8609         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8610         * shell/ev-window.c: (set_view_actions_sensitivity):
8611
8612         Make PgUp/Down behave like Space
8613
8614 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8615
8616         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8617         * backend/ev-ps-exporter.h:
8618         * pdf/ev-poppler.cc:
8619         * ps/ps-document.c: (ps_document_ps_export_begin):
8620         * shell/ev-print-job.c: (idle_print_handler):
8621
8622         Adapt to new poppler api
8623
8624 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8625
8626         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8627         (ephy_zoom_control_init):
8628
8629         Translate zoom levels
8630
8631 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8632
8633         * cut-n-paste/zoom-control/ephy-zoom.c:
8634         (ephy_zoom_get_zoom_level_index):
8635
8636         Fix current zoom -> zoom control match
8637
8638 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8639
8640         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8641         rather than the scrolled_window that it's in. Fixes bug #304655.
8642
8643 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8644
8645         * shell/ev-view.c: (view_update_adjustments),
8646         (view_set_adjustment_values), (view_update_range_and_current_page),
8647         (view_scroll_to_page), (set_scroll_adjustment),
8648         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8649         (ev_view_scroll), (ev_view_scroll_view),
8650         (ensure_rectangle_is_visible), (find_page_at_location),
8651         (get_link_at_location), (go_to_link), (status_message_from_link),
8652         (ev_view_size_request_continuous_dual_page),
8653         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8654         (ev_view_unrealize), (ev_view_expose_event),
8655         (ev_view_button_press_event), (ev_view_motion_notify_event),
8656         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8657         (draw_rubberband), (highlight_find_results), (draw_one_page),
8658         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8659         (ev_view_init), (find_changed_cb), (page_changed_cb),
8660         (on_adjustment_value_changed), (ev_view_new),
8661         (ev_view_set_document), (ev_view_set_zoom),
8662         (ev_view_set_continuous), (ev_view_set_dual_page),
8663         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8664         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8665         (ev_view_zoom_for_size_presentation),
8666         (ev_view_zoom_for_size_continuous_dual_page),
8667         (ev_view_zoom_for_size_continuous),
8668         (ev_view_zoom_for_size_dual_page),
8669         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8670         (ev_view_get_status), (ev_view_set_status),
8671         (update_find_status_message), (ev_view_get_find_status),
8672         (ev_view_set_find_status), (jump_to_find_result),
8673         (jump_to_find_page), (compute_selections), (clear_selection),
8674         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8675         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8676         (ev_view_update_primary_selection),
8677         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8678         * shell/ev-view.h:
8679         * shell/ev-window.c: (ev_window_open_page_label),
8680         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8681         (ev_window_init):
8682         * shell/ev-window.h:
8683         * shell/main.c: (load_files):
8684
8685         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8686         when resizing.  Remove the bin_window().  Also, patch from James
8687         Bowes to fix command line page, #300641
8688         
8689 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * data/evince-ui.xml:
8692         * shell/ev-view.c:
8693         * shell/ev-view.h:
8694         * shell/ev-window.c: (update_action_sensitivity):
8695
8696         Get rid of View->Normal Size, it's just confusing
8697
8698 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8699
8700         * backend/ev-document-info.h:
8701         * backend/ev-document.c: (ev_document_info_free): Free the
8702         EvDocumentInfo.
8703
8704         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8705         (clear_range), (add_range), (update_visible_range),
8706         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8707         (ev_sidebar_thumbnails_set_document):
8708         * shell/ev-window.c: (ev_window_setup_document): Only render the
8709         visible thumbnails.  It takes an instant to render, but it uses
8710         much less memory.
8711
8712 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8713
8714         * shell/ev-sidebar-links.c: (popup_menu_cb):
8715
8716         Select first item
8717
8718 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8719
8720         * lib/Makefile.am:
8721         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8722         (button_press_cb), (ev_sidebar_links_construct):
8723
8724         Show the popup menu also on keybindings
8725
8726 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8727
8728         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8729         * shell/ev-window.h:
8730
8731         Expose api to print a range (with dialog). Make private _print use
8732         it.
8733
8734         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8735         (ev_sidebar_links_construct):
8736
8737         Show a print context menu on linkx, it prints the selected
8738         section.
8739
8740 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8741
8742         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8743         button.
8744
8745 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * AUTHORS:
8748
8749         Update
8750
8751         * shell/ev-window.c: (build_comments_string),
8752         (ev_window_cmd_help_about):
8753
8754         Show poppler version/backend and authors
8755
8756 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * cut-n-paste/zoom-control/ephy-zoom.c:
8759         (ephy_zoom_get_zoom_level_index):
8760         * cut-n-paste/zoom-control/ephy-zoom.h:
8761
8762         Move the best fit items at the top of the list
8763
8764 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8765
8766         * shell/ev-marshal.list:
8767         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8768         (activate_cb), (match_selected_cb), (activate_link_cb),
8769         (connect_proxy), (ev_page_action_class_init):
8770         * shell/ev-page-action.h:
8771
8772         Use signals to notify action activation. Hopefully
8773         I did not break completion since I cant test...
8774
8775         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8776         (register_custom_actions):
8777
8778         Connect to page selector actions and also grab focus on
8779         the view when activated.
8780
8781 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8782
8783         * pdf/ev-poppler.cc:
8784         * backend/ev-page-cache.c: make page size calculation consistent
8785         and set it to (int)( width * scale + 0.5).  This makes the weird
8786         line going through the middle of the page go away.
8787
8788         * shell/ev-view.c: move painting the background page after
8789         checking the expose area covers us.
8790
8791 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8792
8793         * data/evince-password.glade:
8794         
8795         Mark labels as not translatable. Fix for bug 302842.
8796
8797 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8798
8799         * configure.ac: Added "es" to ALL_LINGUAS.
8800
8801 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * data/evince-toolbar.xml:
8804         * shell/ev-window.c: (update_action_sensitivity),
8805         (ev_window_setup_document), (ev_window_set_page_mode),
8806         (ev_window_init):
8807
8808         Remove some leftover code from jrb first continous
8809         attempt. Use the new actions, we still need good icons
8810         though...
8811
8812 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8815
8816         Update label when connecting proxy. Fix a warning with NULL
8817         page_cache.
8818
8819 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * data/evince-ui.xml:
8822         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8823         * shell/ev-page-action.h:
8824         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8825
8826         Add mnemonic for edit toolbar.
8827         ctrl+l focus the page entry.
8828
8829 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8830
8831         * lib/Makefile.am:
8832         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8833         (ev_window_init):
8834         * shell/main.c: (main):
8835
8836         Put the toolbar xml in evince own dot dir
8837
8838 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * shell/ev-window.c: (ev_window_init):
8841
8842         Make the toolbar not removable
8843
8844 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * data/evince-ui.xml:
8847         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8848         * shell/ev-sidebar-links.h:
8849         * shell/ev-sidebar-thumbnails.c:
8850         (ev_sidebar_thumbnails_get_treeview):
8851         * shell/ev-sidebar-thumbnails.h:
8852         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8853         (ev_view_class_init):
8854         * shell/ev-view.h:
8855         * shell/ev-window.c: (update_action_sensitivity),
8856         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8857         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8858         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8859         (ev_window_init):
8860
8861         This is evil... Make space/backspace global accelerators but
8862         enable them only for some widgets (sidebars and view).
8863         I dont like it, but I dont know a better way... :/
8864
8865 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8868         (ev_page_action_widget_finalize),
8869         (ev_page_action_widget_class_init), (update_page_cache):
8870
8871         Keep a weak reference on proxy->page_cache so that we
8872         dont try to disconnect the signal if the object is already
8873         gone. Maybe there is a better way to cleanup reference handling
8874         in page action though...
8875
8876 2005-05-10  Juerg Billeter  <j@bitron.ch>
8877
8878         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8879         * backend/ev-ps-exporter.h:
8880         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8881         * ps/ps-document.c: (ps_document_ps_export_begin):
8882         
8883         Change api to pass print range to ps_exporter_begin. The pdf backend
8884         requires this information.
8885         
8886         * shell/ev-print-job.c: (idle_print_handler):
8887         
8888         Adapt to api change
8889
8890 2005-05-10  Juerg Billeter  <j@bitron.ch>
8891
8892         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8893         (idle_print_handler)
8894         * shell/ev-window.c: (ev_window_print):
8895
8896         Support printing page range, based on patch by Amaury Jacquot
8897
8898 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8899
8900         * data/evince-toolbar.xml:
8901
8902         Add zoom control to available items
8903
8904 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8905
8906         * shell/ev-window.c: (update_action_sensitivity):
8907
8908         Set slash action insensitive when appropriate
8909
8910 2005-05-10  Christian Persch <chpe@gnome.org>
8911
8912         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8913
8914         Fix warning on the overflow menu
8915
8916 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8917
8918         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8919
8920         Check for uri correctness/existence
8921
8922 2005-05-09  Juerg Billeter  <j@bitron.ch>
8923
8924         * shell/ev-window.c: (using_postscript_printer):
8925
8926         LPD printers use postscript, too
8927
8928 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * shell/ev-window.c: (register_custom_actions):
8931
8932         The zoom one is actually sort of useful,
8933         put it back
8934
8935 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * shell/ev-window.c: (register_custom_actions):
8938
8939         Hide page/zoom controls from overflow, they
8940         are useless.
8941
8942 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * cut-n-paste/update-from-egg.sh:
8945         
8946         Share it between all cut-n-paste subdirs
8947
8948         * cut-n-paste/recent-files/Makefile.am:
8949
8950         Fix to use "global" update-from-egg.sh
8951
8952         * cut-n-paste/recent-files/egg-recent-model.c:
8953         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8954         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8955         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8956         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8957
8958         Update from libegg
8959
8960         * cut-n-paste/toolbar-editor/Makefile.am:
8961
8962         Fix to use "global" update-from-egg.sh
8963
8964         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8965
8966         Update from libegg
8967
8968 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8969
8970         * configure.ac:
8971         * cut-n-paste/Makefile.am:
8972         * cut-n-paste/recent-files/Makefile.am:
8973         * cut-n-paste/toolbar-editor/.cvsignore:
8974         * cut-n-paste/toolbar-editor/Makefile.am:
8975         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8976         (egg_editable_toolbar_get_type), (get_toolbar_position),
8977         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8978         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8979         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8980         (set_item_drag_source), (create_item_from_action), (create_item),
8981         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8982         (popup_toolbar_context_menu_cb), (free_dragged_item),
8983         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8984         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8985         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8986         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8987         (item_added_cb), (item_removed_cb),
8988         (egg_editable_toolbar_construct),
8989         (egg_editable_toolbar_disconnect_model),
8990         (egg_editable_toolbar_deconstruct),
8991         (egg_editable_toolbar_set_model),
8992         (egg_editable_toolbar_set_ui_manager),
8993         (egg_editable_toolbar_set_property),
8994         (egg_editable_toolbar_get_property),
8995         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8996         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8997         (egg_editable_toolbar_new_with_model),
8998         (egg_editable_toolbar_get_edit_mode),
8999         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9000         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9001         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9002         (new_pixbuf_from_widget), (new_separator_pixbuf),
9003         (update_separator_image), (style_set_cb),
9004         (_egg_editable_toolbar_new_separator_image),
9005         (egg_editable_toolbar_get_model):
9006         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9007         * cut-n-paste/toolbar-editor/egg-marshal.c:
9008         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9009         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9010         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9011         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9012         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9013         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9014         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9015         (editor_drag_data_delete_cb), (drag_data_get_cb),
9016         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9017         (editor_create_item), (update_editor_sheet), (setup_editor),
9018         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9019         (parse_item_list), (model_has_action), (update_actions_list),
9020         (egg_toolbar_editor_load_actions):
9021         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9022         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9023         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9024         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9025         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9026         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9027         (egg_toolbars_model_add_separator), (impl_add_item),
9028         (parse_item_list), (egg_toolbars_model_add_toolbar),
9029         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9030         (impl_get_item_data), (impl_get_item_type),
9031         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9032         (egg_toolbars_model_init), (free_toolbar),
9033         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9034         (egg_toolbars_model_remove_toolbar),
9035         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9036         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9037         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9038         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9039         (egg_toolbars_model_get_item_data),
9040         (egg_toolbars_model_get_item_type):
9041         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9042         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9043         * data/Makefile.am:
9044         * data/evince-toolbar.xml:
9045         * data/evince-ui.xml:
9046         * data/hand-open.png:
9047         * po/POTFILES.in:
9048         * shell/Makefile.am:
9049         * shell/ev-window.c: (update_chrome_visibility),
9050         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9051         (ev_window_dispose), (ev_window_init):
9052
9053         Implement epiphany like toolbar editor. Based on patch by
9054         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9055
9056 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9057
9058         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9059
9060         Use set_cursor instead of set_selection, so that
9061         the keyboard focus moves too.
9062
9063 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9064
9065         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9066
9067         Fix infinite loop when loading Type1 fonts
9068
9069 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * data/evince-ui.xml:
9072         * shell/ev-window.c:
9073
9074         Slash -> Find
9075
9076 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9077
9078         * configure.ac:
9079
9080         Make --disable really disable
9081
9082 2005-05-07  Juerg Billeter  <j@bitron.ch>
9083
9084         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9085
9086         Compare page labels even without has_labels set, fixes setting page
9087         with entry
9088
9089 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9092         (ev_view_set_cursor), (ev_view_button_press_event),
9093         (ev_view_motion_notify_event), (ev_view_button_release_event),
9094         (ev_view_init):
9095
9096         Implement middle button scrolling. Based on a patch
9097         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9098
9099 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * shell/ev-document-types.c: (get_slow_mime_type),
9102         (get_document_type_from_mime), (ev_document_type_lookup):
9103         * shell/ev-document-types.h:
9104
9105         Change api to lookup from uri. Do fast lookup first, if the
9106         type is unknown try with data sniffing.
9107
9108         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9109         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9110
9111         Adapt to api change
9112
9113 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * thumbnailer/Makefile.am:
9116
9117         Fix distcheck
9118
9119 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9120
9121         * NEWS:
9122         * configure.ac:
9123
9124         Release 0.3.0
9125
9126         * data/evince-ui.xml:
9127
9128         Hide presentation mode for now
9129
9130         * shell/ev-view.c: (highlight_find_results):
9131
9132         Show current find selection only on current page
9133
9134 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * shell/ev-view.c: (ev_view_select_all):
9137
9138         Compute size of the actual page, not of
9139         the current one.
9140
9141 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9142
9143         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9144         (view_rect_to_doc_rect), (compute_selections),
9145         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9146         (ev_view_copy), (ev_view_primary_get_cb),
9147         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9148         (ev_view_button_press_event), (ev_view_motion_notify_event),
9149         (ev_view_button_release_event), (page_changed_cb):
9150
9151         Fix text selection
9152
9153 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9154
9155         * shell/ev-view.c: (compute_border), (get_page_extents),
9156         (doc_rect_to_view_rect), (highlight_find_results),
9157         (ev_view_bin_expose), (ev_view_select_all),
9158         (ev_view_motion_notify_event), (update_find_status_message),
9159         (jump_to_find_result), (jump_to_find_page):
9160
9161         First go at fixing search, still buggy
9162
9163 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9164
9165         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9166         dropdown box and button at the top of the sidebar.
9167
9168 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9169
9170         * configure.ac: Output zoom-control Makefile.
9171         * cut-n-paste/Makefile.am: build zoom-control subdir.
9172         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9173         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9174         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9175         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9176         * cut-n-paste/zoom-control/ephy-zoom.c:
9177         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9178         from epiphany, and modified to add a separator into the menu.
9179         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9180         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9181         zoom-control action.
9182         * shell/Makefile.am: Include zoom-control flags.
9183         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9184         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9185         (ev_view_zoom_for_size_presentation),
9186         (ev_view_zoom_for_size_continuous_and_dual_page),
9187         (ev_view_zoom_for_size_continuous),
9188         (ev_view_zoom_for_size_dual_page),
9189         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9190         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9191         ev_view_get_zoom and ev_view_get_sizing_mode.
9192         * shell/ev-view.h:
9193         * shell/ev-window.c: (update_action_sensitivity),
9194         (update_sizing_buttons), (zoom_control_changed_cb),
9195         (register_custom_actions): Initialize and use the zoom-control 
9196         widget.
9197
9198 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9199
9200         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9201         preview cache back to 1.  Don't know when it got set to 0.
9202         
9203         * shell/ev-view.c: (compute_border), (ev_view_realize),
9204         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9205         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9206         (ev_view_get_fullscreen), (ev_view_set_presentation),
9207         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9208         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9209         * shell/ev-view.h:
9210         * shell/ev-window.c:
9211         (update_chrome_visibility),
9212         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9213         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9214         (update_document_mode), (ev_window_update_fullscreen_action),
9215         (ev_window_fullscreen), (ev_window_unfullscreen),
9216         (ev_window_cmd_view_fullscreen),
9217         (ev_window_update_presentation_action),
9218         (ev_window_run_presentation), (ev_window_stop_presentation),
9219         (ev_window_cmd_view_presentation), (ev_window_state_event),
9220         (ev_window_focus_in_event), (ev_window_focus_out_event),
9221         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9222         * data/evince-ui.xml: Initial presentation mode.  We should
9223         probably hide this until it's done, as it's quite rough.  Also,
9224         change full-screen to fullscreen and add two getters to EvView.
9225
9226 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9227
9228         * shell/ev-page-action.c: (update_page_cache),
9229         (ev_page_action_dispose):
9230         * shell/ev-window.c: (destroy_fullscreen_popup),
9231         (ev_window_create_fullscreen_popup):
9232
9233         Use connect_object rather than explicitly
9234         disconnect on dispose.
9235
9236 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9237
9238         * shell/ev-page-action.c: (update_page_cache),
9239         (ev_page_action_dispose):
9240
9241 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9242
9243         * backend/ev-page-cache.c: (_ev_page_cache_new),
9244         (ev_page_cache_set_page_label),
9245         (ev_page_cache_has_nonnumeric_page_labels):
9246         * backend/ev-page-cache.h:
9247         * shell/ev-page-action.c: (update_pages_label):
9248         
9249         If all page labels are numeric, fallback to default
9250         way to display number of pages. See bug 173185.
9251
9252 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9253
9254         * shell/ev-page-action.c: (ev_page_action_dispose):
9255         * shell/ev-view.c: (view_update_range_and_current_page):
9256         * shell/ev-window.c: (ev_window_dispose):
9257         
9258         Set page on scroll in continuous mode. Fixes bug 301986.
9259         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9260
9261 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9262
9263         * configure.ac:
9264
9265         Require poppler 0.3.0
9266
9267 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9268         
9269         * shell/Makefile.am, configure.ac: Fix build problems
9270         with t1lib. Bug 301996.
9271
9272 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9273
9274         * shell/ev-view.c: (ev_view_scroll_event):
9275         
9276         Scroll up increase zoom
9277
9278 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9279
9280         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9281         (ev_view_set_sizing_mode),
9282         (ev_view_zoom_for_size_continuous_and_dual_page),
9283         (ev_view_zoom_for_size_continuous):
9284         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9285         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9286         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9287         (ev_window_init):
9288
9289         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9290         Fix for 165473 and 165472.
9291
9292 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9293
9294         * po/POTFILES.in:
9295         * thumbnailer/Makefile.am:
9296         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9297         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9298         * thumbnailer/evince-thumbnailer.schemas.in:
9299         
9300         Make thumbnailer schemas translatable. Fix for bug 301773
9301         
9302         * thumbnailer/evince-thumbnailer-djvu.schemas:
9303         * thumbnailer/evince-thumbnailer-dvi.schemas:
9304         * thumbnailer/evince-thumbnailer.schemas:
9305
9306         Removed files
9307
9308 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9309
9310         * shell/ev-view.c (ev_view_init): forgot to set this.
9311
9312 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9313
9314         * shell/ev-view.c: (find_page_at_location),
9315         (get_link_at_location),
9316         (ev_view_set_show_border), (ev_view_set_spacing),
9317         (ev_view_zoom_for_size_continuous_and_dual_page),
9318         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9319         Also, add a quick fix measuring of widths.  Also, removed
9320         ev_view_set_spacing and ev_view_set_show_border.
9321         
9322         * shell/ev-window.c: (ev_window_unfullscreen),
9323         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9324
9325 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9326
9327         * shell/ev-view.c: (view_update_range_and_current_page),
9328         (page_changed_cb):
9329         
9330         Fix crash on exit and scrolling to page in continuous view.
9331
9332 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9333
9334         * TODO:
9335         * backend/ev-page-cache.c: (_ev_page_cache_new),
9336         (ev_page_cache_get_max_width_size),
9337         (ev_page_cache_get_max_height_size):
9338         * backend/ev-page-cache.h:
9339         * data/evince-ui.xml:
9340         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9341         * shell/ev-view.c: (view_update_adjustments),
9342         (view_update_range_and_current_page), (get_bounding_box_size),
9343         (ev_view_size_request_continuous_and_dual_page),
9344         (ev_view_size_request_continuous),
9345         (ev_view_size_request_dual_page),
9346         (ev_view_size_request_single_page), (ev_view_size_request),
9347         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9348         (ev_view_bin_expose), (ev_view_expose_event),
9349         (ev_view_set_property), (ev_view_get_property),
9350         (ev_view_class_init), (ev_view_init), (ev_view_new),
9351         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9352         (ev_view_set_dual_page), (ev_view_set_full_screen),
9353         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9354         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9355         (ev_view_zoom_out), (zoom_for_size_fit_width),
9356         (zoom_for_size_best_fit),
9357         (ev_view_zoom_for_size_continuous_and_dual_page),
9358         (ev_view_zoom_for_size_continuous),
9359         (ev_view_zoom_for_size_dual_page),
9360         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9361         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9362         * shell/ev-view.h:
9363         * shell/ev-window.c: (update_action_sensitivity),
9364         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9365         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9366         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9367         (ev_window_cmd_view_zoom_out), (update_view_size),
9368         (ev_window_set_sizing_mode), (ev_window_init):
9369
9370         Add Continuous and Dual page modes.
9371
9372 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9373
9374         * dvi/dvi-document.c: (dvi_document_load),
9375         (dvi_document_thumbnails_get_thumbnail),
9376         (dvi_document_init_params): Fix up some mixups between
9377         width and height to correct thumbnail rendering.
9378
9379 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9380
9381         * dvi/mdvi-lib/private.h:
9382         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9383         
9384         Suppess output for kpathsea during font generation. Thanks to
9385         James Bowes
9386
9387 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9388
9389         * NEWS:
9390         * configure.ac:
9391
9392         Release 0.2.1
9393
9394         * Makefile.am: fix distcheck.
9395
9396 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9397
9398         * shell/ev-sidebar-links.c: (selection_changed_callback),
9399         (update_page_callback), (row_activated_callback),
9400         (job_finished_callback), (ev_sidebar_links_set_document):
9401         
9402         Fix for bug #169901. Double click on links expands tree.
9403
9404 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9405
9406         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9407         hard-coded style. Fix for bug 170111
9408
9409 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9410
9411         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9412         locking.
9413
9414 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9415
9416         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9417
9418 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9419
9420         * pdf/ev-poppler.cc:
9421         * shell/ev-view.c: (highlight_find_results):
9422
9423         Fix find on single page documents
9424
9425 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9426
9427         * data/evince.schemas.in: fix for bug 301390
9428
9429 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9432         (ev_view_zoom_out), (ev_view_zoom_normal):
9433         * shell/ev-view.h:
9434         * shell/ev-window.c: (update_action_sensitivity),
9435         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9436         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9437         (ev_window_cmd_view_normal_size):
9438
9439         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9440         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9441         better than oom. 
9442
9443 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9444
9445         * configure.ac:
9446
9447         Depend on 2.57, 2.59 doesnt seem to be necessary
9448
9449 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9450
9451         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9452         (create_tool_item):
9453
9454         Put back total number of pages as (1 of 1234)
9455
9456 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9457
9458         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9459         remove the job.
9460
9461         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9462         function.  This helps debugging.
9463
9464 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9465
9466         * djvu/djvu-document.c: (djvu_document_class_init),
9467         (djvu_document_get_info), (djvu_document_document_iface_init):
9468         * dvi/dvi-document.c: (dvi_document_class_init),
9469         (dvi_document_get_info), (dvi_document_document_iface_init):
9470
9471         Dummy implementation of get_info method for dvi and
9472         djvu. Fix crashes with those backends
9473
9474 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9475
9476         * data/evince.desktop.in:
9477
9478         Add application/x-gzpostscript
9479
9480 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9481
9482         * data/evince.schemas.in: Added real long descriptions, 
9483         closes bug 172496 
9484
9485         * README: Added actual text, closes bug 171869
9486
9487 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9488
9489         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9490
9491         Thumbnail page 0
9492
9493 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9494
9495         * backend/ev-document-info.h:
9496
9497         s/GDate */GDate so we can just use g_free
9498
9499 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9500
9501         * shell/ev-window.c: (update_document_mode),
9502         (ev_window_setup_document):
9503
9504         Show the window in fullscreen when specified by
9505         the document
9506
9507 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9508
9509         * backend/ev-document.c: (ev_document_class_init),
9510         (ev_document_get_info), (ev_document_render_pixbuf):
9511         * backend/ev-document.h:
9512         * backend/ev-page-cache.c: (_ev_page_cache_new):
9513         * pdf/ev-poppler.cc:
9514         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9515         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9516         * ps/ps-document.c: (ps_document_class_init), (document_load),
9517         (ps_document_get_info), (ps_document_document_iface_init):
9518
9519         Remove get_title from the interface, we can just use document info
9520
9521 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9522
9523         * backend/Makefile.am:
9524         * backend/ev-document.c: (ev_document_render_get_info):
9525         * backend/ev-document.h:
9526         * pdf/ev-poppler.cc:
9527
9528         Initial support for document info. Based on jrb patch.
9529
9530 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9531
9532         * shell/ev-window.c: (ev_window_state_event),
9533         (ev_window_class_init), (ev_window_init):
9534         
9535         Doesn't show resize grip when maximized. See bug #301053
9536
9537 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9538
9539         * po/POTFILES.in:
9540         
9541         ev-sidebar-thumbnails now has translatable labels
9542         
9543         * shell/Makefile.am:
9544         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9545         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9546         (ev_sidebar_links_page_iface_init):
9547         * shell/ev-sidebar-links.h:
9548         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9549         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9550         (ev_sidebar_page_get_label):
9551         * shell/ev-sidebar-page.h:
9552         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9553         (ev_sidebar_thumbnails_set_document),
9554         (ev_sidebar_thumbnails_support_document),
9555         (ev_sidebar_thumbnails_get_label),
9556         (ev_sidebar_thumbnails_page_iface_init):
9557         * shell/ev-sidebar-thumbnails.h:
9558         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9559         (ev_sidebar_set_document):
9560         * shell/ev-sidebar.h:
9561         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9562         
9563         Small rework of sidebar code. Now sidebar pages should implement
9564         EvSidebarPage interface. That makes page management in EvSidebar
9565         easier. See bug #164811 for details
9566
9567 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9568
9569         * shell/ev-application.c: (ev_application_open):
9570         * shell/ev-document-types.c:
9571         
9572         Fix build error and small problem with application exit
9573
9574 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9575
9576         * thumbnailer/Makefile.am:
9577         * thumbnailer/evince-thumbnailer-djvu.schemas:
9578         * thumbnailer/evince-thumbnailer-dvi.schemas:
9579         
9580         Conditionally install schemas for djvu/dvi thumbnailer
9581
9582 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9583
9584         * shell/ev-document-types.h: 
9585         * shell/ev-document-types.c: 
9586         New files, handling the mapping from mimetypes to backends
9587         
9588         * shell/ev-window.c: 
9589         * thumbnailer/evince-thumbnailer.c:     
9590         Use the ev-document-types code
9591         
9592         * shell/Makefile.am: 
9593         Added new convenience library libevbackendfactory_la, containing
9594         the new mimetype->backend logic; moved the backends into it.
9595
9596         * thumbnailer/Makefile.am:
9597         Make the thumbnailer link with the libevbackend.la convenience
9598         library, rather than having a duplicate of the backend logic here.
9599
9600 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9601
9602         * shell/ev-stock-icons.c: constify some vars.
9603         * shell/ev-window.c: ditto.
9604
9605 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * ps/ps-document.c (get_page_orientation):
9608
9609         Respect document orientation 
9610
9611 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9612
9613         * djvu/Makefile.am:
9614         * dvi/Makefile.am:
9615         * shell/Makefile.am:
9616         
9617         Move library dependencies to components.
9618         
9619         * shell/ev-window.c: (update_window_title),
9620         (start_loading_document):
9621         
9622         Fix display of uris with spaces. Bug 168358.
9623
9624 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9625
9626         * shell/ev-sidebar-links.c: (selection_changed_cb):
9627         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9628         (ev_view_button_release_event), (ev_view_set_document):
9629         * shell/ev-view.h:
9630         * shell/ev-window.c: (find_bar_search_changed_cb):
9631         * shell/ev-window.h: Minor cleanups removing some dead code.
9632
9633 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9634
9635         * backend/ev-page-cache.c: (_ev_page_cache_new):
9636         
9637         Set current page to 0 if document has pages.
9638
9639 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9640
9641         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9642
9643         Initialize GError to NULL, fix a crash when loading fails.
9644
9645 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9646
9647         * shell/ev-window.c: (update_view_size):
9648
9649         Calculate shadow size only when there is actually
9650         a shadow.
9651
9652 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9653
9654         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9655         * shell/ev-view.h:
9656
9657         Allow setting view spacing, default to 0
9658
9659         * shell/ev-window.c: (ev_window_unfullscreen),
9660         (ev_window_cmd_view_fullscreen), (ev_window_init):
9661
9662         Remove spacing in fullscreen mode
9663
9664 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9665
9666         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9667         (ev_view_size_request), (expose_bin_window),
9668         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9669         * shell/ev-view.h:
9670         * shell/ev-window.c: (ev_window_unfullscreen),
9671         (ev_window_cmd_view_fullscreen):
9672
9673         Do not draw the border in fulscreen
9674
9675 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9676
9677         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9678         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9679         (find_page_at_location), (page_changed_cb):
9680
9681         Rework border calculation, so that I can more easily disable it.
9682         Code somewhat cleaner too.
9683
9684 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9685
9686         * backend/ev-page-cache.c: (ev_page_cache_init),
9687         (_ev_page_cache_new):
9688
9689         Remove some assertions, documents can have 0 pages.
9690         Make initial current page -1.
9691
9692         * shell/ev-page-action.c: (page_changed_cb):
9693
9694         Show "" if current page is -1
9695
9696         * shell/ev-window.c: (update_action_sensitivity),
9697         (ev_window_setup_document):
9698
9699         When document has 0 pages do not set the view
9700         and make nearly everything insensitive.
9701
9702 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9703
9704         * shell/ev-page-view.c:
9705         * shell/ev-page-view.h:
9706
9707         Remove unused files.
9708         
9709         * shell/ev-sidebar-thumbnails.c:
9710         (ev_sidebar_thumbnails_set_document):
9711         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9712         (ev_sidebar_supports_document):
9713         * shell/ev-sidebar.h:
9714         * shell/ev-window.c: (ev_window_setup_document):
9715         
9716         Doesn't show thumbnails if document has 1 page. Make
9717         sidebar menu entries sensitive only if if they have 
9718         sense. Fix bug 164811. 
9719
9720 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9721
9722         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9723         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9724         (ev_view_zoom_out), (ev_view_set_size):
9725
9726         Rework sizing to deal with documents with not uniform page
9727         size.
9728
9729 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9730
9731         * backend/ev-page-cache.c: (_ev_page_cache_new):
9732
9733         Fix several page size caching bugs
9734
9735 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9736
9737         * shell/ev-window.c: (set_action_properties):
9738
9739         Make all toolbar items translatable
9740
9741 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9742
9743         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9744         (save_page_list), (ps_document_save),
9745         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9746         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9747         (ps_document_ps_exporter_iface_init):
9748         * ps/ps-document.h:
9749
9750         Based on a patch by J�rg Billeter <j@bitron.ch>
9751         
9752         Implement print and save a copy for the ps backend.
9753
9754 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9755
9756         * backend/ev-document.h:
9757         * djvu/djvu-document.c: (djvu_document_can_get_text),
9758         (djvu_document_document_iface_init):
9759         * dvi/dvi-document.c: (dvi_document_can_get_text),
9760         (dvi_document_document_iface_init):
9761         * pdf/ev-poppler.cc:
9762         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9763         (pixbuf_document_document_iface_init):
9764         * ps/ps-document.c: (ps_document_can_get_text),
9765         (ps_document_document_iface_init):
9766         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9767         * shell/ev-window.c: (update_action_sensitivity):
9768
9769         Fix the crash when trying to copy in backends that doesnt
9770         support it. We can implement a better solution once we
9771         do real text selection.
9772
9773 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9774
9775         * data/evince-ui.xml:
9776         * shell/ev-window.c: (ev_window_cmd_escape):
9777         
9778         Work around the Escape conflict (find bar and unfullscreen)
9779
9780 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9781
9782         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9783         
9784         Fix for #300233. Next page correctly handles document end.
9785         
9786         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9787         (ev_sidebar_thumbnails_class_init),
9788         (ev_sidebar_thumbnails_set_document),
9789         (ev_sidebar_thumbnails_clear_job),
9790         (ev_sidebar_thumbnails_clear_model):
9791         
9792         Cleanup thumbnail jobs on document changes.
9793         
9794         * shell/ev-view.c: (add_scroll_binding_keypad),
9795         (add_scroll_binding_shifted), (ev_view_class_init):
9796         
9797         Shift + Space scrolls up. Fix for #173184
9798         
9799         * shell/ev-window.c: (ev_window_open_page),
9800         (ev_window_cmd_view_reload):
9801         
9802         Fix reload (Bug #300094)
9803
9804 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9805
9806         
9807         * dvi/mdvi-lib/assoc.c:
9808         * dvi/mdvi-lib/assoc.h: Removed garbage files
9809         
9810         * dvi/mdvi-lib/bitmap.c:
9811         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9812         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9813         * dvi/mdvi-lib/color.h: Antialias of rules
9814         
9815         * dvi/mdvi-lib/common.h:
9816         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9817         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9818         * dvi/mdvi-lib/files.c:
9819         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9820         * dvi/mdvi-lib/mdvi.h:
9821         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9822         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9823         * dvi/mdvi-lib/util.c: Fix compile warnings
9824         
9825         * dvi/dvi-document.c:
9826         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9827         (dvi_document_thumbnails_get_thumbnail),
9828         (dvi_document_document_thumbnails_iface_init):
9829         * dvi/mdvi-lib/Makefile.am:
9830         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9831         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9832         
9833         Dvi backend now renders thumbnails
9834
9835 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9836
9837         * shell/main.c: (main): 
9838         
9839         Save accelerators on exit. Fixes bug #172095.
9840
9841 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9842
9843         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9844         update priority" comment.
9845
9846         * backend/ev-job-queue.c: Give a way to change priority.
9847
9848 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9849
9850         * shell/ev-page-action.c: Fix logic.
9851
9852 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9853
9854         * shell/ev-view.c: (ev_view_can_find_next):
9855         * shell/ev-window.c: (ev_window_setup_document):
9856
9857         Check that the document supports find
9858
9859 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9860
9861         * data/evince-ui.xml:
9862         * shell/ev-view.c: (ev_view_can_find_next):
9863         * shell/ev-view.h:
9864         * shell/ev-window.c: (update_action_sensitivity),
9865         (find_changed_cb), (ev_window_setup_document),
9866         (ev_window_cmd_edit_find_next):
9867
9868         Add Edit->Find Next
9869
9870 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9871
9872         * pdf/ev-poppler.cc:
9873         * shell/ev-print-job.c: (idle_print_handler):
9874
9875         Make printing work again
9876
9877 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9878
9879         * shell/ev-page-action.h:
9880         * shell/ev-page-action.c: (ev_page_action_widget_init),
9881         (ev_page_action_widget_class_init), (page_changed_cb),
9882         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9883         (get_filter_model_from_model), (match_selected_cb),
9884         (display_completion_text), (match_completion), (update_model),
9885         (connect_proxy), (ev_page_action_set_property),
9886         (ev_page_action_get_property), (ev_page_action_set_document),
9887         (ev_page_action_set_model), (ev_page_action_class_init): Big
9888         reworking to make completions work iff we have >= GTK-2.7.0
9889                 
9890         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9891         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9892         (job_finished_cb): We now have a 'model' property that is set when
9893         the links are loaded.  This can be caught with "notify::model"
9894
9895         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9896         listen for the model to be set, and propagate it to the action.
9897
9898 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9899
9900         * cut-n-paste/recent-files/egg-recent-item.c:
9901         (egg_recent_item_set_uri), (make_valid_utf8),
9902         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9903         * cut-n-paste/recent-files/egg-recent-item.h:
9904         
9905         Update egg-recent from libegg. This should fix long
9906         startup problem. For details see
9907         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9908
9909 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9910
9911         * cut-n-paste/recent-files/Makefile.am:
9912         * data/evince-ui.xml, shell/Makefile.am:
9913         * shell/ev-application.c, shell/ev-application.h:
9914         * shell/ev-window.c: Recent files support.
9915         
9916         * configure.ac: Added "ru" to ALL_LINGUAS.
9917         
9918         * dvju: new backend to support DJVU files.
9919         * dvi: new backend to support DVI.
9920
9921         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9922         * ev-application.c: Support for new backends.
9923         
9924         * help, ev-window.c, main.c shell/Makefile.am: 
9925         Evince user documentation.
9926
9927 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9928
9929         * po/POTFILES.in:
9930         * shell/ev-window.c:
9931         * thumbnailer/evince-thumbnailer.c:
9932
9933         s/pdf-document/ev-poppler
9934
9935 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9936
9937         * NEWS:
9938         * configure.ac:
9939
9940         Release 0.2.0
9941
9942         * ps/ps-document.c: (setup_pixmap):
9943
9944         Remove debug code
9945
9946 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9947
9948         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9949         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9950         (ev_window_cmd_go_first_page): Fix of by one errors.
9951
9952 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9953
9954         * ps/ps-document.c: (get_page_box):
9955
9956         Fix page size calculation
9957
9958 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9959
9960         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9961         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9962         (get_page_orientation), (setup_page), (document_load),
9963         (ps_document_get_page_size), (render_pixbuf_idle):
9964         * ps/ps-document.h:
9965
9966         More refactoring to adapt to EvDocument changes
9967
9968 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9969
9970         * ps/ps-document.c: (start_interpreter):
9971
9972         Actually add alpha args
9973
9974 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9975
9976         * pdf/ev-poppler.cc:
9977
9978         Make clipboard work again
9979
9980 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9981
9982         Make searching work again.
9983         
9984         * backend/ev-document.c:
9985         * backend/ev-document.h:
9986         * backend/ev-document-find.c:
9987         * backend/ev-document-find.h: Change EvDocumentIface so we no
9988         longer store the current page or zoom level in the document.  The
9989         consequence is that all calls that operate on the current page now
9990         instead take the page number as an extra argument, and all
9991         coordinates are now doubles in document coordinate system.
9992
9993         * pdf/ev-poppler.cc:
9994         * pixbuf/pixbuf-document.c:
9995         * ps/ps-document.c: Update backends accordingly.
9996
9997 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9998
9999         * autogen.sh:
10000
10001         Add required gettext version
10002
10003 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10004
10005         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10006         make F1 bring up non-existent help.
10007
10008         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10009         epiphany's find bar, #167477
10010
10011         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10012         <emil@nishra.com> to add space-bar scrolling, 
10013
10014         * shell/ev-window.c (static GtkActionEntry entries): add default
10015         keybinding for Help (F1)
10016         Fixes #171068
10017
10018         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10019         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10020         170110
10021
10022 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10023
10024         * Makefile.am: 
10025         * pixbuf/pixbuf-document.c: 
10026
10027         Got pixbuf backend working again
10028
10029 2005-04-01  Steve Murphy  <murf@e-tools.com>
10030
10031         * configure.in: Added "rw" to ALL_LINGUAS.
10032
10033 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10034
10035         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10036         model types, noticed by Martin Kretzschmar.
10037
10038 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10039
10040         * pdf/ev-poppler.cc: Implement search based on
10041         poppler_page_find_text().  Currently a bit crude since we remember
10042         all matches from all pages.  Also, we grab the big document lock
10043         when we search since searching changes the underlying stream and
10044         thus conflicts with the rendering thread.
10045         
10046         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10047         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10048         (ev_view_find_previous): Fix some page indexes to be 0 based,
10049         offset rubber band by view offset,
10050
10051 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10052
10053         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10054
10055 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10056
10057         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10058         completely because I didn't understand GtkActions.  I should
10059         read Marco's code more carefully in the future.
10060
10061         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10062         function
10063
10064 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10065
10066         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10067         PopplerRectangle change from poppler CVS.
10068
10069 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10070
10071         * backend/ev-document.c: (ev_document_get_page_label):
10072         * backend/ev-document.h:
10073         * backend/ev-page-cache.c: (_ev_page_cache_new),
10074         (ev_page_cache_get_page_label):
10075         * backend/ev-page-cache.h:
10076         * pdf/ev-poppler.cc:
10077         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10078         (links_page_num_func):
10079         * shell/ev-sidebar-thumbnails.c:
10080         (ev_sidebar_thumbnails_set_document):
10081         * shell/ev-view.c: (status_message_from_link),
10082         (ev_view_motion_notify_event):
10083         * shell/ev-window.c: (document_supports_sidebar): Add in page
10084         label support.  It's not perfect yet, but it's the first 'feature'
10085         in a while.
10086         Also, fix a bogus comment noticed by crispin. 
10087
10088 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10089
10090         * Makefile.am: Remove pixbuf backend for now
10091
10092         * configure.ac: Require poppler-glib instead of just poppler.
10093
10094         * backend/ev-document-thumbnails.h: Add a comment
10095
10096         * backend/ev-document.h:
10097         * backend/ev-document.c: (ev_document_class_init),
10098         (ev_document_load), (ev_document_get_link),
10099         (ev_document_get_links): Remove 3 methods and add get_links.
10100         Also, made 0 based.
10101
10102         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10103         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10104
10105         * backend/ev-link.c: (ev_link_set_title),
10106         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10107         (ev_link_mapping_find):
10108         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10109         
10110         * backend/ev-page-cache.c: (ev_page_cache_init),
10111         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10112         (ev_page_cache_get_size), (ev_page_cache_next_page),
10113         (ev_page_cache_prev_page): Fix to be 0 based.
10114
10115         * pdf/Makefile.am: 
10116         * pdf/ev-poppler.h:
10117         * pdf/ev-poppler.cc: New backend.
10118         
10119         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10120         (ps_document_get_page), (ps_document_document_iface_init):
10121
10122         * shell/ev-pixbuf-cache.h:
10123         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10124         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10125         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10126         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10127         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10128         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10129         based.
10130         
10131         * shell/ev-sidebar-thumbnails.c:
10132         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10133         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10134
10135         * shell/ev-view.c: (status_message_from_link),
10136         (find_page_at_location), (get_link_at_location),
10137         (ev_view_motion_notify_event), (ev_view_button_release_event),
10138         (ev_view_init): Use the new link code.  Fix to be 0 based.
10139
10140         * shell/ev-window.c: (update_action_sensitivity),
10141         (document_supports_sidebar): 0 based.
10142
10143 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10144
10145         * pdf/pdf-document.cc: Patch from Fernando Herrera
10146         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10147         *blush*
10148
10149 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10150
10151         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10152         1 to the page, as this seems to be 1 based.  I thought we has this
10153         fixed.  grump.
10154
10155 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10156
10157         * TODO:
10158         * backend/Makefile.am:
10159         * backend/ev-document-links.c:
10160         (ev_document_links_has_document_links),
10161         (ev_document_links_get_links_model):
10162         * backend/ev-document-links.h:
10163         * backend/ev-document.c: (ev_document_get_page_cache),
10164         (ev_document_get_doc_mutex), (ev_document_load),
10165         (ev_document_save), (ev_document_get_title),
10166         (ev_document_get_n_pages), (ev_document_set_page),
10167         (ev_document_get_page), (ev_document_set_target),
10168         (ev_document_set_scale), (ev_document_set_page_offset),
10169         (ev_document_get_page_size), (ev_document_get_text),
10170         (ev_document_get_link), (ev_document_render),
10171         (ev_document_render_pixbuf), (ev_document_scale_changed):
10172         * backend/ev-document.h:
10173         * backend/ev-job-queue.c: (remove_object_from_queue),
10174         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10175         (no_jobs_available_unlocked), (ev_render_thread),
10176         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10177         (ev_job_queue_remove_job):
10178         * backend/ev-job-queue.h:
10179         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10180         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10181         (ev_job_links_class_init), (ev_job_render_init),
10182         (ev_job_render_dispose), (ev_job_render_class_init),
10183         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10184         (ev_job_thumbnail_class_init), (ev_job_finished),
10185         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10186         (ev_job_render_run), (ev_job_thumbnail_new),
10187         (ev_job_thumbnail_run):
10188         * backend/ev-jobs.h:
10189         * backend/ev-link.c:
10190         * backend/ev-link.h:
10191         * backend/ev-page-cache.c: (ev_page_cache_init),
10192         (ev_page_cache_class_init), (ev_page_cache_finalize),
10193         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10194         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10195         (ev_page_cache_set_link), (ev_page_cache_get_title),
10196         (ev_page_cache_get_size), (ev_page_cache_next_page),
10197         (ev_page_cache_prev_page):
10198         * backend/ev-page-cache.h:
10199         * pdf/pdf-document.cc:
10200         * ps/gsdefaults.c:
10201         * ps/gsdefaults.h:
10202         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10203         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10204         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10205         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10206         (is_interpreter_ready), (output), (catchPipe), (input),
10207         (start_interpreter), (check_filecompressed), (compute_dimensions),
10208         (ps_document_enable_interpreter), (document_load),
10209         (ps_document_next_page), (render_page), (ps_document_set_page),
10210         (ps_document_set_scale), (render_pixbuf_idle),
10211         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10212         * ps/ps-document.h:
10213         * shell/Makefile.am:
10214         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10215         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10216         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10217         (ev_pixbuf_cache_new), (job_finished_cb),
10218         (check_job_size_and_unref), (move_one_job),
10219         (ev_pixbuf_cache_update_range), (find_job_cache),
10220         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10221         (ev_pixbuf_cache_add_jobs_if_needed),
10222         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10223         * shell/ev-pixbuf-cache.h:
10224         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10225         (idle_print_handler):
10226         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10227         (selection_changed_cb), (create_loading_model),
10228         (ev_sidebar_links_construct), (links_page_num_func),
10229         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10230         (update_page_callback), (job_finished_cb),
10231         (ev_sidebar_links_set_document):
10232         * shell/ev-sidebar-thumbnails.c:
10233         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10234         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10235         (page_changed_cb), (thumbnail_job_completed_callback),
10236         (ev_sidebar_thumbnails_set_document):
10237         * shell/ev-sidebar-thumbnails.h:
10238         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10239         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10240         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10241         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10242         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10243         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10244         (ev_view_button_release_event), (ev_view_scroll_view),
10245         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10246         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10247         (ev_view_new), (job_finished_cb), (page_changed_cb),
10248         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10249         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10250         (ev_view_find_previous):
10251         * shell/ev-view.h:
10252         * shell/ev-window.c: (update_action_sensitivity),
10253         (ev_window_open_page), (update_window_title), (update_total_pages),
10254         (page_changed_cb), (ev_window_setup_document),
10255         (password_dialog_response), (ev_window_cmd_save_as),
10256         (ev_window_print), (ev_window_cmd_go_previous_page),
10257         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10258         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10259         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10260         * shell/main.c: (main):
10261
10262         Merge evince-threads branch
10263
10264 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10265
10266         * configure.ac: Added "lt" to ALL_LINGUAS.
10267
10268 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10269
10270         * NEWS:
10271         * configure.ac:
10272
10273         Release 0.1.9
10274
10275 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10276
10277         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10278
10279         Fix here also the thumbnails 1-basedness :)
10280
10281 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10282
10283         * NEWS:
10284         * configure.ac:
10285
10286         Release 0.1.8
10287
10288 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10289
10290         * pdf/pdf-document.cc:
10291         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10292         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10293
10294         Fix the mess we did with thumbnails and 1-basedness
10295
10296 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10297
10298         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10299
10300 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10301
10302         * NEWS:
10303         * configure.ac:
10304
10305         Release 0.1.7
10306
10307 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10308
10309         * ps/Makefile.am:
10310         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10311         (gtk_gs_defaults_get_alpha_parameters),
10312         (gtk_gs_defaults_get_ungzip_cmd),
10313         (gtk_gs_defaults_get_unbzip2_cmd):
10314         * ps/gsdefaults.h:
10315         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10316         (ps_document_get_orientation), (document_load),
10317         (ps_document_goto_page), (ps_document_set_page_size):
10318         * ps/ps-document.h:
10319
10320         Some more sanitization of the ps backend. Remove a lot
10321         of unused code and do not base our defaults on ggv
10322         preferences (ugh!)
10323
10324 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10325
10326         * thumbnailer/evince-thumbnailer.schemas:
10327         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10328         (main): add -s option for thumbnail size.
10329
10330 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10331
10332         * configure.ac:
10333
10334         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10335         remove it.
10336
10337 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10338
10339         * pdf/pdf-document.cc:
10340
10341         Remove 4 pixels of useless border from the
10342         thumbnail.
10343
10344 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * backend/ev-document-thumbnails.c:
10347         (ev_document_thumbnails_get_thumbnail):
10348         * backend/ev-document-thumbnails.h:
10349
10350         Rework API a bit. Add a border flag and
10351         change sizing logic (now the size we specify
10352         applies to the bigger dimension).
10353
10354         * pdf/pdf-document.cc:
10355         * pixbuf/pixbuf-document.c:
10356         (pixbuf_document_thumbnails_get_thumbnail):
10357         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10358         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10359
10360         Adapt to the new API and do not draw a border for nautilus
10361         thumbnailer.
10362
10363 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10364
10365         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10366         take thumbnails from page "0" instead of "1". Added a copyright header.
10367
10368 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10369
10370         * ps/ps-document.c: (set_up_page), (start_interpreter):
10371
10372         Make it C89 compliant
10373
10374 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10375
10376         * Makefile.am:
10377         * configure.ac:
10378         * pdf/.cvsignore:
10379         * pdf/pdf-document.cc:
10380         * thumbnailer/Makefile.am:
10381         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10382         (main):
10383         * thumbnailer/evince-thumbnailer.schemas:
10384         * thumbnailer/pdf-icon.png:
10385
10386         Add a nautilus thumbnailer.
10387         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10388
10389 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10390
10391         * NEWS:
10392         * configure.ac:
10393         * po/POTFILES.in:
10394
10395         Release 0.1.6
10396
10397 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10398
10399         Use poppler instead of including xpdf source code.  Poppler is a
10400         fork of xpdf to build it as a shared library. See
10401         http://freedesktop.org/wiki/Software/poppler.
10402
10403         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10404         xpdf fork.
10405         
10406         * pdf/Makefile.am: Build libpdfdocument.a here.
10407         
10408         * pdf/GDKSplashOutputDev.cc:
10409         * pdf/GDKSplashOutputDev.h:
10410         * pdf/GnomeVFSStream.cc:
10411         * pdf/GnomeVFSStream.h:
10412         * pdf-document.cc:
10413         * pdf-document.h:
10414         * test-gdk-output-dev.cc
10415         * Thumb.cc:
10416         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10417         against poppler.
10418
10419 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10420
10421         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10422
10423         Clear idle stack before unsetting the document
10424
10425 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10426
10427         * ps/ps-document.c: (ps_document_widget_event),
10428         (ps_document_set_target), (ps_document_finalize),
10429         (ps_document_get_page):
10430
10431         Disconnect the widget event signal on finalize.
10432         Some code cleanups.
10433
10434 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10435
10436         * ps/ps-document.c: (set_up_page):
10437
10438         If there is no bpixmap create one, even if size
10439         is not changed.
10440
10441 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10442
10443         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10444         (set_up_page), (document_load), (ps_document_set_zoom):
10445
10446         Default page is 0. Calculate size even when we have no
10447         target yet.
10448
10449 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10450
10451         * shell/ev-sidebar.c: expand the selection widget to be always as
10452         wide as the sidebar
10453
10454 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10455
10456         * shell/ev-sidebar-thumbnails.c:
10457         (ev_sidebar_thumbnails_set_document):
10458
10459         Clear the list store when setting document
10460
10461 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10462
10463         * shell/ev-page-action.c: (update_entry), (sync_entry),
10464         (activate_cb), (entry_size_request_cb), (create_tool_item),
10465         (connect_proxy):
10466
10467         Use an entry for the page control instead of spinbuttons
10468
10469 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10470
10471         * data/evince.schemas.in:
10472
10473         Correct confusing string
10474
10475 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10476
10477         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10478         for real.  Gosh, how long has this been broken.
10479
10480         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10481         check for a NULL link.  We crash otherwise.
10482
10483 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10484
10485         * NEWS:
10486         * configure.ac:
10487
10488         Release 0.1.5
10489
10490 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10491
10492         * configure.ac: add the french translation.
10493
10494 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10495
10496         * shell/ev-window.c:
10497
10498         Remove unused header -> fix distcheck
10499
10500 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * shell/ev-window.c: (update_window_title),
10503         (ev_window_popup_password_dialog):
10504
10505         Unescape filename for display
10506
10507 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10508
10509         * pdf/xpdf/pdf-document.cc:
10510
10511         In get_page_size deal with rotation. Also
10512         cleanup the function a bit.
10513
10514 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10515
10516         * pdf/xpdf/pdf-document.cc:
10517
10518         Fix crash when opening in new window
10519
10520 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10521
10522         * configure.ac:
10523
10524         Check ghostscript >= 7
10525
10526 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10527
10528         * shell/ev-window.c:
10529
10530         Make page width the default sizing mode
10531
10532 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10533         Marco Pesenti Gritti <marco@gnome.org>
10534
10535         * shell/ev-window.c: Remember the sidebar size
10536
10537         * data/evince.schemas.in: Add a new gconf key to store the size of
10538         the sidebar
10539
10540 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10541
10542         * data/evince-ui.xml:
10543         * shell/ev-window.c: (update_action_sensitivity),
10544         (ev_window_cmd_view_reload):
10545         
10546         Add a "Reload" action and menu entry
10547
10548 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10549
10550         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10551         iff the type doesn't support thumbnailing and indexing.
10552
10553 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10554
10555         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10556
10557 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10558
10559         * pdf/splash/Splash.cc:
10560
10561         Port fix for a crasher from kde bug
10562         http://bugs.kde.org/show_bug.cgi?id=97131
10563
10564 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10565
10566         * pdf/xpdf/pdf-document.cc:
10567
10568         Return a link even if it's of an unrecognized
10569         type. Otherwise we go in an infinte cycle.
10570
10571 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10572
10573         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10574         (size_allocate_cb), (ev_window_set_sizing_mode):
10575
10576         Update size when switching mode
10577
10578 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10579
10580         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10581         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10582         (ev_window_cmd_view_normal_size):
10583
10584         Fix size toggle buttons behavior
10585
10586 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10587
10588         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10589         (doc_rect_to_view_rect), (ev_view_size_allocate),
10590         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10591         (scale_changed_callback):
10592
10593         Do not cache offsets in size_allocate.
10594
10595 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * shell/ev-view.c: (ev_view_size_allocate):
10598
10599         Calculate offsets before calling the parent
10600         class (which does a redraw)
10601
10602 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10603
10604         * pdf/xpdf/pdf-document.cc:
10605
10606         Fix a crasher on exit. Unused code, put a TODO
10607
10608 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10609
10610         * backend/ev-document.c: (ev_document_class_init),
10611         (ev_document_page_changed), (ev_document_scale_changed):
10612         * backend/ev-document.h:
10613
10614         Separate page/scale notifications
10615
10616         * pdf/xpdf/pdf-document.cc:
10617
10618         Emit the new signals.
10619         Do not display the pdf page in _render, do it
10620         when scale/page are requested.
10621
10622         * ps/ps-document.c: (ps_document_set_zoom),
10623         (ps_document_widget_event):
10624         * ps/ps-document.h:
10625
10626         Emit the new signals.
10627
10628         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10629         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10630         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10631         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10632         * shell/ev-view.h:
10633         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10634         (ev_window_cmd_view_page_width), (size_allocate_cb),
10635         (ev_window_set_sizing_mode):
10636
10637         Rework sizing to be pixel based.
10638         There are bugs but should be already way better.
10639
10640 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * shell/ev-window.c: (ev_window_init):
10643
10644         Do not allow to shrink sidebar smaller then
10645         child requisition
10646
10647 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10648
10649         * shell/ev-sidebar.[ch]
10650         * shell/ev-window.c:
10651
10652         Improved sidebar widget. Fixes #166683
10653
10654 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10655
10656         * shell/ev-view.c (update_find_status_message): Give translators
10657         more flexibility with ngettext plural handling.
10658
10659 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10660
10661         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10662         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10663         page when we get the page size.
10664
10665 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10666
10667         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10668
10669         ps pages are 0 based, convert 
10670
10671 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10672
10673         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10674
10675         Initialize correct parent class. Set GError on document load
10676
10677 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10678
10679         * pdf/xpdf/pdf-document.cc:
10680
10681         Fixup selection offset calculation
10682
10683         * shell/ev-view.c: (view_rect_to_doc_rect),
10684         (doc_rect_to_view_rect), (ev_view_size_allocate),
10685         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10686         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10687
10688         Store selection as document relative, so that zooming
10689         and offset changing doesnt break it.
10690
10691 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10692
10693         * shell/ev-view.c: (ev_view_best_fit):
10694
10695         Do not try to best fit if the view is not realized
10696
10697 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10698           
10699         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10700
10701 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10702
10703         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10704
10705 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10706
10707         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10708         the popup window.  That prevents it resizing when in full screen
10709         mode.
10710
10711         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10712         multiple rerenders.  This pretty much sucks.
10713
10714         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10715         rest of the toolbar.
10716
10717 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10718
10719         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10720
10721 2005-02-17  Alexander Shopov  <ash@contact.bg>
10722
10723         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10724
10725 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10726
10727         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10728
10729 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10730
10731         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10732         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10733         (set_document_page), (document_changed_callback),
10734         (ev_view_set_document), (ev_view_find_previous),
10735         (ev_view_hide_cursor), (ev_view_show_cursor):
10736         * shell/ev-view.h:
10737         * shell/ev-window.c: (update_chrome_visibility),
10738         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10739         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10740         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10741         (ev_window_unfullscreen):
10742         * shell/main.c: (main):
10743
10744         Automatically hide the fullscreen button.
10745         Patch by Kristian Høgsberg <krh@redhat.com>
10746
10747 2005-02-16  Vincent Noel  <vnoel@cox.net>
10748
10749         * shell/main.c (main): Specify an icon for the window. Patch by
10750         Jaap A. Haitsma. Fixes #166177.
10751
10752 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10753
10754         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10755
10756 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10757
10758         * backend/ev-document-misc.h:
10759         * backend/ev-document-misc.c:
10760         (ev_document_misc_get_page_border_size),
10761         (ev_document_misc_paint_one_page): New function to canonicalize
10762         sizing/painting a border.
10763
10764         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10765         used.
10766
10767         * pdf/xpdf/pdf-document.cc: use new function
10768
10769         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10770         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10771         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10772         shell/ev-window.c: (update_sizing_buttons),
10773         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10774         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10775         (ev_window_cmd_view_page_width), (size_allocate_cb),
10776         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10777         and "fit width" values act as toggle buttons so they stay
10778         toggled.  It's not 100% perfect, and it's a little slow, but it's
10779         good enough to commit I think.
10780
10781 2005-02-15  David Lodge  <dave@cirt.net>
10782
10783         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10784
10785 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10786
10787         * shell/ev-window.c (update_window_title): replace newlines in
10788         the title by spaces. Bug #166107.
10789
10790 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10791
10792         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10793         parameters providing allocation width and height without
10794         scrollbars and width of a possible vertical scrollbar. With this
10795         additional information the functions can work as
10796         intended. Unfortunately they're not idempotent. We should
10797         transform these commands to toggles. Fixes Bug #164976
10798         Initial patch by Stephane Loeuillet, then heavily modified.
10799
10800         * shell/ev-view.h: update prototypes.
10801
10802         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10803         (ev_window_cmd_view_page_width): provide EvView fit functions with
10804         all the information they need. Formulas to calculate this
10805         information taken from GtkScrolledWindow.
10806
10807 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10808
10809         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10810         created a thumbnail, the list store is updated to know
10811         that the thumbnail is set. Fixes bug #166792
10812
10813 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10814
10815         * shell/ev-window.c: fixed typo, closes bug 166897
10816
10817         * TODO: updated TODO with bug numbers that are relevant
10818
10819 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10820
10821         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10822
10823 2005-02-09  Vincent Noel  <vnoel@cox.net>
10824
10825         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10826         and "Next" toolbar buttons as important to make them stand out.
10827
10828 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10829
10830         * lib/ev-debug.c:
10831         * lib/ev-debug.h:
10832         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10833         (start_interpreter), (stop_interpreter), (document_load),
10834         (ps_document_next_page), (ps_document_goto_page),
10835         (ps_document_set_page_size), (ps_document_widget_event),
10836         (ps_document_render):
10837         * shell/ev-page-view.c: (ev_page_view_dispose):
10838         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10839
10840         Fix compilation on non-gcc platforms
10841
10842 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10843
10844         * NEWS:
10845         * configure.ac:
10846
10847         Release 0.1.4
10848
10849         * pdf/xpdf/Catalog.cc:
10850         * pdf/xpdf/XRef.cc:
10851
10852         Fix the fix for CAN-2004-0888
10853
10854 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10855
10856         * data/Makefile.am:
10857         * data/evince-ui.xml:
10858         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10859         * shell/ev-stock-icons.h:
10860         * shell/ev-window.c: (update_action_sensitivity),
10861         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10862         (set_action_properties):
10863
10864         Improve toolbar layout/icons
10865
10866 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10867
10868         * pdf/xpdf/pdf-document.cc:
10869
10870         Add warnings about unimplemented/unknown link
10871         types.
10872
10873 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10874
10875         * ps/ps-document.c: (set_up_page):
10876
10877         Log gs property
10878
10879 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10880
10881         * ps/ps-document.c: (start_interpreter):
10882
10883         Log gs env var
10884
10885 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10886
10887         * shell/ev-page-view.c: (ev_page_view_dispose):
10888         * shell/ev-view.c: (ev_view_finalize):
10889         * shell/ev-window.c: (ev_window_setup_document),
10890         (ev_window_dispose), (ev_window_init):
10891
10892         Solve more refs issues.
10893
10894         I commented out the page_view initialization for now:
10895         it was never destroyed (because it's never added
10896         to a container). Because of that we was leaking
10897         gs processes. Couldnt think to a clean fix.
10898         We need to figure this out, password view has the
10899         same issue probably.
10900
10901 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10902
10903         * ps/ps-document.c: (ps_document_finalize),
10904         (ps_document_get_n_pages), (ps_document_get_page):
10905
10906         Some cleanups, stop the interpreter on finalize
10907
10908         * shell/ev-page-view.c: (ev_page_view_dispose),
10909         (ev_page_view_class_init):
10910
10911         Release our reference on the document
10912
10913 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10914
10915         * Makefile.am:
10916         * configure.ac:
10917         * doc/debugging.txt:
10918         * lib/.cvsignore:
10919         * lib/Makefile.am:
10920         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10921         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10922         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10923         * lib/ev-debug.h:
10924
10925         Add debugging helpers
10926
10927         * ps/Makefile.am:
10928         * ps/ps-document.c: (set_up_page), (start_interpreter),
10929         (stop_interpreter), (document_load), (ps_document_next_page),
10930         (ps_document_goto_page), (ps_document_set_page_size),
10931         (ps_document_widget_event), (ps_document_render):
10932         * shell/Makefile.am:
10933         * shell/ev-view.c: (expose_bin_window):
10934         * shell/main.c: (main):
10935
10936         Add some logs
10937         
10938 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10939
10940         * ps/ps-document.c: (ps_document_widget_event):
10941
10942         Initialize message_window, this should make ps
10943         rendering really work! (Never noticed because I was
10944         testing with a ps that is causing gs to exit every time!)
10945
10946 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10947
10948         * data/evince.schemas.in: updated simple error in applyto closing tag
10949
10950 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10951
10952         * Makefile.am:
10953         * configure.ac:
10954         * data/.cvsignore:
10955         * data/Makefile.am:
10956         * data/evince-ui.xml:
10957         A data/evince.schemas.in:
10958         * po/POTFILES.in:
10959         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10960         * shell/ev-stock-icons.h:
10961         * shell/ev-window.c: (update_chrome_visibility),
10962         (update_chrome_flag), (ev_window_cmd_edit_find),
10963         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10964         (ev_window_unfullscreen), (ev_window_focus_in_event),
10965         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10966         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10967         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10968         (ev_window_dispose), (ev_window_class_init),
10969         (set_action_properties), (set_chrome_actions), (load_chrome),
10970         (ev_window_init):
10971
10972         Implement fullscreen mode changes from bug #164776.
10973         Also implement persistent chrome toggles.
10974
10975 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10976
10977         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10978
10979 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10980
10981         * NEWS:
10982         * configure.ac:
10983         * shell/ev-view.c:
10984
10985         Add another check for find interface
10986
10987         Release 0.1.3
10988
10989 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10990
10991         * shell/ev-application.c: (ev_application_open):
10992         * shell/ev-window.c: (ev_window_open):
10993
10994         Open gzipped ps documents
10995
10996 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10997
10998         * TODO:
10999         * shell/ev-view.c: (set_document_page):
11000
11001         Clamp page number, dont try to move to
11002         not existant pages.
11003
11004 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11005
11006         * backend/ev-document-find.c: (ev_document_find_changed):
11007         * backend/ev-document-find.h:
11008         * pdf/xpdf/pdf-document.cc:
11009         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11010         * shell/ev-window.c: (find_bar_search_changed_cb):
11011
11012         Fix several bugs with find
11013
11014 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11015
11016         * shell/ev-sidebar-thumbnails.c
11017         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11018         document. Prevents warning from scroll_to_cell.
11019
11020 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11021
11022         * configure.ac: Add «nb» to ALL_LINGUAS too.
11023
11024 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11025
11026         * NOTES: New file with some random thoughts.
11027
11028         * TODO: Update.
11029
11030         * backend/ev-document-misc.c:
11031         (ev_document_misc_get_page_border_size): New function to
11032         canonicalize shadow drawing sizes.  Possibly goofy.
11033
11034         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11035         (ev_view_best_fit), (ev_view_fit_width):
11036         * pdf/xpdf/pdf-document.cc:
11037         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11038         * ps/ps-document.c: (ps_document_get_page_size):
11039         * backend/ev-document-misc.h:
11040         * backend/ev-document.c: (ev_document_get_page_size):
11041         * backend/ev-document.h: get_page_size now takes a page number
11042         parameter.  Made all the backends/frontends honor it.
11043
11044         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11045         see.  Doesn't work yet.
11046
11047         * shell/Makefile.am:
11048         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11049         Doesn't do anything yet.
11050
11051         * shell/ev-sidebar-thumbnails.c:
11052         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11053         [0..n_pages-1]
11054
11055         * shell/ev-window.c: (update_action_sensitivity),
11056         (ev_window_setup_document), (ev_window_set_page_mode),
11057         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11058         view-swapping code a bit so we can have multiple views on a
11059         document.  Add the multi-page view, though it can't be turned on
11060         yet.
11061
11062 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11063
11064         * shell/ev-application.c: (ev_application_open):
11065         * shell/ev-view.c: (expose_bin_window):
11066         * shell/ev-window.c: (ev_window_open):
11067
11068         Support eps and check document supports find
11069         before drawing highlightings in expose.
11070
11071 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11072
11073         * pixbuf/pixbuf-document.c:
11074         (pixbuf_document_thumbnails_get_dimensions),
11075         (pixbuf_document_document_thumbnails_iface_init):
11076
11077         implement get_dimensions
11078
11079 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11080
11081         * NEWS:
11082         * configure.ac:
11083
11084         Release 0.1.2
11085
11086 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11087
11088         * shell/ev-view.c: (set_document_page):
11089
11090         Scroll at the top of the page when changing page
11091
11092 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11093
11094         * shell/ev-view.c: (ev_view_motion_notify_event):
11095
11096         Do not redraw unnecessarily
11097
11098 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11099
11100         * pdf/xpdf/pdf-document.cc:
11101         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11102         (expose_bin_window), (find_changed_cb):
11103
11104         Yay! find works now... Now to find bugs...
11105
11106 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11107
11108         * backend/ev-document-find.c: (ev_document_find_base_init),
11109         (ev_document_find_changed):
11110         * backend/ev-document-find.h:
11111         * pdf/xpdf/pdf-document.cc:
11112         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11113         (expose_bin_window), (ev_view_init), (set_document_page),
11114         (ensure_rectangle_is_visible), (jump_to_find_result),
11115         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11116         (ev_view_find_next), (ev_view_find_previous):
11117         * shell/ev-view.h:
11118         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11119
11120         More work on find implementation, mostly there now
11121
11122 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * backend/ev-backend-marshalers.list:
11125         * backend/ev-document-find.c: (ev_document_find_base_init),
11126         (ev_document_find_cancel), (ev_document_find_page_has_results),
11127         (ev_document_find_get_n_results), (ev_document_find_get_result),
11128         (ev_document_find_get_progress), (ev_document_find_changed):
11129         * backend/ev-document-find.h:
11130
11131         Enanche the find interface to be really able to do
11132         multi page find.
11133
11134         * pdf/xpdf/pdf-document.cc:
11135
11136         Implement
11137
11138         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11139         (expose_bin_window), (ev_view_init),
11140         (ev_view_get_find_status_message), (find_changed_cb),
11141         (ev_view_set_document), (set_document_page):
11142
11143         Adapt to the new interface. A few things are regressed sorry,
11144         I will finish it soon.
11145
11146 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11147
11148         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11149         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11150         ev_sidebar_thumbnails_parent_class variable, don't define another
11151         parent_class variable.
11152
11153         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11154         (ev_page_action_class_init): ditto.
11155
11156         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11157         (pixbuf_document_class_init): ditto.
11158
11159         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11160         ditto.
11161
11162         * .cvsignore: ignore various valgrind output files.
11163
11164 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11165
11166         * data/evince-ui.xml:
11167         * shell/Makefile.am:
11168         * shell/ev-history.c:
11169         * shell/ev-history.h:
11170         * shell/ev-navigation-action.c:
11171         * shell/ev-navigation-action.h:
11172         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11173         (ev_view_set_page), (ev_view_fit_width):
11174         * shell/ev-view.h:
11175         * shell/ev-window.c: (update_action_sensitivity),
11176         (ev_window_setup_document), (register_custom_actions):
11177
11178         Kill session history
11179
11180 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11181
11182         * shell/ev-window.c: (update_action_sensitivity):
11183
11184         Fix inverted up/down buttons
11185
11186 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11187
11188         * shell/ev-sidebar-thumbnails.c
11189         (ev_sidebar_thumbnails_select_page): make sure the selected
11190         thumbnail stays visible.
11191
11192 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11193
11194         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11195         scrolled window for Federico.
11196
11197 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11198
11199         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11200
11201 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         * configure.ac:
11204         * pdf/splash/SplashFTFontEngine.cc:
11205
11206         Fix CID fonts with freetype 2.1.9
11207
11208 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11209
11210         * TODO: added item for desktop icon thumbnailer
11211
11212 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11213
11214         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11215         unloaded docs when the title is accessed.
11216
11217         * shell/ev-password-view.[hc]: New widget for displaying password
11218         state.
11219
11220         * shell/ev-window.[ch]: Refactor password handling code to handle
11221         the new view.
11222
11223 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * NEWS:
11226         * configure.ac:
11227         * data/Makefile.am:
11228
11229         Release 0.1.1
11230
11231 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11232
11233         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11234         ignore page offset here, to make search results independent of it,
11235
11236         * shell/ev-view.c (expose_bin_window): but take offsets into
11237         account here. Bug #164932
11238
11239         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11240         scale at the right time. Bug #164996
11241
11242 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11243
11244         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11245         fix the problem. Now I just removed the Adobe font names and hope
11246         that the URW fonts are always in outline format. Bug #164934
11247
11248         * shell/ev-window.c (update_window_title): empty titles are
11249         useless, use filename in that case too.
11250
11251         * NEWS: Add some content.
11252
11253 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11254
11255         * TODO: added one more TODO item and a TODONE section :)
11256
11257 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11258
11259         * ps/ps-document.h: add page_[xy]_offset fields.
11260
11261         * ps/ps-document.c (ps_document_set_page_offset)
11262         (ps_document_render): Keep offset in consideration in a few
11263         places. Bug #164752 "postscript documents are not centered in
11264         window"
11265
11266         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11267         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11268
11269         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11270         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11271         stub out missing methods for complete EvDocument implementation.
11272         Fixes segfaults with Save A Copy and Copy actions.
11273
11274         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11275         (ps_document_document_iface_init): ditto.
11276         
11277 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11278
11279         * data/.cvsignore:
11280         * data/Makefile.am:
11281         * data/evince.desktop.in:
11282
11283         Add desktop file
11284
11285 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11286
11287         * shell/ev-view.c: (ev_view_button_press_event),
11288         (ev_view_motion_notify_event):
11289
11290         Make selection work in any direction
11291
11292 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11293
11294         * TODO:
11295         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11296
11297         Use shorter labels for some of the toolbars items
11298
11299 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * pdf/xpdf/pdf-document.cc:
11302
11303         Check the links info is initialized before
11304         using it. Should fix a crash on startup.
11305
11306 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11307
11308         * pixbuf/pixbuf-document.c
11309         (pixbuf_document_thumbnails_get_dimensions): force floating point
11310         division to calculate page_ratio. Fixes crash with landscape
11311         format pixbufs.
11312
11313 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11314
11315         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11316
11317 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11318
11319         * shell/ev-view.c (set_document_page): unset has_selection when
11320         the page changes.
11321         (set_document_page): handle paper size changes when the page
11322         changes (test with Free Culture, page 2).
11323
11324 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11325
11326         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11327         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11328
11329         Use normal style color for the widget background and
11330         draw a black box around the page.
11331
11332 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11333
11334         * pdf/xpdf/pdf-document.cc:
11335
11336         Keep offset in consideration in a few places
11337
11338         * shell/ev-view.c: (expose_bin_window):
11339
11340         Set the offsets so that the document is ever centered
11341
11342 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11343
11344         * TODO: Added TODO items and finished off the first todo item
11345
11346         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11347         reflect current authors
11348
11349 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11350
11351         * pdf/xpdf/pdf-document.cc:
11352         * shell/ev-view.c: (ev_view_set_cursor),
11353         (ev_view_motion_notify_event), (document_changed_callback),
11354         (set_document_page):
11355
11356         Show a wait cursor while the page is rendering
11357
11358 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11359
11360         * shell/ev-sidebar-thumbnails.c:
11361         (ev_sidebar_tree_selection_changed),
11362         (ev_sidebar_thumbnails_select_page):
11363         * shell/ev-sidebar-thumbnails.h:
11364         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11365         (ev_view_can_go_forward):
11366         * shell/ev-window.c: (ev_window_open_page),
11367         (ev_window_setup_document), (update_current_page),
11368         (view_page_changed_cb), (ev_window_init):
11369         * shell/ev-window.h:
11370
11371         Ensure thumbnails selection, toolbar page control and
11372         current page are in sync.
11373
11374 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11375
11376         * pdf/xpdf/XRef.cc:
11377
11378         Fix CAN-2005-0064
11379
11380 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11381
11382         * backend/Makefile.am:
11383         * backend/ev-document-links.h:
11384         * backend/ev-document-security.c: (ev_document_security_get_type),
11385         (ev_document_security_has_document_security),
11386         (ev_document_security_set_password):
11387         * backend/ev-document-security.h:
11388         * backend/ev-document.c: (ev_document_error_quark):
11389         * backend/ev-document.h:
11390         * data/Makefile.am:
11391         * data/evince-password.glade:
11392         * pdf/xpdf/pdf-document.cc:
11393         * shell/Makefile.am:
11394         * shell/ev-password.c: (ev_password_set_bad_password_label),
11395         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11396         (ev_password_dialog_get_password),
11397         (ev_password_dialog_set_bad_pass):
11398         * shell/ev-password.h:
11399         * shell/ev-window.c: (ev_window_get_attribute),
11400         (ev_window_set_property), (update_action_sensitivity),
11401         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11402         (ev_window_setup_document), (ev_window_get_password),
11403         (ev_window_open), (ev_window_cmd_save_as),
11404         (using_postscript_printer), (ev_window_print),
11405         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11406         (update_fullscreen_popup), (ev_window_fullscreen),
11407         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11408         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11409         (menu_item_select_cb), (find_bar_search_changed_cb),
11410         (ev_window_dispose), (ev_window_init):
11411
11412         Add initial support for password-supported dialogs.  This could be
11413         a lot cooler, but it'll do for now.
11414
11415 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11416
11417         * pdf/xpdf/pdf-document.cc:
11418         * shell/ev-view.c: (status_message_from_link),
11419         (ev_view_set_status), (ev_view_set_cursor),
11420         (ev_view_motion_notify_event), (ev_view_init):
11421         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11422
11423         Fix bugs in the links implementation and change cursor
11424         when hovering a link.
11425
11426 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11427
11428         * viewer/.cvsignore: added cvsignore file for viewer directory
11429
11430         * TODO: created TODO document
11431
11432 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11433
11434         * shell/ev-view.h:
11435         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11436         new functions to help with implementation of sensitivity code
11437         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11438         of all actions that might require it.  Fixes a crash when you
11439         click on the Zoom actions in a window lacking a document.
11440
11441 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11442
11443         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11444         of the Find action
11445
11446 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11449         (pixbuf_document_document_iface_init):
11450         * ps/ps-document.c: (ps_document_get_link),
11451         (ps_document_document_iface_init):
11452         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11453         (status_message_from_link), (ev_view_set_status),
11454         (ev_view_set_find_status), (ev_view_motion_notify_event),
11455         (ev_view_button_release_event), (ev_view_set_property),
11456         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11457         (ev_view_get_find_status_message), (update_find_results),
11458         (ev_view_get_status), (ev_view_get_find_status):
11459         * shell/ev-view.h:
11460         * shell/ev-window.c: (view_status_changed_cb),
11461         (view_find_status_changed_cb), (ev_window_init):
11462
11463         View status message support, use it to show the links.
11464         Needs work...
11465
11466 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11467
11468         * backend/ev-document.c: (ev_document_get_link):
11469         * backend/ev-document.h:
11470         * pdf/xpdf/pdf-document.cc:
11471         * shell/ev-application.c: (ev_application_open):
11472         * shell/ev-application.h:
11473         * shell/ev-sidebar-links.c: (selection_changed_cb):
11474         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11475         (ev_view_go_to_link):
11476
11477         Add support for document links
11478
11479 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11480
11481         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11482         (create_tool_item):
11483         Set the spin button limits correctly.
11484         
11485         * shell/ev-sidebar-thumbnails.c:
11486         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11487         Support changing pages by clicking on the thumbnails.
11488         
11489 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11490
11491         * pixbuf/pixbuf-document.c:
11492         (pixbuf_document_thumbnails_get_dimensions),
11493         (pixbuf_document_document_thumbnails_iface_init):
11494
11495         implement get_dimensions
11496
11497 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11498
11499         * ps/ps-document.c: (ps_document_goto_page):
11500
11501         Fix page switching on multipage documents
11502
11503 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11504
11505         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11506         
11507         check for NULL before assigning to width and height parameters
11508
11509 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11510
11511         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11512         (pixbuf_document_set_property), (pixbuf_document_get_property):
11513
11514         implement get/set properties
11515
11516 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11517
11518         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11519         
11520         return NULL instead of "Unknown", letting the title get set to
11521         the filename when the pdf has no title.
11522
11523 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11524
11525         * ps/ps-document.c: (ps_document_get_page_count),
11526         (ps_document_goto_page):
11527
11528 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11529
11530         * shell/ev-history.c: (ev_history_get_property),
11531         (ev_history_set_property), (ev_history_class_init),
11532         (ev_history_add_page), (ev_history_set_current_index):
11533         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11534         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11535         (ev_navigation_action_finalize):
11536         * shell/ev-navigation-action.h:
11537         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11538         (ev_view_go_forward), (ev_view_get_find_status_message),
11539         (history_index_changed_cb), (ev_view_set_history):
11540         * shell/ev-view.h:
11541         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11542         (update_current_page), (register_custom_actions):
11543
11544         Implement history dropdowns
11545
11546 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11547
11548         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11549         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11550         (ev_view_go_forward):
11551         * shell/ev-window.c: (register_custom_actions):
11552
11553         Fix several history bugs
11554
11555 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11556
11557         * configure.ac: Add «nb» to ALL_LINGUAS.
11558
11559 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11560
11561         * backend/Makefile.am:
11562         * backend/ev-bookmark.c:
11563         * backend/ev-bookmark.h:
11564         * backend/ev-document-bookmarks.c:
11565         * backend/ev-document-bookmarks.h:
11566         * backend/ev-document-links.c: (ev_document_links_get_type),
11567         (ev_document_links_has_document_links),
11568         (ev_document_links_begin_read), (ev_document_links_get_link),
11569         (ev_document_links_get_child), (ev_document_links_next),
11570         (ev_document_links_free_iter):
11571         * backend/ev-document-links.h:
11572         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11573         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11574         (ev_link_get_link_type), (ev_link_set_link_type),
11575         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11576         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11577         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11578         (ev_link_new_external):
11579         * backend/ev-link.h:
11580         * pdf/xpdf/pdf-document.cc:
11581         * shell/Makefile.am:
11582         * shell/ev-application.c: (ev_application_open_link):
11583         * shell/ev-application.h:
11584         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11585         (ev_history_get_link_nth):
11586         * shell/ev-history.h:
11587         * shell/ev-sidebar-bookmarks.c:
11588         * shell/ev-sidebar-bookmarks.h:
11589         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11590         (ev_sidebar_links_class_init), (selection_changed_cb),
11591         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11592         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11593         (do_one_iteration), (populate_links_idle),
11594         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11595         * shell/ev-sidebar-links.h:
11596         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11597         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11598         (go_to_index):
11599         * shell/ev-view.h:
11600         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11601         * shell/ev-window.h:
11602
11603         Rename bookmark to link, and use "Index" for the sidebar panel.
11604
11605 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11606
11607         * shell/Makefile.am:
11608         * shell/ev-application.c: (ev_application_open_bookmark):
11609         * shell/ev-application.h:
11610         * shell/ev-history.c: (ev_history_init), (free_links_list),
11611         (ev_history_finalize), (ev_history_class_init),
11612         (ev_history_add_link), (ev_history_add_page),
11613         (ev_history_get_link_nth), (ev_history_get_n_links),
11614         (ev_history_get_current_index), (ev_history_set_current_index),
11615         (ev_history_new):
11616         * shell/ev-history.h:
11617         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11618         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11619         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11620         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11621         (ev_view_set_page):
11622         * shell/ev-view.h:
11623         * shell/ev-window.c: (ev_window_open_bookmark),
11624         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11625         (goto_page_cb), (register_custom_actions):
11626         * shell/ev-window.h:
11627
11628         Initial history implementation. Needs work.
11629
11630 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11631
11632         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11633
11634 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11635
11636         * cut-n-paste/recent-files/egg-recent-item.c:
11637         * cut-n-paste/recent-files/egg-recent-item.h:
11638         * cut-n-paste/recent-files/egg-recent-model.c:
11639         * cut-n-paste/recent-files/egg-recent-util.c:
11640         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11641         * cut-n-paste/recent-files/egg-recent-view.c:
11642
11643         Update
11644
11645 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11646
11647         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11648         (fillGlyph, fillImageMask, drawImage):
11649         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11650         pdf/splash/SplashTypes.h:
11651         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11652         packed mode for Splash.
11653
11654         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11655         RGB8 packed mode, eliminates the pixbuf data creation loop.
11656
11657         * shell/ev-print-job.c (ev_print_job_finalize)
11658         (ev_print_job_set_property, ev_print_job_get_property)
11659         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11660         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11661         (print_closure_finalize, ev_print_job_print): implement
11662         printing (for backends with EvPsExporter)
11663
11664         * shell/ev_print_job.h: update prototypes.
11665
11666         * shell/ev-window.c (ev_window_print): unref print job after
11667         printing.
11668
11669         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11670         unless the document implements the EvDocumentFind interface.
11671
11672 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11673
11674         * configure.ac: Added ja to ALL_LINGUAS.
11675
11676 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11677
11678         * pdf/xpdf/pdf-document.cc:
11679
11680         add a FIXME. We should probably not allocate
11681         a bookmark object every time
11682
11683 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11684
11685         * shell/ev-application.c: (ev_application_open),
11686         (ev_application_open_bookmark):
11687         * shell/ev-application.h:
11688         
11689         Add a way to open bookmarks
11690
11691         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11692         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11693         (ev_bookmark_set_property), (ev_bookmark_class_init),
11694         (ev_bookmark_new_title), (ev_bookmark_new_link),
11695         (ev_bookmark_new_external):
11696
11697         Support for external uris, better constructors.
11698
11699         * backend/ev-bookmark.h:
11700         * pdf/xpdf/pdf-document.cc:
11701         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11702
11703         Handle external uris
11704
11705 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11706
11707         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11708         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11709
11710         Hook up bookmarks navigation
11711
11712 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11713
11714         * backend/Makefile.am:
11715         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11716         (ev_bookmark_get_title), (ev_bookmark_set_title),
11717         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11718         (ev_bookmark_get_page), (ev_bookmark_set_page),
11719         (ev_bookmark_get_property), (ev_bookmark_set_property),
11720         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11721         (ev_bookmark_new):
11722         * backend/ev-bookmark.h:
11723         * backend/ev-document-bookmarks.c:
11724         (ev_document_bookmarks_get_bookmark):
11725         * backend/ev-document-bookmarks.h:
11726         * pdf/xpdf/pdf-document.cc:
11727         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11728
11729         Add a bookmark object to the backend and use it instead of get_values
11730
11731 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11732
11733         * data/evince-ui.xml:
11734
11735         Cleanup and add select all.
11736
11737         * shell/ev-view.c: (ev_view_select_all),
11738         (ev_view_button_press_event):
11739         * shell/ev-view.h:
11740         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11741
11742         Add select all.
11743         Clear selection on click.
11744
11745 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11746
11747         * shell/ev-sidebar-thumbnails.c
11748         (ev_sidebar_thumbnails_set_document): forgot to unref the
11749         loading_icon.
11750
11751 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11752
11753         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11754         at the visible page, not just linearly.  This makes it look fast.
11755
11756 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11757
11758         * backend/ev-document-misc.c
11759         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11760         white.
11761         * backend/ev-document-thumbnails.h: New interface to get the size
11762         of a page.
11763
11764 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11765
11766         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11767         make dist works
11768
11769 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11770
11771         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11772         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11773         things up a bit.
11774
11775         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11776
11777 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11778
11779         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11780         fonts. Should fix font problems on systems that have the base
11781         fonts in bitmap format. Reported by James Henstridge
11782         <james@jamesh.id.au>.
11783
11784 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * pdf/xpdf/Gfx.cc:
11787         * pdf/xpdf/GfxState.cc:
11788
11789         Fix for CAN-2004-1125
11790
11791 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11792
11793         * shell/ev-view.c: (ev_view_copy):
11794         * shell/ev-view.h:
11795         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11796
11797         Implement Edit->Copy
11798
11799 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11800
11801         * backend/ev-document.c: (ev_document_get_text):
11802         * backend/ev-document.h:
11803         * pdf/xpdf/pdf-document.cc:
11804         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11805         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11806         (ev_view_update_primary_selection), (ev_view_button_press_event),
11807         (ev_view_motion_notify_event), (ev_view_button_release_event):
11808
11809         Beginnings of clipboard support. Incomplete but primary sort
11810         of work.
11811
11812 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11813
11814         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11815         (expose_bin_window):
11816
11817         Nicer rubberband drawing, from GtkIconView.
11818
11819 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11820
11821         * backend/ev-document.c: (ev_document_save):
11822         * backend/ev-document.h:
11823         * data/evince-ui.xml:
11824         * pdf/xpdf/pdf-document.cc:
11825         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11826
11827         Implement "Save a copy..." menu item
11828
11829 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11830
11831         * shell/ev-view.c: (ev_view_zoom):
11832
11833         Queue a resize when zoom changes
11834
11835 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11836
11837         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11838         shadows.
11839
11840         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11841         thumbnails..
11842
11843 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11844
11845         * pdf/xpdf/pdf-document.cc
11846         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11847
11848 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11849
11850         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11851         It's slow, but I'll speed it up next!
11852
11853 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11854
11855         * shell/main.c (load_files):
11856
11857         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11858         from the command line and because it seems more appropriate.
11859
11860 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11861
11862         * data/evince-ui.xml:
11863         * shell/ev-window.c: (update_action_sensitivity),
11864         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11865
11866         s/next page/page down
11867         s/previous page/page up
11868
11869 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * data/evince-ui.xml:
11872
11873         Change the layout to match clarkbw design.
11874
11875         * shell/Makefile.am:
11876         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11877         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11878         (ev_navigation_action_finalize),
11879         (ev_navigation_action_set_property),
11880         (ev_navigation_action_get_property),
11881         (ev_navigation_action_class_init):
11882         * shell/ev-navigation-action.h:
11883
11884         Implement clarkbw toolbar navigation controls (incomplete)
11885
11886         * shell/ev-page-action.c: (update_label), (update_spin),
11887         (value_changed_cb), (create_tool_item), (connect_proxy),
11888         (ev_page_action_init), (ev_page_action_finalize),
11889         (ev_page_action_set_property), (ev_page_action_get_property),
11890         (ev_page_action_set_current_page),
11891         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11892         * shell/ev-page-action.h:
11893
11894         Implement a page switcher in the toolbar
11895
11896         * shell/ev-view.c: (ev_view_scroll_view):
11897         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11898         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11899         (register_custom_actions), (ev_window_init):
11900
11901         Change page on PageUp/Down.
11902
11903 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11904
11905         * pdf/xpdf/pdf-document.cc
11906         (pdf_document_thumbnails_get_thumbnail): initial stab at
11907         implementing thumbnail support for pdfs.  It only does documents
11908         with precached pdfs now.
11909
11910 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11911
11912         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11913         thumbnail code into a time-based idle as well.  Also, turn off the
11914         shadow temporarily as it's really slow.
11915
11916 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11917
11918         * backend/ev-document.c: (ev_document_class_init):
11919         * pdf/xpdf/pdf-document.cc:
11920         * shell/ev-window.c: (ev_window_open):
11921
11922         Fix document title bugs and fallback to
11923         filename when not available.
11924
11925 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11926
11927         * backend/ev-document.c: (ev_document_get_type),
11928         (ev_document_class_init), (ev_document_load),
11929         (ev_document_get_title):
11930         * backend/ev-document.h:
11931         * pdf/xpdf/pdf-document.cc:
11932         * ps/ps-document.c: (ps_document_set_property),
11933         (ps_document_get_property), (ps_document_class_init),
11934         (document_load):
11935         * ps/ps-document.h:
11936         * ps/ps.h:
11937         * shell/ev-window.c: (update_window_title), (ev_window_open),
11938         (ev_window_init):
11939
11940         Initial support for document title. Not working yet.
11941
11942 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11943
11944         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11945
11946         Grab focus on the view when clicking it
11947
11948 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * shell/ev-marshal.list:
11951         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11952         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11953
11954         Add key bindings to the view. Now if the focus would work
11955         right...
11956
11957 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * Makefile.am:
11960         * backend/Makefile.am:
11961         * data/Makefile.am:
11962         * dvi/Makefile.am:
11963         * dvi/dvilib/Makefile.am:
11964         * pdf/xpdf/Makefile.am:
11965         * po/POTFILES.in:
11966         * ps/Makefile.am:
11967
11968         Fix distcheck
11969
11970 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * shell/ev-view.c: (ev_view_realize):
11973
11974         Fix mouse wheel scrolling
11975
11976 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11977
11978         * ps/Makefile.am:
11979         * ps/gstypes.h:
11980         * ps/gtkgs.c:
11981         * ps/gtkgs.h:
11982         * ps/ps-document.c: (catchPipe), (ps_document_init),
11983         (ps_document_class_init), (ps_document_cleanup),
11984         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11985         (set_up_page), (close_pipe), (is_interpreter_ready),
11986         (interpreter_failed), (output), (input), (start_interpreter),
11987         (stop_interpreter), (file_length), (file_readable),
11988         (check_filecompressed), (check_pdf), (compute_xdpi),
11989         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11990         (ps_document_get_type), (ps_document_emit_error_msg),
11991         (document_load), (ps_document_next_page),
11992         (ps_document_get_current_page), (ps_document_get_page_count),
11993         (ps_document_goto_page), (ps_document_set_page_size),
11994         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11995         (ps_document_load), (ps_document_get_n_pages),
11996         (ps_document_set_page), (ps_document_get_page),
11997         (ps_document_widget_event), (ps_document_set_target),
11998         (ps_document_set_scale), (ps_document_set_page_offset),
11999         (ps_document_get_page_size), (ps_document_render),
12000         (ps_document_document_iface_init):
12001         * ps/ps-document.h:
12002         * ps/ps.c:
12003         * shell/ev-window.c: (ev_window_open):
12004
12005         Rename GtkGS to PSDocument
12006
12007 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12008
12009         * ps/gtkgs.c: (gtk_gs_class_init):
12010         * ps/gtkgs.h:
12011
12012         Some more leftover...
12013
12014 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12017         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12018         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12019         * ps/gtkgs.h:
12020
12021         Remove unused code and make a lot of stuff private
12022
12023 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12024
12025         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12026         (gtk_gs_defaults_changed):
12027         * ps/gsdefaults.h:
12028         * ps/gtkgs.c:
12029         * ps/gtkgs.h:
12030         * ps/ps.h:
12031
12032         Cleanup headers dependencies
12033
12034 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12035
12036         * ps/Makefile.am:
12037         * ps/ggvutils.c:
12038         * ps/ggvutils.h:
12039         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12040         * ps/gsdefaults.h:
12041         * ps/gtkgs.c: (file_length), (file_readable),
12042         (check_filecompressed), (check_pdf), (gtk_gs_load),
12043         (gtk_gs_get_postscript):
12044
12045         Get rid of ggvutils
12046
12047 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * ps/ggvutils.c:
12050         * ps/ggvutils.h:
12051         * ps/gsio.h:
12052         * ps/gtkgs.c: (gtk_gs_set_zoom):
12053
12054         Cleanups
12055
12056 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12057
12058         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12059
12060         Ensure the page is rerendered when changing zoom
12061
12062 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12063
12064         * backend/ev-document.c: (ev_document_base_init),
12065         (ev_document_changed):
12066         * backend/ev-document.h:
12067
12068         Add a changed event that is emitted when the page content
12069         changes. This is necessary to deal with the fact that
12070         in ps backend rendering happen asycrounously.
12071         This makes the ps backend mostly work.
12072
12073         * pdf/xpdf/pdf-document.cc:
12074
12075         Emit changed event
12076
12077         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12078         (ps_document_set_target):
12079
12080         Emit changed event
12081
12082         * shell/ev-view.c: (document_changed_callback),
12083         (ev_view_set_document), (ev_view_set_page):
12084
12085         Redraw on the changed signal
12086
12087 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12088
12089         * configure.ac: Added pt_BR to ALL_LINGUAS.
12090
12091 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12092
12093         * backend/ev-document-bookmarks.c:
12094         (ev_document_bookmarks_get_child): *
12095         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12096         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12097         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12098         (ev_sidebar_bookmarks_destroy),
12099         (ev_sidebar_bookmarks_class_init),
12100         (ev_sidebar_bookmarks_construct), (stack_data_free),
12101         (do_one_iteration), (populate_bookmarks_idle),
12102         (ev_sidebar_bookmarks_clear_document),
12103         (ev_sidebar_bookmarks_set_document): *
12104         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12105         (ev_sidebar_add_page),
12106         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12107         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12108         it displays both the topics and the page numbers.
12109
12110 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12111
12112         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12113         toggle.
12114         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12115         visible.
12116
12117 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12118
12119         * configure.ac: Added en_CA to ALL_LINGUAS.
12120
12121 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12122
12123         * ChangeLog: replace bottom of this ChangeLog (merged history of
12124         ggv and gpdf; where all paths were wrong and most of the files are
12125         not even in this tree) with ChangeLog (from arch) of the shell
12126         code.
12127
12128 2004-12-23  Havoc Pennington  <hp@redhat.com>
12129
12130         * shell/ev-window.c: hook up potentially-questionable "find
12131         results status text" feature - something involving the sidebar or
12132         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12133         might be better in the end.
12134
12135         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12136         with corresponding signal when it should be updated
12137
12138         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12139
12140 2004-12-22  Havoc Pennington  <hp@redhat.com>
12141
12142         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12143         find stuff on other pages, sort of (only returns one result on
12144         invisible pages, to show they have results; updates full results
12145         for a page when you view it). Currently repaints the current page
12146         every time a new result is found on any page, which isn't so nice.
12147
12148 2004-12-22  Havoc Pennington  <hp@redhat.com>
12149
12150         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12151         the document doesn't support find (better ideas?)
12152         (find_bar_search_changed_cb): handle missing document or document
12153         that doesn't support find
12154
12155         * pdf/xpdf/pdf-document.cc: port to implement the new
12156         EvDocumentFindIface
12157
12158         * backend/ev-document-find.c: create a new interface for searching
12159
12160         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12161
12162 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12163
12164         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12165         libevbackend.la.
12166
12167         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12168         EvPrintJob constructor arguments.
12169
12170         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12171         for documents that can export PostScript (page by page).
12172
12173         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12174         
12175         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12176         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12177         (pdf_document_ps_exporter_iface_init:
12178         Implement EvPSExporter.
12179
12180         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12181
12182 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12183
12184         * backend/Makefile.am:
12185         * backend/ev-document-thumbnails.c:
12186         (ev_document_thumbnails_get_type),
12187         (ev_document_thumbnails_get_thumbnail):
12188         * backend/ev-document-thumbnails.h:
12189         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12190         (pixbuf_document_thumbnails_get_thumbnail),
12191         (pixbuf_document_document_thumbnails_iface_init):
12192         * shell/Makefile.am:
12193         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12194         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12195         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12196         * shell/ev-sidebar-thumbnails.h:
12197         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12198         (ev_sidebar_set_document):
12199         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12200         (create_shadow), (ev_pixbuf_add_shadow):
12201         * shell/ev-utils.h:
12202         Add thumbnail support.
12203         
12204 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12205
12206         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12207         (using_postscript_printer): Set up a print dialog for "PostScript
12208         injection" method.
12209
12210         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12211         EvPrintJob.
12212
12213         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12214
12215 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12216
12217         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12218         (ps_document_set_target), (ps_document_get_page_size),
12219         (ps_document_render):
12220         * ps/gtkgs.h:
12221
12222         Fix a few bugs
12223
12224 2004-12-22  Christian Rose  <menthos@menthos.com>
12225
12226         * configure.ac: Added "sv" to ALL_LINGUAS.
12227
12228 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12229
12230         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12231         document supports bookmarks.
12232
12233 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * ps/ggvutils.c: (ggv_file_readable):
12236         * ps/ggvutils.h:
12237         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12238         (gtk_gs_get_postscript):
12239
12240         Remove unused utils
12241
12242 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12243
12244         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12245         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12246         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12247         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12248         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12249         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12250         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12251         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12252         (gtk_gs_set_antialiasing), (ps_document_load),
12253         (ps_document_render):
12254         * ps/gtkgs.h:
12255
12256         Another check point for the ps backend. Now I can get it to show
12257         pages!
12258
12259 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12260
12261         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12262         document setting code.
12263
12264 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12265
12266         * shell/eggfindbar.c: (entry_activate_callback):
12267         Animate the next button when activate is pressed.
12268         
12269 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12270
12271         * shell/ev-window.c: (ev_window_cmd_edit_find),
12272         (update_fullscreen_popup), (ev_window_fullscreen),
12273         (ev_window_unfullscreen), (ev_window_state_event_cb),
12274         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12275         Fix bugs in fullscreen code.
12276         
12277 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12278
12279         * Makefile.am:
12280         * configure.ac:
12281         * pixbuf/Makefile.am:
12282         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12283         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12284         (pixbuf_document_set_page), (pixbuf_document_get_page),
12285         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12286         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12287         (pixbuf_document_render), (pixbuf_document_begin_find),
12288         (pixbuf_document_end_find), (pixbuf_document_finalize),
12289         (pixbuf_document_class_init),
12290         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12291         * pixbuf/pixbuf-document.h:
12292         * shell/Makefile.am:
12293         * shell/ev-application.c: (ev_application_open):
12294         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12295         (ev_window_open):
12296         Add pixbuf backend.
12297         
12298 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12299
12300         * Makefile.am: 
12301         * dvi/dvilib/Makefile.am:
12302         * dvi/Makefile.am:
12303         * configure.ac: Auto*ify dvi and dvi/dvilib
12304
12305         * dvi/Makefile: Remove from CVS
12306         
12307         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12308         confusion.
12309
12310         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12311         
12312         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12313         
12314 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * ps/Makefile.am:
12317         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12318         (gtk_gs_value_adjustment_changed), (compute_size),
12319         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12320         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12321         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12322         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12323         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12324         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12325         (ps_document_load), (ps_document_get_n_pages),
12326         (ps_document_set_page), (ps_document_get_page),
12327         (ps_document_set_target), (ps_document_set_scale),
12328         (ps_document_set_page_offset), (ps_document_get_page_size),
12329         (ps_document_render), (ps_document_begin_find),
12330         (ps_document_end_find), (ps_document_document_iface_init):
12331         * ps/gtkgs.h:
12332         * shell/Makefile.am:
12333         * shell/ev-window.c: (ev_window_open):
12334
12335         Some work to integrate gtkgs with EvDocument
12336
12337 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12338
12339         * shell/ev-window.c: (update_fullscreen_popup),
12340         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12341         (exit_fullscreen_button_clicked_cb),
12342         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12343         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12344         (ev_window_state_event_cb), (ev_window_init):
12345         Add fullscreen support from Epiphany.
12346         
12347 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12348
12349         * data/ev-stock-zoom-fit-width.png: fit-width
12350         stock icon from gpdf.
12351         
12352         * shell/ev-stock-icons.[ch]: copied from gpdf.
12353         
12354         * shell/main.c: (main): init stock icons.
12355         
12356         * shell/ev-window.c: use the fit-width icon.
12357         
12358         * data/evince-ui.xml: add zooming toolbar items.
12359
12360 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12361
12362         * shell/ev-view.c: 
12363         (ev_view_best_fit), (ev_view_fit_width): because
12364         get_page_size() returns the scaled page size, we
12365         need to calculate the scale factor relative to
12366         the previous scale factor. Should really just
12367         add get_real_page_size().
12368
12369 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12370
12371         * shell/ev-view.[ch]:
12372         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12373         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12374         add zooming.
12375         
12376         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12377         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12378         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12379         hook it up.
12380         
12381         * pdf/xpdf/pdf-document.cc:
12382         (pdf_document_begin_find),
12383         (pdf_document_end_find): make static.
12384
12385 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12386
12387         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12388
12389         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12390         names to fontconfig patterns.
12391         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12392
12393         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12394         setupBaseFontsFc.
12395
12396 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12397
12398         * Makefile.am:
12399         * configure.ac:
12400         * ps/Makefile.am:
12401         * ps/ggvutils.c:
12402         * ps/ggvutils.h:
12403         * ps/gsdefaults.c:
12404         * ps/gsdefaults.h:
12405         * ps/gsio.c:
12406         * ps/gsio.h:
12407         * ps/gtkgs.c:
12408         * ps/gtkgs.h:
12409         * ps/ps.c:
12410         * ps/ps.h:
12411
12412         Import ggv backend. Not hooked up yet.
12413
12414 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12415
12416         * shell/main.c: (load_files), (main): load files
12417         from the command line.
12418
12419 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12420
12421         * configure.ac: don't require bonobo.
12422         
12423         * cut-n-paste/recent-files/*: kill bonobo recent
12424         view.
12425
12426         * shell/ev-window.c:
12427         (ev_window_is_empty): upd.
12428         (unable_to_load), (ev_window_open): load backend
12429         based on the mime type.
12430
12431 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12432
12433         * backend/.cvsignore: ignore generated marshalers source.
12434
12435         * shell/main.c (main): this is not epiphany.
12436
12437 2004-12-22  Havoc Pennington  <hp@redhat.com>
12438
12439         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12440         (expose_bin_window): draw find highlights
12441
12442         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12443         
12444         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12445         (pdf_document_end_find): implement this interface
12446
12447         * backend/ev-document.c (ev_document_found): add this to emit
12448         signal
12449
12450 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12451
12452         * data/evince-ui.xml: Add a few more toolbar items.
12453
12454         * shell/ev-window.c: Hook up page navigation toolbar 
12455         items.
12456
12457         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12458         a page-changed signal.
12459
12460         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12461         Add ev_document_get_page().
12462
12463         * shell/ev-window.c: Sensitize/desensitize navigation
12464         actions.
12465
12466 2004-12-21  Havoc Pennington  <hp@redhat.com>
12467
12468         * backend/ev-backend-marshal.c,
12469         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12470         marshaler-generator thingy. I'm sure there's a better way to do
12471         this in the modern world.
12472
12473         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12474         end_find methods and "found" signal.
12475
12476         * configure.ac: find glib-genmarshal
12477
12478 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12479
12480         * shell/ev-sidebar.c: Construct an actual sidebar.
12481         * shell/ev-sidebar-bookmarks.[ch]:
12482         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12483
12484 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12485
12486         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12487         Redo size handling.
12488         
12489         * shell/ev-view.c: Track the size from the document.
12490
12491 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12492
12493         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12494         constructor assumes ownership of the string passed in.
12495         
12496         * shell/ev-window.c (ev_window_open): Destroy the error
12497         dialog once we've displayed it.
12498
12499 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12500
12501         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12502         a bit, it works! (sort of)
12503
12504         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12505         Move to .cc since we need to use C++ in the implementation.
12506
12507         * shell/dummy.cc: Add a CC file to force evince
12508         to be linked as a C++ program.
12509
12510 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12511
12512         * shell/ev-view.[ch]: Start of content-area widget.
12513
12514         * shell/ev-window.c: Create a EvView, update it
12515         as we change documents.
12516
12517         * shell/Makefile.am shell/ev-marshal.list: Add
12518         generated marshalers.
12519
12520 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12521
12522         * Makefile.am (SUBDIRS): move shell.
12523
12524 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12525
12526         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12527         .a to libtool convenience libraries.
12528
12529         * shell/ev-window.c (ev_window_open): Hard code loading
12530         a PDF document.
12531         
12532         * backend/ev-document.h: Add a boolean return to load(),
12533         fix GError * to GError **.
12534
12535         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12536         object for a PDF backend EvDocument.
12537
12538 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12539
12540         * dvi/*: New directory with the beginning of a .dvi backend.
12541
12542 2004-12-21  Havoc Pennington  <hp@redhat.com>
12543
12544         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12545         previous/next instead of back/forward
12546
12547 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12548
12549         * backend/ev-document.[ch]: Fix a couple of problems so
12550         it compile.
12551
12552 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12553
12554         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12555         to backend/ directory, rename EvViewer to EvDocument.
12556
12557 2004-12-21  Havoc Pennington  <hp@redhat.com>
12558
12559         * shell/ev-window.c: hook up the find bar widget; now we just need
12560         a document to find things in
12561
12562         * shell/eggfindbar.c: a find bar widget
12563
12564 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12565
12566         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12567
12568 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12569
12570         * pdf/**: Import of xpdf code from gpdf. 
12571
12572         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12573
12574         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12575         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12576         Fix FreeType includes.
12577
12578         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12579         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12580         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12581         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12582         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12583         Include xpdfconfig.h
12584         
12585 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12586
12587         * shell/ev-window.c (ev_window_dispose): dispose can be called
12588         multiple times.
12589
12590 2004-12-21  Havoc Pennington  <hp@redhat.com>
12591
12592         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12593         rather than Evince
12594
12595         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12596         items; really they should be synced with the strings, etc. from
12597         current gpdf, but just getting the boring typing out of the way 
12598
12599 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * po/POTFILES.in:
12602         * shell/ev-application.c: (window_destroy_cb):
12603         * shell/ev-window.c:
12604         * shell/main.c: (main):
12605
12606         Actually show the window...
12607
12608 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * Makefile.am:
12611         * shell/Makefile.am:
12612         * shell/ev-application.c: (ev_application_class_init):
12613         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12614
12615         Make it build again
12616
12617 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         Import to gnome cvs.
12620         
12621         * Remove copies of gpdf and ggv trees.
12622         * Rip out all the recursive configure code.
12623         * Remove bonobo machinery.
12624         * viewer/*: GInterfaces that backends should/can implement.
12625
12626 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12627
12628         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12629         typo
12630
12631 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12632
12633         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12634         (ev_application_finalize, ev_application_class_init)
12635         (ev_application_init): use GType instance private data for priv.
12636
12637         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12638         (ev_window_finalize, ev_window_class_init)
12639         (ev_window_init): ditto.
12640
12641 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12642
12643         * shell/ev-application.c (ev_application_new_window): make public
12644         (ev_application_show_initial_window): kill.
12645
12646         * shell/ev-application.h: update prototypes.
12647
12648         * shell/main.cc (main): inline ev_application_show_initial_window.
12649
12650 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12651
12652         * shell/ev-application.c (ev_application_new_window): impl.
12653         (ev_application_show_initial_window): use it.
12654         (is_window_empty, ev_application_get_empty_window): returns an
12655         existing empty window or a new one.
12656         (ev_application_open): from ev_window_cmd_file_open.
12657
12658         * shell/ev-application.h: update prototypes
12659
12660         * shell/ev-window.c (ev_window_is_empty): impl.
12661         (ev_window_open): make public.
12662         (ev_window_cmd_file_open): use ev_application_open
12663
12664         * shell/ev-window.h: update prototypes, remove unused.
12665
12666 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12667
12668         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12669         move destroy handler out of here...
12670
12671         * shell/ev-application.c, shell/ev-application.h: ...into this new
12672         class. Also handles initial window creation.
12673
12674         * shell/main.cc (main): use EvApplication to create initial
12675         window.
12676
12677 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12678
12679         * Makefile.am (SUBDIRS): add cut-n-paste
12680
12681         * cut-n-paste/Makefile.am: add
12682
12683         * configure.ac: generate Makefiles in cut-n-paste
12684
12685 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12686
12687         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12688         (ev_window_class_init): install ev_window_dispose.
12689
12690 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12691
12692         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12693         char (gchar looks stupid).
12694
12695 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12696
12697         * po/de.po: updated German translation.
12698
12699 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12700
12701         * configure.ac: add more pkg-config library checks for gnome-vfs,
12702         bonobo etc.
12703
12704         * gpdf/configure.in: temporarily disable libpaper
12705         checks. Otherwise I'd have to add the checks for the shell, too.
12706
12707 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12708
12709         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12710         and * file filters to the file choose.
12711
12712 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12713
12714         * po/de.po: Updated German translation.
12715
12716 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12717
12718         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12719
12720 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12721
12722         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12723
12724         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12725         (ev_window_init): implement those menuitems.
12726
12727 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12728
12729         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12730
12731         * shell/ev-window.c (ev_window_init): use the toolbar.
12732
12733 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12734
12735         * shell/ev-window.c (ev_window_init): use menu translations
12736
12737 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12738
12739         * configure.ac: add "de" to ALL_LINGUAS.
12740
12741         * po/de.po: add German translation.
12742
12743 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12744
12745         * Makefile.am (SUBDIRS): add po
12746
12747         * configure.ac: check intltool, glib-gettext etc, generate
12748         po/Makefile.in
12749
12750         * po, po/POTFILES.in, po/POTFILES.skip: new.
12751
12752 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12755         already use (#ifdef ENABLE_NLS)
12756
12757         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12758         pointer indirection thinko.
12759
12760         * shell/main.c: include gi18n.h for bindtextdomain etc.
12761
12762 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12763
12764         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12765         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12766         tooltips for menu items in the statusbar.
12767
12768 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12769
12770         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12771         pkgdatadir drop UIDIR
12772
12773 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12774
12775         * data/evince-ui.xml: Add File->Open menu item
12776
12777         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12778         chooser), hook it up in the ui manager.
12779
12780 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12781
12782         * shell/ev-window.c: fix Help->About tooltip.
12783
12784 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12785
12786         * configure.ac: set CFLAGS for libevprivate.
12787
12788         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12789         definitions, factory etc.
12790
12791         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12792
12793         * shell/Makefile.am: link against libevprivate.a.
12794
12795         * shell/ev-window.c (entries): add stock icon to Help->About.
12796
12797         * shell/main.c (main): init stock icon code.
12798
12799 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12800
12801         * lib/recent-files: egg recent files code
12802
12803         * lib/Makefile.am: add.
12804
12805         * Makefile.am: add lib subdir.
12806
12807         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12808         set CFLAGS for recent-files.
12809
12810 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12811
12812         * configure.ac: disable -ansi and -pedantic gcc flags. They
12813         disable POSIX stuff in stdio.h, but egg-recent uses them.
12814
12815 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12816
12817         * configure.ac: add --disable-deprecated flag (defaults to on in
12818         "cvs" builds).
12819
12820         * shell/Makefile.am (INCLUDES): use it.
12821
12822 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12823
12824         * shell/main.c: add missing #include.
12825
12826         * shell/ev-window.c: fix for pedantic gcc.
12827         (ev_window_cmd_help_about): split license into paragraphs for
12828         translators and pedantic compilers.
12829
12830 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12831
12832         * configure.ac: add more warning flags if compiling with gcc from
12833         cvs (or explicitly requested with --enable-more-warnings).
12834
12835 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12836
12837         * data/evince-ui.xml: add File and File->Close menu.
12838
12839         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12840         (ev_window_destroy): quit after destroy.
12841         (ev_window_class_init): override GtkObject::destroy.
12842         (entries): install close_window callback.
12843
12844 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12845
12846         * Makefile.am (SUBDIRS): add data subdir.
12847
12848         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12849         gtk+ 2.5.0 for GtkAboutDialog.
12850
12851         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12852         main window.
12853
12854         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12855
12856         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12857         manager.
12858         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12859
12860 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12861
12862         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12863
12864 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12865
12866         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12867
12868 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12869
12870         * shell/*: Added shell directory boilerplate, build it.
12871
12872 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12873
12874         * configure.ac, Makefile.am: Added top-level configure.ac and
12875         Makefile.am