]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement "wipe" effect.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
4         (ev_transition_animation_paint): Implement "wipe" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_box)
9         (ev_transition_animation_paint): Implement "box" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
14         (ev_transition_animation_paint): Implement "blinds" effect.
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_split)
19         (ev_transition_animation_paint): Implement "split" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
24         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
25         (ev_view_transition_animation_start) 
26         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
27         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
28         (ev_view_next_page) (ev_view_previous_page):
29         
30         Use EvTransitionAnimation to drive page changes in the presentation
31         mode, the animation will wait to start until both the origin and 
32         destination page surfaces are available. Fixes #458460.
33
34         (draw_loading_text):
35
36         Remove workaround for bug #320352, it's now fixed properly.
37
38
39 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
40
41         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
42         will contain the implementations for page transition animations, at
43         the moment it just has the "replace" effect.
44         * shell/Makefile.am: Added these files to build.
45
46 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
47
48         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
49         animations.
50         * shell/Makefile.am: Added these files to build.
51
52 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
53
54         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
55         implementation to get_effect() in EvDocumentTransitionIface.
56
57 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
58
59         * libdocument/ev-transition-effect.[ch]: New files, define a page
60         transition effect, at the moment it maps PopplerPageTransition to a
61         GObject.
62         * libdocument/Makefile.am: Added these files to build.
63         * libdocument/ev-document-transition.[ch]
64         (ev_document_transition_get_effect): New method, gets the
65         EvTransitionEffect returned by the interface implementation, with
66         fallback to the "replace" effect.
67
68 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
69
70         * configure.ac:
71         * cut-n-paste/Makefile.am:
72         * cut-n-paste/fileformatchooser/Makefile.am:
73         * cut-n-paste/fileformatchooser/egg-macros.h:
74         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
75         * shell/Makefile.am:
76         * shell/ev-window.c: (image_save_dialog_response_cb),
77         (ev_view_popup_cmd_save_image_as):
78
79         Allow exporting images in any format supported by
80         GdkPixbuf. Fixes bug #500209.
81         
82 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * backend/pixbuf/pixbuf-document.c:
85
86         More warnings fixed.
87         
88 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
91         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
92         * backend/djvu/djvu-text.h:
93         * backend/tiff/tiff-document.c: (tiff_document_render):
94
95         Fix compile warnings.
96         
97 2007-12-28  Christian Persch  <chpe@gnome.org>
98
99         * **/*.c: Include config.h. Bug #504721.
100
101 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * configure.ac:
104         * Makefile.am:
105         * po/POTFILES.in:
106         * backend/comics/Makefile.am:
107         * backend/comics/comics-document.[ch]:
108         * backend/comics/comicsdocument.evince-backend.in:
109         * backend/djvu/Makefile.am:
110         * backend/djvu/djvu-document.[ch]:
111         * backend/djvu/djvudocument.evince-backend.in:
112         * backend/dvi/Makefile.am:
113         * backend/dvi/dvi-document.[c]:
114         * backend/dvi/dvidocument.evince-backend.in:
115         * backend/impress/Makefile.am:
116         * backend/impress/impress-document.[ch]:
117         * backend/impress/impressdocument.evince-backend.in:
118         * backend/pdf/Makefile.am:
119         * backend/pdf/ev-poppler.cc:
120         * backend/pdf/ev-poppler.h:
121         * backend/pdf/pdfdocument.evince-backend.in:
122         * backend/pixbuf/Makefile.am:
123         * backend/pixbuf/pixbuf-document.[ch]:
124         * backend/pixbuf/pixbufdocument.evince-backend.in:
125         * backend/ps/Makefile.am:
126         * backend/ps/ev-spectre.[ch]:
127         * backend/ps/ps-document.[ch]:
128         * backend/ps/psdocument.evince-backend.in:
129         * backend/tiff/Makefile.am:
130         * backend/tiff/tiff-document.[ch]:
131         * backend/tiff/tiffdocument.evince-backend.in:
132         * libdocument/Makefile.am:
133         * libdocument/ev-backends-manager.[ch]:
134         * libdocument/ev-module.[ch]:
135         * libdocument/ev-document.h:
136         * libdocument/ev-document-factory.[ch]:
137         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
138         (get_compression_from_mime_type), (get_document_from_uri),
139         (ev_document_factory_get_document), (file_filter_add_mime_types),
140         (ev_document_factory_add_filters):
141         * shell/Makefile.am:
142         * shell/ev-window-title.c: (get_filename_from_uri):
143         * shell/main.c: (main):
144         * thumbnailer/Makefile.am:
145         * thumbnailer/evince-thumbnailer.c: (main):
146
147         Plugin system for backends. Fixes bug #351348.
148         
149 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
150
151         * shell/ev-view-private.h:
152         * shell/ev-view.c: (ev_view_drag_update_momentum),
153         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
154         (ev_view_button_release_event), (ev_view_destroy):
155         
156         Kinetic scrolling implemented as requested in
157         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
158
159 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
160
161         * data/evince-toolbar.xml:
162         * data/evince-ui.xml:
163         * shell/ev-view-private.h:
164         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
165         (ev_view_button_press_event), (ev_view_motion_notify_event),
166         (ev_view_button_release_event), (ev_view_init),
167         (ev_view_autoscroll_cb), (ev_view_autoscroll),
168         (ev_view_set_cursor):
169         * shell/ev-view.h:
170         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
171         (ev_window_cmd_view_autoscroll):
172         
173         Autoscroll feature with the context menu. Fixes bug 
174         #323670. Thanks to David Turner <cillian64@googlemail.com>.
175
176 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
179
180         Disconnect also page-ready signal when removing a job because the
181         page size has changed. Thanks to kripken
182         <kripkensteiner@gmail.com>.
183
184 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
185
186         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
187         
188         Scroll pages in page entry with mouse wheel. Fixes bug
189         #324122. Thanks to David Turner <cillian64@googlemail.com>.
190
191 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * backend/dvi/Makefile.am:
194         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
195         (mdvi_cairo_device_init):
196         * backend/dvi/mdvi-lib/common.h:
197         * backend/dvi/mdvi-lib/mdvi.h:
198         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
199         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
200         (mdvi_build_path_from_cwd):
201
202         Add ps specials support in dvi backend when libspectre is
203         present. Fixes bug #386005.
204         
205 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * configure.ac:
208         * backend/ps/Makefile.am:
209         * backend/ps/ev-spectre.[ch]:
210         
211         Use libspectre, if available, for the ps backend. Fixes bugs
212         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
213
214 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
215         
216         * backend/comics/comics-document.c: (comics_document_load):
217         
218         Cygwin build issue fix.
219
220 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * shell/ev-view.c: (ev_view_set_zoom):
223
224         Do not limit the minimum zoom factor when sizing mode is best bit
225         or fit width. Fixes bug #503805.
226         
227 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
230         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
231         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
232         (ev_link_dest_get_property), (ev_link_dest_set_property),
233         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
234         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
235         (ev_link_dest_new_fitr):
236         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
237         (goto_fith_dest), (goto_xyz_dest):
238
239         Do not change left, top and zoom values when they are null in PDF
240         destinations. Fixes bug #460658.
241         
242 2007-12-10  Christian Persch  <chpe@gnome.org>
243
244         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
245         (ev_view_accessible_class_init),
246         (ev_view_accessible_idle_do_action),
247         (ev_view_accessible_action_do_action),
248         (ev_view_accessible_action_get_description),
249         (ev_view_accessible_action_set_description),
250         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
251         (ev_view_accessible_factory_init),
252         (ev_view_accessible_factory_get_accessible_type):
253         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
254         private data, and G_DEFINE_TYPE. Bug #502843.
255
256 2007-12-08  Christian Persch  <chpe@gnome.org>
257
258         * shell/ev-metadata-manager.c: (item_free),
259         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
260         (value_free), (parse_value), (parseItem),
261         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
262         (save_values): Use GSlice to allocate small amounts of memory. Bug
263         #475972.
264
265 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
268
269         Restore cursor to normal after a drag operation. Fixes bug
270         #501603.
271         
272 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
273
274         * NEWS:
275         * configure.ac:
276         
277         Update for release 2.21.1
278
279 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * configure.ac:
282         * cut-n-paste/gedit-message-area/Makefile.am:
283         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
284         * shell/Makefile.am:
285         * shell/ev-message-area.[ch]:
286         * shell/ev-window.c: (ev_window_set_message_area),
287         (ev_window_error_message_response_cb), (ev_window_error_message),
288         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
289         (ev_window_save_job_cb), (image_save_dialog_response_cb),
290         (ev_attachment_popup_cmd_open_attachment),
291         (attachment_save_dialog_response_cb), (ev_window_set_document),
292         (ev_window_init):
293
294         Use a message area instead of a popup dialog for error
295         notifications. Fixes bug #337495.
296         
297 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
300         (ev_window_run_fullscreen):
301
302         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
303         
304 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * ev-sidebar-thumbnails.c: (update_visible_range),
307         (ev_sidebar_thumbnails_refresh),
308         (ev_sidebar_thumbnails_set_document),
309         (ev_sidebar_thumbnails_support_document):
310
311         Show thumbnails for documents with one page. Fixes bug #358751.
312         
313 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/ev-window.c:
316         (ev_window_load_print_settings_from_metadata),
317         (ev_window_save_print_settings), (ev_window_print_finished),
318         (ev_window_print_range):
319
320         Print settings that are specific to the document are now saved per
321         document in the metadata file. Fixes bug #488806.
322         
323 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
324
325         * backend/tiff/tiff-document.c: (tiff_document_render):
326
327         Tiff documents were rendered with wrong colors. Fixes bug #497279.
328         
329 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * shell/ev-application.[ch]: (get_find_string_from_args),
332         (ev_application_open_uri_at_dest), (ev_application_open_uri),
333         (ev_application_open_uri_list):
334         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
335         * shell/ev-window.[ch]: (ev_window_load_job_cb),
336         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
337         (ev_window_cmd_recent_file_activate),
338         (ev_window_open_recent_action_item_activated),
339         (ev_window_print_send), (open_remote_link):
340         * shell/main.c: (arguments_parse):
341
342         Add a command line option for search. Fixes bug #497710.
343         
344 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
345
346         * shell/ev-jobs.c: (ev_job_print_new):
347
348         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
349         
350 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * data/evince-toolbar.xml:
353         * shell/Makefile.am:
354         * shell/ev-application.c: (ev_application_init):
355         * shell/ev-open-recent-action.[ch]:
356         * shell/ev-window.c:
357         (ev_window_open_recent_action_item_activated),
358         (register_custom_actions):
359
360         Add an expander to the open toolbar item which pops up a dropdown
361         menu with the recently used documents. Fixes bug #487215.
362         
363 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * shell/ev-window.c: (ev_window_open_uri),
366         (ev_window_cmd_view_reload):
367
368         Do not jump to the first page when reloading by running evince
369         from the command line. Fixes bug #490847.
370         
371 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
372
373         * shell/ev-window.c: (ev_window_cmd_help_contents):
374
375         Plugged memory leak when help file is not found. Fixes bug
376         #490762.
377         
378 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * configure.ac:
381
382         Enable djvu, dvi and comics backends by default. Fixes bug
383         #437121.
384         
385 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * configure.ac:
388         * cut-n-paste/Makefile.am:
389         * cut-n-paste/recent-files/*: Removed
390         * help/reference/Makefile.am:
391         * shell/Makefile.am:
392         * shell/ev-application.[ch]: (ev_application_shutdown),
393         (ev_application_init):
394         * shell/ev-window.c: (ev_window_add_recent),
395         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
396
397         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
398         
399 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
400
401         * shell/ev-window.c: (launch_external_uri):
402
403         Let GnomeVFS check the URL, this allow more URL (like mailto:),
404         and report error if the URL is not supported (#489910).
405
406 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
409         (pdf_document_file_exporter_begin_page),
410         (pdf_document_file_exporter_end_page):
411
412         Fix printing with poppler splash backend. Fixes bug #489774.
413         
414 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
417         * shell/ev-print-job.c: (ev_print_job_class_init):
418
419         Fix a crash when printing with the gnome-print dialog. Fixes bug
420         #488939.
421         
422 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
423
424         * backend/pixbuf/pixbuf-document.c:
425
426         Fix an implicit function definition warning (#487655)
427
428 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-window.c:
431
432         Fix conflicting shortcut for view sade pane and presentation.
433         
434 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * backend/pdf/ev-poppler.cc:
437         (pdf_document_file_exporter_begin_page),
438         (pdf_document_file_exporter_do_page),
439         (pdf_document_file_exporter_end_page),
440         (pdf_document_file_exporter_iface_init):
441         * libdocument/ev-file-exporter.[ch]:
442         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
443         * shell/ev-jobs.c: (ev_job_print_get_page_list),
444         (ev_job_print_run):
445
446         When printing multiple pages per sheet in reverse option, do not
447         invert the order of the pages in every sheet, but the order of the
448         sheets. Do not print blank pages when page range is invalid. Fixes
449         bugs #484857 and #485521.
450         
451 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * shell/ev-jobs.c: (ev_job_print_get_page_list),
454         (ev_job_print_run):
455         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
456
457         Respect ranges order when printing more than one range in random
458         order.
459         
460 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
461
462         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
463         (ev_window_setup_document), (ev_window_rotation_changed_cb):
464
465         Rotate also the window icon when document is rotated. Fixes bug
466         #474681.
467         
468 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
471         (pdf_document_forms_get_form_fields):
472
473         Silently ignore unknown form fields. Fixes bug #482654. Patch by
474         Matthias Drochner.
475         
476 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * configure.ac:
479         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
480
481         Use poppler_page_render_for_printing() instead of
482         poppler_page_render() if available when exporting to a ps or pdf
483         file. Fixes bug #476627.
484         
485 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * shell/ev-window.c: (ev_window_run_fullscreen):
488
489         Do not show the toolbar in fullscreen mode if the main toolbar is
490         not visible. Fixes bug #483048.
491         
492 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * shell/ev-view.c: (ev_view_button_press_event):
495
496         Give priority to form fields over images when deciding whether a
497         button press event is over an image or form field. It allows edit
498         form fields when they are over a background image. Fixes bug
499         #477841.
500         
501 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
502
503         * NEWS:
504         * configure.ac:
505         
506         Update for release 2.20.0
507
508 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * backend/pdf/ev-poppler.cc:
511
512         Remove #ifdef HAVE_FORMS, so that forms support works again.
513
514 2007-09-05  Götz Waschk  <waschk@mandriva.org>
515
516         * configure.ac:
517         * data/evince.desktop.in.in:
518         
519         Fixes desktop file issues. See bug #473471.
520
521 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
524         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
525         (ev_job_queue_remove_job):
526         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
527         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
528         * shell/ev-window.c: (ev_window_clear_save_job),
529         (ev_window_save_job_cb), (file_save_dialog_response_cb),
530         (ev_window_dispose):
531
532         Move save a copy task to its own job so that it's carried out in a
533         thread avoiding another lock in the main thread. Use
534         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
535         can be saved to a pathin another file system. Fixes bug #456891.
536         
537 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
538
539         * NEWS:
540         * configure.ac:
541         
542         Update for release 2.19.92
543
544 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * configure.ac:
547         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
548         (pdf_selection_get_selection_region),
549         (pdf_selection_get_selection_map),
550         (ev_form_field_from_poppler_field):
551
552         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
553         and triple click selections are enabled again now.
554
555 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-window.c: (ev_window_add_history):
558
559         Make sure not to use the history with documents not supporting
560         links. Fixes bug #468954.
561
562 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * shell/ev-window.c: (ev_window_load_job_cb):
565
566         Restart the search when reloading a document with the find bar
567         visible. Fixes bug #461962.
568
569 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-window.c: (setup_document_from_metadata),
572         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
573
574         Do not jump to the first page when reloading a document from the
575         last page.
576
577 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-window.c: (update_chrome_flag),
580         (setup_sidebar_from_metadata),
581         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
582         (ev_window_cmd_edit_find_next),
583         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
584         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
585         (find_bar_close_cb), (view_actions_focus_in_cb):
586
587         Do not update visibility when changing a chrome flag so that it's
588         possible to update several flags and update visibility only once
589         for all of them.
590
591 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
594
595         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
596         supported by gtk+. Fixes bug #460907.
597
598 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * shell/ev-view.c: (view_update_range_and_current_page):
601
602         Make sure current-page <= end-page in continuous mode. Fixes bug
603         #454950.
604
605 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * backend/pdf/ev-poppler.cc: (build_tree):
608
609         Ignore outline items without a title. Fixes bug #453913.
610
611 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
614         (ev_view_button_release_event), (ev_view_leave_notify_event):
615
616         Use always drag mouse cursor during a drag operation. Fixes bug
617         #470564.
618
619 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
622         (pdf_selection_get_selection_region),
623         (pdf_selection_get_selection_map):
624
625         Temporarily disable double and triple selections since it depends on
626         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
627         released and the update of the external dependency minimal version
628         approved.
629
630 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
633         (pdf_document_file_exporter_do_page):
634         * libdocument/ev-file-exporter.h:
635         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
636         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
637
638         Actually fix printing regressions. Remove orientation from
639         EvPrintContext since it's redundant.
640
641 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
644         * backend/impress/impress-document.c:
645         (impress_document_document_iface_init):
646         * backend/ps/ps-document.c: (ps_document_document_iface_init):
647         * backend/djvu/djvu-document.c:
648         (djvu_document_document_iface_init),
649         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
650         * backend/tiff/tiff-document.c:
651         (tiff_document_document_iface_init):
652         * backend/pixbuf/pixbuf-document.c:
653         (pixbuf_document_document_iface_init):
654         * backend/comics/comics-document.c:
655         (comics_document_document_iface_init):
656         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
657         (pdf_selection_render_selection),
658         (pdf_selection_get_selected_text),
659         (pdf_selection_get_selection_region),
660         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
661         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
662         (ev_selection_get_selection_region),
663         (ev_selection_get_selection_map):
664         * libdocument/ev-document.[ch]:
665         * shell/ev-pixbuf-cache.[ch]: (add_job),
666         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
667         * shell/ev-view-private.h:
668         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
669         (ev_job_render_run):
670         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
671         * shell/ev-view.c: (start_selection_for_event),
672         (ev_view_button_press_event), (ev_view_drag_data_get),
673         (ev_view_drag_data_received), (ev_view_button_release_event),
674         (compute_new_selection_text), (compute_selections),
675         (ev_view_select_all), (get_selected_text), (ev_view_copy),
676         (ev_view_primary_get_cb):
677
678         Add support for double and triple click selections.
679
680 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
681
682         * NEWS:
683         * configure.ac:
684
685         Update for release 2.19.4
686
687 2007-08-28  Justin Blanchard  <justinb04@aim.com>
688
689         * shell/ev-view-private.h:
690         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
691         (ev_view_set_highlight_search):
692         * shell/ev-view.h:
693         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
694         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
695         (find_bar_visibility_changed_cb):
696         
697         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
698
699 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
702         (pdf_document_file_exporter_begin),
703         (pdf_document_file_exporter_do_page):
704         * shell/ev-jobs.c: (ev_job_print_run):
705         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
706
707         Create always a portrait cairo surface and rotate when needed for
708         landscape. It fixes printing problems in real printers.
709
710 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
713         * libdocument/ev-file-exporter.[ch]:
714         (ev_file_exporter_get_capabilities):
715         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
716         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
717
718         Adjust number of pages per row according to page orientation when
719         printing 2 or 6 pages per sheet.
720
721 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (ev_window_print_send):
724
725         Reset also cups setting to 1 when printing multiple pages per
726         sheet. Fixes bug #468853.
727
728 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * libdocument/ev-document-misc.c:
731         (ev_document_misc_surface_rotate_and_scale):
732
733         Use directly cairo_surface_get_content() when creating a similar
734         surface as suggested by Jeff Muizelaar. Thanks again.
735
736 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * backend/djvu/djvu-document.c: (djvu_document_render):
739         * backend/tiff/tiff-document.c: (tiff_document_render):
740         * backend/pdf/ev-poppler.cc: (pdf_document_render):
741         * libdocument/ev-document-misc.c:
742         (ev_document_misc_surface_from_pixbuf),
743         (ev_document_misc_surface_rotate_and_scale):
744
745         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
746         creating page surfaces. Fixes bug #453123. Thank you very much to
747         Jeff Muizelaar <jeff@infidigm.net>.
748
749 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-page-cache.c: (ev_page_cache_new),
752         (ev_page_cache_get_thumbnail_size):
753         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
754         (ev_sidebar_thumbnails_set_loading_icon):
755
756         Also store in page-cache the dimensions of the thumbnails so that
757         they can be used to create the correct loading icon in the side
758         pane. Fixes bug #466857.
759
760 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/pdf/ev-poppler.cc:
763         (pdf_document_thumbnails_get_thumbnail):
764
765         Fix thumbnails rotation in pdf documents that include embedded 
766         thumbnails.
767
768 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
769
770         * backend/pdf/ev-poppler.cc:
771
772         Don't use #ifdef in macro expansion. Some compilers don't
773         like that. Closes bug #467042.
774
775 2007-08-15  Justin Blanchard  <justinb04@aim.com>
776
777         * backend/djvu/djvu-document.c: (djvu_document_finalize):
778         
779         Fixes memory leak in djvu backend.
780
781 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
782
783         * data/icons/32x32/Makefile.am:
784         * data/icons/32x32/actions/Makefile.am:
785         * data/icons/32x32/actions/view-page-cont.svg:
786         * data/icons/32x32/actions/view-page-facing.svg:
787         * data/icons/48x48/Makefile.am:
788         * data/icons/48x48/actions/Makefile.am:
789         * data/icons/48x48/actions/view-page-cont.svg:
790         * data/icons/48x48/actions/view-page-facing.svg:
791         
792         Icons for a new sizes.
793
794 2007-08-14  Justin Blanchard  <justinb04@aim.com>
795
796         * shell/ev-page-cache.c: (build_height_to_page),
797         (ev_page_cache_get_height_to_page):
798         
799         Fixes invalid read, see bug #466401.
800
801 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
804         (set_drag_cursor):
805         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
806         (configure_item_cursor), (new_pixbuf_from_widget):
807
808         Fix multihead problems in toolbar editor. Fixes bug #382055.
809
810 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-window.c: (ev_window_cmd_file_open),
813         (ev_window_cmd_save_as):
814
815         Use g_get_user_special_dir when available instead of
816         xdg_user_dir_lookup.
817
818 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
819
820         * MAINTAINERS:
821         
822         Updated according to request on desktop-devel.
823
824 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
827
828         Do not use cairo_rectangle and cairo_clip since we are
829         not using cairo_fill but cairo_paint. Use the same cairo context
830         for every page in the same expose event.
831
832 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
833
834         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
835         leak.
836
837 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * configure.ac:
840         * NEWS:
841
842         Release 0.9.3
843
844 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * libdocument/ev-document-info.h:
847         * libdocument/ev-document.h:
848         * shell/ev-page-action.h:
849         * shell/ev-sidebar-links.h:
850
851         Fix a headers problem with ev-link
852         
853         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
854         * shell/ev-view-private.h:
855         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
856         (get_link_area), (ev_view_query_tooltip),
857         (ev_view_leave_notify_event), (ev_view_destroy),
858         (ev_view_class_init):
859
860         Use new gtk tooltips when available instead of ev-tooltip.
861         
862 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-window.c: (update_chrome_visibility),
865         (ev_window_sidebar_visibility_changed_cb):
866
867         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
868         
869 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * shell/ev-navigation-action.c:
872         (ev_navigation_action_history_changed),
873         (ev_navigation_action_set_history):
874         * shell/ev-navigation-action-widget.c:
875         (ev_navigation_action_widget_init):
876         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
877
878         Fix compile warnings.
879         
880 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
883         (egg_editable_toolbar_dispose):
884
885         Fix memory leak.
886         
887 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
890         (screensaver_disable_x11):
891         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
892         * shell/ev-window.c: (presentation_set_timeout):
893         * shell/ev-view.c: (ev_view_presentation_transition_start):
894
895         Use g_timeout_add_seconds instead of g_timeout_add when
896         available.
897         
898 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
901
902         Set horizontal scrollbar policy to AUTOMATIC instead of
903         NEVER. Workaround for bug #449462.
904         
905 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * shell/ev-jobs.c: (ev_job_render_page_ready):
908
909         Add page_ready callback to main loop with high priority and hold
910         a reference to job during idle.
911         
912 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * configure.ac:
915         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
916         (pdf_document_file_exporter_begin),
917         (pdf_document_file_exporter_do_page),
918         (pdf_document_file_exporter_get_capabilities):
919         * libdocument/ev-file-exporter.h:
920         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
921         * shell/ev-window.c: (ev_window_print_send),
922         (ev_window_print_dialog_response_cb):
923
924         Allow printing multiple pages per sheet. Fixes bug #395573.
925         
926 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
927
928         * shell/ev-view.c: (tip_from_link):
929         
930         Check for NULL, fixes bug #460862.
931
932 2007-07-29  Christian Persch  <chpe@gnome.org>
933
934         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
935         (ev_window_preview_print_finished), (ev_window_do_preview_print),
936         (ev_window_cmd_preview_print):
937         
938         Fixes bug #437681 - blocks while enumerating printers.
939
940 2007-07-29  Christian Persch  <chpe@gnome.org>
941
942         * shell/ev-window.c: (ev_window_screen_changed):
943         
944         Don't use deprecated gtk+ function. See bug #460909.
945
946 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-utils.c: (get_num_monitors):
949         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
950
951         Do not use display before initializing it. Remove compile
952         warnings.
953
954 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
955
956         * shell/ev-view.c: (ev_view_class_init):
957         
958         Unix-like hjkl bindings added. See bug #458111.
959
960 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
961
962         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
963         * shell/ev-utils.h:
964         * shell/ev-view.c: (ev_view_set_zoom_for_size),
965         (ev_view_update_view_size):
966         * shell/ev-view.h:
967         * shell/ev-window.c: (ev_window_update_actions),
968         (setup_view_from_metadata), (ev_window_screen_changed),
969         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
970         (zoom_control_changed_cb):
971         * shell/ev-window.h:
972         
973         Reorganizes utility functions.
974
975 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
978         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
979         (add_job), (ev_pixbuf_cache_get_surface),
980         (ev_pixbuf_cache_get_link_mapping),
981         (ev_pixbuf_cache_get_image_mapping),
982         (ev_pixbuf_cache_get_form_field_mapping),
983         (ev_pixbuf_cache_get_text_mapping):
984         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
985         (notify_page_ready), (ev_job_render_page_ready),
986         (ev_job_render_run):
987
988         Add page_ready signal to notify that page is ready as soon as
989         possible even if other page elements like links, forms, images or
990         text mapping are not ready yet.
991
992 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
995         (dvi_document_file_exporter_do_page),
996         (dvi_document_file_exporter_get_capabilities),
997         (dvi_document_file_exporter_iface_init):
998         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
999         (ps_document_file_exporter_do_page),
1000         (ps_document_file_exporter_get_capabilities),
1001         (ps_document_file_exporter_iface_init):
1002         * backend/djvu/djvu-document.c:
1003         (djvu_document_file_exporter_begin),
1004         (djvu_document_file_exporter_end),
1005         (djvu_document_file_exporter_get_capabilities),
1006         (djvu_document_file_exporter_iface_init):
1007         * backend/tiff/tiff-document.c:
1008         (tiff_document_file_exporter_begin),
1009         (tiff_document_file_exporter_get_capabilities),
1010         (tiff_document_document_file_exporter_iface_init):
1011         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1012         (pdf_document_file_exporter_do_page),
1013         (pdf_document_file_exporter_get_capabilities),
1014         (pdf_document_file_exporter_iface_init):
1015         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1016         (ev_file_exporter_get_capabilities):
1017         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1018         (idle_print_handler), (ev_print_job_print):
1019         * shell/ev-jobs.c: (ev_job_print_run):
1020         * shell/ev-window.c: (ev_window_print_send),
1021         (ev_window_print_range):
1022
1023         Use capabilities to know which options should be offered by the
1024         print dialog depending on the document backend.
1025
1026 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1029
1030         Give priority to forms over text to set the cursor.
1031
1032 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * shell/ev-view-private.h:
1035         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1036         (ev_view_leave_notify_event), (ev_view_finalize),
1037         (ev_view_get_property), (ev_view_class_init):
1038
1039         Use IBEAM cursor for text form fields and NORMAL cursor for read
1040         only fields. Remove unused status attribute.
1041
1042 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1045
1046         Update region for current selected items also for checkbox
1047         buttons, since they can behave as radio buttons when they are in a
1048         set.
1049
1050 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * configure.ac:
1053         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1054
1055         Get max length of text form fields.
1056
1057 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1060         * libdocument/ev-form-field.h:
1061         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1062
1063         Fix build with current poppler cvs head.
1064
1065 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1068         * shell/eggfindbar.c: (egg_find_bar_init):
1069
1070         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1071         deprecation. Fixes bug #455667
1072
1073 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1074
1075         * NEWS:
1076         * configure.ac:
1077         
1078         Update for release 0.9.2
1079
1080 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * shell/ev-view.c: (ev_view_form_field_text_save),
1083         (ev_view_form_field_choice_save):
1084
1085         Fix a crash when closing whith a form widget visible.
1086
1087 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1090
1091         Update also the region of the current selected button when
1092         clicking on another button if they are radio buttons.
1093
1094 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1097         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1098         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1099         (ev_pixbuf_cache_get_link_mapping),
1100         (ev_pixbuf_cache_get_image_mapping),
1101         (ev_pixbuf_cache_get_form_field_mapping),
1102         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1103         * shell/ev-view.c: (ev_view_form_field_get_region),
1104         (ev_view_form_field_button_create_widget),
1105         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1106         (job_finished_cb):
1107
1108         Redraw only form field region instead of the whole page when
1109         reloading a page to show changes on the form field.
1110
1111 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * shell/ev-view.c: (ev_view_form_field_choice_save):
1114
1115         Fix selection of first item in list form fields.
1116
1117 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1120         (ev_pixbuf_cache_reload_page),
1121         (ev_pixbuf_cache_get_form_field_mapping):
1122
1123         Some refactoring to avoid duplicated code.
1124
1125 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * configure.ac:
1128         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1129         (ev_form_field_from_poppler_field),
1130         (pdf_document_forms_get_form_fields),
1131         (pdf_document_forms_form_field_text_get_text),
1132         (pdf_document_forms_form_field_text_set_text),
1133         (pdf_document_forms_form_field_button_set_state),
1134         (pdf_document_forms_form_field_button_get_state),
1135         (pdf_document_forms_form_field_choice_get_item),
1136         (pdf_document_forms_form_field_choice_get_n_items),
1137         (pdf_document_forms_form_field_choice_is_item_selected),
1138         (pdf_document_forms_form_field_choice_select_item),
1139         (pdf_document_forms_form_field_choice_toggle_item),
1140         (pdf_document_forms_form_field_choice_unselect_all),
1141         (pdf_document_forms_form_field_choice_set_text),
1142         (pdf_document_forms_form_field_choice_get_text),
1143         (pdf_document_document_forms_iface_init):
1144         * libdocument/Makefile.am:
1145         * libdocument/ev-form-field.[ch]:
1146         * libdocument/ev-document-forms.[ch]:
1147         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1148         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1149         (add_job), (ev_pixbuf_cache_reload_page),
1150         (ev_pixbuf_cache_get_form_field_mapping):
1151         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1152         * shell/ev-view-private.h:
1153         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1154         (ev_view_handle_cursor_over_xy),
1155         (ev_view_get_form_field_at_location),
1156         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1157         (ev_view_form_field_button_create_widget),
1158         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1159         (ev_view_form_field_text_create_widget),
1160         (ev_view_form_field_choice_save),
1161         (ev_view_form_field_choice_changed),
1162         (ev_view_form_field_choice_create_widget),
1163         (ev_view_handle_form_field), (ev_view_size_allocate),
1164         (ev_view_realize), (draw_end_presentation_page),
1165         (ev_view_button_press_event), (ev_view_remove_all),
1166         (ev_view_motion_notify_event), (ev_view_key_press_event),
1167         (ev_view_enter_notify_event), (highlight_find_results),
1168         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1169         (ev_view_class_init), (page_changed_cb),
1170         (on_adjustment_value_changed), (ev_view_set_presentation),
1171         (merge_selection_region), (ev_view_set_cursor),
1172         (ev_view_reset_presentation_state):
1173         
1174         Merge evince-forms branch.
1175
1176 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1177
1178         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1179
1180         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1181         This script also updates itself from libegg
1182
1183         * cut-n-paste/toolbar-editor/egg*:
1184         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1185         libegg
1186
1187 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1188
1189         * shell/ev-window.c:
1190         
1191         Adds a nice icon to page action during toolbar editing.
1192         See bug #452872.
1193
1194 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1195
1196         * data/evince-toolbar.xml:
1197         * shell/ev-window.c:
1198         
1199         Let user add a presentation and fullscreen icons on toolbar.
1200         See bug #449734.
1201
1202 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1203
1204         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1205
1206         new script to keep in sync with toolbareditor in libegg
1207
1208         * cut-n-paste/toolbar-editor/*: 
1209
1210         Run update-toolbareditor-from-libegg so we are in sync again. 
1211         Fixes bug #452850.
1212         
1213
1214 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-sidebar-links.c: (job_finished_callback):
1217
1218         Do not connect selection changed signal more than once. Fixes bug
1219         #349433.
1220
1221 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1224
1225         Do not change sidebar chrome flag when pressing F9 key in
1226         presentation mode.
1227
1228 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * backend/pdf/ev-poppler.cc:
1231         (pdf_document_thumbnails_get_dimensions):
1232
1233         Make sure thumbnails width and height is not <= 0. Fixes a crash
1234         with some pdf documents which have really small pages.
1235
1236 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1237
1238         * shell/main.c: (main):
1239
1240         Fixes program description translation issue.
1241         Bug #450148.
1242
1243 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1244
1245         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1246
1247         Do not change current page when returning from black/white mode
1248         in presentation. Fixes bug #415032.
1249
1250 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1251
1252         * NEWS:
1253         * configure.ac:
1254         
1255         Update for release 0.9.1
1256
1257 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1258
1259         * backend/dvi/dvi-document.c:
1260         (dvi_document_finalize),
1261         (dvi_document_file_exporter_format_supported),
1262         (dvi_document_file_exporter_begin),
1263         (dvi_document_file_exporter_do_page),
1264         (dvi_document_file_exporter_end),
1265         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1266         
1267         PDF exporter for dvi documents. Fixes bug #441319.
1268
1269 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (ev_window_clear_print_job):
1272
1273         Clear gtk print job when job has finished. Fixes bug #447612.
1274
1275 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-window.c: (ev_window_print_send),
1278         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1279
1280         Add preview button to print dialog. Fixes bug #445419.
1281
1282 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * backend/dvi/Makefile.am:
1285         * backend/dvi/pixbuf-device.[ch]: Removed
1286         * backend/dvi/cairo-device.[ch]: Added
1287         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1288         * backend/dvi/dvi-document.c: (dvi_document_load),
1289         (dvi_document_render), (dvi_document_finalize),
1290         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1291         (dvi_document_do_color_special):
1292         * libdocument/ev-document-misc.[ch]:
1293         (ev_document_misc_pixbuf_from_surface):
1294
1295         Port dvi backend to cairo and fix a problem with colors. 
1296
1297 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * shell/ev-view.c: (draw_one_page):
1300
1301         Draw only visible region.
1302
1303 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * backend/djvu/djvu-document.c: (djvu_document_render):
1306
1307         Fix rotation in djvu backend.
1308
1309 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1312         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1313         (ev_pixbuf_cache_get_image_mapping),
1314         (ev_pixbuf_cache_get_text_mapping):
1315
1316         Redraw view every time we have a new surface. Fixes bug #443587.
1317
1318 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * libdocument/ev-document.c: (ev_document_info_free):
1321
1322         Fix memory leaks.
1323
1324 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * backend/dvi/dvi-document.c: (dvi_document_render),
1327         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1328         * backend/impress/impress-document.c:
1329         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1330         (impress_document_render), (impress_document_document_iface_init),
1331         (impress_document_thumbnails_get_thumbnail):
1332         * backend/djvu/djvu-document-private.h:
1333         * backend/djvu/djvu-document.c: (djvu_document_render),
1334         (djvu_document_finalize), (djvu_document_document_iface_init),
1335         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1336         * backend/tiff/tiff-document.c: (tiff_document_render),
1337         (tiff_document_render_pixbuf),
1338         (tiff_document_document_iface_init):
1339         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1340         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1341         (pdf_selection_render_selection):
1342         * backend/comics/comics-document.c:
1343         (comics_document_render_pixbuf), (comics_document_render),
1344         (comics_document_document_iface_init):
1345         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1346         (pixbuf_document_document_iface_init):
1347         * libdocument/ev-document-misc.[ch]:
1348         (ev_document_misc_surface_from_pixbuf),
1349         (ev_document_misc_surface_rotate_and_scale):
1350         * libdocument/ev-document.[ch]: (ev_document_render):
1351         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1352         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1353         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1354         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1355         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1356         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1357         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1358         (render_finished_cb), (ev_job_render_run):
1359         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1360         (merge_selection_region):
1361
1362         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1363         and selections.
1364
1365 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-window-title.c: (ev_window_title_update):
1368
1369         Fix memory leak.
1370
1371 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-view.c: (draw_loading_text):
1374
1375         Show loading text centered. Fixes bug #433061
1376
1377 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-sidebar-thumbnails.c:
1380         (ev_sidebar_thumbnails_set_loading_icon):
1381
1382         Remove a mutex in the main thread that blocks the UI in heavy
1383         documents.
1384
1385 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1388
1389         Set points_set to TRUE so that selections don't disappear after a
1390         zoom change.
1391
1392 2007-06-07  Michael Monreal  <infernux@web.de>
1393
1394         * data/icons/16x16/actions/Makefile.am:
1395         * data/icons/16x16/actions/zoom.svg:
1396         * data/icons/22x22/actions/Makefile.am:
1397         * data/icons/22x22/actions/zoom.svg:
1398         * data/icons/24x24/actions/Makefile.am:
1399         * shell/ev-stock-icons.c:
1400         * shell/ev-stock-icons.h:
1401         * shell/ev-window.c:
1402         
1403         Zoom icon artwork. See bug #444795.
1404
1405 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1406
1407         * shell/ev-metadata-manager.c: Remove extraneous function
1408         (Closes: #444386)
1409
1410 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1411
1412         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1413         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1414         (ev_metadata_manager_set), (ev_metadata_manager_save):
1415         Simplify the timeout, no need for modified anymore
1416
1417 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1418
1419         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1420         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1421         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1422         (ev_metadata_manager_save): Adapted patch from Arjan van de
1423         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1424         time, saves on power (Closes: #443851)
1425
1426 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * configure.ac:
1429         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1430         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1431
1432         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1433
1434 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1435
1436         * shell/ev-window.c: (ev_window_add_history):
1437
1438         Check if history is NULL
1439
1440 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * libdocument/ev-image.c: (ev_image_finalize):
1443         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1444         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1445         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1446         (ev_tmp_uri_unlink):
1447
1448         Add functions to delete temporary files created by evince in a safe
1449         way.
1450
1451         * shell/ev-window.c: (ev_window_clear_local_uri),
1452         (open_xfer_update_progress_callback),
1453         (save_xfer_update_progress_callback), (ev_window_save_remote),
1454         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1455         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1456         (attachment_save_dialog_response_cb),
1457         (ev_attachment_popup_cmd_save_attachment_as):
1458
1459         Allow saving a copy of a document, image or attachment to a remote
1460         location. Fixes bug #440754. 
1461
1462 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * configure.ac:
1465         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1466
1467         Fix build with current poppler from cvs head. 
1468
1469 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1470
1471         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1472
1473         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1474         directory exists.
1475
1476 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1477
1478         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1479         * shell/ev-window.c:
1480
1481         Change sidebar ordering. Fixes bug #439939.
1482
1483 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1484
1485         * backend/comics/Makefile.am:
1486         
1487         Fixes build with --without-libgnome.
1488
1489 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1490         
1491         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1492
1493         Update cursor and tooltip on page change and view scroll. Fixes bug
1494         #439217.
1495
1496 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1497
1498         * NEWS:
1499         * configure.ac:
1500         
1501         Update for release 0.9.0
1502
1503 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1504
1505         * backend/djvu/djvu-document-private.h:
1506         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1507         (djvu_document_finalize),
1508         (djvu_document_file_exporter_format_supported),
1509         (djvu_document_file_exporter_begin),
1510         (djvu_document_file_exporter_do_page),
1511         (djvu_document_file_exporter_end),
1512         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1513         
1514         Implemented printing with djvu. Bug #437998.
1515
1516 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/impress/zip.c:
1519         Add missing ulong definition.
1520
1521         * backend/ps/ps-interpreter.c:
1522         Add missing headers.
1523
1524         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1525
1526 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1529
1530         Add missing call to parent class dispose method. 
1531
1532 2007-05-12  Ross Burton  <ross@openedhand.com>
1533
1534         * shell/main.c:
1535         Sync keybindings manually when building without libgnome
1536         (#437925).
1537
1538 2007-05-12  Ross Burton  <ross@openedhand.com>
1539
1540         * shell/ev-window.c:
1541         Respect the screen when opening help (#437866).
1542
1543 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * data/evince-ui.xml:
1546         * shell/ev-application.[ch]: (get_print_settings_from_args),
1547         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1548         (ev_application_open_uri_list):
1549         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1550         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1551         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1552         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1553         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1554         (ev_window_dispose):
1555         * shell/main.c: (arguments_parse):
1556
1557         Add print button in preview mode. Fixes bug #396475. 
1558
1559 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1560
1561         * cut-n-paste/zoom-control/ephy-zoom.h:
1562         
1563         Fixes zoom level factors. See bug #408119 for details.
1564
1565 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1566
1567         * backend/comics/comics-document.c: (comics_regex_quote),
1568         (extract_argv):
1569         
1570         Correctly quote symbols. Fixes crash in the bug
1571         #415370.
1572
1573 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1574
1575         * shell/ev-navigation-action-widget.c:
1576         (ev_navigation_action_widget_init),
1577         (ev_navigation_action_widget_class_init),
1578         (ev_navigation_action_widget_button_press_event):
1579         
1580         Connect to button-press event on correct widget. Fixes
1581         bug #431988
1582
1583 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1584
1585         * shell/ev-application.c: (ev_application_open_window),
1586         (ev_application_add_icon_path_for_screen),
1587         (ev_application_open_uri_at_dest):
1588         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1589         * shell/ev-navigation-action.c: (build_menu):
1590         
1591         Add app-specific icons to our icon theme. Fixes bug
1592         #425508.
1593
1594 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1595
1596         * shell/ev-history.c: (ev_history_class_init),
1597         (ev_history_add_link):
1598         * shell/ev-history.h:
1599         * shell/ev-navigation-action.c:
1600         (ev_navigation_action_history_changed),
1601         (ev_navigation_action_set_history), (build_menu),
1602         (ev_navigation_action_finalize):
1603         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1604         
1605         Make navigation action unsensitive instead of showing
1606         menu with unsensitive word. Fixes bug #417392.
1607
1608 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-application.[ch]: (ev_application_shutdown),
1611         (ev_application_get_print_settings),
1612         (ev_application_set_print_settings):
1613         * shell/ev-window.c:
1614
1615         Remember print settings. Fixes bug #349102. 
1616
1617 2007-05-08  Christian Persch  <chpe@gnome.org>
1618
1619         * configure.ac:
1620         * properties/ev-properties-view.c:
1621
1622         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1623         Bug #382438.
1624
1625 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * configure.ac:
1628         * properties/ev-properties-view.c: (ev_regular_paper_size):
1629
1630         Use gtk+ builtin paper list to identify the document's paper size.
1631         Fixes bug #382438. 
1632
1633 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * configure.ac:
1636
1637         Fix build when compiling with thumbnailer and libgnome support. 
1638
1639 2007-05-04  Ross Burton  <ross@openedhand.com>
1640
1641         * configure.ac:
1642         Add --without-libgnome, check for libgnome and libgnomeui
1643         separately, and add them to the symbols as required.
1644
1645         * libdocument/ev-file-helpers.c:
1646         When building without libgnome, use g_get_user_config_dir instead
1647         of gnome_user_dir_get.
1648
1649         * shell/ev-application.c:
1650         When building without libgnome, don't use session management.
1651
1652         * shell/main.c:
1653         When building without libgnome, don't use GnomeProgram or
1654         initialise the authentication manager.
1655
1656         This fixes #328842.
1657
1658 2007-05-04  Ross Burton  <ross@openedhand.com>
1659
1660         * shell/ev-window.c:
1661         Don't use libgnome to open help, instead call Yelp directly.
1662
1663 2007-05-04  Ross Burton  <ross@openedhand.com>
1664
1665         * shell/ev-sidebar-attachments.c:
1666         Don't use libgnome to lookup icons for MIME types, instead copy
1667         code from GTK+ to do it manually.
1668
1669 2007-05-04  Ross Burton  <ross@openedhand.com>
1670
1671         * configure.ac:
1672         Add libxml to the dependencies for SHELL_CORE (#435818).
1673
1674 2007-05-02  Ross Burton  <ross@openedhand.com>
1675
1676         * configure.ac:
1677         * Makefile.am:
1678         Add --disable-thumbnailer (#434825)
1679
1680 2007-05-02  Ross Burton  <ross@openedhand.com>
1681
1682         * shell/ev-window.c:
1683         Add missing includes, fix indentation.
1684
1685         * shell/main.c:
1686         Fix indentation.
1687
1688 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1689
1690         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1691         ev_application_open_uri_at_dest instead of ev_application_open_uri
1692         preventing new document always being opened in a new window even if there
1693         is an empty window.
1694
1695 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1696
1697         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1698         (egg_recent_view_uimanager_finalize):
1699         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1700         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1701         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1702         (ev_pixbuf_cache_dispose):
1703         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1704         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1705         
1706         Add missing chain to parent class methods. Fixes
1707         bug #433128.
1708
1709 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1710
1711         * data/Makefile.am (update-icon-cache): Updates
1712         gtk-update-icon-cache in uninstall-hook.
1713
1714 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * shell/ev-window.c: (ev_window_setup_document),
1717         (ev_window_set_document), (ev_window_load_job_cb):
1718         * shell/ev-view.c: (setup_caches):
1719         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1720
1721         Start rendering pages before any other jobs. 
1722
1723 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * shell/ev-window.c: (ev_window_stop_fullscreen),
1726         (ev_window_stop_presentation):
1727
1728         Update chrome visibility before window unfullscreen. 
1729
1730 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * data/Makefile.am:
1733         * data/evince-ui.xml:
1734         * shell/ev-stock-icons.[ch]:
1735         * shell/ev-application.[ch]: (ev_application_shutdown),
1736         (ev_application_init), (ev_application_get_toolbars_model):
1737         * shell/ev-window.c: (update_chrome_visibility),
1738         (fullscreen_toolbar_setup_item_properties),
1739         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1740         (ev_window_run_presentation), (ev_window_stop_presentation),
1741         (ev_window_run_preview), (ev_window_screen_changed),
1742         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1743         (ev_window_dispose), (ev_window_init):
1744
1745         Make fullscreen toolbar always visible. Do not use egg toolbars for
1746         fullscreen and preview modes since such toolbars are not editables.
1747         Fixes bugs #300278, #338910 and #316188.  
1748
1749 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1750
1751         * shell/ev-application.c:
1752         * shell/ev-job-queue.c:
1753         * shell/ev-metadata-manager.c:
1754         * shell/ev-stock-icons.c:
1755         * shell/ev-window.c:
1756         * shell/main.c:
1757         
1758         Developers documentation updated.
1759
1760 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1763
1764         Check whether uri is valid before launching it. Fixes bug #427664.
1765
1766 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * shell/ev-window.c:
1769
1770         Change key accelerator for Open a Copy menu entry which is in conflict
1771         with Close. Fixes bug #427321.
1772
1773 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1774
1775         * NEWS:
1776         * configure.ac:
1777         
1778         Update for release 0.8.1
1779
1780 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1781
1782         * shell/ev-window.c: (setup_size_from_metadata):
1783         
1784         Do not make window bigger than screen. Fixes bug 
1785         #388985.
1786
1787 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1790         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1791
1792         Use default resolution when it's not provided by document. Fixes bug
1793         #408762.
1794
1795 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * configure.ac:
1798         * thumbnailer/Makefile.am:
1799         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1800         * thumbnailer/evince-thumbnailer.schemas.in:
1801         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1802
1803         Add support for ps, eps and compressed documents thumbnails. Do not
1804         ignore size parameter. 
1805
1806 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1807
1808         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1809         (dvi_document_do_color_special):
1810         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1811
1812         Implement font color specials in the DVI backend. Fixes bug #303651.
1813
1814 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1815
1816         Fixup the previous commit:
1817
1818         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1819         * shell/xdg-user-dir-lookup.c: Make the function non-static
1820         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1821
1822 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1823
1824         * shell/ev-window.c (file_open_dialog_response_cb): Use
1825         the xdg-user-dirs DOCUMENTS folder as default folder when
1826         opening a file chooser.  (#424858)
1827
1828         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1829         xdg-user-dirs.
1830
1831 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * shell/ev-window.c: (ev_window_load_job_cb):
1834
1835         Do not setup view from metadata on preview mode. 
1836
1837 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * shell/main.c:
1840
1841         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1842
1843 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * shell/ev-view.c: (ev_view_primary_get_cb):
1846
1847         Check pointer != NULL before using it. Fixes bug #416841. 
1848
1849 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1850
1851         * NEWS:
1852         * configure.ac:
1853         
1854         Release 0.8.0
1855
1856 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1859
1860         Do not render thumbnails when sidebar thumbnail page is not visible
1861         at startup. Fixes bug #416447. 
1862
1863 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1864
1865         * data/evince.desktop.in.in:
1866
1867         "Application" is not a valid category in the freedesktop specification.
1868
1869 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * libdocument/ev-file-helpers.[ch]: (compression_run),
1872         (ev_file_uncompress), (ev_file_compress):
1873         * shell/ev-window.c: (file_save_dialog_response_cb):
1874
1875         Save document compressed when saving a copy of a compressed document.
1876         Fixes bug #334542.
1877
1878 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1881
1882         Allow deleting in goto window entry in presentation mode. 
1883
1884 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1885
1886         * Makefile.am: Dist MAINTAINERS.
1887
1888 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * shell/ev-window.c: (ev_window_update_actions):
1891
1892         Fix zoom shortcut keys when searching. Fixes bug #409828.
1893
1894 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * shell/ev-window.c: (ev_window_setup_document):
1897
1898         Fix crash when loading documents with only one page. 
1899
1900 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * backend/dvi/dvi-document.c:
1903         (dvi_document_thumbnails_get_dimensions),
1904         (dvi_document_thumbnails_get_thumbnail):
1905         * backend/impress/impress-document.c:
1906         (impress_document_thumbnails_get_thumbnail),
1907         (impress_document_thumbnails_get_dimensions):
1908         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1909         (ps_document_thumbnails_get_dimensions):
1910         * backend/djvu/djvu-document.c:
1911         (djvu_document_thumbnails_get_dimensions),
1912         (djvu_document_thumbnails_get_thumbnail):
1913         * backend/tiff/tiff-document.c:
1914         (tiff_document_thumbnails_get_thumbnail),
1915         (tiff_document_thumbnails_get_dimensions):
1916         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1917         (pdf_document_thumbnails_get_thumbnail),
1918         (pdf_document_thumbnails_get_dimensions):
1919         * backend/comics/comics-document.c:
1920         (comics_document_thumbnails_get_thumbnail),
1921         (comics_document_thumbnails_get_dimensions):
1922         * backend/pixbuf/pixbuf-document.c:
1923         (pixbuf_document_thumbnails_get_thumbnail),
1924         (pixbuf_document_thumbnails_get_dimensions):
1925         * libdocument/ev-document-thumbnails.[ch]:
1926         (ev_document_thumbnails_get_thumbnail),
1927         (ev_document_thumbnails_get_dimensions):
1928         * libdocument/ev-document-misc.[ch]:
1929         (ev_document_misc_get_thumbnail_frame):
1930         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1931         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1932         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1933         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1934         (ev_sidebar_thumbnails_refresh):
1935         * shell/ev-window.c: (ev_window_setup_document):
1936         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1937
1938         Use an EvRenderContext for rendering thumbnails instead of a suggested
1939         width, so that different sized pages get sized proportionally.
1940
1941 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * shell/ev-view.c: (ev_view_button_press_event),
1944         (ev_view_key_press_event):
1945
1946         Fix critical warnings when there is no document loaded. 
1947
1948 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * shell/ev-page-action-widget.c:
1951         * shell/ev-navigation-action.c:
1952         * shell/ev-window.c:
1953
1954         Fix compile warnings. 
1955
1956 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * backend/djvu/djvu-text.h:
1959         * backend/djvu/djvu-document.c:
1960         * backend/djvu/djvu-text-page.c:
1961         * backend/djvu/djvu-links.c:
1962         * backend/djvu/djvu-text-page.h:
1963         * backend/djvu/djvu-text.c:
1964         
1965         Fix build on Mac. Fixes bug #392186. Patch by
1966         <ephraim_owns@hotmail.com>
1967
1968 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1971
1972         Restore cairo context before rendering every page when printing a PDF
1973         document into a PDF file. 
1974
1975 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * backend/ps/gstypes.h:
1978         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1979         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1980         (ps_document_thumbnails_get_thumbnail):
1981
1982         Handle PostScript page orientation. Fixes bug #318568.
1983
1984 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * backend/ps/Makefile.am:
1987         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1988         (document_load), (ps_document_load), (save_document),
1989         (save_page_list), (ps_document_get_n_pages),
1990         (ps_document_get_page_size), (ps_document_get_info),
1991         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1992         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1993         (ps_document_thumbnails_get_thumbnail),
1994         (ps_document_thumbnails_get_dimensions),
1995         (ps_document_document_thumbnails_iface_init):
1996         * backend/ps/ps.[ch]: (psgetpagebox):
1997         * backend/ps/ps-interpreter.[ch]:
1998
1999         Add support for thumbnails in ps backend. Fixes bug #164755. 
2000
2001 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2002
2003         * NEWS:
2004         * configure.ac:
2005         
2006         Release 0.7.2
2007
2008 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2011         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2012         (ev_window_dispose):
2013
2014         Use document thumbnail as window icon. Fixes bug #384442.
2015
2016 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2017
2018         * configure.ac:
2019
2020         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2021         duplicated adding application/x-bzpostscript instead. 
2022
2023 2007-02-11  Tom Parker  <palfrey@tevp.net>
2024
2025         * backend/ps/ps-document.c: (document_load):
2026
2027         Check return value of psscan before trying
2028         to use it. Fixes bug #372414.
2029
2030 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2033
2034         Fix invalid free in ev-page-cache. Fixes bug #404745.
2035
2036 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2037
2038         * test/Makefile.am:
2039         * test/test3.py:
2040         
2041         Added reload test case.
2042
2043 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * po/POTFILES.in:
2046         * backend/djvu/djvu-document.c: (djvu_document_load):
2047
2048         Check whether there are missing files in indirect multipage djvu
2049         documents. Fixes bug #361683. 
2050
2051 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2052
2053         * test/Makefile.am:
2054         * test/test-mime.bin:
2055         * test/test3.py:
2056         
2057         Added test for slow mime type
2058
2059 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2062
2063         Add some checks and call parent_class->finalize. Fixes bug #404745.
2064
2065 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2066
2067         * shell/ev-navigation-action.c: (connect_proxy):
2068         
2069         Fixes dropdown history menu. Thanks a lot Carlos!
2070
2071 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2074
2075         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2076         bug #373715.
2077
2078 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * backend/ps/ps.c: (psscan):
2081
2082         Fix memory leak. 
2083
2084 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * configure.ac:
2087         * libdocument/ev-file-helpers.c: 
2088
2089         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2090
2091 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * configure.ac:
2094         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2095         (ps_interpreter_start), (document_load), (save_document),
2096         (save_page_list):
2097         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2098         * libdocument/ev-document-factory.c:
2099         (ev_document_factory_get_from_mime), (get_document_from_uri),
2100         (free_uncompressed_uri), (ev_document_factory_get_document):
2101         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2102
2103         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2104
2105 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * libdocument/ev-document.h:
2108
2109         Fix typo in function name. 
2110
2111 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * backend/ps/ps-document.c: (ps_interpreter_finished),
2114         (ps_interpreter_start), (ps_interpreter_failed):
2115
2116         Handle ghostscript interpreter crashes. 
2117
2118 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * shell/ev-window.c: (ev_window_open_uri),
2121         (window_configure_event_cb):
2122
2123         Setup window size and position before showing it. Fixes bug #401711.
2124
2125 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * backend/ps/Makefile.am:
2128         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2129         (ps_document_dispose), (ps_document_class_init),
2130         (ps_interpreter_input), (ps_interpreter_output),
2131         (ps_interpreter_error), (setup_interpreter_env),
2132         (ps_interpreter_start), (ps_interpreter_stop),
2133         (ps_interpreter_failed), (ps_interpreter_is_ready),
2134         (check_filecompressed), (document_load), (ps_document_load),
2135         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2136         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2137         (render_page):
2138
2139         Rework ps-document. Code cleanups, remove deprecated code. 
2140
2141 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * shell/ev-view.c: (ev_view_button_press_event):
2144
2145         Do not start an image drag and drop operation when pointer is on 
2146         text, so that we can select text when the whole background is an
2147         image. 
2148
2149 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-window.c: (ev_window_update_actions): 
2152
2153         Disable all zoom related actions during presentation mode. 
2154
2155 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2156
2157         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2158
2159         Do not zoom in or out on presentation mode. Fixes bug #401305.
2160
2161 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2162
2163         * shell/ev-navigation-action.c: (connect_proxy),
2164         (create_menu_item), (ev_navigation_action_class_init):
2165         
2166         Correctly show menu and fix crash when navigaton 
2167         action is out of toolbar visible area.
2168
2169 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2170
2171         * data/Makefile.am:
2172         * data/evince.1:
2173         
2174         Added man file
2175
2176 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2177
2178         * help/reference/* :
2179         * configure.ac:
2180         
2181         Added gtk-doc based documentation for Evince.
2182         Still in initial state but I hope it will
2183         grow.
2184         
2185         * configure.ac:
2186         
2187         Lower dbus requirement to 0.70
2188
2189 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * shell/ev-window.c: (ev_window_add_history):
2192
2193         Fix memory leak. 
2194
2195 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2196
2197         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2198         * shell/ev-view.h:
2199         * shell/ev-window.c: (ev_window_add_history):
2200         
2201         Correctly handle named destination links
2202
2203 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2204
2205         * NOTES:
2206         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2207         * backend/pdf/ev-poppler.cc:
2208         * libdocument/ev-document-links.h:
2209         * libdocument/ev-link.c: (ev_link_get_page):
2210         * libdocument/ev-link.h:
2211         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2212         (ev_history_add_link):
2213         * shell/ev-history.h:
2214         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2215         (new_history_menu_item), (build_menu):
2216         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2217         * shell/ev-sidebar-links.c: (create_loading_model),
2218         (print_section_cb), (ev_sidebar_links_construct),
2219         (fill_page_labels), (update_page_callback_foreach),
2220         (update_page_callback), (job_finished_callback):
2221         * shell/ev-view.c: (ev_view_handle_link):
2222         * shell/ev-window.c: (ev_window_find_chapter),
2223         (ev_window_add_history), (view_handle_link_cb),
2224         (history_changed_cb):
2225         
2226         Implements another history variant
2227
2228 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-window.c: (view_external_link_cb):
2231         * shell/ev-view.c: (ev_view_button_release_event):
2232
2233         Open links in new window when clicking with middle button. 
2234
2235 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2236
2237         * shell/ev-navigation-action.c: (new_history_menu_item):
2238         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2239         * shell/ev-view.c: (ev_view_handle_link):
2240         * shell/ev-window.c:
2241         
2242         Store link before jump, not the destination. For me it 
2243         seems like more natural history behavior.
2244
2245 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2248         (ev_navigation_action_class_init):
2249         * shell/ev-navigation-action.h:
2250         * shell/ev-page-action.c: (activate_cb):
2251         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2252         (ev_page_cache_set_current_page_history):
2253         * shell/ev-page-cache.h:
2254         * shell/ev-sidebar-thumbnails.c:
2255         (ev_sidebar_tree_selection_changed),
2256         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2257         * shell/ev-view-private.h:
2258         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2259         * shell/ev-view.h:
2260         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2261         (ev_window_setup_document), (ev_window_load_job_cb):
2262         * shell/ev-window.h:
2263         
2264         History finally works as expected.
2265
2266 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2269
2270         Do not update links treeview if it doesn't have a model assigned yet. 
2271
2272 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2275         (ev_sidebar_links_class_init), (update_page_callback):
2276
2277         Do not update links treeview when sidepane is not visible. 
2278
2279 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2280
2281         * shell/ev-marshal.list:
2282         * shell/ev-page-action.c: (activate_cb),
2283         (ev_page_action_class_init):
2284         * shell/ev-page-action.h:
2285         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2286         * shell/ev-window.c:
2287         
2288         Remove activate_link signal, not required.
2289
2290 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2291
2292         * shell/ev-navigation-action.c: (build_menu):
2293         
2294         Reorder menu items and build menu with fixed length.
2295
2296 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2297
2298         * shell/ev-view.c: (get_selected_text):
2299         
2300         Normalize text to fix ligatures problem. See bug
2301         #341947 for details.
2302
2303 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2306
2307         Fix memory leak in ev-page-cache. 
2308
2309 2007-01-25  Tom Parker <palfrey@tevp.net>
2310
2311         * backend/impress/impress-document.c: (impress_document_load),
2312         (impress_document_finalize), (impress_document_init):
2313         * properties/ev-properties-main.c: (ev_properties_get_pages):
2314         
2315         Correctly handle impress document errors. Fixes nautilus
2316         crash in property page #370491.
2317
2318 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2321         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2322         (ev_job_queue_remove_job):
2323         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2324         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2325         (ev_job_load_run):
2326         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2327         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2328         (ev_window_load_job_cb), (xfer_update_progress_callback),
2329         (ev_window_open_uri), (ev_window_dispose):
2330         * shell/main.c: (main):
2331
2332         Do file transfer asynchronously in the main thread instead of
2333         synchronously in the load thread. Fixes bugs #399694, #398307 and
2334         #343542.
2335
2336 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-jobs.c: (ev_job_xfer_run):
2339
2340         Load the document with the font-config lock held. 
2341
2342 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * backend/ps/ps-document.c: (start_interpreter):
2345
2346         Fix memory leaks in ps backend. 
2347
2348 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * backend/impress/impress-document.c:
2351         (impress_document_render_pixbuf):
2352
2353         Do not acquire fontconfig lock in impress backend, since it is using
2354         the main loop for rendering. 
2355
2356 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * po/POTFILES.in: 
2359
2360         Remove mdvi files that shouldn't be translated. 
2361
2362 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-view-private.h:
2365         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2366         (ev_view_set_zoom):
2367
2368         Render "loading..." text into a cairo surface instead of directly into
2369         the window so that fontconfig lock is only needed once and UI is not
2370         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2371
2372 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2375         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2376
2377         Use icon theme associated with the window screen rather than default. 
2378
2379 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2380
2381         * configure.ac:
2382
2383         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2384
2385 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2386
2387         * data/icons/*/apps/evince.*:
2388
2389         Move Evince icons under new apps directory.
2390
2391         * data/icons/*/actions/*:
2392
2393         Add new custom themeable Evince icons: view-page-continuous, 
2394         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2395         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2396
2397         * configure.ac:
2398
2399         Add new directories to AC_CONFIG_FILES.
2400
2401         * shell/ev-stock-icons.c:
2402         * shell/ev-stock-icons.h:
2403
2404         Use new custom themeable icons.
2405
2406 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2409
2410         Do not draw white background page in presentation mode. 
2411
2412 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2413
2414         * shell/ev-view.c: Remove unused gnome-vfs include.
2415
2416 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2417
2418         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2419         
2420         Format string is corrected, fixes bug #397129.
2421
2422 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-window.c: (ev_window_setup_recent):
2425
2426         Do not include in recent menu inexistent documents. Fixes
2427         bug #339171.
2428
2429 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * po/POTFILES.skip: 
2432
2433         Update POTFILES.skip file according to current source tree. 
2434
2435 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-window.c: (file_save_dialog_response_cb):
2438
2439         Do Save a copy in atomic way. Fixes bug #328266. 
2440
2441 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2444
2445         Keep selected cell always visible in index treeview.
2446
2447 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2448         
2449         * shell/ev-view.c: (ev_view_size_allocate):
2450
2451         Restore horizontal scrollbar after switching to/from fullscreen
2452         or presentation mode. Fixes bug #331728.
2453
2454 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * shell/ev-view-private.h:
2457         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2458         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2459         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2460         (ev_view_can_zoom_out):
2461
2462         Use max and min scale values in the view iby taking dpi into account. 
2463
2464 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * configure.ac:
2467         * NEWS:
2468
2469         Release 0.7.1
2470
2471 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * shell/ev-window.c: (ev_window_print_send):
2474
2475         Send print job to printer with some settings set to default values,
2476         since we have already exported to a file according to such settings
2477         and they could be taken twice by some printers. 
2478
2479 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-jobs.c: (ev_job_xfer_run):
2482         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2483
2484         Show main window and load document with the font-config lock held. 
2485
2486 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * configure.ac:
2489         * shell/ev-application.c: (ev_application_register_service):
2490         * shell/main.c: (load_files_remote):
2491
2492         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2493
2494 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2495
2496         * doc/debugging.txt:
2497         
2498         Remove obsolete documentation.
2499
2500 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2501
2502         * Makefile.am:
2503         * backend/Makefile.am:
2504         * backend/comics/Makefile.am:
2505         * backend/djvu/Makefile.am:
2506         * backend/dvi/Makefile.am:
2507         * backend/ev-async-renderer.c:
2508         * backend/ev-async-renderer.h:
2509         * backend/ev-attachment.c:
2510         * backend/ev-attachment.h:
2511         * backend/ev-backend-marshal.c:
2512         * backend/ev-document-factory.c:
2513         * backend/ev-document-factory.h:
2514         * backend/ev-document-find.c:
2515         * backend/ev-document-find.h:
2516         * backend/ev-document-fonts.c:
2517         * backend/ev-document-fonts.h:
2518         * backend/ev-document-images.c:
2519         * backend/ev-document-images.h:
2520         * backend/ev-document-info.h:
2521         * backend/ev-document-links.c:
2522         * backend/ev-document-links.h:
2523         * backend/ev-document-misc.c:
2524         * backend/ev-document-misc.h:
2525         * backend/ev-document-security.c:
2526         * backend/ev-document-security.h:
2527         * backend/ev-document-thumbnails.c:
2528         * backend/ev-document-thumbnails.h:
2529         * backend/ev-document-transition.c:
2530         * backend/ev-document-transition.h:
2531         * backend/ev-document.c:
2532         * backend/ev-document.h:
2533         * backend/ev-file-exporter.c:
2534         * backend/ev-file-exporter.h:
2535         * backend/ev-image.c:
2536         * backend/ev-image.h:
2537         * backend/ev-link-action.c:
2538         * backend/ev-link-action.h:
2539         * backend/ev-link-dest.c:
2540         * backend/ev-link-dest.h:
2541         * backend/ev-link.c:
2542         * backend/ev-link.h:
2543         * backend/ev-render-context.c:
2544         * backend/ev-render-context.h:
2545         * backend/ev-selection.c:
2546         * backend/ev-selection.h:
2547         * backend/impress/Makefile.am:
2548         * backend/pdf/Makefile.am:
2549         * backend/pixbuf/Makefile.am:
2550         * backend/ps/Makefile.am:
2551         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2552         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2553         (start_interpreter), (stop_interpreter), (document_load),
2554         (ps_document_next_page), (render_page):
2555         * backend/tiff/Makefile.am:
2556         * comics/Makefile.am:
2557         * comics/comics-document.c:
2558         * comics/comics-document.h:
2559         * configure.ac:
2560         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2561         * djvu/Makefile.am:
2562         * djvu/djvu-document-private.h:
2563         * djvu/djvu-document.c:
2564         * djvu/djvu-document.h:
2565         * djvu/djvu-links.c:
2566         * djvu/djvu-links.h:
2567         * djvu/djvu-text-page.c:
2568         * djvu/djvu-text-page.h:
2569         * djvu/djvu-text.c:
2570         * djvu/djvu-text.h:
2571         * dvi/Makefile.am:
2572         * dvi/dvi-document.c:
2573         * dvi/dvi-document.h:
2574         * dvi/fonts.c:
2575         * dvi/fonts.h:
2576         * dvi/mdvi-lib/Makefile.am:
2577         * dvi/mdvi-lib/afmparse.c:
2578         * dvi/mdvi-lib/afmparse.h:
2579         * dvi/mdvi-lib/bitmap.c:
2580         * dvi/mdvi-lib/bitmap.h:
2581         * dvi/mdvi-lib/color.c:
2582         * dvi/mdvi-lib/color.h:
2583         * dvi/mdvi-lib/common.c:
2584         * dvi/mdvi-lib/common.h:
2585         * dvi/mdvi-lib/defaults.h:
2586         * dvi/mdvi-lib/dvimisc.c:
2587         * dvi/mdvi-lib/dviopcodes.h:
2588         * dvi/mdvi-lib/dviread.c:
2589         * dvi/mdvi-lib/files.c:
2590         * dvi/mdvi-lib/font.c:
2591         * dvi/mdvi-lib/fontmap.c:
2592         * dvi/mdvi-lib/fontmap.h:
2593         * dvi/mdvi-lib/fontsrch.c:
2594         * dvi/mdvi-lib/gf.c:
2595         * dvi/mdvi-lib/hash.c:
2596         * dvi/mdvi-lib/hash.h:
2597         * dvi/mdvi-lib/list.c:
2598         * dvi/mdvi-lib/mdvi.h:
2599         * dvi/mdvi-lib/pagesel.c:
2600         * dvi/mdvi-lib/paper.c:
2601         * dvi/mdvi-lib/paper.h:
2602         * dvi/mdvi-lib/pk.c:
2603         * dvi/mdvi-lib/private.h:
2604         * dvi/mdvi-lib/setup.c:
2605         * dvi/mdvi-lib/sp-epsf.c:
2606         * dvi/mdvi-lib/special.c:
2607         * dvi/mdvi-lib/sysdeps.h:
2608         * dvi/mdvi-lib/t1.c:
2609         * dvi/mdvi-lib/tfm.c:
2610         * dvi/mdvi-lib/tfmfile.c:
2611         * dvi/mdvi-lib/tt.c:
2612         * dvi/mdvi-lib/util.c:
2613         * dvi/mdvi-lib/vf.c:
2614         * dvi/pixbuf-device.c:
2615         * dvi/pixbuf-device.h:
2616         * impress/Makefile.am:
2617         * impress/common.h:
2618         * impress/document.c:
2619         * impress/f_oasis.c:
2620         * impress/f_oo13.c:
2621         * impress/iksemel.c:
2622         * impress/iksemel.h:
2623         * impress/imposter.h:
2624         * impress/impress-document.c:
2625         * impress/impress-document.h:
2626         * impress/internal.h:
2627         * impress/r_back.c:
2628         * impress/r_draw.c:
2629         * impress/r_geometry.c:
2630         * impress/r_gradient.c:
2631         * impress/r_style.c:
2632         * impress/r_text.c:
2633         * impress/render.c:
2634         * impress/render.h:
2635         * impress/zip.c:
2636         * impress/zip.h:
2637         * lib/Makefile.am:
2638         * lib/ev-debug.c:
2639         * lib/ev-debug.h:
2640         * lib/ev-file-helpers.c:
2641         * lib/ev-file-helpers.h:
2642         * lib/ev-gui.c:
2643         * lib/ev-gui.h:
2644         * lib/ev-tooltip.c:
2645         * lib/ev-tooltip.h:
2646         * libdocument/Makefile.am:
2647         * libdocument/ev-file-helpers.c:
2648         * pdf/Makefile.am:
2649         * pdf/ev-poppler.cc:
2650         * pdf/ev-poppler.h:
2651         * pixbuf/Makefile.am:
2652         * pixbuf/pixbuf-document.c:
2653         * pixbuf/pixbuf-document.h:
2654         * properties/Makefile.am:
2655         * ps/Makefile.am:
2656         * ps/gsdefaults.c:
2657         * ps/gsdefaults.h:
2658         * ps/gsio.c:
2659         * ps/gsio.h:
2660         * ps/gstypes.h:
2661         * ps/ps-document.c:
2662         * ps/ps-document.h:
2663         * ps/ps.c:
2664         * ps/ps.h:
2665         * shell/Makefile.am:
2666         * shell/ev-application.h:
2667         * shell/ev-sidebar-links.c:
2668         * shell/ev-sidebar-links.h:
2669         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2670         (ev_gui_menu_position_tree_selection):
2671         * shell/ev-utils.h:
2672         * shell/ev-view.c: (ev_view_finalize):
2673         * shell/ev-window.c:
2674         * shell/main.c: (main):
2675         * thumbnailer/Makefile.am:
2676         * tiff/Makefile.am:
2677         * tiff/tiff-document.c:
2678         * tiff/tiff-document.h:
2679         * tiff/tiff2ps.c:
2680         * tiff/tiff2ps.h:
2681         
2682         Reorganize source tree.
2683
2684 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * backend/ev-document-factory.c:
2687
2688         Do not include ev-poppler.h when pdf is disabled. 
2689
2690 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * configure.ac:
2693         * data/evince-ui.xml:
2694         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2695         (pdf_document_document_images_iface_init):
2696         * backend/Makefile.am:
2697         * backend/ev-document-images.[ch]:
2698         * backend/ev-image.[ch]:
2699         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2700         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2701         (ev_job_xfer_run):
2702         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2703         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2704         (ev_pixbuf_cache_get_image_mapping):
2705         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2706         (view_menu_popup_cb), (ev_window_dispose),
2707         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2708         (ev_view_popup_cmd_copy_image):
2709         * shell/ev-view-private.h:
2710         * shell/ev-view.c: (ev_view_get_image_at_location),
2711         (ev_view_do_popup_menu), (ev_view_popup_menu),
2712         (ev_view_button_press_event), (ev_view_drag_data_get),
2713         (ev_view_drag_motion), (ev_view_drag_data_received),
2714         (ev_view_motion_notify_event), (ev_view_button_release_event),
2715         (ev_view_finalize), (ev_view_class_init):
2716
2717         Add image handling support. Fixes bugs #310008 and #325047. Images
2718         selection is not supported yet. 
2719
2720 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2723         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2724         (ev_view_init):
2725
2726         Move view drag and drop stuff to ev-view.
2727
2728 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2731         * shell/ev-view.c: (clear_selection): 
2732
2733         Clear selection also in pixbuf cache.
2734
2735 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2736
2737         * data/evince.desktop.in.in:
2738         
2739         Change icon name in desktop file. See bug #390734
2740         for details.
2741
2742 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2743
2744         * thumbnailer/Makefile.am:
2745
2746         Use top_builddir instead top_srcdir for generated schema
2747         file installation. Fixes bug #390161.
2748
2749 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * configure.ac:
2752         * backend/Makefile.am:
2753         * backend/ev-document-transition.[ch]:
2754         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2755         (pdf_document_page_transition_iface_init):
2756         * shell/ev-view-private.h:
2757         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2758         (ev_view_set_presentation), (transition_next_page),
2759         (ev_view_presentation_transition_stop),
2760         (ev_view_presentation_transition_start), (ev_view_next_page):
2761
2762         Add page transition support in presentation mode. At the moment only
2763         page duration is supported, but not transition effects. Fixes bug
2764         #309815.
2765
2766 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2769
2770         Run find_link_dest with document lock held, since it's called by links
2771         thread and main thread at the same time. 
2772
2773 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-view.c: (goto_dest):
2776
2777         Update page-cache when page is changed by the view, so that
2778         page-changed signal is emitted. 
2779
2780 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * test/test1.py:
2783         * test/test2.py:
2784
2785         Use C locale in tests. 
2786
2787 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * shell/ev-window.c: (ev_window_run_presentation):
2790         * shell/ev-view-private.h:
2791         * shell/ev-view.c: (ev_view_set_presentation):
2792
2793         Restore zoom settings when back from presentation mode. 
2794
2795 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2796
2797         * shell/ev-window.c: (ev_window_run_presentation):
2798
2799         Always use "best fit" zoom in presentation mode.
2800         Fixes bug #389195.
2801
2802 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2803
2804         * shell/ev-view.c: (ev_view_goto_window_create):
2805
2806         Show "Jump to page" label in the page jumping popup in
2807         presentation mode instead of just a GtkEntry.
2808
2809 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * shell/ev-window.c: (launch_external_uri):
2812
2813         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2814         #378085.
2815
2816 2006-12-22  Elijah Newren  <newren gmail com>
2817
2818         * configure.ac: explicitly check for libxml2.  Fixes #388795
2819
2820 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-view-private.h:
2823         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2824         (ev_view_goto_window_delete_event), (key_is_numeric),
2825         (ev_view_goto_window_key_press_event),
2826         (ev_view_goto_window_button_press_event),
2827         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2828         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2829         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2830
2831         Allow jumping to another page by typing a page number in presentation
2832         mode. It uses a popup window with an entry. Fixes bug #353625.
2833
2834 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2835
2836         * configure.ac:
2837         * properties/ev-properties-view.c: (ev_get_default_user_units),
2838         (ev_regular_paper_size):
2839         
2840         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2841         to Damien Carbery <damien.carbery@sun.com> and
2842         Yevgen Muntyan <muntyan@tamu.edu>.
2843
2844 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2845
2846         * shell/ev-window.c: (setup_document_from_metadata):
2847
2848         Make sure Evince doesn't restore the view on the last
2849         page when a document is reopened. Fixes bug #383381.
2850
2851 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2852
2853         * shell/ev-view.c: (draw_loading_text):
2854
2855         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2856
2857 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * configure.ac:
2860         * NEWS:
2861
2862         Release 0.7.0
2863
2864 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * configure.ac:
2867         * pdf/ev-poppler.cc: (pdf_print_context_free),
2868         (pdf_document_file_exporter_begin),
2869         (pdf_document_file_exporter_do_page):
2870
2871         Make cairo-pdf depedency optional. 
2872
2873 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2874
2875         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2876
2877         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2878
2879 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2882         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2883         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2884         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2885         * shell/ev-view.c: (draw_loading_text):
2886         * shell/ev-window.c: (ev_window_cmd_file_properties):
2887
2888         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2889         related to using FontConfig from different threads.
2890         
2891 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * shell/ev-view.c: (draw_loading_text):
2894
2895         Acquire lock document when drawing "Loading..." text so that only one
2896         thread will use FontConfig at the same time. Fixes bug #374750.
2897
2898 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * shell/ev-page-action.[ch]: (activate_cb):
2901         * shell/ev-window.c: (activate_label_cb):
2902
2903         Check if text inserted in page entry is a valid page number when it
2904         doesn't match to any document page label. Fixes bug #383165.
2905
2906 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2907         * shell/ev-window.c:
2908
2909         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2910         available with GTK < 2.10. Added an ifdef to avoid compilation
2911         error.
2912
2913 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * configure.ac:
2916         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2917
2918         Fix ps backend in multihead systems.
2919
2920 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2923         * shell/ev-window.c: (ev_window_get_screen_dpi),
2924         (ev_window_update_actions), (setup_view_from_metadata),
2925         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2926
2927         Take screen DPI into account when zooming. Fixes bug #318285.
2928
2929 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2930
2931         * data/Makefile.am:
2932
2933         Cleaned up/slightly refactored Makefile.am. Added GConf
2934         schemas uninstallation as well.
2935
2936 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2937
2938         * Makefile.am:
2939         * test/Makefile.am:
2940
2941         Fight with autotools to fix make check. Make distcheck
2942         works fine as well now!
2943
2944 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2945
2946         * shell/ev-view.c: (draw_end_presentation_page):
2947
2948         Corrected "end of presentation" string.
2949
2950 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2951
2952         * shell/ev-view.c: (ev_view_key_press_event):
2953
2954         Correctly propagate key press event so that up/down keys
2955         work as expected (correct behaviour was broken by
2956         black/white screen key bindings for presentations).
2957
2958 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2961         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2962         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2963         (pdf_selection_get_selection_region),
2964         (pdf_selection_get_selection_map):
2965
2966         Add "static" to some private functions. 
2967
2968 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2969
2970         * lib/ev-tooltip.h:
2971         * properties/ev-properties-view.h:
2972         * shell/ev-jobs.h:
2973         * shell/ev-properties-dialog.h:
2974         * shell/ev-properties-fonts.h:
2975         * shell/ev-sidebar-links.h:
2976         * shell/ev-sidebar-thumbnails.h:
2977         * shell/ev-sidebar.h:
2978         * shell/ev-window.h:
2979         
2980         Fixes CHACK type in class casts. See bug #385343
2981         for details.
2982
2983 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2984
2985         * shell/ev-view-private.h:
2986         * shell/ev-view.c: (draw_end_presentation_page),
2987         (ev_view_expose_event), (ev_view_key_press_event),
2988         (ev_view_class_init), (ev_view_init):
2989
2990         Blank screen in presentation mode when pressing 'b' (filling with
2991         black) or 'w' (filling with white) keys. Fixes bug #358132.
2992
2993 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2994
2995         * data/evince-toolbar.xml:
2996         * shell/ev-window.c:
2997         
2998         Use stock icon for Select All action. Fixes
2999         bug #382652.
3000
3001 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3002
3003         * shell/ev-view.c: (get_doc_point_from_offset),
3004         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3005
3006         Add links support in rotated documents. Fixes bug #343733.
3007
3008 2006-12-09  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_init), (ev_view_set_presentation):
3013
3014         Show a blank page after the last page in presentation mode with a
3015         message indicating that presentation has finished and how to exit. 
3016
3017 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * shell/ev-window.c: (fullscreen_timeout_cb):
3020
3021         Hide cursor after a while in presentation mode. 
3022
3023 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3024
3025         * backend/ev-document-info.h:
3026         * data/evince-properties.glade:
3027         * pdf/ev-poppler.cc:
3028         * properties/ev-properties-view.c: (ev_regular_paper_size),
3029         (ev_properties_view_set_info):
3030         * ps/ps-document.c: (ps_document_get_info):
3031
3032         Adds a paper size field to the properties dialog. Fixes
3033         bug #307315. Patch by Kasper Svendsen (with some i18n
3034         changes done by me).
3035
3036 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3039         (screensaver_init_dbus), (totem_scrsaver_new),
3040         (totem_scrsaver_init):
3041         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3042         * shell/ev-application.c: (ev_application_register_service),
3043         (ev_application_screensaver_enable),
3044         (ev_application_screensaver_disable):
3045         * shell/ev-application.h:
3046         * shell/ev-window.c: (ev_window_run_presentation),
3047         (ev_window_stop_presentation), (build_comments_string),
3048         (ev_window_init):
3049         
3050         Move screensaver handling to application. No more
3051         message on startup.
3052
3053 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * configure.ac:
3056         * backend/Makefile.am:
3057         * backend/ev-file-exporter.[ch]:
3058         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3059         * ps/ps-document.c: (ps_document_file_exporter_*):
3060         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3061         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3062         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3063         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3064
3065         Allow printing to PDF when suppoted by the backend.
3066         
3067 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-window.c: (build_comments_string):
3070
3071         Use always "Document Viewer" in about dialog. 
3072
3073 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * djvu/djvu-document.c: (djvu_document_get_page_size):
3076
3077         Display a warning message when get_pageinfo fails. 
3078
3079 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3080
3081         * Makefile.am:
3082         * backend/Makefile.am:
3083         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3084         * configure.ac:
3085         * shell/ev-window.c: (build_comments_string):
3086         
3087         Make pdf compilation optional. See bug #38007.
3088
3089 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * ps/ps.c: (get_next_text):
3092
3093         Fix CVE-2006-5864.
3094
3095 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3098         * shell/ev-navigation-action.c: (connect_proxy),
3099         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3100         
3101         Do not call g_type_class_peek_parent twice.
3102
3103 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3104
3105         * configure.ac:
3106         * data/icons/24x24/.cvsignore:
3107         * data/icons/24x24/Makefile.am:
3108         * data/icons/24x24/evince.png:
3109         * data/icons/Makefile.am:
3110         
3111         Add 24x24 icon. Thanks to 
3112         Michael Monreal <infernux@web.de>.
3113
3114 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3115
3116         * configure.ac: Fix typo in configure.ac. Thanks
3117         to dmacks@netspace.org for notification.
3118
3119 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3120
3121         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3122         
3123         Drop dbus include, fixes compilation with older dbus.
3124
3125 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3126
3127         * configure.ac:
3128         * cut-n-paste/Makefile.am:
3129         * cut-n-paste/totem-screensaver/.cvsignore
3130         * cut-n-paste/totem-screensaver/Makefile.am:
3131         * cut-n-paste/totem-screensaver/README:
3132         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3133         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3134         * shell/Makefile.am:
3135         * shell/ev-window.c: (ev_window_run_presentation),
3136         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3137         (ev_window_init):
3138
3139         Implemented screensaver enabling/disabling for
3140         presentation mode (not fullscreen mode). Code stolen
3141         from Totem (with some minor tweaks). Fixes bug #338889.
3142
3143 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3144
3145         * configure.ac:
3146
3147         Bump gnome-icon-theme requirements. We use the rotation
3148         icons that appeared recently.
3149
3150 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3151
3152         * shell/ev-history.c: (ev_history_add_page):
3153         * shell/ev-history.h:
3154         * shell/ev-window.c: (page_changed_cb):
3155         
3156         Use page labels instead of numbers.
3157
3158 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3159
3160         * data/evince-toolbar.xml:
3161         * po/POTFILES.in:
3162         * shell/Makefile.am:
3163         * shell/ev-navigation-action-widget.c:
3164         (ev_navigation_action_widget_init),
3165         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3166         (menu_detacher), (ev_navigation_action_widget_set_menu),
3167         (menu_position_func), (popup_menu_under_arrow),
3168         (ev_navigation_action_widget_toggled),
3169         (ev_navigation_action_widget_button_press_event):
3170         * shell/ev-navigation-action-widget.h:
3171         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3172         (ev_navigation_action_set_window), (activate_menu_item_cb),
3173         (new_history_menu_item), (new_empty_history_menu_item),
3174         (build_menu), (menu_activated_cb), (connect_proxy),
3175         (create_tool_item), (ev_navigation_action_init),
3176         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3177         * shell/ev-navigation-action.h:
3178         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3179         (ev_page_action_widget_set_page_cache),
3180         (ev_page_action_widget_finalize),
3181         (ev_page_action_widget_class_init), (match_selected_cb),
3182         (display_completion_text), (match_completion), (build_new_tree_cb),
3183         (get_filter_model_from_model),
3184         (ev_page_action_widget_update_model):
3185         * shell/ev-page-action-widget.h:
3186         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3187         (connect_proxy):
3188         * shell/ev-page-action.h:
3189         * shell/ev-stock-icons.c:
3190         * shell/ev-stock-icons.h:
3191         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3192         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3193         (register_custom_actions):
3194         * shell/main.c:
3195         
3196         Preliminary history implementation
3197
3198 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3199
3200         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3201         (dvi_document_class_init), (dvi_document_init_params):
3202         * dvi/mdvi-lib/font.c: (font_reference):
3203         
3204         Add reference to subfont. Fixes bug #374277.
3205
3206 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3209         (ev_window_cmd_file_open_copy_at_dest):
3210
3211         Fix a race condition when creating symlink. Increase the counter
3212         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3213         Mathias Hasselmann).
3214
3215 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * backend/Makefile.am:
3218         * backend/ev-attachment.c: (ev_attachment_open):
3219         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3220         (ev_tmp_dir), (ev_tmp_filename):
3221         * shell/ev-sidebar-attachments.c:
3222         (ev_sidebar_attachments_drag_data_get):
3223         * shell/ev-window.c: (ev_window_clear_temp_file):
3224
3225         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3226         in ensure_dir_exists. Abort without crashing when we can't create
3227         user's directory.
3228
3229 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * data/evince-ui.xml:
3232         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3233         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3234         (ev_window_cmd_file_open_copy_at_dest),
3235         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3236         (ev_view_popup_cmd_open_link_new_window):
3237
3238         Allow opening a copy of the current document in a new window. Fixes bug
3239         #357472
3240
3241 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3242
3243         * data/evince-toolbar.xml:
3244         
3245         Add rotate right and rotate left to available items for toolbar.
3246         
3247         * data/evince-ui.xml:
3248         * shell/ev-window.c: (ev_window_init):
3249         
3250         Customize toolbar with right click. Fixes bug #372451.
3251
3252 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3253
3254         * shell/ev-window.c: 
3255         
3256         Use "object-rotate-{left,right}" stock icons. Fixes 
3257         bug #373863.
3258
3259 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3262         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3263         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3264         (ev_window_open_uri):
3265         * shell/main.c: (arguments_parse):
3266
3267         Remove temp file created when evince is used by GTK+ in
3268         preview mode. Fixes bug #365282. 
3269
3270 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3271
3272         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3273         
3274         Fixes bug #372474 - Side pane disabled when entering 
3275         and leaving fullscreen mode.
3276
3277 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3278
3279         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3280         * data/Makefile.am:
3281         * data/evince-preview-toolbar.xml:
3282         * data/evince-toolbar.xml:
3283         * shell/ev-application.c: (ev_application_shutdown),
3284         (ev_application_init), (ev_application_get_toolbars_model):
3285         * shell/ev-application.h:
3286         * shell/ev-window.c: (update_chrome_visibility),
3287         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3288         (ev_window_cmd_edit_toolbar), (ev_window_init):
3289         
3290         Fixes bug #364364 - toolbar editor shows zoom actions again.
3291
3292 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3295
3296         Do not take margins into consideration for paper size when printing.
3297         Really fixes bug #350491.
3298
3299 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * data/evince-ui.xml:
3302         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3303         (ev_window_cmd_file_print_setup),
3304         (ev_window_print_dialog_response_cb),
3305         (ev_window_setup_action_sensitivity):
3306
3307         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3308
3309 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * shell/ev-window.c: (ev_window_print_range):
3312
3313         Revert my previuos commit, since printing to PDF is not supported by
3314         evince yet. 
3315
3316 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-window.c: (ev_window_print_range):
3319
3320         Enable print to a PDF. Fixes bug #332121.
3321
3322 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * shell/ev-application-service.xml:
3325         * shell/ev-application.[ch]: (ev_application_open_window),
3326         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3327         (ev_application_open_uri), (ev_application_open_uri_list):
3328         * shell/ev-window.c: (file_open_dialog_response_cb),
3329         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3330         (drag_data_received_cb), (open_remote_link):
3331         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3332
3333         Add support for multiscreen systems. Fixes bug #316206.
3334
3335 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * shell/ev-jobs.[ch]: (ev_job_print_new),
3338         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3339         (ev_job_print_do_page):
3340         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3341
3342         Allow printing only odd/even pages. Fixes bug #367289.
3343
3344 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3345
3346         * test/test1.py:
3347         * test/test2.py:
3348
3349         Re-add locale settings to test files.
3350
3351 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3352
3353         * data/evince-ui.xml:
3354         * shell/ev-window.c: (set_action_properties):
3355         
3356         Removed garbage from code and ui.
3357
3358 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3359
3360         * shell/ev-window.c: (ev_window_cmd_help_about):
3361
3362         Shamelessly add my name to the list of contributors.
3363
3364 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3365
3366         * test/test1.py:
3367         * test/test2.py:
3368
3369         Cleaned up the dogtail scripts.
3370
3371 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3372
3373         * shell/ev-view.c: (draw_loading_text): Don't render
3374         "loading..." text in presentation mode. Temporary
3375         workaround for bug #320352.
3376
3377 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3380         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3381
3382         Use print settings scale, copies, collate and reverse which were
3383         ignored. Fixes bug #359032.
3384
3385 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * configure.ac:
3388         * data/evince-password.glade:
3389         * test/Makefile.am:
3390         * test/test-encrypt.pdf:
3391         * test/test-links.pdf:
3392         * test/test1.py:
3393         * test/test2.py:
3394
3395         Add automated UI tests for evince with dogtail. See
3396         bug #300948.    
3397
3398 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3401
3402         Hide fullscreen toolbar when switching to another desktop workspace.
3403         Fixes bug #338871
3404
3405 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3406
3407         * shell/ev-window-title.c: 
3408         
3409         Test for .dvi in title of pdf documents.
3410
3411 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3412
3413         * shell/ev-view.c: (ev_view_scroll):
3414
3415         Page Up/Down should do page jumps in "Best fit" mode.
3416         If a user has explicitly chosen to view exactly one page
3417         at a time, scrolling just a part of the page when
3418         pressing Page Up/Down is not right. Fixes bug #323107.
3419
3420 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3421
3422         * NEWS:
3423         * configure.ac:
3424         
3425         Update for 0.6.1
3426
3427 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3430         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3431         
3432         Correctly disconnect from job signals on destroy.
3433
3434 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3435
3436         * shell/ev-view-private.h:
3437         * shell/ev-view.c: (view_set_adjustment_values),
3438         (view_update_range_and_current_page),
3439         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3440         
3441         Fixes bug #343199, current page now follows find page.
3442
3443 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3444
3445         * backend/ev-document-factory.c:
3446         * configure.ac:
3447         Assigned OpenDocument presenation MIME type to the
3448         Impress backend. Added some missing (but harmless)
3449         #ifdefs in the document factory as well to make things
3450         consistent again. Fixes bug #360658.
3451
3452 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3453
3454         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3455         * backend/ev-document-find.c: (ev_document_find_get_type):
3456         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3457         * backend/ev-document-links.c: (ev_document_links_get_type):
3458         * backend/ev-document-security.c: (ev_document_security_get_type):
3459         * backend/ev-document-thumbnails.c:
3460         (ev_document_thumbnails_get_type):
3461         * backend/ev-document.c: (ev_document_get_type):
3462         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3463         * backend/ev-selection.c: (ev_selection_get_type):
3464         * cut-n-paste/recent-files/egg-recent-model.c:
3465         (egg_recent_model_get_type):
3466         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3467         (egg_recent_view_uimanager_get_type):
3468         * cut-n-paste/recent-files/egg-recent-view.c:
3469         (egg_recent_view_get_type):
3470         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3471         (egg_editable_toolbar_get_type):
3472         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3473         (egg_toolbar_editor_get_type):
3474         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3475         (egg_toolbars_model_get_type):
3476         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3477         (egg_tree_multi_drag_source_get_type):
3478         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3479         (ephy_zoom_action_get_type):
3480         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3481         (ephy_zoom_control_get_type):
3482         * impress/r_back.c: (_imp_fill_back):
3483         * properties/ev-properties-main.c:
3484         (ev_properties_plugin_register_type):
3485         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3486         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3487         (ev_view_accessible_factory_get_type):
3488
3489         Reduce relocations. Bug #360616.
3490
3491 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * backend/ev-document-factory.c:
3494         (ev_document_factory_get_document):
3495         
3496         Load document even if extension is wrong.
3497
3498 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3499
3500         * shell/ev-metadata-manager.c: (save_values):
3501         * shell/ev-window.c: (setup_size_from_metadata),
3502         (setup_view_from_metadata), (ev_window_setup_document),
3503         (ev_window_xfer_job_cb), (window_configure_event_cb):
3504         
3505         Set size according to the document size/page size ratio.
3506         That should correct rather wierd behaviour of the previous
3507         commit.
3508
3509 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3510
3511         * shell/ev-window.c: (setup_view_from_metadata):
3512         
3513         Set size for new windows from previous window size.
3514         See bugs #354968 and #168450 for details. Thanks
3515         to Meik Hellmund.
3516
3517 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * djvu/djvu-links.c: (build_tree):
3520
3521         Fix memory leak.
3522
3523 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3526         
3527         Don't make sidebar close button insensitive. Fixes
3528         bug #357871.
3529
3530 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3531
3532         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3533         (ev_window_set_view_accels_sensitivity):
3534         
3535         Don't enable Slash on documents which don't support
3536         find. Fixes bug #358648.
3537
3538 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3539
3540         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3541         open dialog fall back to the current document uri if the
3542         filechooser hasn't been used before. Fixes bug #356980.
3543
3544 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3545
3546         * shell/ev-window.c: (ev_window_setup_recent), 
3547         (ev_window_get_recent_file_label):
3548
3549         Escape underscores in filenames of recent file items.
3550
3551 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3552
3553         * configure.ac:
3554         
3555         Bumped poppler requirements, really 0.5.3 is very 
3556         buggy, now we require 0.5.4.
3557
3558 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * djvu/Makefile.am:
3561         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3562         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3563         (djvu_document_document_links_iface_init):
3564         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3565         (number_from_string_10), (get_djvu_link_dest),
3566         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3567         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3568         (djvu_links_get_links), (djvu_links_find_link_dest),
3569         (djvu_links_get_links_model):
3570         * djvu/djvu-links.h:
3571         
3572         Add support for links and bookmarks in djvu documents. Thanks
3573         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3574         patch.
3575
3576 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3577
3578         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3579         
3580         Reopen should reload document. Fixes 
3581         bug 327951.
3582
3583 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * configure.ac:
3586         * data/Makefile.am:
3587         * data/evince-16.png:
3588         * data/evince-22.png:
3589         * data/evince.png:
3590         * data/evince.svg:
3591         * data/icons/16x16/Makefile.am:
3592         * data/icons/16x16/evince.png:
3593         * data/icons/22x22/Makefile.am:
3594         * data/icons/22x22/evince.png:
3595         * data/icons/48x48/Makefile.am:
3596         * data/icons/48x48/evince.png:
3597         * data/icons/Makefile.am:
3598         * data/icons/scalable/Makefile.am:
3599         * data/icons/scalable/evince.svg:
3600         
3601         Install icons with correct names. Fixes
3602         bug #354429.
3603
3604 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * shell/ev-view.c: (ev_view_button_release_event):
3607
3608         Don't open links with middle mouse button. Fixes bug #353649
3609
3610 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3611
3612         * NEWS:
3613         * configure.ac:
3614         
3615         Update for release 0.6.0
3616
3617 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3618
3619         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3620         Implement Close named action. Patch by Carlos Garcia Campos.
3621
3622 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3623
3624         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3625         
3626         Don't clear link mapping on copy_job_to_job_info. Fixes
3627         bug 346168.
3628
3629 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * shell/main.c: (main):
3632
3633         Revert my previous commit, gnome_program_init owns the option context.
3634         Fix another memory leak in main. Both caught by Christian Persch. 
3635
3636 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/main.c: (main):
3639
3640         Fix memory leak.
3641
3642 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3645
3646         Fix crash when opening a pdf with password protection. 
3647
3648 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * pdf/ev-poppler.cc: (pdf_document_search_free):
3651
3652         Fix memory leak. 
3653
3654 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3655
3656         * backend/ev-document-factory.c:
3657         (ev_document_factory_get_document):
3658         * tiff/tiff-document.c: (tiff_document_finalize):
3659         
3660         More correct handling of document loading. Fixes
3661         bug #349043.
3662
3663 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * backend/ev-attachment.c: (ev_attachment_save):
3666
3667         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3668         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3669
3670 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3671         
3672         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3673         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3674
3675 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * shell/ev-sidebar-thumbnails.c:
3678
3679         Do not render thumbnails unless thumbnails page is active in the
3680         sidebar.
3681
3682 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3683
3684         * shell/ev-properties-dialog.c:
3685
3686         Fix dialogue spacing. Bug #351370.
3687
3688 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3689
3690         * configure.ac:
3691
3692         Use lowercase gettext catalog file names (evince.mo
3693         instead of Evince.mo)
3694
3695 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * shell/ev-sidebar-attachments.c:
3698
3699         GtkIconTheme is now screen safe too. Fixes bug #350878
3700
3701 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * shell/ev-window.c:
3704
3705         GtkRecent manager is now screen safe. Fixes bug #350145
3706
3707 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * shell/ev-sidebar.c: (ev_sidebar_init):
3710         
3711         Make sidebar close icon smaller. Fix for bug 350177.
3712         See also bugs 350176 and 165770.
3713
3714 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3717
3718         Ignore zoom for xyz destinations when it's <= 1, keeping user
3719         preferences instead. Set correct sizing-mode for fith and fitv
3720         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3721
3722 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * NEWS:
3725         * configure.ac:
3726         
3727         Update for release 0.5.5
3728
3729 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3730         
3731         * shell/ev-window.c: (ev_window_cmd_escape)
3732
3733         Escape unfocus page entry. Fixes bug #345809.
3734
3735 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3738         (build_tree), (pdf_document_links_get_links),
3739         (pdf_document_links_find_link_dest):
3740         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3741         (goto_xyz_dest):
3742
3743         Convert from PDF style coordinates to X style coordinates in the
3744         backend rather than in the view. Fixes bug #338440
3745
3746 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-window.c:
3749         
3750         Remove Ctrl+Shift+T shortcut for toolbars. See
3751         the bug #350098.
3752
3753 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * configure.ac:
3756
3757         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3758         of this. 
3759
3760 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * configure.ac:
3763         * cut-n-paste/Makefile.am:
3764         * data/evince-ui.xml:
3765         * shell/Makefile.am:
3766         * shell/ev-application.[ch]:
3767         * shell/ev-window.c:
3768
3769         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3770         #349273
3771
3772 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3773
3774         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3775         findbar code: s/help/search/
3776
3777 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3778
3779         * shell/ev-window.c: (setup_document_from_metadata),
3780         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3781         (setup_view_from_metadata):
3782         
3783         Fix memory leaks.
3784
3785 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3786
3787         * autogen.sh, configure.ac: 
3788         
3789         Update automake usage. See bug 349292.
3790
3791 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3792
3793         * shell/eggfindbar.c: (egg_find_bar_class_init),
3794         (entry_activate_callback), (egg_find_bar_init),
3795         (egg_find_bar_set_status_text):
3796         * shell/eggfindbar.h:
3797         
3798         Unify Evince findbar with Epiphany. Nice patch
3799         from Fabricio Silva <silva@crans.org> and
3800         Frederic Peters <fpeters@entrouvert.com>. See
3801         bug #339966 for details.
3802
3803 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3804
3805         * data/evince.desktop.in.in:
3806         
3807         Correct information for bugzilla. Thanks to
3808         Olaf Vitters, see bug #348855.
3809
3810 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * shell/ev-jobs.[ch]:
3813         * shell/ev-sidebar-links.c:
3814         * shell/ev-window.[ch]:
3815
3816         GtkPrintJob doesn't support print ranges or current page, so we export
3817         to a ps file now when printing ranges or current page.
3818
3819 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3820
3821         * pdf/ev-poppler.cc:
3822         * shell/ev-window.c: (do_action_named):
3823
3824         We should be more clear about bugzilla. See the
3825         poppler bug #7623.
3826
3827 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * configure.ac:
3830         * shell/Makefile.am:
3831         * shell/ev-job-queue.c:
3832         * shell/ev-jobs.[ch]:
3833         * shell/ev-sidebar-links.c:
3834         * shell/ev-window.[ch]:
3835         
3836         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3837         #348422
3838
3839 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3842         * shell/ev-application-service.xml:
3843         * shell/ev-application.[ch]:
3844         * shell/ev-jobs.[ch]:
3845         * shell/ev-window.[ch]: (ev_window_run_preview):
3846         * shell/main.c: 
3847
3848         Add preview mode to use evince as a printing previewer. It also adds
3849         other command line options for fullscreen and presentation modes.
3850         Fixes bugs #347822, #317031
3851
3852 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3853
3854         * NEWS:
3855         * configure.ac:
3856         
3857         Update for release 0.5.4
3858
3859 2006-07-11  Bastien Nocera <hadess@hadess.net>
3860
3861         * Makefile.am:
3862         * backend/Makefile.am:
3863         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3864         * backend/ev-document-factory.h:
3865         * configure.ac:
3866         * impress/.cvsignore:
3867         * impress/Makefile.am:
3868         * impress/common.h:
3869         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3870         (imp_get_page), (imp_next_page), (imp_prev_page),
3871         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3872         * impress/f_oasis.c: (render_object), (render_page),
3873         (get_geometry), (_imp_oasis_load):
3874         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3875         (_imp_oo13_load):
3876         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3877         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3878         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3879         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3880         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3881         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3882         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3883         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3884         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3885         (iks_new_within), (iks_insert), (iks_insert_cdata),
3886         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3887         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3888         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3889         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3890         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3891         (iks_cdata), (iks_cdata_size), (iks_has_children),
3892         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3893         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3894         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3895         (iks_tree), (iks_load), (iks_save):
3896         * impress/iksemel.h:
3897         * impress/imposter.h:
3898         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3899         (imp_render_draw_bezier_real), (imp_render_get_size),
3900         (imp_render_set_fg_color), (imp_render_draw_line),
3901         (imp_render_draw_rect), (imp_render_draw_polygon),
3902         (imp_render_draw_arc), (imp_render_draw_bezier),
3903         (imp_render_open_image), (imp_render_get_image_size),
3904         (imp_render_scale_image), (imp_render_draw_image),
3905         (imp_render_close_image), (imp_render_markup),
3906         (imp_render_get_text_size), (imp_render_draw_text),
3907         (impress_document_load), (impress_document_save),
3908         (impress_document_get_n_pages), (impress_document_get_page_size),
3909         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3910         (impress_document_finalize), (impress_document_class_init),
3911         (impress_document_can_get_text), (impress_document_get_info),
3912         (impress_document_document_iface_init),
3913         (impress_document_thumbnails_get_thumbnail),
3914         (impress_document_thumbnails_get_dimensions),
3915         (impress_document_document_thumbnails_iface_init),
3916         (impress_document_init):
3917         * impress/impress-document.h:
3918         * impress/internal.h:
3919         * impress/r_back.c: (_imp_fill_back):
3920         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3921         (_imp_draw_image), (_imp_tile_image):
3922         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3923         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3924         (r_polyline):
3925         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3926         (r_draw_gradient_complex), (r_draw_gradient):
3927         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3928         (r_get_bullet):
3929         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3930         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3931         (r_text):
3932         * impress/render.c: (imp_create_context), (imp_context_set_page),
3933         (imp_context_set_step), (imp_render), (imp_delete_context):
3934         * impress/render.h:
3935         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3936         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3937         (zip_load_xml), (zip_get_size), (zip_load):
3938         * impress/zip.h:
3939         * shell/ev-utils.c:
3940         
3941         New backend to support impress slides. Fixes bug #30867.
3942
3943 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3944
3945         * shell/ev-utils.c: (using_postscript_printer):
3946         
3947         Fixes crash when print using PAPI backend,
3948         bug #345012.
3949
3950 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3951
3952         * shell/ev-jobs.c: (ev_job_xfer_run):
3953         * shell/ev-window.c: (password_dialog_response),
3954         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3955         (ev_window_dispose):
3956         Fixes bug #344160: if the xfer job doesn't complete
3957         because a password is required, reload the existing
3958         instance instead of creating a new one.
3959
3960 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3961
3962         * shell/main.c: (main): Call gdk_threads_init. Thus
3963         we'll avoid errors in auth dialog. Fix for the bug
3964         #343347.
3965
3966 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3967
3968         * configure.ac: Advertise pixbuf support, fix
3969         for the bug 343317.
3970
3971 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3972
3973         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3974         (ev_sidebar_thumbnails_set_document):
3975         
3976         Update sidebar thumbnails after reloading.
3977
3978 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3979
3980         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3981         * shell/ev-jobs.h:
3982         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3983         (ev_window_cmd_view_reload), (ev_window_init):
3984         
3985         Don't crash on reload. Fix for the bug #343167.
3986
3987 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3988
3989         * shell/ev-jobs.c: (ev_job_render_run):
3990         
3991         Check for document links.
3992
3993 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * backend/ev-attachment.c: (ev_attachment_save),
3996         (ev_attachment_launch_app), (ev_attachment_open):
3997         * backend/ev-document-factory.c: (get_document_from_uri):
3998         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3999         (egg_recent_view_uimanager_set_list):
4000         * ps/ps-document.c: (check_filecompressed), (document_load),
4001         (ps_document_load):
4002         * shell/ev-metadata-manager.c: (load_values):
4003         * shell/ev-password.c: (ev_password_dialog_set_property):
4004         * shell/ev-view.c: (tip_from_link):
4005         * shell/ev-window.c: (file_save_dialog_response_cb),
4006         (ev_window_print_dialog_response_cb):
4007         
4008         Use consistent quoting style. Fix for the bug #320285.
4009
4010 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * shell/ev-jobs.c: (ev_job_xfer_run):
4013         * shell/main.c: (load_files):
4014                 
4015         Open links with anchors. Fix for the bug #339836.
4016
4017 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4018
4019         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4020         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4021         (ev_link_dest_set_property), (ev_link_dest_finalize),
4022         (ev_link_dest_class_init), (ev_link_dest_new_named),
4023         (ev_link_dest_new_page_label):
4024         * backend/ev-link-dest.h:
4025         * shell/ev-application.c: (ev_application_open_uri):
4026         * shell/ev-view.c: (goto_dest):
4027         * shell/ev-window.c:
4028         * shell/ev-window.h:
4029         
4030         Fix page-label command line option. Bug #342070.
4031
4032 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4033
4034         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4035         
4036         Don't show highlight rects if page can't be showed. Fix for 
4037         the bug #342076
4038
4039 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-window.c: (setup_sidebar_from_metadata),
4042         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4043         
4044         Setup sidebar from metadata even if there is no document
4045         loaded. Fix for the bug #342807.
4046
4047 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * cut-n-paste/toolbar-editor/Makefile.am:
4050         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4051         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4052         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4053         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4054         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4055         (popup_context_menu_cb), (button_press_event_cb),
4056         (configure_item_sensitivity), (configure_item_cursor),
4057         (configure_item_tooltip), (connect_widget_signals),
4058         (action_sensitive_cb), (create_item_from_action),
4059         (create_item_from_position), (toolbar_drag_data_received_cb),
4060         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4061         (toolbar_drag_leave_cb), (configure_drag_dest),
4062         (toggled_visibility_cb), (toolbar_visibility_refresh),
4063         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4064         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4065         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4066         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4067         (egg_editable_toolbar_dispose),
4068         (egg_editable_toolbar_set_ui_manager),
4069         (egg_editable_toolbar_get_selected),
4070         (egg_editable_toolbar_set_selected), (set_edit_mode),
4071         (egg_editable_toolbar_set_property),
4072         (egg_editable_toolbar_get_property),
4073         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4074         (egg_editable_toolbar_new_with_model),
4075         (egg_editable_toolbar_get_edit_mode),
4076         (egg_editable_toolbar_set_edit_mode),
4077         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4078         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4079         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4080         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4081         (item_added_or_removed_cb), (toolbar_removed_cb),
4082         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4083         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4084         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4085         (editor_create_item_from_name), (append_table),
4086         (update_editor_sheet), (egg_toolbar_editor_init):
4087         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4088         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4089         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4090         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4091         (toolbar_node_free), (egg_toolbars_model_get_flags),
4092         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4093         (egg_toolbars_model_get_name), (impl_add_item),
4094         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4095         (parse_data_list), (parse_item_list), (parse_toolbars),
4096         (egg_toolbars_model_load_toolbars), (parse_available_list),
4097         (parse_names), (egg_toolbars_model_load_names),
4098         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4099         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4100         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4101         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4102         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4103         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4104         (egg_toolbars_model_set_types), (fill_avail_array),
4105         (egg_toolbars_model_get_name_avail),
4106         (egg_toolbars_model_get_name_flags),
4107         (egg_toolbars_model_set_name_flags):
4108         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4109         * cut-n-paste/toolbar-editor/eggintl.h:
4110         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4111         (egg_tree_multi_drag_source_get_type),
4112         (egg_tree_multi_drag_source_row_draggable),
4113         (egg_tree_multi_drag_source_drag_data_delete),
4114         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4115         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4116         (path_list_free), (set_context_data), (get_context_data),
4117         (get_info), (egg_tree_multi_drag_drag_data_get),
4118         (egg_tree_multi_drag_motion_event),
4119         (egg_tree_multi_drag_button_press_event),
4120         (egg_tree_multi_drag_add_drag_support):
4121         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4122         * shell/ev-application.c: (ev_application_init),
4123         (ev_application_save_toolbars_model):
4124         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4125         (ev_window_cmd_edit_toolbar), (ev_window_init):
4126         
4127         Sync toolbareditor with epiphany and libegg
4128
4129 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4130
4131         * configure.ac: 
4132
4133         Depend on poppler 0.5.2
4134
4135 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4136
4137         * shell/ev-jobs.c: (ev_job_render_run):
4138         
4139         Check if document supports links iterface.
4140
4141 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4142
4143         * NEWS:
4144         * configure.ac:
4145         
4146         Update for release 0.5.3
4147
4148 2006-05-13  Michael Plump  <plumpy@skylab.org>
4149
4150         * configure.ac:
4151         * shell/Makefile.am:
4152         * shell/main.c: (main):
4153         
4154         Port to GOption command line parsing. Fix for the 
4155         bug #327518
4156
4157 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * shell/ev-window.c: (ev_window_cmd_help_about):
4160         
4161         Do not wrap license. Fix for the bug #309460.
4162
4163 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * configure.ac:
4166         * properties/ev-properties-main.c: (ev_properties_get_pages):
4167         * shell/ev-application.c: (ev_application_open_window),
4168         (ev_application_open_uri_at_dest):
4169         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4170         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4171         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4172         * shell/ev-utils.c: (save_print_config_to_file):
4173         * shell/ev-window.c: (ev_window_cmd_save_as),
4174         (ev_attachment_popup_cmd_save_attachment_as):
4175         * shell/main.c: (load_files_remote):
4176         
4177         Bump requirements to gtk 2.8 and drop all ifdefs used.
4178
4179 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4180
4181         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4182         * shell/ev-window.c: (ev_window_init):
4183         
4184         Show attachments page.
4185
4186 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * po/POTFILES.in:
4189         * shell/ev-attachment-bar.c:
4190         * shell/ev-attachment-bar.h:
4191         * shell/ev-sidebar-attachments.c:
4192         (ev_sidebar_attachments_icon_cache_add),
4193         (icon_theme_get_pixbuf_from_mime_type),
4194         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4195         (ev_sidebar_attachments_icon_cache_refresh),
4196         (ev_sidebar_attachments_get_attachment_at_pos),
4197         (ev_sidebar_attachments_popup_menu_show),
4198         (ev_sidebar_attachments_popup_menu),
4199         (ev_sidebar_attachments_button_press),
4200         (ev_sidebar_attachments_update_icons),
4201         (ev_sidebar_attachments_drag_data_get),
4202         (ev_sidebar_attachments_get_property),
4203         (ev_sidebar_attachments_destroy),
4204         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4205         (ev_sidebar_attachments_new),
4206         (ev_sidebar_attachments_set_document),
4207         (ev_sidebar_attachments_support_document),
4208         (ev_sidebar_attachments_get_label),
4209         (ev_sidebar_attachments_page_iface_init):
4210         * shell/ev-sidebar-attachments.h:
4211         * shell/ev-window.c: (update_chrome_visibility),
4212         (setup_sidebar_from_metadata), (ev_window_setup_document),
4213         (ev_window_sidebar_current_page_changed_cb),
4214         (attachment_bar_menu_popup_cb), (ev_window_init):
4215         
4216         Move attachments bar to sidebar.
4217
4218 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * pdf/ev-poppler.cc:
4221         * shell/ev-application.[ch]:
4222         * shell/main.c:
4223
4224         Fix some memory leaks.
4225
4226 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4227
4228         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4229
4230         Change the properties dialog response to
4231         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4232         will make the dialog go away when the user presses
4233         enter. With gtk+ >= 2.9 this will happen anyway, but for
4234         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4235         escape by default. Fixes bug #340539. See also bug
4236         #101293 for the gtk+ part.
4237
4238 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4239
4240         * shell/ev-view.c (tip_from_action_named): Replace some strings
4241         that were wrong. Closes #340970.
4242
4243 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4246
4247         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4248         #341049
4249
4250 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4251
4252         * djvu/Makefile.am:
4253         * dvi/Makefile.am:
4254         * dvi/mdvi-lib/Makefile.am:
4255         * properties/Makefile.am:
4256         * ps/Makefile.am:
4257         * shell/Makefile.am:
4258         * thumbnailer/Makefile.am:
4259         
4260         Due to broken libtool that is unable to track dependencies
4261         of noinst libraries we are forced to explicitely point
4262         libraries for binary. Fix for the bug #333334.
4263
4264 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4265
4266         * data/evince.desktop.in.in:
4267         * shell/ev-view.c: (view_update_range_and_current_page),
4268         (ev_view_next_page), (ev_view_previous_page):
4269         * shell/ev-window.c: (update_chrome_visibility),
4270         (setup_sidebar_from_metadata), (ev_window_setup_document),
4271         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4272         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4273         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4274         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4275         (ev_window_stop_presentation), (ev_window_focus_in_event),
4276         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4277         (ev_window_init):
4278         * thumbnailer/Makefile.am:
4279         
4280         Update fullscreen and presentation timeout handling. Hide
4281         cursor in presentation after timeout. Fix for the bugs
4282         #136359 and #336981.
4283
4284 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * backend/ev-link-action.[ch]:
4287         * pdf/ev-poppler.cc: (ev_link_from_action):
4288         * shell/ev-view-private.h:
4289         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4290         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4291
4292         Add support for Named Action links
4293
4294 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * backend/Makefile.am:
4297         * backend/ev-document-links.[ch]:
4298         * backend/ev-document.[ch]:
4299         * backend/ev-link-action.[ch]:
4300         * backend/ev-link-dest.[ch]:
4301         * backend/ev-link.[ch]:
4302         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4303         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4304         * shell/ev-page-action.c: (build_new_tree_cb):
4305         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4306         (links_page_num_func), (update_page_callback):
4307         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4308         (tip_from_link):
4309         * shell/ev-jobs.c:
4310         * shell/ev-window.[ch]: (ev_window_open_uri),
4311         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4312         * shell/ev-application.[ch]: (ev_application_open_window),
4313         (ev_application_open_uri):
4314
4315         Rework links system, it adds support for remote links now and it makes
4316         easier to add new kinds of actions and destinations. Fixes bug #317292
4317
4318 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * data/Makefile.am:
4321         * data/evince.png:
4322         * data/evince-16.png:
4323         * data/evince-22.png:
4324         * data/evince.svg:
4325         * shell/main.c: (main):
4326         
4327         Evince use it's own icon. Fix for the bug #313392.
4328
4329         * shell/ev-window.c: (fullscreen_timeout_cb),
4330         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4331         (ev_window_cmd_help_about), (ev_window_dispose):
4332         
4333         Simplify fullscreen timeout code.
4334
4335 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * backend/ev-attachment.c: 
4338         * shell/ev-attachment-bar.c:
4339         * shell/ev-window.c:
4340
4341         Allow multiple selection of attachments
4342
4343 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * shell/ev-view.c: (view_update_range_and_current_page),
4346         (ev_view_scroll):
4347         
4348         Fix for the bug #312573 – Optimal selection of current 
4349         page among visible pages.
4350
4351 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * configure.ac:
4354         * djvu/Makefile.am:
4355         * djvu/djvu-text.h:
4356         
4357         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4358         for the bug 339868.
4359
4360 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4361
4362         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4363
4364 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4365
4366         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4367         dictated by the GNOME HIG. Fixes bug #339235.
4368
4369 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4370
4371         * data/evince-ui.xml:
4372         * shell/ev-view.c: (ev_view_can_find_previous):
4373         * shell/ev-view.h:
4374         * shell/ev-window.c: (ev_window_update_actions),
4375         (ev_window_cmd_edit_find_previous):
4376
4377         Add support for "Find Previous" as dictated by the GNOME HIG. A
4378         menu item is added and some glue code to make it all work is added
4379         to various files.
4380
4381 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4382
4383         * configure.ac: Award myself the "useless use of cat" award.
4384
4385 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4386
4387         * po/LINGUAS: New file listing all supported languages.
4388
4389         * configure.in: Use po/LINGUAS instead of including all languages
4390         directly in this file. See the wiki for more information:
4391         http://live.gnome.org/GnomeGoals/PoLinguas
4392
4393 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * backend/ev-document-factory.c:
4396
4397         Do not load the document twice when there isn't errors
4398
4399 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * backend/ev-attachment.c: 
4402
4403         Fix a crash when there isn't a default application to open an
4404         attachment
4405
4406 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4407
4408         * backend/ev-attachment.[ch]:
4409         * shell/ev-attachment-bar.[ch]:
4410
4411         Added missing files. 
4412
4413 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * backend/Makefile.am:
4416         * data/evince-ui.xml:
4417         * backend/ev-attachment.[ch]:
4418         * backend/ev-document.[ch]: (ev_document_has_attachments),
4419         (ev_document_get_attachments):
4420         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4421         (attachment_save_to_buffer), (pdf_document_get_attachments),
4422         (pdf_document_document_iface_init):
4423         * shell/Makefile.am:
4424         * shell/ev-attachment-bar.[ch]:
4425         * shell/ev-window.c:
4426
4427         Add support for PDF attachments. Fixes bug #325143
4428
4429 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * backend/ev-document-factory.c: (get_document_from_uri),
4432         (ev_document_factory_get_document):
4433         * backend/ev-document-factory.h:
4434         * properties/ev-properties-main.c: (ev_properties_get_pages):
4435         * shell/Makefile.am:
4436         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4437         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4438         (ev_job_queue_remove_job):
4439         * shell/ev-job-queue.h:
4440         * shell/ev-job-xfer.c:
4441         * shell/ev-job-xfer.h:
4442         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4443         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4444         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4445         (ev_job_xfer_run):
4446         * shell/ev-jobs.h:
4447         * shell/ev-window.c: (ev_window_is_empty),
4448         (password_dialog_response), (ev_window_clear_xfer_job),
4449         (ev_window_xfer_job_cb), (ev_window_open_uri),
4450         (ev_window_cmd_focus_page_selector),
4451         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4452         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4453         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4454         (ev_window_dispose):
4455         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4456         
4457         * Cleanup mime type detection on document load. Fix for the
4458         bug #336448.
4459
4460 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4461
4462         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4463         
4464         Fix crash on exit, described in the bug #336825.
4465
4466 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * backend/ev-document-factory.c:
4469         (ev_document_factory_get_from_mime),
4470         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4471         (ev_document_factory_get_document),
4472         (file_filter_add_mime_list_and_free),
4473         (ev_document_factory_add_filters):
4474         * backend/ev-document-factory.h:
4475         * properties/ev-properties-main.c: (ev_properties_get_pages):
4476         * shell/Makefile.am:
4477         * shell/ev-application.c:
4478         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4479         * shell/ev-window.c: (ev_window_cmd_file_open),
4480         (ev_window_cmd_save_as):
4481         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4482         
4483         Rework factory functions so they are placed now in a single 
4484         file ev-document-factory.c
4485
4486 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * shell/ev-window.c: (update_chrome_visibility):
4489         
4490         Fix for the bug 166566 - don't show menubar in fullscreen
4491         mode.
4492
4493 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4494
4495         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4496
4497 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4498
4499         * shell/ev-view.c: (ev_view_expose_event):
4500         
4501         More correctly draw loading text when document
4502         is empty.
4503
4504 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4505
4506         * shell/ev-view.c: (ev_view_scroll):
4507         
4508         Fix for the bug #334854, page down and page up switch
4509         pages in presentation mode.
4510
4511 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * shell/ev-window.c: (ev_window_set_action_sensitive),
4514         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4515         (ev_window_set_view_accels_sensitivity),
4516         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4517         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4518         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4519         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4520         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4521         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4522         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4523         (view_actions_focus_in_cb), (ev_window_init):
4524         
4525         Fix for the bug #333902, now it's possible to search
4526         words with slash.
4527
4528 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4529
4530         * configure.ac: Added Breton translation.
4531         * po/br.po: Added Breton translation.
4532
4533 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * shell/ev-window-title (ev_window_title_update):
4536
4537         Fix memory leak in window title. Fixes bug #333944
4538
4539 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * shell/ev-metadata-manager.c (parseItem):
4542
4543         Fix memory leaks. Fixes bug #333945
4544
4545 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4546         
4547         * NEWS, configure.ac, TODO:
4548         
4549         Update for release 0.5.2.
4550
4551 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * shell/ev-view.c: (view_update_range_and_current_page),
4554         (page_changed_cb):
4555         
4556         Don't jump on scrolling, fix for the bug #333127.
4557
4558 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4561         
4562         Scroll by one page in presentation mode. Fix for the bug
4563         #332993.
4564
4565 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4566
4567         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4568
4569 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4570
4571         * configure.ac  Added lv in ALL_LINGUAS line.
4572
4573 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4574         
4575         * NEWS, configure.ac:
4576         
4577         Update for release 0.5.1
4578
4579 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4580
4581         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4582         * backend/ev-document-misc.h:
4583         * shell/ev-view.c: (draw_one_page):
4584         
4585          Clairfy what page the toolbar page number applies to. Fix
4586          for the bug #328102.
4587
4588 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4589
4590         * shell/ev-view-private.h:
4591         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4592         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4593         (ev_view_search_changed):
4594         * shell/ev-view.h:
4595         * shell/ev-window.c: (find_bar_search_changed_cb):
4596         
4597         Dont't jump to find result if window was scrolled during search.
4598         Fix for the bug #313266.
4599
4600 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4601
4602         * shell/eggfindbar.c: (egg_find_bar_class_init):
4603         * shell/eggfindbar.h:
4604         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4605         * shell/ev-view-private.h:
4606         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4607         (ev_view_class_init), (ev_sizing_mode_get_type),
4608         (ev_scroll_type_get_type):
4609         * shell/ev-view.h:
4610         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4611         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4612         (ev_window_init):
4613         
4614         Fix for the bug 319133 - Find entry should allow text scroll.
4615
4616 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4617
4618         * shell/ev-view-private.h:
4619         * shell/ev-view.c: (view_update_range_and_current_page),
4620         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4621         (ev_view_set_document), (update_find_status_message),
4622         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4623         (ev_view_find_previous):
4624         
4625         Fix for the bug #319137. Search now takes account for scrolling.
4626
4627 2006-02-19  Michael Hofmann <mh21@piware.de>
4628
4629         * configure.ac:
4630         * djvu/Makefile.am:
4631         * djvu/djvu-document-private.h:
4632         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4633         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4634         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4635         (djvu_document_can_get_text), (djvu_document_get_text),
4636         (djvu_document_document_iface_init),
4637         (djvu_document_thumbnails_get_thumbnail),
4638         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4639         (djvu_document_find_get_result),
4640         (djvu_document_find_page_has_results),
4641         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4642         (djvu_document_find_iface_init):
4643         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4644         (djvu_text_page_selection), (djvu_text_page_limits_process),
4645         (djvu_text_page_limits), (djvu_text_page_copy),
4646         (djvu_text_page_position), (djvu_text_page_union),
4647         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4648         (djvu_text_page_box), (djvu_text_page_append_text),
4649         (djvu_text_page_search), (djvu_text_page_prepare_search),
4650         (djvu_text_page_new), (djvu_text_page_free):
4651         * djvu/djvu-text-page.h:
4652         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4653         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4654         (djvu_text_n_results), (djvu_text_has_results),
4655         (djvu_text_get_result), (djvu_text_get_progress):
4656         * djvu/djvu-text.h:
4657         
4658         Text search in djvu. Fix for the bug #303415.
4659
4660 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * configure.ac:
4663         * shell/ev-window.c: (ev_window_cmd_save_as):
4664         
4665         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4666         Thanks to Gary Coady <gary@lyranthe.org>
4667
4668 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * shell/ev-print-job.c: (idle_print_handler):
4671         
4672         Inverse order printing, bug #320919.
4673
4674 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4675
4676         * data/evince-toolbar.xml:
4677         * shell/ev-window.c:
4678         
4679         Allow to add sidebar checkbutton on toolbar. Fix
4680         for the bug #144577.
4681
4682 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4683
4684         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4685         
4686         Add checks that have sense for empty ps document.
4687
4688 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4689
4690         * configure.ac: Include PS in mime types list. 
4691
4692 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * configure.ac:
4695         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4696         * ps/gsdefaults.h:
4697         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4698         
4699         Runtime check for gs interpreter. Fix for the bug #320868.
4700         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4701
4702 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-application.c: 
4705
4706         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4707         dbus>=0.60, so that the request is not queued. 
4708
4709 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * configure.ac:
4712         * shell/Makefile.am:
4713         * shell/ev-sidebar-links.c: (print_section_cb):
4714         * shell/ev-utils.c:
4715         * shell/ev-utils.h:
4716         * shell/ev-window.c: (update_action_sensitivity),
4717         (ev_window_close_dialogs), (ev_window_print):
4718         * shell/ev-window.h:
4719         
4720         Make printing support optional. Patch from Eduardo de Barros Lima
4721         <eduardo.lima@indt.org.br> for the bug #330546.
4722
4723 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4724
4725         * shell/ev-view-private.h:
4726         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4727         (ev_view_set_document):
4728         * shell/ev-view.h:
4729         * shell/ev-window.c: (ev_window_load_job_cb),
4730         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4731         (ev_window_init):
4732
4733         Draw Loading message during xfer job. Fix for the bug #329495.
4734
4735 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4736
4737         * comics/comics-document.c: (comics_regex_quote),
4738         (comics_document_load), (extract_argv):
4739         
4740         Correcly quote regexp before passing it to unzip.
4741
4742 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4743
4744         * shell/ev-page-cache.c: (build_height_to_page),
4745         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4746         (ev_page_cache_get_dual_even_left):
4747         * shell/ev-page-cache.h:
4748         * shell/ev-view.c: (view_update_range_and_current_page),
4749         (get_page_y_offset), (get_page_extents):
4750         
4751         Place even pages to the left if document has less then
4752         two pages. Fix for the bug #328856.
4753
4754 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4757         
4758         Correct comics scheme. This make evince create thumbnails
4759         for comic books. Fix for the bug 329088.
4760
4761 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4762
4763         * data/evince-password.glade: Don't explicitly set
4764         invisible_char to the current default value in case
4765         the default changes; let GTK+ do its magic.
4766
4767 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4768
4769         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4770         real filename to tmp filename since often document
4771         type is determined by extension.
4772
4773 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4774
4775         * shell/ev-view.c: (add_scroll_binding_keypad),
4776         (ev_view_binding_activated), (ev_view_class_init):
4777         
4778         Add keybindings for percision-scrolling of display area. 
4779         Fix for the bug #314072.
4780
4781 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4782
4783         * data/evince.desktop.in.in:
4784         
4785         Add GTK to the list of categories. Fix for the bug #328034.
4786
4787 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * shell/ev-application.c: (ev_application_shutdown),
4790         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4791         * shell/ev-application.h:
4792         * shell/ev-window.c: (file_open_dialog_response_cb),
4793         (ev_window_cmd_file_open):
4794         
4795         Save last uri in file chooser dialog. Fix for the bug #327950.
4796
4797 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * NEWS:
4800         * README:
4801         
4802         Final update for release 0.5.0
4803         
4804         * shell/Makefile.am:
4805         
4806         Remove disable deprecated until we'll require libgnome-2.13.7
4807         and port to GOption argument parsing. See bug 327518.
4808
4809 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4810
4811         * comics/comics-document.c: (comics_document_save):
4812         * djvu/djvu-document.c: (djvu_document_save):
4813         * dvi/dvi-document.c: (dvi_document_save):
4814         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4815         * lib/ev-file-helpers.h:
4816         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4817         * tiff/tiff-document.c: (tiff_document_save):
4818         
4819         Use common save function for backends.
4820
4821 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4822
4823         * backend/ev-document-types.c:
4824         
4825         Fix crash on saving pixbuf.
4826
4827 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * cut-n-paste/recent-files/egg-recent-item.c:
4830         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4831         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4832         (parse_info_free), (valid_element), (start_element_handler),
4833         (end_element_handler), (text_handler), (egg_recent_model_filter),
4834         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4835         (egg_recent_model_monitor), (egg_recent_model_read),
4836         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4837         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4838         (egg_recent_model_set_property), (egg_recent_model_class_init),
4839         (egg_recent_model_init), (egg_recent_model_add_full),
4840         (egg_recent_model_delete), (egg_recent_model_get_list),
4841         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4842         (egg_recent_model_set_filter_mime_types),
4843         (egg_recent_model_clear_group_filter),
4844         (egg_recent_model_set_filter_groups),
4845         (egg_recent_model_clear_scheme_filter),
4846         (egg_recent_model_set_filter_uri_schemes),
4847         (egg_recent_model_remove_expired):
4848         * cut-n-paste/recent-files/egg-recent-util.c:
4849         (egg_recent_util_get_icon):
4850         * cut-n-paste/recent-files/egg-recent-util.h:
4851         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4852         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4853         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4854         (egg_recent_view_uimanager_set_property),
4855         (egg_recent_view_uimanager_get_property),
4856         (egg_recent_view_uimanager_class_init),
4857         (egg_recent_view_uimanager_init),
4858         (egg_recent_view_uimanager_set_label_width),
4859         (egg_recent_view_uimanager_get_label_width):
4860         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4861         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4862         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4863         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4864         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4865         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4866         
4867         Update from libegg.
4868
4869 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4870
4871         * shell/ev-page-cache.c: (build_height_to_page),
4872         (ev_page_cache_get_height_to_page):
4873         * shell/ev-page-cache.h:
4874         * shell/ev-view.c: (view_update_range_and_current_page),
4875         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4876         (ev_view_previous_page):
4877         
4878         Dual mode places even pages to the left. Fix for the bug #309393.
4879
4880         * shell/ev-view.h:
4881         * shell/ev-window.c: (update_action_sensitivity),
4882         (setup_view_from_metadata), (view_menu_popup_cb):
4883         
4884         Don't restore presentation in empty windows, more intelligent
4885         next page behaviour in dual mode.
4886
4887         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4888         (ev_pixbuf_cache_clear_job_sizes):
4889         
4890         Cleanup job callback on removal. Fix for the bug #325886.
4891
4892 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4893
4894         * ps/ps.c: (psscan):
4895         
4896         Commit workaround Mozilla problem. Fix for the bug #325919
4897         
4898         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4899         (save_item):
4900         
4901         Fix for year 2038 problem.
4902
4903 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * shell/ev-window.c: (setup_document_from_metadata),
4906         (ev_window_cmd_view_reload):
4907
4908         Clamp page recieved from metadata in valid values. Fix
4909         for the bug #325986.
4910
4911 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * MAINTAINERS: 
4914         Add MAINTAINERS as requested on desktop-devel-list.
4915
4916 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4919         (mime_type_supported_by_gdk_pixbuf),
4920         (ev_document_factory_get_mime_types),
4921         (ev_document_factory_get_all_mime_types):
4922         
4923         Don't add pixbuf mime types if pixbuf backend is disabled.
4924         
4925         * shell/ev-application.c: (ev_application_get_uri_window):
4926         
4927         Fix for the bug 325815 - unhandled MIME type message doesn't 
4928         appear a second time. 
4929         
4930         * shell/ev-document-types.c: (ev_document_types_add_filters):
4931         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4932         (password_dialog_response), (ev_window_popup_password_dialog),
4933         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4934         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4935         (ev_window_run_presentation), (ev_window_stop_presentation),
4936         (save_sizing_mode), (ev_window_zoom_changed_cb),
4937         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4938         (ev_window_dual_mode_changed_cb),
4939         (ev_window_sidebar_current_page_changed_cb),
4940         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4941         (window_state_event_cb), (window_configure_event_cb):
4942         
4943         Cleanup additional uris holded by EvWindow.
4944
4945 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4948         (ev_view_can_previous_page), (ev_view_can_next_page):
4949         * shell/ev-view.h:
4950         * shell/ev-window.c: (update_action_sensitivity):
4951         
4952         Two page scrolling with Space and PageUp in dual mode. Second fix 
4953         for the bug #316608.
4954
4955 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-view.c: (scroll_to_current_page):
4958         
4959         Correctly clamp adjustment value. Fix for the bug
4960         #325808.
4961
4962 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * shell/ev-sidebar-links.c: (print_section_cb):
4965         * shell/ev-window.c: (ev_window_get_uri),
4966         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4967         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4968         (ev_window_dispose):
4969         
4970         Make print dialog non-modal. Fix for the bug #325622.
4971
4972 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * shell/ev-metadata-manager.c:
4975         * shell/ev-utils.c: (using_pdf_printer),
4976         (using_postscript_printer), (load_print_config_from_file),
4977         (save_print_config_to_file):
4978         * shell/ev-utils.h:
4979         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4980         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4981         (setup_view_from_metadata), (ev_window_setup_document),
4982         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4983         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4984         (ev_window_run_presentation), (ev_window_stop_presentation),
4985         (save_sizing_mode), (ev_window_zoom_changed_cb),
4986         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4987         (ev_window_dual_mode_changed_cb),
4988         (ev_window_sidebar_current_page_changed_cb),
4989         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4990         (window_state_event_cb), (window_configure_event_cb),
4991         (ev_window_init):
4992         
4993         Setting saving behaviour fixes.
4994
4995 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * configure.ac:
4998         
4999         Make antialiasing gs options better and allow
5000         to change them during configure. Fix for the 
5001         bug #319049.
5002
5003 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * shell/ev-window.c: (setup_view_from_metadata):
5006         
5007         Remember if last window was maximized. Fix for the
5008         bug #323797.
5009
5010 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5011
5012         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5013
5014 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5015
5016         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5017         * shell/ev-page-action.c: (build_new_tree_cb):
5018         * shell/ev-sidebar-links.c: (links_page_num_func),
5019         (update_page_callback_foreach), (update_page_callback):
5020         * shell/ev-view.c: (scroll_to_current_page):
5021         
5022         Fix for the bug #325067 with more intelligent selection
5023         of current link in sidebar. Make sidebar handle links
5024         of FITR-like type more correctly.
5025
5026         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5027         (dvi_pixbuf_put_pixel):
5028         
5029         Fix memory consumtion with disabled alpha channel.
5030
5031 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5032
5033         * data/evince-ui.xml:
5034         * shell/ev-window.c: (view_menu_popup_cb),
5035         (ev_popup_cmd_open_link), (ev_window_init):
5036         
5037         Update context menu for internal links. Fix for the bug
5038         #325066.
5039
5040 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5043         
5044         Bind context menu to keyboard also. Fix for the bug
5045         #325065.
5046
5047 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * shell/ev-view.c: (selection_scroll_timeout_cb):
5050         
5051         Horizontal scroll on selection also.
5052
5053 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5054
5055         * shell/ev-metadata-manager.c: (parse_value):
5056         * shell/ev-view.c: (goto_xyz_link):
5057         
5058         Correct zoom setup and metadata save broken in 
5059         some locales.
5060
5061 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * shell/ev-view-private.h:
5064         * shell/ev-view.c: (scroll_to_current_page),
5065         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5066         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5067         (page_changed_cb), (ev_view_set_continuous),
5068         (ev_view_set_dual_page), (ev_view_set_presentation):
5069         
5070         Delay scroll until allocation to correctly position page. Fix
5071         for the bug #317334.
5072
5073 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5074
5075         * NEWS:
5076         * configure.ac:
5077         
5078         Update NEWS and require poppler 0.5.0.
5079
5080 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5081         
5082         * data/evince-ui.xml:
5083         * shell/ev-view-private.h:
5084         * shell/ev-view.c: (ev_view_get_link_at_location),
5085         (handle_link_over_xy), (ev_view_button_press_event),
5086         (ev_view_button_release_event), (ev_view_class_init):
5087         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5088         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5089         (ev_window_init):
5090         
5091         Implement right-click context menu.
5092
5093 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5096         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5097         (mdvi_pixbuf_device_render):
5098         * pdf/ev-poppler.cc:
5099
5100         Don't generate thumbnails with alpha. See bug #324077.
5101         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5102
5103 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * shell/ev-window.c: (setup_chrome_from_metadata):
5106         
5107         Fix typo that was hiding toolbar.
5108
5109 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * shell/ev-view-private.h:
5112         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5113         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5114         (ev_view_button_release_event), (ev_view_destroy):
5115         
5116         Small cleanup and autoscrolling during selection. Thanks to 
5117         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5118
5119 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5120
5121         * configure.ac:
5122         
5123         Correctly check for comics option.
5124
5125 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5126         * Makefile.am:
5127         * configure.ac:
5128         * backend/Makefile.am:
5129         * backend/ev-document-factory.c:
5130         * shell/ev-document-types.c:
5131
5132         Included option in configure to make ps backend 
5133         compilation optional with --disable-ps.
5134
5135 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * backend/ev-document-factory.c:
5138         * comics/Makefile.am:
5139         * comics/comics-document.c: (comics_document_load):
5140         * comics/ev-cbr-mime.xml:
5141         * configure.ac:
5142         
5143         Comics mime types are added to shared-mime-info CVS. Now
5144         we don't need to install our own mime types.
5145
5146 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * shell/ev-window.c:
5149         
5150         Add shortcut for "save a copy" menu entry. Fix for
5151         the bug #324582.
5152
5153 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5156         (job_finished_cb), (new_selection_pixbuf_needed),
5157         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5158         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5159         
5160         Rework selection job info logic and fix critical warning.
5161
5162 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5163
5164         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5165
5166 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5167
5168         * data/evince-ui.xml:
5169         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5170         
5171         Enter as shortcut key for next page. Fix for the bug
5172         #321394.
5173
5174 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5175
5176         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5177
5178 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5181         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5182         (new_selection_pixbuf_needed),
5183         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5184         (clear_job_selection):
5185         
5186         Too early for 0.5. Pixbuf cache code cleaned a bit.
5187
5188 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5189
5190         * NEWS:
5191         * configure.ac:
5192         
5193         Release 0.5.0 preparation
5194
5195 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * comics/Makefile.am:
5198         * configure.ac:
5199         * shell/ev-document-types.c: (ev_document_types_add_filters):
5200         
5201         More advanced handling of custom mime type installation.
5202
5203 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * data/evince.schemas.in:
5206         * shell/ev-metadata-manager.c: (value_free),
5207         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5208         (ev_metadata_manager_get), (ev_metadata_manager_set):
5209         * shell/ev-metadata-manager.h:
5210         * shell/ev-window.c: (update_chrome_flag),
5211         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5212         (setup_document_from_metadata), (setup_chrome_from_metadata),
5213         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5214         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5215         (ev_window_view_toolbar_cb),
5216         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5217         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5218         
5219         Save last document settings and reuse them for new documents.
5220
5221 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5222
5223         * Makefile.am:
5224         * backend/Makefile.am:
5225         * backend/ev-document-factory.c:
5226         * backend/ev-document-factory.h:
5227         * comics/Makefile.am:
5228         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5229         (comics_document_load), (comics_document_save),
5230         (comics_document_get_n_pages), (comics_document_get_page_size),
5231         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5232         (comics_document_class_init), (comics_document_can_get_text),
5233         (comics_document_get_info), (comics_document_document_iface_init),
5234         (comics_document_init), (get_supported_image_extensions),
5235         (comics_document_thumbnails_get_geometry),
5236         (comics_document_thumbnails_get_thumbnail),
5237         (comics_document_thumbnails_get_dimensions),
5238         (comics_document_document_thumbnails_iface_init), (extract_argv):
5239         * comics/comics-document.h:
5240         * comics/ev-cbr-mime.xml:
5241         * configure.ac:
5242         * po/POTFILES.in:
5243         * shell/ev-application.c: (ev_application_register_service):
5244         * shell/ev-document-types.c: (ev_document_types_add_filters):
5245         * thumbnailer/Makefile.am:
5246         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5247         
5248         New CBR/CBZ backend for comic books.
5249
5250 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * shell/main.c: (load_files_remote):
5253
5254         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5255         warning on startup of second instance is fixed. It
5256         is bug #320353.
5257
5258 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5259
5260         * shell/ev-window.c: (ev_window_finalize):
5261         
5262         Fix double free that cause crash.
5263
5264 2005-10-29  Bastien Nocera <hadess@hadess.net>
5265
5266         * tiff/tiff-document.c: (tiff_document_load):
5267         
5268         Fix memory leak.
5269
5270 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5271
5272         * po/POTFILES.in:
5273         * shell/Makefile.am:
5274         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5275         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5276         (ev_view_accessible_get_text),
5277         (ev_view_accessible_get_character_at_offset),
5278         (ev_view_accessible_get_text_before_offset),
5279         (ev_view_accessible_get_text_at_offset),
5280         (ev_view_accessible_get_text_after_offset),
5281         (ev_view_accessible_get_character_count),
5282         (ev_view_accessible_get_caret_offset),
5283         (ev_view_accessible_set_caret_offset),
5284         (ev_view_accessible_get_run_attributes),
5285         (ev_view_accessible_get_default_attributes),
5286         (ev_view_accessible_get_character_extents),
5287         (ev_view_accessible_get_offset_at_point),
5288         (ev_view_accessible_get_n_selections),
5289         (ev_view_accessible_get_selection),
5290         (ev_view_accessible_add_selection),
5291         (ev_view_accessible_remove_selection),
5292         (ev_view_accessible_set_selection),
5293         (ev_view_accessible_text_iface_init),
5294         (ev_view_accessible_idle_do_action),
5295         (ev_view_accessible_action_do_action),
5296         (ev_view_accessible_action_get_n_actions),
5297         (ev_view_accessible_action_get_description),
5298         (ev_view_accessible_action_get_name),
5299         (ev_view_accessible_action_set_description),
5300         (ev_view_accessible_action_iface_init),
5301         (ev_view_accessible_get_type), (ev_view_accessible_new),
5302         (ev_view_accessible_factory_get_accessible_type),
5303         (ev_view_accessible_factory_create_accessible),
5304         (ev_view_accessible_factory_class_init),
5305         (ev_view_accessible_factory_get_type):
5306         * shell/ev-view-accessible.h:
5307         * shell/ev-view-private.h:
5308         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5309         * shell/ev-view.h:
5310         
5311         Initial accessibility support.
5312
5313 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5314
5315         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5316
5317 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5318
5319         * shell/ev-print-job.c: (idle_print_handler):
5320         
5321         Fix for bug Bug 318916: Printing multiple pages.
5322
5323 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5324
5325         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5326
5327 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5328
5329         * pdf/ev-poppler.cc:
5330         
5331         Thumnail dimensions unified with other backends.
5332         
5333         * shell/ev-window-title.c: (ev_window_title_update):
5334         
5335         Fix warning.
5336
5337 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5338
5339         * data/ev-stock-zoom-fit-width.png:
5340         
5341         Remove unused file.
5342
5343 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * configure.ac:
5346         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5347         (djvu_document_finalize):
5348         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5349         (dvi_document_finalize):
5350         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5351         (pixbuf_document_save), (pixbuf_document_finalize):
5352         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5353         (tiff_document_finalize):
5354         
5355         Save a copy implemented for various backends.
5356
5357 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5358
5359         * configure.ac:
5360         
5361         Don't link with ltiff if tiff is disabled.
5362
5363 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * pdf/GDKSplashOutputDev.cc:
5366         * pdf/GDKSplashOutputDev.h:
5367         * pdf/Thumb.cc:
5368         * pdf/Thumb.h:
5369         * pdf/pdf-document.cc:
5370         * pdf/pdf-document.h:
5371         * pdf/test-gdk-output-dev.cc:
5372         
5373         Remove old unused files.
5374
5375 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * shell/ev-window.c: (ev_window_setup_document):
5378         
5379         Fixed warnings on reload and probably crash reason.
5380
5381 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * properties/ev-properties-view.c:
5384         (ev_properties_view_format_date):
5385         
5386         Check if date is invalid. Fix for bug 318134.
5387
5388 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5389
5390         * shell/ev-window-title.c:
5391         
5392         Add .indd files (Adobe Indesign) to the list of "bad
5393         extensions".
5394
5395 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * data/evince-ui.xml:
5398         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5399         
5400         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5401
5402 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5403
5404         * shell/ev-window.c: (launch_link), (launch_external_uri),
5405         (view_external_link_cb):
5406
5407         URL-escape link before passing it to gnome_vfs_url_show.
5408
5409 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5410
5411         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5412         there isn't text selected.
5413
5414 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5415
5416         * shell/ev-view.c: (handle_link_over_xy):
5417
5418         Check tooltip is valid utf8 before showing it
5419
5420 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5421
5422         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5423
5424 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5425
5426         * shell/ev-window-title.c: (ev_window_title_update):
5427
5428         Guard against using g_strstrip on NULL. Fixes bug #317291.
5429
5430 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5431
5432         * pdf/ev-poppler.cc:
5433
5434         Show title even for unknown links
5435
5436 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5437
5438         * shell/ev-window-title.c: (ev_window_title_update):
5439
5440         Strip the title string
5441
5442 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5443
5444         * shell/ev-window-title.c:
5445
5446         Add .rtf to the bad extensions list
5447
5448 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5449
5450         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5451         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5452
5453         Ignore link coordinates if they are outside page bounds
5454
5455 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5456
5457         * backend/ev-link.c: (ev_link_type_get_type),
5458         (ev_link_get_filename), (ev_link_get_params),
5459         (ev_link_get_property), (ev_link_set_property),
5460         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5461         * backend/ev-link.h:
5462         * pdf/ev-poppler.cc:
5463         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5464         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5465         (ev_window_init):
5466
5467         Implement launch links. Delegate external link opening to
5468         the window.
5469
5470 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5471
5472         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5473         (ev_link_get_right), (ev_link_get_property),
5474         (ev_link_set_property), (ev_link_class_init),
5475         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5476         * backend/ev-link.h:
5477         * pdf/ev-poppler.cc:
5478         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5479
5480         Implement fitr links
5481
5482 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5483
5484         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5485         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5486         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5487         (ev_view_size_request_continuous),
5488         (ev_view_size_request_dual_page),
5489         (ev_view_size_request_single_page), (ev_view_size_allocate),
5490         (ev_view_zoom_for_size_continuous_and_dual_page),
5491         (ev_view_zoom_for_size_continuous),
5492         (ev_view_zoom_for_size_dual_page),
5493         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5494         (ev_sizing_mode_get_type):
5495         * shell/ev-view.h:
5496         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5497
5498         Do not use modes for link, we need to calculate size ad hoc.
5499         Still not perfect because of the usual scrollbar issues grrr.
5500
5501 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5502
5503         * backend/ev-link.c: (ev_link_type_get_type),
5504         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5505         * backend/ev-link.h:
5506         * pdf/ev-poppler.cc:
5507         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5508         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5509         (ev_view_size_request_continuous),
5510         (ev_view_size_request_dual_page),
5511         (ev_view_size_request_single_page), (ev_view_size_allocate),
5512         (zoom_for_size_fit_height),
5513         (ev_view_zoom_for_size_continuous_and_dual_page),
5514         (ev_view_zoom_for_size_continuous),
5515         (ev_view_zoom_for_size_dual_page),
5516         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5517         (ev_sizing_mode_get_type):
5518         * shell/ev-view.h:
5519         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5520
5521         Implement FIT_HEIGHT mode (only for links).
5522         Implement FITH links
5523
5524 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5525
5526         * shell/ev-window-title.c: (get_filename_from_uri),
5527         (ev_window_title_sanitize_extension), (ev_window_title_update),
5528         (ev_window_title_set_document), (ev_window_title_set_uri),
5529         (ev_window_title_free):
5530         * shell/ev-window-title.h:
5531         * shell/ev-window.c: (ev_window_setup_document),
5532         (ev_window_popup_password_dialog):
5533
5534         Refactor window title building while fixing it for
5535         password documents.
5536
5537 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5538
5539         * pdf/ev-poppler.cc:
5540
5541         Escape link title before setting it in the model
5542
5543 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5544
5545         * shell/ev-application.c: (removed_from_session), (save_session),
5546         (init_session), (ev_application_get_empty_window),
5547         (ev_application_init), (ev_application_get_windows):
5548         * shell/ev-application.h:
5549         * shell/ev-window.c: (ev_window_finalize):
5550
5551         Add a function to retrieve window list and share it where
5552         necessary.
5553         Implement session handling, works pretty well thanks to the
5554         metadata system.
5555
5556 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5557
5558         * shell/ev-password.c: (ev_password_item_created_callback),
5559         (ev_password_dialog_save_password):
5560         
5561         Fix for bug 316972. Use async gnome-keyring API.
5562
5563 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5564
5565         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5566         Remove unused unrealize handler. Add scroll handling to
5567         ev_view_scroll_event for presentation mode (bug #316708),
5568         and fix the event state checks there.
5569
5570 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5571
5572         * shell/ev-page-action.c: (page_changed_cb):
5573
5574         "marco, maybe we should be crazy and jump right to 6! :)"
5575
5576         Bryan Clark, Sep 2005
5577
5578 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5579
5580         * ps/ps-document.c: (save_document), (ps_document_save),
5581         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5582         (ps_document_ps_export_end):
5583
5584         Fix unstructured documents save and print
5585
5586 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5587
5588         * shell/ev-application.c: (ev_application_open_uri):
5589
5590         Fix window size persistance
5591
5592 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * shell/ev-view.c: (ev_view_button_release_event):
5595
5596         Based on a patch from carlosgc@gnome.org. Mouse buttons
5597         switch pages in presentation mode.
5598
5599 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5600
5601         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5602
5603         Dont cast to int before scaling
5604
5605 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5606
5607         * backend/ev-link.c: (ev_link_type_get_type),
5608         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5609         (ev_link_new_page_fith):
5610         * backend/ev-link.h:
5611         * pdf/ev-poppler.cc:
5612         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5613
5614         Implement FIT and FITH links
5615
5616 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5617
5618         * pdf/ev-poppler.cc:
5619
5620         Return 0 results when search is not in progress.
5621
5622         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5623         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5624
5625         Update menu sensitivity when cancelling search
5626
5627 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5628
5629         * shell/ev-view.c: (ev_view_can_find_next):
5630
5631         Take all pages in consideration, not just current one
5632
5633 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5634
5635         * shell/ev-page-cache.c:
5636         * shell/ev-page-cache.h:
5637         * shell/ev-view.c: (ev_view_binding_activated),
5638         (ev_view_next_page), (ev_view_previous_page),
5639         (ev_sizing_mode_get_type):
5640         * shell/ev-view.h:
5641         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5642         (ev_window_cmd_go_next_page):
5643
5644         Move page next/previous functions from page chace to
5645         view and change it to move by 2 page steps in dual mode.
5646
5647 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5648
5649         * shell/ev-window.c: (update_sidebar_visibility),
5650         (setup_sidebar_from_metadata), (ev_window_setup_document),
5651         (setup_view_from_metadata):
5652
5653         Show the index by default when there is one     
5654
5655 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5656
5657         * shell/ev-window-title.c: (ev_window_title_set_document):
5658
5659         Missing null check
5660
5661 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * shell/ev-view.c: (view_update_range_and_current_page):
5664         
5665         Allow display of last odd page in dual view. Fix for 316347.
5666
5667 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5668
5669         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5670         
5671         Make close button default. Fix for 316383.
5672
5673 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5674
5675         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5676         
5677         Mark close button as default. Fix for 316381.
5678
5679 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5680
5681         * backend/ev-link.c: (ev_link_class_init):
5682
5683         Allow negative doubles in left/top properties
5684
5685 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5686
5687         * shell/ev-window.c:
5688
5689         Remove a bunch of strings that was used only
5690         by the statusbar.
5691
5692 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5693
5694         * shell/ev-window-title.c: (get_filename_from_uri),
5695         (ev_window_title_set_document):
5696
5697         When title has a confusing extension, show also
5698         the document filename inside ()
5699
5700 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5701
5702         * shell/Makefile.am:
5703         * shell/ev-window-title.c: (ev_window_title_new),
5704         (ev_window_title_update), (ev_window_title_set_type),
5705         (ev_window_title_set_document), (ev_window_title_free):
5706         * shell/ev-window-title.h:
5707         * shell/ev-window.c: (ev_window_setup_document),
5708         (password_dialog_response), (ev_window_popup_password_dialog),
5709         (ev_window_dispose), (ev_window_init):
5710
5711         Factor out and cleanup window title code
5712
5713 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5714
5715         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5716         (unable_to_load):
5717
5718         Make dialog transient so it doesnt block other windows
5719
5720 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5721
5722         * pdf/ev-poppler.cc:
5723         
5724         Fix pdf thumbnails rendering.
5725
5726 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5727
5728         * shell/ev-window.c: (fullscreen_set_timeout):
5729         
5730         Increase timeout to hide full screen popup. Bug 
5731         316123. 
5732
5733 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * data/evince.schemas.in:
5736         * shell/ev-window.c: (update_action_sensitivity):
5737
5738         Allow the user to override document restrictions. Fix for bug
5739         305818.
5740
5741 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5742
5743         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5744         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5745         (ev_window_class_init): Fix multihead behaviour of fullscreen
5746         toolbar popup. Fixes bug #315451.
5747
5748 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * configure.ac:
5751         * data/evince-password.glade:
5752         * shell/ev-password.c: (ev_password_dialog_set_property),
5753         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5754         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5755         (ev_password_dialog_entry_changed_cb),
5756         (ev_password_dialog_entry_activated_cb),
5757         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5758         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5759         (ev_password_dialog_set_bad_pass):
5760         * shell/ev-password.h:
5761         * shell/ev-window.c: (password_dialog_response),
5762         (ev_window_popup_password_dialog):
5763         
5764         Support for gnome-keyring for encrypted PDF's.
5765
5766 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5769         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5770         (ev_view_enter_notify_event), (ev_view_class_init):
5771         
5772         More precise handling of enter_notify/leave_notify events
5773         in EvView. Fix for bug 315470.
5774
5775 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5776
5777         * shell/ev-window.c: (fullscreen_timeout_cb),
5778         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5779         (ev_window_dispose):
5780
5781         leak fix: unref fullscreen_timeout_source before clearing it
5782
5783 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5784
5785         * configure.ac, dvi/mdvi/Makefile.am: 
5786         
5787         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5788
5789 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5790
5791         * backend/ev-link.c: (ev_link_new_page_xyz):
5792         * pdf/ev-poppler.cc:
5793         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5794
5795         Fix some bugs with xyz links, respect zoom
5796
5797 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5798
5799         * shell/ev-window.c: (page_changed_cb),
5800         (setup_document_from_metadata), (update_sidebar_visibility),
5801         (setup_view_from_metadata), (ev_window_run_fullscreen),
5802         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5803         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5804         (ev_window_dual_mode_changed_cb),
5805         (ev_window_sidebar_current_page_changed_cb):
5806
5807         null check uri before setting and getting metadata
5808
5809 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5810
5811         * dvi/Makefile.am:
5812         * properties/Makefile.am:
5813         * shell/Makefile.am:
5814         * thumbnailer/Makefile.am:
5815
5816         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5817
5818 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5819
5820         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5821         (selection_changed_callback):
5822         * shell/ev-sidebar-links.h:
5823
5824         Add a signal for link activation.
5825
5826         * shell/ev-view.c: (ev_view_goto_link),
5827         (ev_view_button_release_event):
5828         * shell/ev-view.h:
5829         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5830         (ev_window_init):
5831
5832         Implement the signal so that we can handle all link types.
5833
5834         * shell/ev-page-cache.c:
5835
5836         Remove unused set_link function
5837
5838 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5839
5840         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5841
5842         Add some space from the cursor, hardcoded but I couldnt
5843         find a better way.
5844
5845 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5846
5847         * lib/ev-tooltip.c:
5848
5849         Use mozilla style vs gtk style, way better for links.
5850
5851         * shell/ev-view.c: (ev_view_motion_notify_event),
5852         (ev_view_destroy), (ev_view_init):
5853
5854         Deactive tooltip when the link hovered is changed.
5855
5856 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5857
5858         * backend/ev-document.h:
5859         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5860         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5861         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5862         (ev_link_new_page), (ev_link_new_page_xyz):
5863         * backend/ev-link.h:
5864         * pdf/ev-poppler.cc:
5865         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5866         (go_to_link), (tip_from_link):
5867
5868         Implement xyz links, still not functional. Links are a total
5869         mess, will need to refactor and bugfix a lot :(
5870
5871 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5872
5873         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5874
5875 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5876
5877         * data/evince-ui.xml:
5878         * data/evince.schemas.in:
5879         * shell/Makefile.am:
5880         * shell/ev-window.c: (update_chrome_visibility),
5881         (password_dialog_response), (ev_window_load_job_cb),
5882         (ev_window_xfer_job_cb), (ev_window_open_uri),
5883         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5884         (ev_window_init):
5885
5886         Remove the statusbar. This regress loading feedback, need to
5887         check with Bryan what we want to do there...
5888
5889 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5890
5891         * lib/ev-tooltip.c: (ev_tooltip_init):
5892
5893         Fix tooltip border and size handling
5894
5895 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5896
5897         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5898         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5899         (ev_tooltip_timeout), (ev_tooltip_activate),
5900         (ev_tooltip_deactivate):
5901         * lib/ev-tooltip.h:
5902         * shell/ev-view.c: (ev_view_motion_notify_event):
5903
5904         Delay popup showing. Mirror gtk logic/times.
5905
5906 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5907
5908         * lib/Makefile.am:
5909         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5910         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5911         (ev_tooltip_set_text), (ev_tooltip_set_position):
5912         * lib/ev-tooltip.h:
5913
5914         Simple widget to show tooltips at a custom position
5915
5916         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5917         (ev_view_destroy):
5918
5919         Use it for links. First go, needs work
5920
5921 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5922
5923         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5924         HIG fixes.  Use title capitalization for window title. Use 12 
5925         pixels of space between the dialog's vbox and action area.
5926
5927 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5928
5929         * shell/ev-window.c: (file_open_dialog_response_cb),
5930         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5931         (ev_window_cmd_save_as):
5932
5933         Make file pickers not modal and refactor code some
5934
5935 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5936
5937         * shell/ev-sidebar.h:
5938         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5939         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5940         (ev_sidebar_class_init), (ev_sidebar_select_page),
5941         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5942         (ev_sidebar_set_page):
5943
5944         Add a current page property and allow to get/set it
5945
5946         * shell/ev-window.c: (setup_view_from_metadata),
5947         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5948
5949         Persist current sidebar page per document
5950
5951 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5952
5953         * data/evince.schemas.in:
5954         * shell/ev-window.c: (update_chrome_visibility),
5955         (setup_document_from_metadata), (update_sidebar_visibility),
5956         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5957         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5958         (ev_window_run_presentation), (ev_window_stop_presentation),
5959         (ev_window_view_sidebar_cb),
5960         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5961         (load_chrome), (ev_window_init):
5962
5963         Persist size/visibility of sidebar per document
5964
5965 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5966
5967         * shell/ev-view.c (draw_loading_text): Draw loading text.
5968
5969 2005-09-02  Dan Damian  <dand@gnome.ro>
5970
5971         * configure.in: Added "ro" to ALL_LINGUAS.
5972
5973 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5974
5975         * shell/ev-view.c: (clear_caches):
5976
5977         ev_page_cache_get doesnt return a reference,
5978         dont try to unref it.
5979
5980 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5981
5982         * shell/main.c: (load_files_remote):
5983
5984         Fix timestamp parameter with dbus <= 0.33
5985
5986 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5987
5988         * data/evince.schemas.in:
5989
5990         Add missing full stop
5991
5992 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5993
5994         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5995         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5996
5997         Plug some memory leaks
5998
5999 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6000
6001         * configure.ac:
6002         * lib/ev-debug.c: (trap_handler):
6003
6004         Check for execinfo.h and use it only if it exists.
6005         Ported from Epiphany (bug #314776).
6006
6007 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6008
6009         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6010
6011 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6012
6013         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6014         * po/id.po      : Added Indonesian translation
6015
6016 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6017
6018         * shell/main.c:
6019         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6020         * NEWS: Release 0.4.0
6021
6022 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6023
6024         * configure.ac: catch another gtk+-2.8ism
6025         * shell/main.c: Make work with gtk+-2.6
6026
6027 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6028
6029         * shell/ev-application-service.xml: Add 'timestamp' argument to
6030           ev_application_open_window and ev_application_open_uri methods.
6031
6032         * shell/ev-application.h: Add 'timestamp' argument to
6033           ev_application_open_window, ev_application_open_uri,
6034           and ev_application_open_uri_list functions.
6035
6036         * shell/ev-application.c (ev_application_open_window,
6037           ev_application_open_uri, ev_application_open_uri_list): Change
6038           functions that show/present windows to use a timestamp if one
6039           is passed in.
6040
6041         * shell/ev-window.c (ev_window_cmd_file_open,
6042           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6043         * shell/main.c (load_files): Modify calls to ev_application to
6044           include GDK_CURRENT_TIME as timestamp.
6045
6046         * shell/main.c (load_files_remote): Obtain timestamp for client
6047           instance from GDK and pass to server instance so new windows are
6048           focused properly.  Fix dbus_g_proxy_call() calls by including second
6049           G_TYPE_INVALID.
6050           
6051         Closes bug #314475.
6052
6053 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6054
6055         * shell/ev-window.c (ev_window_finalize): Check for
6056         avail. EvWindows when quiting to handle the finalize better,
6057         #314497
6058
6059 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060         
6061         * properties/ev-properties-view.c: 
6062         
6063         Set textdomain to libglade. Fixes translation problem in property page.
6064
6065 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6068         * dvi/Makefile.am:
6069         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6070         * dvi/mdvi-lib/Makefile.am:
6071         
6072         Fix rotation of thumbnails, ported to new API. Moved library
6073         dependencies earlier, probably it will fix linkage problem.
6074
6075 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6076
6077         * backend/ev-document-misc.c:
6078         (ev_document_misc_get_thumbnail_frame):
6079         * backend/ev-document-misc.h:
6080         * configure.ac:
6081         * pdf/ev-poppler.cc:
6082         * shell/Makefile.am:
6083         * shell/ev-sidebar-thumbnails.c: (add_range),
6084         (ev_sidebar_thumbnails_set_loading_icon),
6085         (ev_sidebar_thumbnails_refresh),
6086         (ev_sidebar_thumbnails_set_document):
6087         * shell/ev-sidebar-thumbnails.h:
6088         * shell/ev-view.c: (ev_view_motion_notify_event),
6089         (ev_view_set_property), (ev_view_get_property),
6090         (ev_view_class_init), (ev_view_set_rotation):
6091         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6092         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6093         (ev_window_init):
6094         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6095         Redo rotation (again).  prepare for 0.4.0
6096
6097 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6098
6099         * configure.ac: Bump poppler requirement to 0.4.1.
6100
6101         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6102         argument to poppler_page_render_selection() call.
6103
6104 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6105
6106         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6107         (djvu_document_thumbnails_get_thumbnail):
6108         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6109         (dvi_document_thumbnails_get_thumbnail):
6110         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6111         (pixbuf_document_thumbnails_get_thumbnail):
6112         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6113         
6114         Update rotation direction of backends to fit with pdf and ps.
6115
6116 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6117
6118         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6119         * backend/ev-async-renderer.h:
6120         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6121         (setup_page), (ps_document_get_page_size),
6122         (ps_async_renderer_render_pixbuf):
6123         * ps/ps-document.h:
6124         * shell/ev-jobs.c: (ev_job_render_run):
6125
6126         Fix orientation in the postscript document
6127
6128 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6129
6130         * pdf/ev-poppler.cc:
6131         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6132         * shell/ev-view.c: (highlight_find_results):
6133
6134         Adapt to the new poppler rotation API. Fix text maps on landscape
6135         documents.
6136
6137 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6138
6139         * shell/ev-view.c (compute_new_selection_text): get the correct
6140         region when selecting in modes other than continuous.
6141
6142 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6143
6144         * shell/main.c (main): remove redundant g_warnings.
6145
6146 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * shell/Makefile.am: Don't include autogenerated
6149         file ev-application-service.h into distribution, since
6150         it causes dbus crash. Fix for bugs 313724 and 313443. 
6151
6152 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * configure.ac: Fix sed expression for FreeBSD. Thanks
6155         to Joe Marcus Clark <marcus@freebsd.org>
6156         
6157         * shell/eggfindbar.c: (entry_activate_callback),
6158         (entry_changed_callback), (egg_find_bar_init),
6159         (egg_find_bar_set_search_string):
6160         
6161         Made findbar buttons unsensitive if there is no text in
6162         entry. Fix for the bug 313285.
6163
6164 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6165
6166         * ps/ps-document.c: Use g_filename_display_name for displaying
6167         filenames and revert string freeze breackage
6168
6169 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6170
6171         * NEWS:
6172         * configure.ac:
6173
6174         Update for 0.3.4
6175
6176         * shell/Makefile.am:
6177
6178         Add ev-application-service.xml to extra dist
6179
6180         * shell/ev-view.c: (find_page_at_location):
6181
6182         Remove unused function (fix warning)
6183
6184 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6187         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6188         
6189         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6190         bug 313623.
6191
6192 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6195         * shell/ev-window.c:
6196         Fix build warnings
6197
6198 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6199
6200         * configure.ac: Update script to get dbus version.
6201         Fix for the bug #313443.
6202
6203 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * shell/ev-window.c: (ev_window_cmd_escape):
6206         
6207         Return focus back to view on escape. Fix for bug 313295.
6208
6209 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6210
6211         * shell/ev-window.c: (update_window_title),
6212         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6213         (ev_window_cmd_save_as):
6214         
6215         Correct conversion from uri to displayable string. Fix for
6216         bug 313296.
6217
6218 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6219
6220         * ps/ps-document.c: convert filename to utf8 when there is an error
6221         loading document. Fixes #309915
6222
6223 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6224
6225         * configure.ac:
6226
6227         We depend on poppler 0.4.0
6228
6229 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6230
6231         * configure.ac:
6232         * NEWS: Release 0.3.3.
6233         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6234
6235 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6236
6237         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6238         add a couple missing mnemonics to menu items, use title 
6239         capitalization for menu items and window titles, and add 
6240         ellipsis to open menu item.     
6241
6242 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6243
6244         * pdf/ev-poppler.cc:
6245         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6246         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6247         (ev_view_get_rotation):
6248         * shell/ev-view.h:
6249         * shell/ev-window.c: (setup_view_from_metadata),
6250         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6251         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6252         disk.
6253
6254 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6255
6256         * configure.ac: Added tr to ALL_LINGUAS
6257
6258 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6259
6260         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6261         requires several clicks to find word. Thanks to 
6262         Colin Slater <kiltedtaco@gmail.com>.
6263
6264 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6265
6266         * data/evince.desktop.in.in: Hide menu entry and
6267         rename it to "Document Viewer". Fix for bug 
6268         #312399.
6269
6270 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6271
6272         * shell/ev-page-action.c (ev_page_action_class_init): 
6273
6274         Point to the correct function in constructor of the
6275         activate_label signal
6276
6277 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6278
6279         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6280         * shell/ev-jobs.h: Make thread safe.
6281
6282 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6283
6284         * shell/ev-view.c: (view_update_range_and_current_page):
6285         Don't update page range if we are scrolling to some document
6286         point.
6287
6288 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6291         when getting max_page_width, fix drawing in dual mode.
6292
6293 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6294
6295         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6296         getting the area for select_all.
6297
6298 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6299
6300         * backend/ev-selection.c: (ev_selection_render_selection):
6301         * backend/ev-selection.h:
6302         * pdf/ev-poppler.cc:
6303         * shell/ev-jobs.c: (ev_job_render_new):
6304         * shell/ev-jobs.h:
6305         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6306         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6307         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6308         (ev_view_class_init):
6309
6310         Change selection color on focus in and focus out events.  Also,
6311         poppler now uses GdkColor for specifying the selection colors, so
6312         drop some awkward conversion code.
6313
6314 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6315
6316         * configure.ac: Added Hebrew translation
6317
6318 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6319
6320         * NOTES:
6321         * backend/ev-selection.c: (ev_selection_render_selection):
6322         * backend/ev-selection.h:
6323         * pdf/ev-poppler.cc:
6324         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6325         (ev_job_render_run):
6326         * shell/ev-jobs.h:
6327         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6328         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6329         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6330         (ev_pixbuf_cache_style_changed),
6331         (ev_pixbuf_cache_get_selection_pixbuf),
6332         (ev_pixbuf_cache_set_selection_list),
6333         (ev_pixbuf_cache_get_selection_list):
6334         * shell/ev-pixbuf-cache.h:
6335         * shell/ev-utils.c: (ev_print_region_contents):
6336         * shell/ev-utils.h:
6337         * shell/ev-view.c: (ev_view_queue_draw_page),
6338         (selection_update_idle_cb), (ev_view_motion_notify_event),
6339         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6340         (setup_caches), (ev_view_find_next), (merge_selection_region),
6341         (selection_free):
6342         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6343
6344         Clean up selection to be much smoother!
6345
6346 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6347
6348         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6349         to poppler_page_render_selection().
6350
6351 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * ps/ps-document.c: (save_page_list): Use
6354         unzipped document when printing. Thanks to 
6355         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6356         311016.
6357
6358 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6359
6360         * shell/ev-window.c: (update_action_sensitivity):
6361         
6362         Disable print and save respect to lockdown gconf keys. Fix
6363         for 312342.
6364
6365 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * configure.ac:
6368         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6369         (write_to_temp_file), (ev_file_set_contents):
6370         * shell/ev-utils.h:
6371         * shell/ev-window.c: (save_print_config_to_file):
6372         
6373         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6374         Fix for bug 312238
6375
6376 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6377
6378         * shell/ev-window.c: (load_print_config_from_file),
6379         (save_print_config_to_file), (ev_window_print_range):
6380
6381         Persist the print settings. Fixes bug #311578.
6382
6383 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * djvu/djvu-document.c: (djvu_document_get_page_size),
6386         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6387         (djvu_document_thumbnails_get_thumbnail):
6388         * dvi/dvi-document.c: (dvi_document_get_page_size),
6389         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6390         (dvi_document_thumbnails_get_dimensions),
6391         (dvi_document_thumbnails_get_thumbnail):
6392         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6393         (pixbuf_document_render_pixbuf),
6394         (pixbuf_document_document_iface_init),
6395         (pixbuf_document_thumbnails_get_thumbnail):
6396         
6397         Update backends to make them build with new rotation system.
6398
6399 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6400
6401         * help/C/figures/evince_start_window.png:
6402         
6403         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6404
6405 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6406
6407         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6408         * shell/ev-pixbuf-cache.h:
6409         * shell/ev-sidebar-thumbnails.c:
6410         (ev_sidebar_thumbnails_get_property), (add_range),
6411         (adjustment_changed_cb):
6412         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6413         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6414         we were thumbnailing the entire docment on startup, slowing us
6415         down hugely. 
6416
6417 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6418
6419         * shell/ev-page-cache.c: (ev_page_cache_new):
6420         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6421         == 0, fixes #310306.
6422
6423 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6424
6425         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6426         (ev_view_rotate_left):
6427
6428         Account rotation in doc_rect_to_view_rect.
6429         Ensure rotation doesnt go out of bounds.
6430
6431 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6432
6433         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6434
6435         Correct and cleanup w/h swapping
6436
6437 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6438
6439         * backend/ev-document-thumbnails.c:
6440         (ev_document_thumbnails_get_thumbnail):
6441         * backend/ev-document-thumbnails.h:
6442         * backend/ev-document.c:
6443         * backend/ev-document.h:
6444         * backend/ev-render-context.c: (ev_render_context_new),
6445         (ev_render_context_set_rotation):
6446         * backend/ev-render-context.h:
6447         * pdf/ev-poppler.cc:
6448         * ps/ps-document.c: (ps_document_document_iface_init):
6449         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6450         * shell/ev-jobs.h:
6451         * shell/ev-page-cache.c: (build_height_to_page),
6452         (ev_page_cache_new), (ev_page_cache_get_size),
6453         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6454         (ev_page_cache_get_height_to_page):
6455         * shell/ev-page-cache.h:
6456         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6457         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6458         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6459         (ev_pixbuf_cache_get_selection_pixbuf):
6460         * shell/ev-pixbuf-cache.h:
6461         * shell/ev-print-job.c: (idle_print_handler):
6462         * shell/ev-sidebar-thumbnails.c: (add_range):
6463         * shell/ev-view.c: (view_update_range_and_current_page),
6464         (get_page_y_offset), (get_page_extents),
6465         (ev_view_size_request_continuous_dual_page),
6466         (ev_view_size_request_continuous),
6467         (ev_view_size_request_dual_page),
6468         (ev_view_size_request_single_page), (draw_one_page),
6469         (ev_view_set_rotation), (ev_view_rotate_right),
6470         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6471         (ev_view_zoom_for_size_continuous_and_dual_page),
6472         (ev_view_zoom_for_size_continuous),
6473         (ev_view_zoom_for_size_dual_page),
6474         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6475         (ev_view_select_all):
6476         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6477         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6478         (tiff_document_document_iface_init),
6479         (tiff_document_thumbnails_get_thumbnail):
6480
6481         Use rotation rather than orientation. It's easier and enough
6482         for our needs.
6483
6484 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6485
6486         * shell/ev-page-cache.c: (build_height_to_page),
6487         (ev_page_cache_new), (ev_page_cache_get_size),
6488         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6489         (ev_page_cache_get_height_to_page):
6490         * shell/ev-page-cache.h:
6491         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6492         (ev_view_size_request_continuous_dual_page),
6493         (ev_view_size_request_continuous),
6494         (ev_view_zoom_for_size_continuous_and_dual_page),
6495         (ev_view_zoom_for_size_continuous):
6496
6497         Make the page cache aware of page orientation.
6498
6499 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6500
6501         * backend/ev-document-thumbnails.c:
6502         (ev_document_thumbnails_get_thumbnail):
6503         * backend/ev-document-thumbnails.h:
6504         * backend/ev-document.c:
6505         * backend/ev-document.h:
6506         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6507         * backend/ev-ps-exporter.h:
6508         * pdf/ev-poppler.cc:
6509         * ps/ps-document.c: (ps_document_document_iface_init),
6510         (ps_document_ps_export_do_page):
6511         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6512         * shell/ev-jobs.h:
6513         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6514         (ev_page_cache_get):
6515         * shell/ev-page-cache.h:
6516         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6517         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6518         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6519         * shell/ev-pixbuf-cache.h:
6520         * shell/ev-print-job.c: (idle_print_handler):
6521         * shell/ev-sidebar-thumbnails.c: (add_range):
6522         * shell/ev-view.c: (view_update_range_and_current_page),
6523         (get_page_extents), (ev_view_size_request_dual_page),
6524         (ev_view_size_request_single_page), (draw_one_page),
6525         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6526         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6527         (ev_view_zoom_for_size_dual_page),
6528         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6529         (ev_view_select_all):
6530         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6531         * tiff/tiff-document.c: (tiff_document_get_page_size),
6532         (tiff_document_get_orientation), (rotate_pixbuf),
6533         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6534         (tiff_document_thumbnails_get_thumbnail),
6535         (tiff_document_ps_export_do_page), (tiff_document_init):
6536
6537         Really make use of the orientation bit of the render context.
6538         Use the render context in a few more places in the backend API.
6539         This regress orientation, but now it's done right. Will try to
6540         fix it up asap...
6541
6542 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6543
6544         * shell/ev-view.c: (ensure_rectangle_is_visible):
6545
6546         Patch by Nickolay V. Shmyrev to fix find flickering
6547
6548 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6549
6550         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6551         duplex parameters to ::begin.
6552
6553         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6554         * shell/ev-print-job.c (idle_print_handler): 
6555         * ps/ps-document.c (ps_document_ps_export_begin): 
6556         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6557         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6558         implementations. Poppler backend needs poppler cvs. Rest has
6559         unchanged behavior.
6560
6561 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6562
6563         * shell/ev-window.c (using_pdf_printer): new function.
6564         (ev_window_print_range): print a less techy message if someone
6565         tries to print to PDF.
6566
6567 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6568
6569         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6570         from "unknown font" string. Bug #311431
6571
6572 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6573
6574         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6575
6576 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6577
6578         Bug #311280
6579         
6580         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6581         name for PopplerFontTypes
6582         (pdf_document_fonts_fill_model): add font type to the detail column
6583
6584         * backend/ev-document-fonts.h: added
6585         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6586
6587         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6588         font name and font details, add a little markup.
6589         (ev_properties_fonts_init): use the new cell data func, specify ypad
6590         property for the cell renderer.
6591         (ev_properties_fonts_set_document): add the details column.
6592
6593 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6594
6595         * configure.ac: Added "pl" to ALL_LINGUAS.
6596
6597 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6598
6599         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6600
6601 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6602
6603         * help/ChangeLog: Started this for translations of manual.
6604         * configure.ac, autogen.sh, .cvsignore: Migrated to
6605         gnome-doc-utils. Patch in bug #311222.
6606
6607 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6608
6609         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6610         #ifdef this away to fix an unused-function warning.
6611
6612 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6613
6614         * configure.ac: Added 'gl' to ALL_LINGUAS.
6615
6616 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6617
6618         * configure.ac: Added ne in ALL_LINGUAS
6619         
6620 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6621
6622         * shell/ev-view.c: (ev_view_leave_notify_event):
6623         
6624         Clear status message when pointer leaves view. Fix for bug
6625         #310818 
6626
6627 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6628
6629         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6630
6631 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6632
6633         * shell/ev-view.c: (ev_view_leave_notify_event),
6634         (ev_view_class_init):
6635         
6636         Set cursor to normal then leaving view.
6637
6638 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6639
6640         * configure.ac:
6641         
6642         Fix required djvulibre version.
6643
6644 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6645
6646         *configure.ac: Hindi (hi) language added
6647
6648 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6649
6650         *configure.ac: Punjabi (pa) Language added
6651
6652 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6653
6654         * data/evince-ui.xml, shell/ev-window.c:
6655         
6656         Add keypad accelerators for zooming. Fix for bug 308128.
6657
6658 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * Makefile.am:
6661         * backend/Makefile.am:
6662         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6663         * configure.ac:
6664         * shell/ev-document-types.c: (ev_document_types_add_filters):
6665
6666         Allow to enable/disable the pixbuf backend.
6667         Default to off for now. If we want it enabled we should
6668         really put mime types in the desktop, implement properties etc.
6669
6670         * properties/evince-properties.c:
6671
6672         Initialize error to NULL.
6673         Check error is not NULL before freeing.
6674
6675 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6676
6677         * shell/ev-window.c:
6678
6679         Use F5 as presentation accell
6680
6681 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6682
6683         * shell/ev-window.c: (update_chrome_visibility),
6684         (ev_window_create_fullscreen_popup), (ev_window_init):
6685
6686         Do not leak the fullscreen toolbar
6687
6688 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * shell/ev-window.c: (view_actions_focus_in_cb),
6691         (view_actions_focus_out_cb):
6692
6693         These has a return value! Fix totally random focus
6694         issues we was seeing.
6695
6696 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6697
6698         * shell/main.c: (load_files_remote):
6699
6700         Allow open more than one file
6701
6702 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6703
6704         * shell/main.c: (load_files_remote):
6705
6706         Fix for dbus 0.33. bug #309975
6707
6708 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * properties/ev-properties-main.c: (ev_properties_get_pages):
6711
6712         Actually return NULL for types we dont support
6713
6714 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6715
6716         * po/POTFILES.in:
6717
6718         Remove empty lines.
6719
6720 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6721
6722         * backend/ev-document-factory.c:
6723         (ev_document_factory_get_document):
6724
6725         Do not try to create the object if type
6726         is invalid.
6727
6728 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6729
6730         * ps/ps-document.c: (ps_document_dispose),
6731         (ps_async_renderer_render_pixbuf):
6732         * ps/ps-document.h:
6733
6734         Do not leak the target window
6735
6736 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6737
6738         * shell/ev-application.c: (ev_application_init):
6739
6740         Let tbe check file existence for us.
6741         Add a comment about eggrecent mime filter.
6742
6743 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6744
6745         * data/evince-ui.xml:
6746         * shell/ev-application.c: (ev_application_shutdown),
6747         (ev_application_init), (ev_application_get_toolbars_model),
6748         (ev_application_get_recent_model),
6749         (ev_application_save_toolbars_model):
6750         * shell/ev-application.h:
6751         * shell/ev-window.c: (ev_window_add_recent),
6752         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6753         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6754         (ev_window_init):
6755
6756         Use common toolbar and recent models for all windows.
6757         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6758
6759 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6760
6761         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6762         successfully check for gtk_icon_view_get_visible_range.
6763
6764 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6765
6766         * djvu/Makefile.am:
6767         * dvi/Makefile.am:
6768         
6769         Fix djvu and dvi backend build.
6770
6771 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6772
6773         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6774         (new_separator_pixbuf):
6775
6776         Don't leak windows.
6777
6778 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6779
6780         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6781
6782         HIGification of toolbar editor dialogue.
6783
6784 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6785
6786         * configure.ac:
6787         * shell/Makefile.am:
6788
6789         Ever build metadata manager since it's just
6790         disabled at runtime now.
6791
6792 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6793
6794         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6795         (ev_metadata_manager_get), (ev_metadata_manager_set):
6796         * shell/ev-metadata-manager.h:
6797
6798         Add an _init functions that enabled metadata management
6799         at runtime.
6800
6801         * shell/ev-window.c: (page_changed_cb),
6802         (setup_document_from_metadata), (ev_window_setup_document),
6803         (setup_view_from_metadata), (ev_window_open_uri),
6804         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6805         (ev_window_run_presentation), (ev_window_stop_presentation),
6806         (save_sizing_mode), (ev_window_zoom_changed_cb),
6807         (ev_window_continuous_changed_cb),
6808         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6809         (window_configure_event_cb):
6810
6811         Remove all ugly metadata define since we deal with it
6812         at runtime now.
6813
6814         * shell/main.c: (load_files_remote), (main):
6815
6816         Add support for dbus cvs head. Hopefully didnt break one
6817         of the other versions now!
6818
6819         If we dont get a response from the dbus server just
6820         give up with it and not enable metadata.
6821
6822 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * Makefile.am:
6825         * backend/Makefile.am:
6826         * configure.ac:
6827         * cut-n-paste/recent-files/Makefile.am:
6828         * cut-n-paste/toolbar-editor/Makefile.am:
6829         * cut-n-paste/zoom-control/Makefile.am:
6830         * lib/Makefile.am:
6831         * pdf/Makefile.am:
6832         * pixbuf/Makefile.am:
6833         * properties/Makefile.am:
6834         * ps/Makefile.am:
6835         * shell/Makefile.am:
6836         * thumbnailer/Makefile.am:
6837         * tiff/Makefile.am:
6838
6839         Make frontends depend on just libev.
6840         Rework and group CFLAGS/LIBS definitions.
6841         Cleanups.
6842
6843 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6844
6845         * shell/ev-window:
6846
6847         do not unnecessarily save zoom
6848
6849         * configure.ac:
6850         * lib/ev-file-helpers.c: (ev_dot_dir):
6851         * shell/Makefile.am:
6852         * shell/dummy.cc:
6853
6854         Some cleanups
6855
6856 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6857
6858         * configure.ac:
6859         
6860         Remove unnecessary dependencies
6861
6862 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * properties/Makefile.am:
6865         * thumbnailer/Makefile.am:
6866         * tiff/Makefile.am:
6867
6868         Some more cleanups. Was really necessary
6869         but I probably introduced bugs, feel free
6870         to flame :)
6871
6872 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * backend/Makefile.am:
6875         * configure.ac:
6876         * cut-n-paste/recent-files/Makefile.am:
6877         * cut-n-paste/toolbar-editor/Makefile.am:
6878         * cut-n-paste/zoom-control/Makefile.am:
6879         * lib/Makefile.am:
6880         * pdf/Makefile.am:
6881         * pixbuf/Makefile.am:
6882         * properties/Makefile.am:
6883         * ps/Makefile.am:
6884         * shell/Makefile.am:
6885         * thumbnailer/Makefile.am:
6886         * tiff/Makefile.am:
6887
6888         Use gnome-common macros when possible.
6889         Cleanup dependencies.
6890         Actually disable deprecated where possible.
6891
6892 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6893
6894         * Makefile.am:
6895         * backend/Makefile.am:
6896         * properties/Makefile.am:
6897         * shell/Makefile.am:
6898         * thumbnailer/Makefile.am:
6899
6900         This should solve the circular dep without
6901         requiring dir reorg!
6902
6903         * shell/ev-window.c: (setup_view_from_metadata):
6904
6905         Never restore window size/position when the
6906         window is already visible.
6907
6908 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6909
6910         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6911
6912         Return a boolean from timeout func. Fix ported from gedit.
6913
6914 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6915
6916         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6917
6918 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6919
6920         * shell/ev-document-types.c: set "All Documents" as default filter in
6921         open dialog
6922
6923 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6924
6925         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6926         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6927         (ev_metadata_manager_set_boolean): fix value/val thinko.
6928
6929 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6930
6931         * shell/ev-window.c: (setup_view_from_metadata),
6932         (window_state_event_cb), (window_configure_event_cb),
6933         (ev_window_init):
6934
6935         Remember window position and maximized state
6936
6937 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6938
6939         * configure.ac:
6940
6941         Fix DBUS configure checks.
6942
6943         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6944         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6945         (ev_metadata_manager_set_boolean):
6946
6947         Plug mem leaks.
6948
6949         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6950         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6951         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6952         (ev_window_continuous_changed_cb),
6953         (ev_window_dual_mode_changed_cb), (ev_window_new):
6954
6955         Fix the build without DBUS.
6956
6957 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6958
6959         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6960         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6961         (ev_metadata_manager_set_string),
6962         (ev_metadata_manager_set_boolean):
6963         * shell/ev-metadata-manager.h:
6964
6965         Add support for some more types
6966
6967         * shell/ev-view.c: (scroll_to_current_page),
6968         (ev_view_get_continuous), (ev_view_set_continuous),
6969         (ev_view_get_dual_page):
6970         * shell/ev-view.h:
6971         * shell/ev-window.c: (page_changed_cb),
6972         (setup_document_from_metadata), (ev_window_setup_document),
6973         (setup_view_from_metadata), (ev_window_open_uri),
6974         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6975         (ev_window_run_presentation), (ev_window_stop_presentation),
6976         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6977         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6978         (ev_window_update_dual_page_action),
6979         (ev_window_continuous_changed_cb),
6980         (ev_window_dual_mode_changed_cb), (ev_window_init):
6981
6982         Remember a bunch of view/document properties. Prolly some
6983         are still missing but it's getting interesting.
6984
6985 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6986
6987         * configure.ac: check if dbus-binding-tool is installed. Not the
6988         case on current Ubuntu breezy, it seems.
6989
6990 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6991
6992         * data/evince.desktop.in.in:
6993         
6994         Allow open uri lists and add TryExec field.
6995
6996 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6997
6998         * configure.ac:
6999
7000         Enable dbus when available, do not require a configure
7001         option.
7002
7003 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7004
7005         * configure.ac:
7006
7007         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7008         disabled.
7009
7010 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7011         Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7014         
7015         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7016         functions to the format required by dbus
7017
7018         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7019         errors. Use the RPC parameters in the expected way
7020
7021 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7022
7023         * Makefile.am:
7024         * properties/Makefile.am:
7025         * properties/ev-properties-main.c: (ev_properties_get_pages):
7026
7027         Support all mime types
7028
7029         * shell/Makefile.am:
7030         * thumbnailer/Makefile.am:
7031         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7032         (evince_thumbnail_pngenc_get):
7033
7034         Use the document factory
7035
7036 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7037
7038         * backend/Makefile.am:
7039         * backend/ev-document-factory.c:
7040         (mime_type_supported_by_gdk_pixbuf),
7041         (ev_document_type_get_from_mime),
7042         (ev_document_factory_get_document),
7043         (ev_document_factory_get_backend),
7044         (ev_document_factory_get_mime_types),
7045         (ev_document_factory_get_all_mime_types):
7046         * backend/ev-document-factory.h:
7047         * shell/Makefile.am:
7048         * shell/ev-document-types.c: (get_document_from_uri),
7049         (ev_document_types_get_document),
7050         (file_filter_add_mime_list_and_free),
7051         (ev_document_types_add_filters):
7052         * shell/ev-document-types.h:
7053         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7054         * shell/ev-properties-dialog.c:
7055         (ev_properties_dialog_set_document):
7056         * shell/ev-window.c: (ev_window_cmd_file_open),
7057         (ev_window_cmd_save_as):
7058         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7059
7060         Rework document types managing to avoid code duplication
7061         and actually abstract from backend implementations.
7062         Also provide a minimal factory api that can be used by
7063         thumbnailer/properties.
7064
7065 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7066
7067         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7068         Plug a mem leak.
7069         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7070         HIG spacings.
7071
7072 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7073
7074         * shell/ev-properties-dialog.c
7075         (ev_properties_dialog_set_document): only call
7076         ev_properties_fonts_set_document() if the document implements the
7077         fonts interface
7078
7079 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7080
7081         * configure.ac:
7082         * properties/Makefile.am:
7083         * properties/ev-properties-view.c:
7084         (ev_properties_view_register_type):
7085         * properties/ev-properties-view.h:
7086         * properties/ev-properties-main.h:
7087
7088         Implement nautilus plugin for properties.
7089         Works only for pdf atm, I need to rework the
7090         document types stuff to get this to work
7091         for all backends...
7092
7093 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7094
7095         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7096         (ev_properties_fonts_set_document): use
7097         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7098
7099 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7100
7101         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7102         them
7103         (PlaceImage, tiff2ps_process_page): use
7104         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7105
7106
7107 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7108
7109         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7110         (main): to call gnome_authentication_manager_init. Should fix
7111         Bug #308510
7112
7113         * configure.ac: that requires libgnomeui 2.6.0.
7114
7115 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7116
7117         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7118         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7119         use the new tiff2ps interfaces
7120
7121         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7122         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7123
7124         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7125         structure instead of global variables.  Remove use of static
7126         variables in functions.
7127
7128 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7129
7130         * shell/ev-page-action.c: unref the completion after setting it to the
7131         entry
7132
7133 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7134
7135         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7136         postscript files
7137
7138 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7139
7140         * shell/ev-window.c (update_action_sensitivity): disable
7141         File->Print if the document does not implement the ps exporter
7142         interface
7143
7144 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7145
7146         * Makefile.am:
7147         * configure.ac:
7148         * data/evince-properties.glade:
7149         * properties/.cvsignore:
7150         * properties/Makefile.am:
7151         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7152         (ev_properties_view_class_init), (ev_properties_view_format_date),
7153         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7154         (ev_properties_view_init), (ev_properties_view_new):
7155         * properties/ev-properties-view.h:
7156         * shell/Makefile.am:
7157         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7158         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7159         (ev_properties_dialog_new):
7160         * shell/ev-properties-dialog.h:
7161         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7162         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7163         (update_progress_label), (job_fonts_finished_cb),
7164         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7165         * shell/ev-properties-fonts.h:
7166         * shell/ev-properties.c:
7167         * shell/ev-properties.h:
7168         * shell/ev-window.c: (ev_window_setup_document),
7169         (ev_window_cmd_file_properties):
7170
7171         Split the properties pages in two different objects, depend
7172         only on the backend where possible, use widgets instead
7173         of gobject for the glade part, reimplement the dialog
7174         itself with gtk.
7175         I need this to implement nautilus properties page.
7176
7177 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7178
7179         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7180         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7181         (tiff_document_document_ps_exporter_iface_init): implement the ps
7182         exporter interface for tiff documents
7183
7184         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7185         libtiff to implement TIFF postscript export
7186
7187         * tiff/tiff2ps.h: added a header file for external tiff2ps
7188         functions.
7189
7190         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7191         tiff2ps.h
7192
7193 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7194
7195         * shell/ev-view.c: (scroll_to_current_page),
7196         (ev_view_set_fullscreen), (ev_view_set_presentation):
7197         
7198         Scroll to current page when exit from presentation
7199
7200 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7201
7202         * shell/ev-window.c: (update_document_mode),
7203         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7204         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7205         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7206         
7207         Exit from fullscreen mode when switch to presentation. Fix for
7208         bug 309365
7209
7210 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7211
7212         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7213         return NULL if the document does not implement the selection
7214         interface.
7215
7216 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7217
7218         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7219         reported height by using the resolution aspect ratio
7220         (tiff_document_render_pixbuf): scale the pixbuf using the
7221         resolution aspect ratio
7222
7223 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * configure.ac:
7226         
7227         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7228         <kiltedaco@gmail.com>
7229         
7230         * djvu/djvu-document.c: (djvu_document_get_orientation),
7231         (djvu_document_set_orientation), (djvu_document_get_page_size),
7232         (rotate_pixbuf), (djvu_document_render_pixbuf),
7233         (djvu_document_document_iface_init):
7234         * dvi/dvi-document.c: (dvi_document_get_orientation),
7235         (dvi_document_set_orientation), (dvi_document_get_page_size),
7236         (rotate_pixbuf), (dvi_document_render_pixbuf),
7237         (dvi_document_document_iface_init):
7238         
7239         Dvi and djvu backends are ported to new API
7240
7241 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7242
7243         * backend/ev-selection.c: (ev_selection_get_selection_region),
7244         (ev_selection_get_selection_map):
7245         * backend/ev-selection.h:
7246         * pdf/ev-poppler.cc:
7247         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7248         * shell/ev-jobs.h:
7249         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7250         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7251         (ev_pixbuf_cache_get_text_mapping):
7252         * shell/ev-pixbuf-cache.h:
7253         * shell/ev-view.c: (location_in_text),
7254         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7255         support to EvView.  Now we can see where we can select!  Sweet!
7256
7257 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7258
7259         * shell/ev-view.c (ev_view_button_press_event): Fix
7260         event->y + view->scroll_x typo.
7261
7262 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7263
7264         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7265         sub-GdkPixbuf instead of passing dest_x and dest_y.
7266         
7267         * shell/ev-view.c: (view_point_to_doc_point),
7268         (view_rect_to_doc_rect), (ev_view_button_press_event),
7269         (ev_view_motion_notify_event), (compute_new_selection_rect),
7270         (gdk_rectangle_point_in), (compute_new_selection_text),
7271         (compute_selections): Update selection code to keep the selection
7272         around as two points and not as a normalized rectangle, and fix
7273         page level selection in two-column mode.
7274
7275 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7276
7277         * shell/ev-window.c: (window_configure_event_cb): 
7278         
7279         Fix compilation
7280         
7281 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * pdf/ev-poppler.cc:
7284
7285         Fix compilation
7286
7287 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7288
7289         * shell/Makefile.am:
7290         * shell/ev-metadata-manager.c: (item_free),
7291         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7292         (parse_value), (parseItem), (load_values),
7293         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7294         (save_values), (save_item), (get_oldest), (resize_items),
7295         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7296         * shell/ev-metadata-manager.h:
7297
7298         Metadata manager from gedit but modified to use GValue, so that
7299         we dont need to keep converting from strings.
7300
7301         * configure.ac:
7302
7303         ENABLE_METADATA conditional, on when dbus is on
7304
7305         * shell/ev-application.c: (ev_application_open_uri):
7306
7307         Show the window after load so that we can initialize
7308         window size before it's showed.
7309
7310         * shell/ev-window.c: (ev_window_setup_from_metadata),
7311         (ev_window_open_uri), (window_configure_event_cb),
7312         (ev_window_init):
7313
7314         Save and load metadata information about window size.
7315         Not yet keeping states in account.
7316
7317         * shell/main.c: (main):
7318
7319         Shutdown metadata manager.
7320
7321 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * shell/ev-application-service.xml:
7324         * configure.ac:
7325         * shell/Makefile.am:
7326         * shell/ev-application.c:
7327         * shell/ev-application.h:
7328         * shell/ev-window.c:
7329         * shell/ev-window.h:
7330         * shell/main.c:
7331
7332         Add an optional dbus interface (--enable-dbus).
7333         Rework application code, mainly to be easier to
7334         use "remotely".
7335         Do not open multiple windows with the same document,
7336         spatial evince!
7337
7338 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7339
7340         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7341         pixbuf iff it exists.
7342
7343 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7344
7345         * shell/*:
7346         * backend/ev-render-context.[ch]:
7347         * backend/ev-selection.[ch]:
7348
7349         Massive changes.  We now support text selection of pdfs, and not
7350         just rectangular selection.  This is pretty broken still, but I
7351         want to get something into CVS.
7352
7353 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * pdf/ev-poppler.cc:
7356         
7357         Fix for Bug 309080: crash on window close.
7358         
7359         * shell/ev-page-action.c: (page_changed_cb):
7360         
7361         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7362         jensgr@gmx.net (Jens Granseuer).
7363
7364 2005-06-25  Marcel Telka  <marcel@telka.sk>
7365
7366         * configure.in (ALL_LINGUAS): Added sk.
7367
7368 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7369
7370         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7371         not a document open
7372
7373 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * NEWS:
7376         * configure.ac:
7377
7378         Release 0.3.2
7379
7380         * cut-n-paste/recent-files/Makefile.am:
7381
7382         Fix make distcheck
7383
7384 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7385
7386         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7387         (pixbuf_document_set_orientation), (rotate_pixbuf),
7388         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7389         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7390
7391         Implement rotation and cleanup the code a bit.
7392
7393         * tiff/tiff-document.c: (tiff_document_get_page_size),
7394         (tiff_document_get_orientation), (tiff_document_set_orientation),
7395         (rotate_pixbuf), (tiff_document_render_pixbuf),
7396         (tiff_document_document_iface_init), (tiff_document_init):
7397
7398         Implement rotation. Was the quicker solution for the release
7399         but we really need to share this code in the shell.
7400
7401 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * pdf/ev-poppler.cc:
7404
7405         Enable rotation, require poppler cvs. Fix a leak.
7406
7407 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7408
7409         * shell/ev-window.c: (update_action_sensitivity):
7410         
7411         Make properties unsensitive if document backend doesn't provide
7412         any info
7413
7414 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7417         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7418         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7419         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7420         (bitmap_flip_rotate_counter_clockwise):
7421         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7422         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7423         (buff_gets):
7424         * dvi/mdvi-lib/common.h:
7425         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7426         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7427         (opendvi), (mdvi_reload), (mdvi_init_context),
7428         (mdvi_destroy_context), (mdvi_dopage), (special):
7429         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7430         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7431         (file_hash_free), (register_encoding), (parse_spec),
7432         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7433         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7434         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7435         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7436         (mdvi_register_font_type), (mdvi_unregister_font_type),
7437         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7438         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7439         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7440         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7441         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7442         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7443         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7444         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7445         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7446         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7447         (mdvi_unregister_special), (mdvi_flush_specials):
7448         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7449         (t1_font_remove):
7450         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7451         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7452         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7453         (free_font_metrics), (flush_font_metrics):
7454         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7455         (tt_font_remove):
7456         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7457         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7458         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7459         (dstring_insert), (dstring_new), (dstring_reset):
7460         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7461         
7462         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7463         avoid conflict with libtool on FC4
7464         
7465         * shell/ev-window.c: (ev_window_cmd_help_about):
7466         
7467         Update copyright year. Fix for bug 308828.
7468
7469 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7470
7471         * shell/ev-view.c: (add_scroll_binding_keypad),
7472         (ev_view_binding_activated), (ev_view_class_init),
7473         (on_adjustment_value_changed):
7474         
7475         Bug 170874: Arrow keys switch pages in presentation mode
7476
7477 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7478
7479         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7480         
7481         Fix for Bug 308265: Sidebar dissappears coming out of 
7482         Presentation mode
7483
7484 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * shell/ev-application.c: (ev_application_open):
7487         * shell/ev-document-types.c: (ev_document_types_add_filters),
7488         (ev_document_types_add_filters_for_type):
7489         * shell/ev-document-types.h:
7490         * shell/ev-window.c: (ev_window_cmd_save_as):
7491         
7492         Suggest basename as template when saving, provide filters
7493         for save dialog. It's bug 308402
7494
7495 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * pdf/ev-poppler.cc:
7498         * shell/ev-sidebar-links.c: (job_finished_callback):
7499         * shell/ev-view.c: (update_find_status_message):
7500         
7501         Some leaks fixed
7502
7503 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7504
7505         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7506         (egg_recent_view_uimanager_set_list):
7507
7508         Fix buglet in !show_numbers case.
7509
7510 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7511
7512         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7513         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7514
7515         Use pango ellipsisation.
7516
7517         * pdf/ev-poppler.cc:
7518
7519         Fix refcount leak, from nsh.
7520
7521 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7522
7523         * cut-n-paste/recent-files/Makefile.am:
7524         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7525         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7526         
7527         Removed EggRecentViewGtk
7528         
7529         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7530         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7531         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7532         (ev_window_setup_recent):
7533         
7534         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7535         with other projects
7536
7537 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7540         (egg_recent_view_gtk_finalize):
7541
7542         Fix memory leak
7543
7544         * cut-n-paste/toolbar-editor/Makefile.am:
7545         
7546         Fix location of cursor icon.
7547         
7548         * pdf/ev-poppler.cc:
7549         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7550         (display_completion_text), (match_completion):
7551         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7552         (selection_changed_callback), (create_loading_model),
7553         (print_section_cb), (links_page_num_func),
7554         (update_page_callback_foreach):
7555         * shell/ev-window.c: (ev_window_dispose):
7556         
7557         Small memory fixes. Links model now store objects instead
7558         of pointers to improve memory management. 
7559
7560 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7561
7562         * shell/ev-window.c: (zoom_control_changed_cb):
7563         
7564         Fix update of zoom control (bug 308268).
7565
7566 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7567
7568         * shell/ev-properties.c (set_property): escape the text correctly.
7569         Handles non-UTF-8 properties and escaped properties.  Also, sets
7570         the text to "<i>None</i>" if the property isn't set.
7571
7572         * data/evince-properties.glade: Change the label to be ellipsized,
7573         and give it a minimum size.
7574
7575 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7578         * shell/ev-sidebar-links.c: (create_loading_model):
7579         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7580         * shell/ev-view.c: (ev_view_set_document):
7581         * shell/ev-window.c: (ev_window_dispose):
7582         
7583         Various small fixes, mostly memory leaks. Thanks to valgrind.
7584
7585 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7586
7587         * ps/ps-document.c: remove the locale.h include again ;-). And
7588         kill the (bogus) setlocale/savelocale business.
7589
7590 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7591
7592         * ps/ps-document.c:
7593         
7594         Include locale.h to fix build
7595         
7596         * shell/ev-sidebar.c:
7597         
7598         Remove unnecessary includes
7599
7600 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * dvi/dvi-document.c: (dvi_document_load):
7603         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7604         * po/POTFILES.in:
7605         
7606         Check for incorrect dvi files. Fix parsing dvi on AMD64
7607         platform. Thanks to tester@tester.ca (Olivier Crete).
7608
7609 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * shell/ev-page-action.c: (match_selected_cb),
7612         (display_completion_text), (match_completion), (update_model):
7613         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7614         (expand_open_links):
7615         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7616         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7617         (ev_sidebar_set_document):
7618         * shell/ev-window.c: (ev_window_xfer_job_cb),
7619         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7620         
7621         Fixed lot's of memory leaks, for example, memory leak on reload, 
7622         described in bug 307793.
7623
7624 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7625
7626         * pdf/ev-poppler.cc:
7627         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7628         (update_visible_range), (adjustment_changed_cb),
7629         (ev_sidebar_thumbnails_fill_model),
7630         (ev_sidebar_thumbnails_refresh),
7631         (ev_sidebar_tree_selection_changed),
7632         (ev_sidebar_icon_selection_changed),
7633         (ev_sidebar_thumbnails_use_icon_view),
7634         (ev_sidebar_thumbnails_set_document):
7635         * shell/ev-sidebar-thumbnails.h:
7636         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7637         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7638
7639         Refresh thumbnails when changing orientation. Not fully
7640         working yet becuase of a sidebar bug.
7641
7642         Set page orientation to poppler page everywhere. This sucks
7643         really need to fix poppler.
7644
7645 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7646
7647         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7648         (egg_recent_view_gtk_new_menu_item),
7649         (egg_recent_view_gtk_set_property),
7650         (egg_recent_view_gtk_get_property),
7651         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7652         (egg_recent_view_gtk_set_tooltip_func),
7653         (egg_recent_view_gtk_set_label_width),
7654         (egg_recent_view_gtk_get_label_width):
7655         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7656
7657         Sync with libegg (ellipsize labels)
7658
7659 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * data/evince-ui.xml:
7662         * shell/ev-window.c: (ev_window_cmd_go_forward),
7663         (ev_window_cmd_go_backward):
7664         
7665         Shift + PageUp moves 10 Pages. Fix for 306125
7666
7667 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7668
7669         * pdf/ev-poppler.cc:
7670
7671         Add a flag to check if orientation has been overriden
7672
7673 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7674
7675         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7676         field if necessary.
7677
7678         * ps/ps.h: add creator field to document.
7679
7680         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7681         set creator field.
7682
7683 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7684
7685         * data/evince-properties.glade:
7686         * shell/ev-properties.c: (ev_properties_set_document):
7687
7688         s/PDF Version/Format
7689
7690 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7691
7692         * shell/ev-properties.c: (ev_properties_set_document):
7693
7694         Remove unnecessary translations
7695
7696 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * cut-n-paste/toolbar-editor/Makefile.am:
7699
7700         Correct library name    
7701
7702 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7703
7704         * configure.ac:
7705         * cut-n-paste/recent-files/egg-recent-model.c:
7706         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7707         (egg_recent_model_unlock_file):
7708         * cut-n-paste/recent-files/egg-recent-util.c:
7709         (egg_recent_util_get_unique_id):
7710         * cut-n-paste/recent-files/update-from-egg.sh:
7711         * cut-n-paste/toolbar-editor/Makefile.am:
7712         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7713         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7714         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7715         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7716         (egg_toolbars_model_get_type):
7717         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7718
7719         Better makefile for toolbar editor and update everything
7720         to latest libegg.
7721
7722 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7723
7724         * shell/ev-window.c: (update_document_mode):
7725
7726         Prefer presentation mode when the document
7727         require fullscreen.
7728
7729 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * data/evince-ui.xml:
7732         * shell/ev-window.c:
7733
7734         Add control-equal for zooming
7735
7736 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7737
7738         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7739
7740 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * backend/ev-document.c: (ev_document_get_orientation):
7743         * backend/ev-document.h:
7744         * pdf/ev-poppler.cc:
7745         * ps/ps-document.c: (ps_document_get_orientation),
7746         (ps_document_set_orientation), (ps_document_document_iface_init):
7747
7748         Add a get_orientation api. Improve set_orientation.
7749
7750         * data/evince-ui.xml:
7751         * shell/ev-view.c: (ev_view_set_orientation),
7752         (ev_view_rotate_right), (ev_view_rotate_left):
7753         * shell/ev-view.h:
7754         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7755         (ev_window_cmd_edit_rotate_right):
7756
7757         Better ui for changing document orientation
7758
7759 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7760
7761         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7762         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7763         * shell/ev-sidebar-links.h:
7764         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7765         (ev_sidebar_page_iface_init):
7766         * shell/ev-sidebar-page.h:
7767         * shell/ev-sidebar-thumbnails.c:
7768         (ev_sidebar_thumbnails_get_property),
7769         (ev_sidebar_thumbnails_class_init),
7770         (ev_sidebar_thumbnails_set_document):
7771         * shell/ev-sidebar-thumbnails.h:
7772         * shell/ev-view.c: (ev_view_motion_notify_event):
7773         * shell/ev-window.c: (update_chrome_visibility),
7774         (ev_window_cmd_focus_page_selector),
7775         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7776         (sidebar_page_main_widget_update_cb), (ev_window_init):
7777         
7778         Autoraise toolbar on GoToPage binding and fix bindings in
7779         EvSidebarThumbnails page.
7780
7781 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7782
7783         * shell/ev-properties.c: (update_progress_label):
7784
7785         Hide the progress label when finished; bug #307697.
7786
7787 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7788
7789         * pdf/ev-poppler.cc:
7790
7791         Enable is_open for links, you will need poppler cvs
7792
7793         * shell/ev-properties.c: (job_fonts_finished_cb):
7794
7795         Get a lock on the document when filling the tree view
7796
7797 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7798
7799         * backend/ev-document-links.h:
7800         * pdf/ev-poppler.cc:
7801         * shell/ev-sidebar-links.c: (create_loading_model),
7802         (expand_open_links), (job_finished_callback):
7803
7804         Expand links when specified by the document.
7805         Depend on a poppler api (defined out for now)
7806
7807 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7808
7809         * shell/ev-properties.c: (ev_properties_dispose),
7810         (ev_properties_class_init), (dialog_destroy_cb),
7811         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7812         (ev_properties_set_document), (ev_properties_new),
7813         (ev_properties_show):
7814         * shell/ev-properties.h:
7815
7816         Make it an object, cleanup the code, api to show it as transient
7817         and to set the document.
7818
7819         * shell/ev-window.c: (ev_window_setup_document),
7820         (ev_window_cmd_file_properties):
7821
7822         Adapt to EvProperties changes, do not show multiple
7823         times, update it when document changes.
7824
7825 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7826
7827         * ps/gstypes.h:
7828         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7829         (ps_document_set_orientation), (ps_document_document_iface_init):
7830         * ps/ps-document.h:
7831
7832         Implement orientation here too
7833
7834         * shell/ev-properties.c: (ev_properties_new):
7835         * data/evince-properties.glade:
7836
7837         Hide the fonts page for backends that doesnt
7838         support it.     
7839
7840 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7841
7842         * backend/ev-document.c: (ev_document_set_orientation):
7843         * backend/ev-document.h:
7844         * pdf/ev-poppler.cc:
7845
7846         Add orientation api. Currently poppler api is not optimal,
7847         we need to set orientation every time we _get a page.
7848         I will try to fix that at some point.
7849
7850         * data/evince-ui.xml:
7851         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7852         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7853
7854         Add orientation menu items
7855
7856         * shell/ev-page-cache.c: (ev_page_cache_clear):
7857         * shell/ev-page-cache.h:
7858
7859         Add api to clear the cache
7860
7861         * shell/ev-view.c: (setup_caches), (clear_caches),
7862         (ev_view_set_document), (ev_view_zoom_out),
7863         (ev_view_set_orientation):
7864         * shell/ev-view.h:
7865
7866         Implement orientation changing
7867
7868 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7869
7870         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7871         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7872         * backend/ev-document-fonts.h:
7873
7874         Separate scan and fill so that we can incrementally fill from
7875         the main thread. Add a progress api.
7876
7877         * data/evince-properties.glade:
7878         * pdf/ev-poppler.cc:
7879         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7880         * shell/ev-jobs.h:
7881         * shell/ev-properties.c: (update_progress_label),
7882         (job_fonts_finished_cb), (setup_fonts_view):
7883
7884         Incrementally feel the list and show the progress
7885         percentage in a label like acrobat does.
7886
7887         You are going to need poppler cvs
7888
7889 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7890
7891         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7892         * backend/ev-document-fonts.h:
7893         * pdf/ev-poppler.cc:
7894
7895         Make fonts model fill incrementally.
7896
7897         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7898         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7899         (ev_job_queue_remove_job):
7900         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7901         (ev_job_fonts_new), (ev_job_fonts_run):
7902         * shell/ev-jobs.h:
7903
7904         New job for fonts scanning
7905
7906         * shell/ev-properties.c: (job_fonts_finished_cb),
7907         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7908         * shell/ev-properties.h:
7909         * shell/ev-window.c: (ev_window_cmd_file_properties):
7910
7911         Incrementally feel the treeview using the new job. Show Loading...
7912         message until scanning is completed.
7913
7914         Hopefully I didnt break the build without the poppler patch.
7915
7916 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7917
7918         * shell/ev-application.c: (ev_application_open):
7919         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7920         (ev_document_type_get_type), (ev_document_type_lookup):
7921         * shell/ev-document-types.h:
7922         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7923         * shell/ev-job-xfer.h:
7924         * shell/ev-window.c: (ev_window_clear_local_uri),
7925         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7926         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7927         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7928         
7929         Transfer remote documents to tmp directory to display them later.
7930
7931 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7932
7933         * backend/ev-document-info.h:
7934         * shell/ev-properties.c: (ev_properties_new):
7935
7936         s/GTime*/GTime. Not sure why we was using a pointer
7937         at all there!
7938
7939 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7940
7941         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7942         situations.  That situation is that you're using GTK+-HEAD with
7943         the patch at #306726 is applied, and you have a document with <
7944         1500 pages in it.  It's not quite as uniformly nice as the
7945         TreeView, but should be better in the long run.
7946
7947         I'm pretty sure I guarded against breaking compilation with
7948         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7949         I missed some.
7950
7951         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7952         widget yet, so I commented that code out
7953         enable_view_actions_for_widget() for now.  Need to figure this
7954         out.
7955
7956         * shell/ev-page-action.c (match_selected_cb): emit the right
7957         signals.  Our cool C-l completion now works.
7958
7959 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7960
7961         * backend/Makefile.am:
7962         * backend/ev-document-fonts.c:
7963         * backend/ev-document-links.c:
7964         * backend/ev-document.c: (ev_document_load):
7965         * backend/ev-document.h:
7966         * backend/ev-job-queue.c:
7967         * backend/ev-job-queue.h:
7968         * backend/ev-jobs.c:
7969         * backend/ev-jobs.h:
7970         * backend/ev-page-cache.c:
7971         * backend/ev-page-cache.h:
7972
7973         EvPageCache and EvJobs are moved to shell.
7974
7975         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7976         (ev_tmp_filename):
7977         * lib/ev-file-helpers.h:
7978         
7979         New helper to work with temporary files
7980         
7981         * shell/Makefile.am:
7982         * shell/ev-application.c: (ev_application_open):
7983         * shell/ev-application.h:
7984         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7985         (remove_job_from_async_queue), (add_job_to_async_queue),
7986         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7987         (handle_job), (search_for_jobs_unlocked),
7988         (no_jobs_available_unlocked), (ev_render_thread),
7989         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7990         (ev_job_queue_add_job), (move_job_async), (move_job),
7991         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7992         * shell/ev-job-queue.h:
7993         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7994         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7995         * shell/ev-job-xfer.h:
7996         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7997         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7998         (ev_job_links_class_init), (ev_job_render_init),
7999         (ev_job_render_dispose), (ev_job_render_class_init),
8000         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8001         (ev_job_thumbnail_class_init), (ev_job_load_init),
8002         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8003         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8004         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8005         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8006         * shell/ev-jobs.h:
8007         * shell/ev-page-action.c: (ev_page_action_set_document):
8008         * shell/ev-page-cache.c: (ev_page_cache_init),
8009         (ev_page_cache_class_init), (ev_page_cache_finalize),
8010         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8011         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8012         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8013         (ev_page_cache_get_title), (ev_page_cache_get_size),
8014         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8015         (ev_page_cache_get_height_to_page),
8016         (ev_page_cache_get_max_label_chars),
8017         (ev_page_cache_get_page_label),
8018         (ev_page_cache_has_nonnumeric_page_labels),
8019         (ev_page_cache_get_info), (ev_page_cache_next_page),
8020         (ev_page_cache_prev_page), (ev_page_cache_get):
8021         * shell/ev-page-cache.h:
8022         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8023         (ev_pixbuf_cache_clear_job_sizes),
8024         (ev_pixbuf_cache_add_jobs_if_needed),
8025         (ev_pixbuf_cache_set_page_range):
8026         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8027         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8028         * shell/ev-sidebar-thumbnails.c:
8029         (ev_sidebar_tree_selection_changed),
8030         (ev_sidebar_thumbnails_set_document):
8031         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8032         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8033         (ev_statusbar_get_context_id), (ev_statusbar_push),
8034         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8035         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8036         (ev_statusbar_set_progress):
8037         * shell/ev-statusbar.h:
8038         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8039         (ev_view_find_previous):
8040         * shell/ev-window.c: (ev_window_is_empty),
8041         (ev_window_setup_document), (password_dialog_response),
8042         (ev_window_clear_jobs), (ev_window_load_job_cb),
8043         (ev_window_xfer_job_cb), (ev_window_open_uri),
8044         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8045         (ev_window_print), (ev_window_print_range),
8046         (ev_window_state_event), (ev_window_cmd_view_reload),
8047         (menu_item_select_cb), (menu_item_deselect_cb),
8048         (view_status_changed_cb), (ev_window_dispose),
8049         (drag_data_received_cb), (ev_window_init):
8050         * shell/ev-window.h:
8051         * shell/main.c: (load_files):
8052         
8053         New statusbar to show progress on idle. Two new jobs - 
8054         xfer job and load job to load document in background. And update
8055         of page_cache clients to new location of code.
8056
8057 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8058   
8059         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8060         selection in open dialog. It also remembers the last visited directory 
8061         in the current session.
8062
8063 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8064
8065         * shell/ev-properties.c: (ev_properties_new):
8066         * shell/ev-properties.h:
8067         * shell/ev-window.c: (ev_window_cmd_file_properties):
8068         
8069         Get document info from page cache instead of document itself.
8070         This should fix crash related to race conditions described in
8071         bug 306545.
8072
8073 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8074
8075         * ps/ps-document.c: (ps_document_init),
8076         (send_ps), (get_page_box), (output), (catchPipe), (input),
8077         (stop_interpreter), (file_length), (file_readable),
8078         (check_filecompressedb), (ps_document_enable_interpreter),
8079         (document_load), (ps_async_renderer_render_pixbuf):
8080         * ps/ps-document.h:
8081
8082         Big cleanup of the ps code
8083
8084 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8085
8086         * backend/Makefile.am:
8087         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8088         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8089         * backend/ev-async-renderer.h:
8090
8091         Add an async renderer interface (method + callback) which
8092         is useful for backends like ps.
8093
8094         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8095         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8096         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8097         (ev_job_queue_add_job), (move_job_async), (move_job),
8098         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8099
8100         Add queues for async renderer, these are executed on the
8101         main thread.
8102
8103         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8104         (ev_job_render_run):
8105         * backend/ev-jobs.h:
8106
8107         If the backend support async renderer interface use it.
8108
8109         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8110         (setup_pixmap), (ps_document_get_type),
8111         (ps_async_renderer_render_pixbuf),
8112         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8113
8114         Implement async renderer interface.
8115
8116 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8117
8118         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8119
8120         Cleanup links job on exit.
8121
8122 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8125         (drag_data_get_cb), (drag_data_received_cb):
8126         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8127         (drag_data_get_cb), (parse_item_list),
8128         (egg_toolbar_editor_load_actions):
8129         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8130         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8131         (parse_item_list), (parse_toolbars):
8132         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8133         (dvi_pixbuf_put_pixel):
8134         
8135         Fix gcc 4.0 warnings
8136
8137 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8138
8139         * ps/ps-document.c: (start_interpreter):
8140
8141         Fix warning when loading ps
8142
8143 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8144
8145         * ps/ps-document.c: (output):
8146
8147         Fix crash when priting gs error messages.
8148
8149 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8150
8151         * backend/ev-page-cache.c: (_ev_page_cache_new):
8152         * backend/ev-page-cache.h:
8153
8154         Use a const to return title so that we dont double
8155         free it. Small cleanup and fix a leak.
8156
8157         * shell/ev-window.c: (update_window_title):
8158
8159         strdup value from get_title.
8160
8161 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8162
8163         * shell/ev-sidebar-links.c: (job_finished_callback),
8164         (ev_sidebar_links_set_document):
8165
8166         Cleanup the old job when changing document
8167
8168 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8169
8170         * shell/ev-stock-icons.c:
8171         * shell/ev-stock-icons.h:
8172         * shell/ev-window.c:
8173         
8174         Add stock icons for actions that can appear in toolbar. Fix for
8175         bug 306566.
8176
8177 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8178
8179         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8180         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8181         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8182         * backend/ev-page-cache.h:
8183         * shell/ev-view.c: (scroll_to_current_page),
8184         (view_update_range_and_current_page), (get_page_y_offset),
8185         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8186         (ev_view_size_request_continuous),
8187         (ev_view_zoom_for_size_continuous_and_dual_page),
8188         (ev_view_zoom_for_size_continuous):
8189         
8190         More compact EvView layout in document with pages of different size.
8191
8192 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8193
8194         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8195         compilation.
8196
8197 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8198
8199         * shell/ev-view.c: (view_set_adjustment_values):
8200         * shell/ev-window.c: (ev_window_cmd_file_properties):
8201         
8202         A bit different fix for rounding problem but it has no
8203         problems on startup. Make properties window transient to parent.
8204
8205 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8206
8207         * pdf/ev-poppler.cc:
8208         
8209         More commenting of font stuff.
8210
8211 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8212
8213         * pdf/ev-poppler.cc:
8214
8215         Comment out some more fonts stuff. Should really
8216         work without the poppler patch now.
8217
8218 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8219
8220         * pdf/ev-poppler.cc:
8221
8222         Adapt to api change
8223
8224 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8225
8226         * data/evince-properties.glade:
8227         * pdf/ev-poppler.cc:
8228         * shell/ev-properties.c: (setup_fonts_view):
8229
8230         Set the column title. Show the dialog only
8231         once everything is setup.
8232         Getting font info can be very slow... will
8233         prolly need to make this threaded too.
8234
8235 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8236
8237         * backend/Makefile.am:
8238         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8239         (ev_document_fonts_get_fonts_model):
8240         * backend/ev-document-fonts.h:
8241         * data/evince-properties.glade:
8242         * pdf/ev-poppler.cc:
8243         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8244         * shell/ev-properties.h:
8245         * shell/ev-window.c: (ev_window_cmd_file_properties):
8246
8247         Implement fonts list. Defined out for now, since it depends
8248         on a not yet committed poppler patch.
8249
8250 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8251
8252         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8253         page + 1.
8254
8255         * shell/ev-window.c: Make sure we add the timeout when we get a
8256         focus-in event.
8257
8258         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8259         adjustment->value before calculating the zoom factor to average
8260         out all of our rounding errors.  The page no longer 'drifts' when
8261         resizing.
8262
8263 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8264
8265         * data/evince-properties.glade:
8266         * shell/ev-properties.c: (ev_properties_format_date),
8267         (set_property):
8268         
8269         Labels don't expand when the dialogue is resized.
8270         strftime result needs to be converted to UTF-8. Thanks
8271         to Christian Persch <chpe@gnome.org>.
8272
8273 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8274
8275         * data/evince-properties.glade:
8276
8277         Hide the fonts tab
8278
8279 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8280
8281         * backend/ev-document-info.h:
8282         * backend/ev-document.c: (ev_document_info_free):
8283         * data/evince-properties.glade:
8284         * pdf/ev-poppler.cc:
8285         * ps/ps-document.c: (ps_document_get_info):
8286         * shell/ev-properties.c: (ev_properties_format_date),
8287         (set_property), (ev_properties_new):
8288         * shell/ev-properties.h:
8289         * shell/ev-window.c: (ev_window_cmd_file_properties):
8290
8291         Rework properties code to take only EvPropertyInfo
8292         in the constructor so that it can be useful for
8293         nautilus plugin too.
8294
8295         Deal with backends that doesnt support some properties.
8296         Make set property code generic.
8297
8298 2005-06-04  Christian Persch <chpe@gnome.org>
8299
8300         * data/evince-properties.glade:
8301
8302         fix spacings, make resizeable, and make data labels
8303         selectable + ellipsised
8304
8305 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8306
8307         * backend/ev-document-info.h:
8308         * data/Makefile.am:
8309         * data/evince-ui.xml:
8310         * pdf/ev-poppler.cc:
8311         * shell/Makefile.am:
8312         * shell/ev-window.c: (update_action_sensitivity),
8313         (ev_window_cmd_file_properties):
8314
8315         Initial go at file properties. Patch by
8316         Emil Soleyman-Zomalan <emil@soleyman.com>.
8317         Needs love see #169583
8318
8319 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8320
8321         * ps/ps-document.c: (output):
8322         * ps/ps.c: (psscan):
8323
8324         Try to render even if psscan fails.
8325
8326 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8327
8328         * ps/ps.c: (psscan), (pscopydoc):
8329
8330         Port buffered reading code from gv
8331
8332 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8333
8334         * ps/ps-document.c: (interpreter_message), (output):
8335
8336         Do not fail on interpreter messages
8337
8338 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8339
8340         * backend/ev-document-misc.c:
8341         (ev_document_misc_get_thumbnail_frame):
8342
8343         Pages can be 0 x 0, dont assert on this case
8344
8345 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8346
8347         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8348         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8349
8350         Correctly manage our reference on document. Finally the reload
8351         huge leak is gone...
8352
8353 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8354
8355         * ps/ps-document.c: (ps_document_dispose):
8356
8357         Forgot to chain it to the parent. Thanks chpe.
8358
8359 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8360
8361         * ps/ps-document.c: (ps_document_dispose),
8362         (ps_document_class_init), (stop_interpreter), (document_load):
8363
8364         Cleanup dispose a bit. Dont leak the whole pixmap.
8365
8366 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8367
8368         * pdf/ev-poppler.cc:
8369
8370         Release the poppler document on dispose
8371
8372 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8373
8374         * shell/ev-view.c: (ev_view_set_document):
8375
8376         Release ref on the pixbuf cache when changing
8377         document.
8378
8379 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8380
8381         * ps/ps-document.c: (ps_document_get_info):
8382
8383         Fix a double free
8384
8385 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8386
8387         * backend/ev-page-cache.c: (ev_page_cache_init),
8388         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8389         * backend/ev-page-cache.h:
8390         * shell/ev-page-action.c: (page_changed_cb):
8391         
8392         Set page action entry width depending on labels width. Fix
8393         for bug 305202.
8394
8395 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * backend/ev-link.c: (ev_link_class_init):
8398
8399         Allow -1 as page value (error)
8400
8401 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8402
8403         * shell/ev-sidebar-thumbnails.c:
8404         (ev_sidebar_thumbnails_set_document):
8405         * shell/ev-view.c: (scroll_to_current_page),
8406         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8407         (page_changed_cb), (on_adjustment_value_changed),
8408         (ev_view_set_document):
8409
8410         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8411         Fix bug 305377
8412
8413 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8414
8415         * configure.ac:
8416         * djvu/djvu-document.c: (djvu_document_get_page_size):
8417
8418         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8419         bug 301993.
8420
8421 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8422
8423         * shell/ev-view.c (draw_one_page): modify the expose handling to
8424         get the shadows.
8425
8426         * shell/ev-window.c (update_action_sensitivity): Respect
8427         permissions field.  Kowtow to the man.
8428
8429         * pdf/ev-poppler.cc: Get the permissions field.
8430
8431         * tiff/*c: Make a tiny bit more robust.
8432
8433 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8434
8435         * djvu/djvu-document.c:
8436         
8437         Pop messages from djvu context message queue.
8438
8439 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8440
8441         * configure.ac, Makefile.am, shell/Makefile.am:
8442         * tiff/Makefile.am, shell/ev-document-types.c:
8443         
8444         Cleanup tiff configure checks. Fix for bug 305218.
8445
8446 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8447
8448         * configure.ac: Added "uk" to ALL_LINGUAS.
8449
8450 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8451
8452         * cut-n-paste/zoom-control/ephy-zoom.c:
8453         (ephy_zoom_get_changed_zoom_level):
8454         * cut-n-paste/zoom-control/ephy-zoom.h:
8455         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8456         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8457         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8458         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8459         (zoom_control_changed_cb), (ev_window_init):
8460         
8461         Fix minor points related to moving best fit up. Introduce
8462         "zoom" property and make zoom control change it's value on
8463         notify::zoom signals. Fix for 305080.
8464
8465 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8466
8467         * data/evince-ui.xml:
8468         * shell/ev-window.c: (set_view_actions_sensitivity):
8469         
8470         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8471
8472 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * configure.ac:
8475
8476         Depends on poppler 0.3.2
8477
8478 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * cut-n-paste/recent-files/egg-recent-item.c:
8481         (egg_recent_item_get_short_name):
8482         * cut-n-paste/toolbar-editor/Makefile.am:
8483         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8484         (new_pixbuf_from_widget):
8485         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8486         * cut-n-paste/toolbar-editor/egg-marshal.c:
8487         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8488         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8489
8490         Sync
8491
8492 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8493
8494         * tiff/tiff-document.c: Rough TIFF backend.
8495
8496 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8497
8498         * NEWS:
8499         * configure.ac:
8500         * cut-n-paste/toolbar-editor/Makefile.am:
8501
8502         Release 0.3.1
8503
8504 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8507         (ev_view_find_next), (ev_view_find_previous):
8508
8509         Remove the locks around get_n_results   
8510
8511 2005-05-21  Juerg Billeter  <j@bitron.ch>
8512
8513         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8514
8515         Pass correct number of pages to poppler.
8516
8517 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8518
8519         * configure.ac:
8520         * data/Makefile.am:
8521         * data/evince.desktop.in: 
8522         * data/evince.desktop.in.in:
8523         * po/POTFILES.in:
8524         
8525         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8526
8527 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8528
8529         * shell/ev-view.c: (view_update_adjustments),
8530         (view_set_adjustment_values): cast adjustmen->value to (int)
8531         before using it.  Otherwise, we get off by a pixel in some
8532         situations.
8533
8534         (draw_one_page): Draw the border on expose.
8535
8536 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8537
8538         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8539         adjustment when the mode changes, #304923
8540
8541 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8542
8543         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8544         flickering on resize but still use gdk_window_scroll on
8545         scrolling
8546
8547 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8548
8549         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8550         option, #170458
8551
8552 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8553
8554         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8555         second page on page_changed if possible, #304669
8556
8557 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8558
8559         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8560         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8561
8562 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8563
8564         * .cvsignore:
8565         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8566         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8567         (ev_view_zoom_for_size_presentation),
8568         (ev_view_zoom_for_size_continuous_and_dual_page),
8569         (ev_view_zoom_for_size_continuous),
8570         (ev_view_zoom_for_size_dual_page),
8571         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8572         * shell/ev-view.h:
8573         * shell/ev-window.c: (update_view_size),
8574         (ev_window_sizing_mode_changed_cb):
8575
8576         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8577         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8578         an infinite loop, #304769
8579
8580
8581 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8582
8583         * data/evince-ui.xml:
8584         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8585         * shell/ev-window.c: (set_view_actions_sensitivity):
8586
8587         Make PgUp/Down behave like Space
8588
8589 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8590
8591         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8592         * backend/ev-ps-exporter.h:
8593         * pdf/ev-poppler.cc:
8594         * ps/ps-document.c: (ps_document_ps_export_begin):
8595         * shell/ev-print-job.c: (idle_print_handler):
8596
8597         Adapt to new poppler api
8598
8599 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8600
8601         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8602         (ephy_zoom_control_init):
8603
8604         Translate zoom levels
8605
8606 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8607
8608         * cut-n-paste/zoom-control/ephy-zoom.c:
8609         (ephy_zoom_get_zoom_level_index):
8610
8611         Fix current zoom -> zoom control match
8612
8613 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8614
8615         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8616         rather than the scrolled_window that it's in. Fixes bug #304655.
8617
8618 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8619
8620         * shell/ev-view.c: (view_update_adjustments),
8621         (view_set_adjustment_values), (view_update_range_and_current_page),
8622         (view_scroll_to_page), (set_scroll_adjustment),
8623         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8624         (ev_view_scroll), (ev_view_scroll_view),
8625         (ensure_rectangle_is_visible), (find_page_at_location),
8626         (get_link_at_location), (go_to_link), (status_message_from_link),
8627         (ev_view_size_request_continuous_dual_page),
8628         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8629         (ev_view_unrealize), (ev_view_expose_event),
8630         (ev_view_button_press_event), (ev_view_motion_notify_event),
8631         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8632         (draw_rubberband), (highlight_find_results), (draw_one_page),
8633         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8634         (ev_view_init), (find_changed_cb), (page_changed_cb),
8635         (on_adjustment_value_changed), (ev_view_new),
8636         (ev_view_set_document), (ev_view_set_zoom),
8637         (ev_view_set_continuous), (ev_view_set_dual_page),
8638         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8639         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8640         (ev_view_zoom_for_size_presentation),
8641         (ev_view_zoom_for_size_continuous_dual_page),
8642         (ev_view_zoom_for_size_continuous),
8643         (ev_view_zoom_for_size_dual_page),
8644         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8645         (ev_view_get_status), (ev_view_set_status),
8646         (update_find_status_message), (ev_view_get_find_status),
8647         (ev_view_set_find_status), (jump_to_find_result),
8648         (jump_to_find_page), (compute_selections), (clear_selection),
8649         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8650         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8651         (ev_view_update_primary_selection),
8652         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8653         * shell/ev-view.h:
8654         * shell/ev-window.c: (ev_window_open_page_label),
8655         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8656         (ev_window_init):
8657         * shell/ev-window.h:
8658         * shell/main.c: (load_files):
8659
8660         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8661         when resizing.  Remove the bin_window().  Also, patch from James
8662         Bowes to fix command line page, #300641
8663         
8664 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * data/evince-ui.xml:
8667         * shell/ev-view.c:
8668         * shell/ev-view.h:
8669         * shell/ev-window.c: (update_action_sensitivity):
8670
8671         Get rid of View->Normal Size, it's just confusing
8672
8673 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8674
8675         * backend/ev-document-info.h:
8676         * backend/ev-document.c: (ev_document_info_free): Free the
8677         EvDocumentInfo.
8678
8679         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8680         (clear_range), (add_range), (update_visible_range),
8681         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8682         (ev_sidebar_thumbnails_set_document):
8683         * shell/ev-window.c: (ev_window_setup_document): Only render the
8684         visible thumbnails.  It takes an instant to render, but it uses
8685         much less memory.
8686
8687 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * shell/ev-sidebar-links.c: (popup_menu_cb):
8690
8691         Select first item
8692
8693 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * lib/Makefile.am:
8696         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8697         (button_press_cb), (ev_sidebar_links_construct):
8698
8699         Show the popup menu also on keybindings
8700
8701 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8704         * shell/ev-window.h:
8705
8706         Expose api to print a range (with dialog). Make private _print use
8707         it.
8708
8709         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8710         (ev_sidebar_links_construct):
8711
8712         Show a print context menu on linkx, it prints the selected
8713         section.
8714
8715 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8716
8717         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8718         button.
8719
8720 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8721
8722         * AUTHORS:
8723
8724         Update
8725
8726         * shell/ev-window.c: (build_comments_string),
8727         (ev_window_cmd_help_about):
8728
8729         Show poppler version/backend and authors
8730
8731 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * cut-n-paste/zoom-control/ephy-zoom.c:
8734         (ephy_zoom_get_zoom_level_index):
8735         * cut-n-paste/zoom-control/ephy-zoom.h:
8736
8737         Move the best fit items at the top of the list
8738
8739 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8740
8741         * shell/ev-marshal.list:
8742         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8743         (activate_cb), (match_selected_cb), (activate_link_cb),
8744         (connect_proxy), (ev_page_action_class_init):
8745         * shell/ev-page-action.h:
8746
8747         Use signals to notify action activation. Hopefully
8748         I did not break completion since I cant test...
8749
8750         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8751         (register_custom_actions):
8752
8753         Connect to page selector actions and also grab focus on
8754         the view when activated.
8755
8756 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8757
8758         * pdf/ev-poppler.cc:
8759         * backend/ev-page-cache.c: make page size calculation consistent
8760         and set it to (int)( width * scale + 0.5).  This makes the weird
8761         line going through the middle of the page go away.
8762
8763         * shell/ev-view.c: move painting the background page after
8764         checking the expose area covers us.
8765
8766 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8767
8768         * data/evince-password.glade:
8769         
8770         Mark labels as not translatable. Fix for bug 302842.
8771
8772 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8773
8774         * configure.ac: Added "es" to ALL_LINGUAS.
8775
8776 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8777
8778         * data/evince-toolbar.xml:
8779         * shell/ev-window.c: (update_action_sensitivity),
8780         (ev_window_setup_document), (ev_window_set_page_mode),
8781         (ev_window_init):
8782
8783         Remove some leftover code from jrb first continous
8784         attempt. Use the new actions, we still need good icons
8785         though...
8786
8787 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8790
8791         Update label when connecting proxy. Fix a warning with NULL
8792         page_cache.
8793
8794 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * data/evince-ui.xml:
8797         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8798         * shell/ev-page-action.h:
8799         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8800
8801         Add mnemonic for edit toolbar.
8802         ctrl+l focus the page entry.
8803
8804 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * lib/Makefile.am:
8807         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8808         (ev_window_init):
8809         * shell/main.c: (main):
8810
8811         Put the toolbar xml in evince own dot dir
8812
8813 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * shell/ev-window.c: (ev_window_init):
8816
8817         Make the toolbar not removable
8818
8819 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * data/evince-ui.xml:
8822         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8823         * shell/ev-sidebar-links.h:
8824         * shell/ev-sidebar-thumbnails.c:
8825         (ev_sidebar_thumbnails_get_treeview):
8826         * shell/ev-sidebar-thumbnails.h:
8827         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8828         (ev_view_class_init):
8829         * shell/ev-view.h:
8830         * shell/ev-window.c: (update_action_sensitivity),
8831         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8832         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8833         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8834         (ev_window_init):
8835
8836         This is evil... Make space/backspace global accelerators but
8837         enable them only for some widgets (sidebars and view).
8838         I dont like it, but I dont know a better way... :/
8839
8840 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8841
8842         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8843         (ev_page_action_widget_finalize),
8844         (ev_page_action_widget_class_init), (update_page_cache):
8845
8846         Keep a weak reference on proxy->page_cache so that we
8847         dont try to disconnect the signal if the object is already
8848         gone. Maybe there is a better way to cleanup reference handling
8849         in page action though...
8850
8851 2005-05-10  Juerg Billeter  <j@bitron.ch>
8852
8853         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8854         * backend/ev-ps-exporter.h:
8855         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8856         * ps/ps-document.c: (ps_document_ps_export_begin):
8857         
8858         Change api to pass print range to ps_exporter_begin. The pdf backend
8859         requires this information.
8860         
8861         * shell/ev-print-job.c: (idle_print_handler):
8862         
8863         Adapt to api change
8864
8865 2005-05-10  Juerg Billeter  <j@bitron.ch>
8866
8867         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8868         (idle_print_handler)
8869         * shell/ev-window.c: (ev_window_print):
8870
8871         Support printing page range, based on patch by Amaury Jacquot
8872
8873 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * data/evince-toolbar.xml:
8876
8877         Add zoom control to available items
8878
8879 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * shell/ev-window.c: (update_action_sensitivity):
8882
8883         Set slash action insensitive when appropriate
8884
8885 2005-05-10  Christian Persch <chpe@gnome.org>
8886
8887         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8888
8889         Fix warning on the overflow menu
8890
8891 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8892
8893         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8894
8895         Check for uri correctness/existence
8896
8897 2005-05-09  Juerg Billeter  <j@bitron.ch>
8898
8899         * shell/ev-window.c: (using_postscript_printer):
8900
8901         LPD printers use postscript, too
8902
8903 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * shell/ev-window.c: (register_custom_actions):
8906
8907         The zoom one is actually sort of useful,
8908         put it back
8909
8910 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8911
8912         * shell/ev-window.c: (register_custom_actions):
8913
8914         Hide page/zoom controls from overflow, they
8915         are useless.
8916
8917 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8918
8919         * cut-n-paste/update-from-egg.sh:
8920         
8921         Share it between all cut-n-paste subdirs
8922
8923         * cut-n-paste/recent-files/Makefile.am:
8924
8925         Fix to use "global" update-from-egg.sh
8926
8927         * cut-n-paste/recent-files/egg-recent-model.c:
8928         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8929         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8930         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8931         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8932
8933         Update from libegg
8934
8935         * cut-n-paste/toolbar-editor/Makefile.am:
8936
8937         Fix to use "global" update-from-egg.sh
8938
8939         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8940
8941         Update from libegg
8942
8943 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8944
8945         * configure.ac:
8946         * cut-n-paste/Makefile.am:
8947         * cut-n-paste/recent-files/Makefile.am:
8948         * cut-n-paste/toolbar-editor/.cvsignore:
8949         * cut-n-paste/toolbar-editor/Makefile.am:
8950         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8951         (egg_editable_toolbar_get_type), (get_toolbar_position),
8952         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8953         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8954         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8955         (set_item_drag_source), (create_item_from_action), (create_item),
8956         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8957         (popup_toolbar_context_menu_cb), (free_dragged_item),
8958         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8959         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8960         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8961         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8962         (item_added_cb), (item_removed_cb),
8963         (egg_editable_toolbar_construct),
8964         (egg_editable_toolbar_disconnect_model),
8965         (egg_editable_toolbar_deconstruct),
8966         (egg_editable_toolbar_set_model),
8967         (egg_editable_toolbar_set_ui_manager),
8968         (egg_editable_toolbar_set_property),
8969         (egg_editable_toolbar_get_property),
8970         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8971         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8972         (egg_editable_toolbar_new_with_model),
8973         (egg_editable_toolbar_get_edit_mode),
8974         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8975         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8976         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8977         (new_pixbuf_from_widget), (new_separator_pixbuf),
8978         (update_separator_image), (style_set_cb),
8979         (_egg_editable_toolbar_new_separator_image),
8980         (egg_editable_toolbar_get_model):
8981         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8982         * cut-n-paste/toolbar-editor/egg-marshal.c:
8983         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8984         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8985         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8986         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8987         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8988         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8989         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8990         (editor_drag_data_delete_cb), (drag_data_get_cb),
8991         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8992         (editor_create_item), (update_editor_sheet), (setup_editor),
8993         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8994         (parse_item_list), (model_has_action), (update_actions_list),
8995         (egg_toolbar_editor_load_actions):
8996         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8997         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8998         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8999         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9000         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9001         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9002         (egg_toolbars_model_add_separator), (impl_add_item),
9003         (parse_item_list), (egg_toolbars_model_add_toolbar),
9004         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9005         (impl_get_item_data), (impl_get_item_type),
9006         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9007         (egg_toolbars_model_init), (free_toolbar),
9008         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9009         (egg_toolbars_model_remove_toolbar),
9010         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9011         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9012         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9013         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9014         (egg_toolbars_model_get_item_data),
9015         (egg_toolbars_model_get_item_type):
9016         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9017         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9018         * data/Makefile.am:
9019         * data/evince-toolbar.xml:
9020         * data/evince-ui.xml:
9021         * data/hand-open.png:
9022         * po/POTFILES.in:
9023         * shell/Makefile.am:
9024         * shell/ev-window.c: (update_chrome_visibility),
9025         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9026         (ev_window_dispose), (ev_window_init):
9027
9028         Implement epiphany like toolbar editor. Based on patch by
9029         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9030
9031 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9034
9035         Use set_cursor instead of set_selection, so that
9036         the keyboard focus moves too.
9037
9038 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9039
9040         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9041
9042         Fix infinite loop when loading Type1 fonts
9043
9044 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9045
9046         * data/evince-ui.xml:
9047         * shell/ev-window.c:
9048
9049         Slash -> Find
9050
9051 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9052
9053         * configure.ac:
9054
9055         Make --disable really disable
9056
9057 2005-05-07  Juerg Billeter  <j@bitron.ch>
9058
9059         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9060
9061         Compare page labels even without has_labels set, fixes setting page
9062         with entry
9063
9064 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9067         (ev_view_set_cursor), (ev_view_button_press_event),
9068         (ev_view_motion_notify_event), (ev_view_button_release_event),
9069         (ev_view_init):
9070
9071         Implement middle button scrolling. Based on a patch
9072         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9073
9074 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * shell/ev-document-types.c: (get_slow_mime_type),
9077         (get_document_type_from_mime), (ev_document_type_lookup):
9078         * shell/ev-document-types.h:
9079
9080         Change api to lookup from uri. Do fast lookup first, if the
9081         type is unknown try with data sniffing.
9082
9083         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9084         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9085
9086         Adapt to api change
9087
9088 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9089
9090         * thumbnailer/Makefile.am:
9091
9092         Fix distcheck
9093
9094 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9095
9096         * NEWS:
9097         * configure.ac:
9098
9099         Release 0.3.0
9100
9101         * data/evince-ui.xml:
9102
9103         Hide presentation mode for now
9104
9105         * shell/ev-view.c: (highlight_find_results):
9106
9107         Show current find selection only on current page
9108
9109 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9110
9111         * shell/ev-view.c: (ev_view_select_all):
9112
9113         Compute size of the actual page, not of
9114         the current one.
9115
9116 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9117
9118         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9119         (view_rect_to_doc_rect), (compute_selections),
9120         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9121         (ev_view_copy), (ev_view_primary_get_cb),
9122         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9123         (ev_view_button_press_event), (ev_view_motion_notify_event),
9124         (ev_view_button_release_event), (page_changed_cb):
9125
9126         Fix text selection
9127
9128 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * shell/ev-view.c: (compute_border), (get_page_extents),
9131         (doc_rect_to_view_rect), (highlight_find_results),
9132         (ev_view_bin_expose), (ev_view_select_all),
9133         (ev_view_motion_notify_event), (update_find_status_message),
9134         (jump_to_find_result), (jump_to_find_page):
9135
9136         First go at fixing search, still buggy
9137
9138 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9139
9140         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9141         dropdown box and button at the top of the sidebar.
9142
9143 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9144
9145         * configure.ac: Output zoom-control Makefile.
9146         * cut-n-paste/Makefile.am: build zoom-control subdir.
9147         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9148         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9149         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9150         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9151         * cut-n-paste/zoom-control/ephy-zoom.c:
9152         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9153         from epiphany, and modified to add a separator into the menu.
9154         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9155         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9156         zoom-control action.
9157         * shell/Makefile.am: Include zoom-control flags.
9158         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9159         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9160         (ev_view_zoom_for_size_presentation),
9161         (ev_view_zoom_for_size_continuous_and_dual_page),
9162         (ev_view_zoom_for_size_continuous),
9163         (ev_view_zoom_for_size_dual_page),
9164         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9165         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9166         ev_view_get_zoom and ev_view_get_sizing_mode.
9167         * shell/ev-view.h:
9168         * shell/ev-window.c: (update_action_sensitivity),
9169         (update_sizing_buttons), (zoom_control_changed_cb),
9170         (register_custom_actions): Initialize and use the zoom-control 
9171         widget.
9172
9173 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9174
9175         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9176         preview cache back to 1.  Don't know when it got set to 0.
9177         
9178         * shell/ev-view.c: (compute_border), (ev_view_realize),
9179         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9180         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9181         (ev_view_get_fullscreen), (ev_view_set_presentation),
9182         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9183         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9184         * shell/ev-view.h:
9185         * shell/ev-window.c:
9186         (update_chrome_visibility),
9187         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9188         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9189         (update_document_mode), (ev_window_update_fullscreen_action),
9190         (ev_window_fullscreen), (ev_window_unfullscreen),
9191         (ev_window_cmd_view_fullscreen),
9192         (ev_window_update_presentation_action),
9193         (ev_window_run_presentation), (ev_window_stop_presentation),
9194         (ev_window_cmd_view_presentation), (ev_window_state_event),
9195         (ev_window_focus_in_event), (ev_window_focus_out_event),
9196         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9197         * data/evince-ui.xml: Initial presentation mode.  We should
9198         probably hide this until it's done, as it's quite rough.  Also,
9199         change full-screen to fullscreen and add two getters to EvView.
9200
9201 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9202
9203         * shell/ev-page-action.c: (update_page_cache),
9204         (ev_page_action_dispose):
9205         * shell/ev-window.c: (destroy_fullscreen_popup),
9206         (ev_window_create_fullscreen_popup):
9207
9208         Use connect_object rather than explicitly
9209         disconnect on dispose.
9210
9211 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9212
9213         * shell/ev-page-action.c: (update_page_cache),
9214         (ev_page_action_dispose):
9215
9216 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9217
9218         * backend/ev-page-cache.c: (_ev_page_cache_new),
9219         (ev_page_cache_set_page_label),
9220         (ev_page_cache_has_nonnumeric_page_labels):
9221         * backend/ev-page-cache.h:
9222         * shell/ev-page-action.c: (update_pages_label):
9223         
9224         If all page labels are numeric, fallback to default
9225         way to display number of pages. See bug 173185.
9226
9227 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9228
9229         * shell/ev-page-action.c: (ev_page_action_dispose):
9230         * shell/ev-view.c: (view_update_range_and_current_page):
9231         * shell/ev-window.c: (ev_window_dispose):
9232         
9233         Set page on scroll in continuous mode. Fixes bug 301986.
9234         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9235
9236 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9237
9238         * configure.ac:
9239
9240         Require poppler 0.3.0
9241
9242 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9243         
9244         * shell/Makefile.am, configure.ac: Fix build problems
9245         with t1lib. Bug 301996.
9246
9247 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9248
9249         * shell/ev-view.c: (ev_view_scroll_event):
9250         
9251         Scroll up increase zoom
9252
9253 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9254
9255         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9256         (ev_view_set_sizing_mode),
9257         (ev_view_zoom_for_size_continuous_and_dual_page),
9258         (ev_view_zoom_for_size_continuous):
9259         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9260         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9261         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9262         (ev_window_init):
9263
9264         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9265         Fix for 165473 and 165472.
9266
9267 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9268
9269         * po/POTFILES.in:
9270         * thumbnailer/Makefile.am:
9271         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9272         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9273         * thumbnailer/evince-thumbnailer.schemas.in:
9274         
9275         Make thumbnailer schemas translatable. Fix for bug 301773
9276         
9277         * thumbnailer/evince-thumbnailer-djvu.schemas:
9278         * thumbnailer/evince-thumbnailer-dvi.schemas:
9279         * thumbnailer/evince-thumbnailer.schemas:
9280
9281         Removed files
9282
9283 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9284
9285         * shell/ev-view.c (ev_view_init): forgot to set this.
9286
9287 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9288
9289         * shell/ev-view.c: (find_page_at_location),
9290         (get_link_at_location),
9291         (ev_view_set_show_border), (ev_view_set_spacing),
9292         (ev_view_zoom_for_size_continuous_and_dual_page),
9293         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9294         Also, add a quick fix measuring of widths.  Also, removed
9295         ev_view_set_spacing and ev_view_set_show_border.
9296         
9297         * shell/ev-window.c: (ev_window_unfullscreen),
9298         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9299
9300 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9301
9302         * shell/ev-view.c: (view_update_range_and_current_page),
9303         (page_changed_cb):
9304         
9305         Fix crash on exit and scrolling to page in continuous view.
9306
9307 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9308
9309         * TODO:
9310         * backend/ev-page-cache.c: (_ev_page_cache_new),
9311         (ev_page_cache_get_max_width_size),
9312         (ev_page_cache_get_max_height_size):
9313         * backend/ev-page-cache.h:
9314         * data/evince-ui.xml:
9315         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9316         * shell/ev-view.c: (view_update_adjustments),
9317         (view_update_range_and_current_page), (get_bounding_box_size),
9318         (ev_view_size_request_continuous_and_dual_page),
9319         (ev_view_size_request_continuous),
9320         (ev_view_size_request_dual_page),
9321         (ev_view_size_request_single_page), (ev_view_size_request),
9322         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9323         (ev_view_bin_expose), (ev_view_expose_event),
9324         (ev_view_set_property), (ev_view_get_property),
9325         (ev_view_class_init), (ev_view_init), (ev_view_new),
9326         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9327         (ev_view_set_dual_page), (ev_view_set_full_screen),
9328         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9329         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9330         (ev_view_zoom_out), (zoom_for_size_fit_width),
9331         (zoom_for_size_best_fit),
9332         (ev_view_zoom_for_size_continuous_and_dual_page),
9333         (ev_view_zoom_for_size_continuous),
9334         (ev_view_zoom_for_size_dual_page),
9335         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9336         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9337         * shell/ev-view.h:
9338         * shell/ev-window.c: (update_action_sensitivity),
9339         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9340         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9341         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9342         (ev_window_cmd_view_zoom_out), (update_view_size),
9343         (ev_window_set_sizing_mode), (ev_window_init):
9344
9345         Add Continuous and Dual page modes.
9346
9347 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9348
9349         * dvi/dvi-document.c: (dvi_document_load),
9350         (dvi_document_thumbnails_get_thumbnail),
9351         (dvi_document_init_params): Fix up some mixups between
9352         width and height to correct thumbnail rendering.
9353
9354 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9355
9356         * dvi/mdvi-lib/private.h:
9357         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9358         
9359         Suppess output for kpathsea during font generation. Thanks to
9360         James Bowes
9361
9362 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9363
9364         * NEWS:
9365         * configure.ac:
9366
9367         Release 0.2.1
9368
9369         * Makefile.am: fix distcheck.
9370
9371 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9372
9373         * shell/ev-sidebar-links.c: (selection_changed_callback),
9374         (update_page_callback), (row_activated_callback),
9375         (job_finished_callback), (ev_sidebar_links_set_document):
9376         
9377         Fix for bug #169901. Double click on links expands tree.
9378
9379 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9380
9381         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9382         hard-coded style. Fix for bug 170111
9383
9384 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9385
9386         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9387         locking.
9388
9389 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9390
9391         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9392
9393 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9394
9395         * pdf/ev-poppler.cc:
9396         * shell/ev-view.c: (highlight_find_results):
9397
9398         Fix find on single page documents
9399
9400 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9401
9402         * data/evince.schemas.in: fix for bug 301390
9403
9404 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9405
9406         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9407         (ev_view_zoom_out), (ev_view_zoom_normal):
9408         * shell/ev-view.h:
9409         * shell/ev-window.c: (update_action_sensitivity),
9410         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9411         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9412         (ev_window_cmd_view_normal_size):
9413
9414         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9415         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9416         better than oom. 
9417
9418 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9419
9420         * configure.ac:
9421
9422         Depend on 2.57, 2.59 doesnt seem to be necessary
9423
9424 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9425
9426         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9427         (create_tool_item):
9428
9429         Put back total number of pages as (1 of 1234)
9430
9431 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9432
9433         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9434         remove the job.
9435
9436         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9437         function.  This helps debugging.
9438
9439 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9440
9441         * djvu/djvu-document.c: (djvu_document_class_init),
9442         (djvu_document_get_info), (djvu_document_document_iface_init):
9443         * dvi/dvi-document.c: (dvi_document_class_init),
9444         (dvi_document_get_info), (dvi_document_document_iface_init):
9445
9446         Dummy implementation of get_info method for dvi and
9447         djvu. Fix crashes with those backends
9448
9449 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9450
9451         * data/evince.desktop.in:
9452
9453         Add application/x-gzpostscript
9454
9455 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9456
9457         * data/evince.schemas.in: Added real long descriptions, 
9458         closes bug 172496 
9459
9460         * README: Added actual text, closes bug 171869
9461
9462 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9463
9464         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9465
9466         Thumbnail page 0
9467
9468 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9469
9470         * backend/ev-document-info.h:
9471
9472         s/GDate */GDate so we can just use g_free
9473
9474 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9475
9476         * shell/ev-window.c: (update_document_mode),
9477         (ev_window_setup_document):
9478
9479         Show the window in fullscreen when specified by
9480         the document
9481
9482 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9483
9484         * backend/ev-document.c: (ev_document_class_init),
9485         (ev_document_get_info), (ev_document_render_pixbuf):
9486         * backend/ev-document.h:
9487         * backend/ev-page-cache.c: (_ev_page_cache_new):
9488         * pdf/ev-poppler.cc:
9489         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9490         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9491         * ps/ps-document.c: (ps_document_class_init), (document_load),
9492         (ps_document_get_info), (ps_document_document_iface_init):
9493
9494         Remove get_title from the interface, we can just use document info
9495
9496 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9497
9498         * backend/Makefile.am:
9499         * backend/ev-document.c: (ev_document_render_get_info):
9500         * backend/ev-document.h:
9501         * pdf/ev-poppler.cc:
9502
9503         Initial support for document info. Based on jrb patch.
9504
9505 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9506
9507         * shell/ev-window.c: (ev_window_state_event),
9508         (ev_window_class_init), (ev_window_init):
9509         
9510         Doesn't show resize grip when maximized. See bug #301053
9511
9512 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9513
9514         * po/POTFILES.in:
9515         
9516         ev-sidebar-thumbnails now has translatable labels
9517         
9518         * shell/Makefile.am:
9519         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9520         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9521         (ev_sidebar_links_page_iface_init):
9522         * shell/ev-sidebar-links.h:
9523         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9524         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9525         (ev_sidebar_page_get_label):
9526         * shell/ev-sidebar-page.h:
9527         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9528         (ev_sidebar_thumbnails_set_document),
9529         (ev_sidebar_thumbnails_support_document),
9530         (ev_sidebar_thumbnails_get_label),
9531         (ev_sidebar_thumbnails_page_iface_init):
9532         * shell/ev-sidebar-thumbnails.h:
9533         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9534         (ev_sidebar_set_document):
9535         * shell/ev-sidebar.h:
9536         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9537         
9538         Small rework of sidebar code. Now sidebar pages should implement
9539         EvSidebarPage interface. That makes page management in EvSidebar
9540         easier. See bug #164811 for details
9541
9542 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9543
9544         * shell/ev-application.c: (ev_application_open):
9545         * shell/ev-document-types.c:
9546         
9547         Fix build error and small problem with application exit
9548
9549 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9550
9551         * thumbnailer/Makefile.am:
9552         * thumbnailer/evince-thumbnailer-djvu.schemas:
9553         * thumbnailer/evince-thumbnailer-dvi.schemas:
9554         
9555         Conditionally install schemas for djvu/dvi thumbnailer
9556
9557 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9558
9559         * shell/ev-document-types.h: 
9560         * shell/ev-document-types.c: 
9561         New files, handling the mapping from mimetypes to backends
9562         
9563         * shell/ev-window.c: 
9564         * thumbnailer/evince-thumbnailer.c:     
9565         Use the ev-document-types code
9566         
9567         * shell/Makefile.am: 
9568         Added new convenience library libevbackendfactory_la, containing
9569         the new mimetype->backend logic; moved the backends into it.
9570
9571         * thumbnailer/Makefile.am:
9572         Make the thumbnailer link with the libevbackend.la convenience
9573         library, rather than having a duplicate of the backend logic here.
9574
9575 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9576
9577         * shell/ev-stock-icons.c: constify some vars.
9578         * shell/ev-window.c: ditto.
9579
9580 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9581
9582         * ps/ps-document.c (get_page_orientation):
9583
9584         Respect document orientation 
9585
9586 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9587
9588         * djvu/Makefile.am:
9589         * dvi/Makefile.am:
9590         * shell/Makefile.am:
9591         
9592         Move library dependencies to components.
9593         
9594         * shell/ev-window.c: (update_window_title),
9595         (start_loading_document):
9596         
9597         Fix display of uris with spaces. Bug 168358.
9598
9599 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9600
9601         * shell/ev-sidebar-links.c: (selection_changed_cb):
9602         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9603         (ev_view_button_release_event), (ev_view_set_document):
9604         * shell/ev-view.h:
9605         * shell/ev-window.c: (find_bar_search_changed_cb):
9606         * shell/ev-window.h: Minor cleanups removing some dead code.
9607
9608 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9609
9610         * backend/ev-page-cache.c: (_ev_page_cache_new):
9611         
9612         Set current page to 0 if document has pages.
9613
9614 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9617
9618         Initialize GError to NULL, fix a crash when loading fails.
9619
9620 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9621
9622         * shell/ev-window.c: (update_view_size):
9623
9624         Calculate shadow size only when there is actually
9625         a shadow.
9626
9627 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9628
9629         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9630         * shell/ev-view.h:
9631
9632         Allow setting view spacing, default to 0
9633
9634         * shell/ev-window.c: (ev_window_unfullscreen),
9635         (ev_window_cmd_view_fullscreen), (ev_window_init):
9636
9637         Remove spacing in fullscreen mode
9638
9639 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9640
9641         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9642         (ev_view_size_request), (expose_bin_window),
9643         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9644         * shell/ev-view.h:
9645         * shell/ev-window.c: (ev_window_unfullscreen),
9646         (ev_window_cmd_view_fullscreen):
9647
9648         Do not draw the border in fulscreen
9649
9650 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9651
9652         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9653         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9654         (find_page_at_location), (page_changed_cb):
9655
9656         Rework border calculation, so that I can more easily disable it.
9657         Code somewhat cleaner too.
9658
9659 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9660
9661         * backend/ev-page-cache.c: (ev_page_cache_init),
9662         (_ev_page_cache_new):
9663
9664         Remove some assertions, documents can have 0 pages.
9665         Make initial current page -1.
9666
9667         * shell/ev-page-action.c: (page_changed_cb):
9668
9669         Show "" if current page is -1
9670
9671         * shell/ev-window.c: (update_action_sensitivity),
9672         (ev_window_setup_document):
9673
9674         When document has 0 pages do not set the view
9675         and make nearly everything insensitive.
9676
9677 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9678
9679         * shell/ev-page-view.c:
9680         * shell/ev-page-view.h:
9681
9682         Remove unused files.
9683         
9684         * shell/ev-sidebar-thumbnails.c:
9685         (ev_sidebar_thumbnails_set_document):
9686         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9687         (ev_sidebar_supports_document):
9688         * shell/ev-sidebar.h:
9689         * shell/ev-window.c: (ev_window_setup_document):
9690         
9691         Doesn't show thumbnails if document has 1 page. Make
9692         sidebar menu entries sensitive only if if they have 
9693         sense. Fix bug 164811. 
9694
9695 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9698         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9699         (ev_view_zoom_out), (ev_view_set_size):
9700
9701         Rework sizing to deal with documents with not uniform page
9702         size.
9703
9704 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9705
9706         * backend/ev-page-cache.c: (_ev_page_cache_new):
9707
9708         Fix several page size caching bugs
9709
9710 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9711
9712         * shell/ev-window.c: (set_action_properties):
9713
9714         Make all toolbar items translatable
9715
9716 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9717
9718         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9719         (save_page_list), (ps_document_save),
9720         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9721         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9722         (ps_document_ps_exporter_iface_init):
9723         * ps/ps-document.h:
9724
9725         Based on a patch by J�rg Billeter <j@bitron.ch>
9726         
9727         Implement print and save a copy for the ps backend.
9728
9729 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9730
9731         * backend/ev-document.h:
9732         * djvu/djvu-document.c: (djvu_document_can_get_text),
9733         (djvu_document_document_iface_init):
9734         * dvi/dvi-document.c: (dvi_document_can_get_text),
9735         (dvi_document_document_iface_init):
9736         * pdf/ev-poppler.cc:
9737         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9738         (pixbuf_document_document_iface_init):
9739         * ps/ps-document.c: (ps_document_can_get_text),
9740         (ps_document_document_iface_init):
9741         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9742         * shell/ev-window.c: (update_action_sensitivity):
9743
9744         Fix the crash when trying to copy in backends that doesnt
9745         support it. We can implement a better solution once we
9746         do real text selection.
9747
9748 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9749
9750         * data/evince-ui.xml:
9751         * shell/ev-window.c: (ev_window_cmd_escape):
9752         
9753         Work around the Escape conflict (find bar and unfullscreen)
9754
9755 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9756
9757         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9758         
9759         Fix for #300233. Next page correctly handles document end.
9760         
9761         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9762         (ev_sidebar_thumbnails_class_init),
9763         (ev_sidebar_thumbnails_set_document),
9764         (ev_sidebar_thumbnails_clear_job),
9765         (ev_sidebar_thumbnails_clear_model):
9766         
9767         Cleanup thumbnail jobs on document changes.
9768         
9769         * shell/ev-view.c: (add_scroll_binding_keypad),
9770         (add_scroll_binding_shifted), (ev_view_class_init):
9771         
9772         Shift + Space scrolls up. Fix for #173184
9773         
9774         * shell/ev-window.c: (ev_window_open_page),
9775         (ev_window_cmd_view_reload):
9776         
9777         Fix reload (Bug #300094)
9778
9779 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9780
9781         
9782         * dvi/mdvi-lib/assoc.c:
9783         * dvi/mdvi-lib/assoc.h: Removed garbage files
9784         
9785         * dvi/mdvi-lib/bitmap.c:
9786         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9787         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9788         * dvi/mdvi-lib/color.h: Antialias of rules
9789         
9790         * dvi/mdvi-lib/common.h:
9791         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9792         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9793         * dvi/mdvi-lib/files.c:
9794         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9795         * dvi/mdvi-lib/mdvi.h:
9796         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9797         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9798         * dvi/mdvi-lib/util.c: Fix compile warnings
9799         
9800         * dvi/dvi-document.c:
9801         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9802         (dvi_document_thumbnails_get_thumbnail),
9803         (dvi_document_document_thumbnails_iface_init):
9804         * dvi/mdvi-lib/Makefile.am:
9805         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9806         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9807         
9808         Dvi backend now renders thumbnails
9809
9810 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9811
9812         * shell/main.c: (main): 
9813         
9814         Save accelerators on exit. Fixes bug #172095.
9815
9816 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9817
9818         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9819         update priority" comment.
9820
9821         * backend/ev-job-queue.c: Give a way to change priority.
9822
9823 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9824
9825         * shell/ev-page-action.c: Fix logic.
9826
9827 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9828
9829         * shell/ev-view.c: (ev_view_can_find_next):
9830         * shell/ev-window.c: (ev_window_setup_document):
9831
9832         Check that the document supports find
9833
9834 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9835
9836         * data/evince-ui.xml:
9837         * shell/ev-view.c: (ev_view_can_find_next):
9838         * shell/ev-view.h:
9839         * shell/ev-window.c: (update_action_sensitivity),
9840         (find_changed_cb), (ev_window_setup_document),
9841         (ev_window_cmd_edit_find_next):
9842
9843         Add Edit->Find Next
9844
9845 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9846
9847         * pdf/ev-poppler.cc:
9848         * shell/ev-print-job.c: (idle_print_handler):
9849
9850         Make printing work again
9851
9852 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9853
9854         * shell/ev-page-action.h:
9855         * shell/ev-page-action.c: (ev_page_action_widget_init),
9856         (ev_page_action_widget_class_init), (page_changed_cb),
9857         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9858         (get_filter_model_from_model), (match_selected_cb),
9859         (display_completion_text), (match_completion), (update_model),
9860         (connect_proxy), (ev_page_action_set_property),
9861         (ev_page_action_get_property), (ev_page_action_set_document),
9862         (ev_page_action_set_model), (ev_page_action_class_init): Big
9863         reworking to make completions work iff we have >= GTK-2.7.0
9864                 
9865         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9866         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9867         (job_finished_cb): We now have a 'model' property that is set when
9868         the links are loaded.  This can be caught with "notify::model"
9869
9870         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9871         listen for the model to be set, and propagate it to the action.
9872
9873 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9874
9875         * cut-n-paste/recent-files/egg-recent-item.c:
9876         (egg_recent_item_set_uri), (make_valid_utf8),
9877         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9878         * cut-n-paste/recent-files/egg-recent-item.h:
9879         
9880         Update egg-recent from libegg. This should fix long
9881         startup problem. For details see
9882         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9883
9884 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9885
9886         * cut-n-paste/recent-files/Makefile.am:
9887         * data/evince-ui.xml, shell/Makefile.am:
9888         * shell/ev-application.c, shell/ev-application.h:
9889         * shell/ev-window.c: Recent files support.
9890         
9891         * configure.ac: Added "ru" to ALL_LINGUAS.
9892         
9893         * dvju: new backend to support DJVU files.
9894         * dvi: new backend to support DVI.
9895
9896         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9897         * ev-application.c: Support for new backends.
9898         
9899         * help, ev-window.c, main.c shell/Makefile.am: 
9900         Evince user documentation.
9901
9902 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9903
9904         * po/POTFILES.in:
9905         * shell/ev-window.c:
9906         * thumbnailer/evince-thumbnailer.c:
9907
9908         s/pdf-document/ev-poppler
9909
9910 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9911
9912         * NEWS:
9913         * configure.ac:
9914
9915         Release 0.2.0
9916
9917         * ps/ps-document.c: (setup_pixmap):
9918
9919         Remove debug code
9920
9921 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9922
9923         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9924         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9925         (ev_window_cmd_go_first_page): Fix of by one errors.
9926
9927 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9928
9929         * ps/ps-document.c: (get_page_box):
9930
9931         Fix page size calculation
9932
9933 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9936         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9937         (get_page_orientation), (setup_page), (document_load),
9938         (ps_document_get_page_size), (render_pixbuf_idle):
9939         * ps/ps-document.h:
9940
9941         More refactoring to adapt to EvDocument changes
9942
9943 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9944
9945         * ps/ps-document.c: (start_interpreter):
9946
9947         Actually add alpha args
9948
9949 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9950
9951         * pdf/ev-poppler.cc:
9952
9953         Make clipboard work again
9954
9955 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9956
9957         Make searching work again.
9958         
9959         * backend/ev-document.c:
9960         * backend/ev-document.h:
9961         * backend/ev-document-find.c:
9962         * backend/ev-document-find.h: Change EvDocumentIface so we no
9963         longer store the current page or zoom level in the document.  The
9964         consequence is that all calls that operate on the current page now
9965         instead take the page number as an extra argument, and all
9966         coordinates are now doubles in document coordinate system.
9967
9968         * pdf/ev-poppler.cc:
9969         * pixbuf/pixbuf-document.c:
9970         * ps/ps-document.c: Update backends accordingly.
9971
9972 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9973
9974         * autogen.sh:
9975
9976         Add required gettext version
9977
9978 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9979
9980         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9981         make F1 bring up non-existent help.
9982
9983         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9984         epiphany's find bar, #167477
9985
9986         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9987         <emil@nishra.com> to add space-bar scrolling, 
9988
9989         * shell/ev-window.c (static GtkActionEntry entries): add default
9990         keybinding for Help (F1)
9991         Fixes #171068
9992
9993         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9994         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9995         170110
9996
9997 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9998
9999         * Makefile.am: 
10000         * pixbuf/pixbuf-document.c: 
10001
10002         Got pixbuf backend working again
10003
10004 2005-04-01  Steve Murphy  <murf@e-tools.com>
10005
10006         * configure.in: Added "rw" to ALL_LINGUAS.
10007
10008 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10009
10010         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10011         model types, noticed by Martin Kretzschmar.
10012
10013 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10014
10015         * pdf/ev-poppler.cc: Implement search based on
10016         poppler_page_find_text().  Currently a bit crude since we remember
10017         all matches from all pages.  Also, we grab the big document lock
10018         when we search since searching changes the underlying stream and
10019         thus conflicts with the rendering thread.
10020         
10021         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10022         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10023         (ev_view_find_previous): Fix some page indexes to be 0 based,
10024         offset rubber band by view offset,
10025
10026 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10027
10028         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10029
10030 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10031
10032         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10033         completely because I didn't understand GtkActions.  I should
10034         read Marco's code more carefully in the future.
10035
10036         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10037         function
10038
10039 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10040
10041         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10042         PopplerRectangle change from poppler CVS.
10043
10044 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10045
10046         * backend/ev-document.c: (ev_document_get_page_label):
10047         * backend/ev-document.h:
10048         * backend/ev-page-cache.c: (_ev_page_cache_new),
10049         (ev_page_cache_get_page_label):
10050         * backend/ev-page-cache.h:
10051         * pdf/ev-poppler.cc:
10052         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10053         (links_page_num_func):
10054         * shell/ev-sidebar-thumbnails.c:
10055         (ev_sidebar_thumbnails_set_document):
10056         * shell/ev-view.c: (status_message_from_link),
10057         (ev_view_motion_notify_event):
10058         * shell/ev-window.c: (document_supports_sidebar): Add in page
10059         label support.  It's not perfect yet, but it's the first 'feature'
10060         in a while.
10061         Also, fix a bogus comment noticed by crispin. 
10062
10063 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10064
10065         * Makefile.am: Remove pixbuf backend for now
10066
10067         * configure.ac: Require poppler-glib instead of just poppler.
10068
10069         * backend/ev-document-thumbnails.h: Add a comment
10070
10071         * backend/ev-document.h:
10072         * backend/ev-document.c: (ev_document_class_init),
10073         (ev_document_load), (ev_document_get_link),
10074         (ev_document_get_links): Remove 3 methods and add get_links.
10075         Also, made 0 based.
10076
10077         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10078         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10079
10080         * backend/ev-link.c: (ev_link_set_title),
10081         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10082         (ev_link_mapping_find):
10083         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10084         
10085         * backend/ev-page-cache.c: (ev_page_cache_init),
10086         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10087         (ev_page_cache_get_size), (ev_page_cache_next_page),
10088         (ev_page_cache_prev_page): Fix to be 0 based.
10089
10090         * pdf/Makefile.am: 
10091         * pdf/ev-poppler.h:
10092         * pdf/ev-poppler.cc: New backend.
10093         
10094         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10095         (ps_document_get_page), (ps_document_document_iface_init):
10096
10097         * shell/ev-pixbuf-cache.h:
10098         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10099         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10100         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10101         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10102         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10103         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10104         based.
10105         
10106         * shell/ev-sidebar-thumbnails.c:
10107         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10108         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10109
10110         * shell/ev-view.c: (status_message_from_link),
10111         (find_page_at_location), (get_link_at_location),
10112         (ev_view_motion_notify_event), (ev_view_button_release_event),
10113         (ev_view_init): Use the new link code.  Fix to be 0 based.
10114
10115         * shell/ev-window.c: (update_action_sensitivity),
10116         (document_supports_sidebar): 0 based.
10117
10118 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10119
10120         * pdf/pdf-document.cc: Patch from Fernando Herrera
10121         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10122         *blush*
10123
10124 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10125
10126         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10127         1 to the page, as this seems to be 1 based.  I thought we has this
10128         fixed.  grump.
10129
10130 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10131
10132         * TODO:
10133         * backend/Makefile.am:
10134         * backend/ev-document-links.c:
10135         (ev_document_links_has_document_links),
10136         (ev_document_links_get_links_model):
10137         * backend/ev-document-links.h:
10138         * backend/ev-document.c: (ev_document_get_page_cache),
10139         (ev_document_get_doc_mutex), (ev_document_load),
10140         (ev_document_save), (ev_document_get_title),
10141         (ev_document_get_n_pages), (ev_document_set_page),
10142         (ev_document_get_page), (ev_document_set_target),
10143         (ev_document_set_scale), (ev_document_set_page_offset),
10144         (ev_document_get_page_size), (ev_document_get_text),
10145         (ev_document_get_link), (ev_document_render),
10146         (ev_document_render_pixbuf), (ev_document_scale_changed):
10147         * backend/ev-document.h:
10148         * backend/ev-job-queue.c: (remove_object_from_queue),
10149         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10150         (no_jobs_available_unlocked), (ev_render_thread),
10151         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10152         (ev_job_queue_remove_job):
10153         * backend/ev-job-queue.h:
10154         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10155         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10156         (ev_job_links_class_init), (ev_job_render_init),
10157         (ev_job_render_dispose), (ev_job_render_class_init),
10158         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10159         (ev_job_thumbnail_class_init), (ev_job_finished),
10160         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10161         (ev_job_render_run), (ev_job_thumbnail_new),
10162         (ev_job_thumbnail_run):
10163         * backend/ev-jobs.h:
10164         * backend/ev-link.c:
10165         * backend/ev-link.h:
10166         * backend/ev-page-cache.c: (ev_page_cache_init),
10167         (ev_page_cache_class_init), (ev_page_cache_finalize),
10168         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10169         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10170         (ev_page_cache_set_link), (ev_page_cache_get_title),
10171         (ev_page_cache_get_size), (ev_page_cache_next_page),
10172         (ev_page_cache_prev_page):
10173         * backend/ev-page-cache.h:
10174         * pdf/pdf-document.cc:
10175         * ps/gsdefaults.c:
10176         * ps/gsdefaults.h:
10177         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10178         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10179         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10180         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10181         (is_interpreter_ready), (output), (catchPipe), (input),
10182         (start_interpreter), (check_filecompressed), (compute_dimensions),
10183         (ps_document_enable_interpreter), (document_load),
10184         (ps_document_next_page), (render_page), (ps_document_set_page),
10185         (ps_document_set_scale), (render_pixbuf_idle),
10186         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10187         * ps/ps-document.h:
10188         * shell/Makefile.am:
10189         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10190         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10191         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10192         (ev_pixbuf_cache_new), (job_finished_cb),
10193         (check_job_size_and_unref), (move_one_job),
10194         (ev_pixbuf_cache_update_range), (find_job_cache),
10195         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10196         (ev_pixbuf_cache_add_jobs_if_needed),
10197         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10198         * shell/ev-pixbuf-cache.h:
10199         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10200         (idle_print_handler):
10201         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10202         (selection_changed_cb), (create_loading_model),
10203         (ev_sidebar_links_construct), (links_page_num_func),
10204         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10205         (update_page_callback), (job_finished_cb),
10206         (ev_sidebar_links_set_document):
10207         * shell/ev-sidebar-thumbnails.c:
10208         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10209         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10210         (page_changed_cb), (thumbnail_job_completed_callback),
10211         (ev_sidebar_thumbnails_set_document):
10212         * shell/ev-sidebar-thumbnails.h:
10213         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10214         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10215         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10216         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10217         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10218         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10219         (ev_view_button_release_event), (ev_view_scroll_view),
10220         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10221         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10222         (ev_view_new), (job_finished_cb), (page_changed_cb),
10223         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10224         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10225         (ev_view_find_previous):
10226         * shell/ev-view.h:
10227         * shell/ev-window.c: (update_action_sensitivity),
10228         (ev_window_open_page), (update_window_title), (update_total_pages),
10229         (page_changed_cb), (ev_window_setup_document),
10230         (password_dialog_response), (ev_window_cmd_save_as),
10231         (ev_window_print), (ev_window_cmd_go_previous_page),
10232         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10233         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10234         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10235         * shell/main.c: (main):
10236
10237         Merge evince-threads branch
10238
10239 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10240
10241         * configure.ac: Added "lt" to ALL_LINGUAS.
10242
10243 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10244
10245         * NEWS:
10246         * configure.ac:
10247
10248         Release 0.1.9
10249
10250 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10251
10252         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10253
10254         Fix here also the thumbnails 1-basedness :)
10255
10256 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10257
10258         * NEWS:
10259         * configure.ac:
10260
10261         Release 0.1.8
10262
10263 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10264
10265         * pdf/pdf-document.cc:
10266         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10267         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10268
10269         Fix the mess we did with thumbnails and 1-basedness
10270
10271 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10272
10273         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10274
10275 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10276
10277         * NEWS:
10278         * configure.ac:
10279
10280         Release 0.1.7
10281
10282 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10283
10284         * ps/Makefile.am:
10285         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10286         (gtk_gs_defaults_get_alpha_parameters),
10287         (gtk_gs_defaults_get_ungzip_cmd),
10288         (gtk_gs_defaults_get_unbzip2_cmd):
10289         * ps/gsdefaults.h:
10290         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10291         (ps_document_get_orientation), (document_load),
10292         (ps_document_goto_page), (ps_document_set_page_size):
10293         * ps/ps-document.h:
10294
10295         Some more sanitization of the ps backend. Remove a lot
10296         of unused code and do not base our defaults on ggv
10297         preferences (ugh!)
10298
10299 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10300
10301         * thumbnailer/evince-thumbnailer.schemas:
10302         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10303         (main): add -s option for thumbnail size.
10304
10305 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10306
10307         * configure.ac:
10308
10309         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10310         remove it.
10311
10312 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * pdf/pdf-document.cc:
10315
10316         Remove 4 pixels of useless border from the
10317         thumbnail.
10318
10319 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10320
10321         * backend/ev-document-thumbnails.c:
10322         (ev_document_thumbnails_get_thumbnail):
10323         * backend/ev-document-thumbnails.h:
10324
10325         Rework API a bit. Add a border flag and
10326         change sizing logic (now the size we specify
10327         applies to the bigger dimension).
10328
10329         * pdf/pdf-document.cc:
10330         * pixbuf/pixbuf-document.c:
10331         (pixbuf_document_thumbnails_get_thumbnail):
10332         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10333         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10334
10335         Adapt to the new API and do not draw a border for nautilus
10336         thumbnailer.
10337
10338 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10339
10340         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10341         take thumbnails from page "0" instead of "1". Added a copyright header.
10342
10343 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10344
10345         * ps/ps-document.c: (set_up_page), (start_interpreter):
10346
10347         Make it C89 compliant
10348
10349 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * Makefile.am:
10352         * configure.ac:
10353         * pdf/.cvsignore:
10354         * pdf/pdf-document.cc:
10355         * thumbnailer/Makefile.am:
10356         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10357         (main):
10358         * thumbnailer/evince-thumbnailer.schemas:
10359         * thumbnailer/pdf-icon.png:
10360
10361         Add a nautilus thumbnailer.
10362         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10363
10364 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10365
10366         * NEWS:
10367         * configure.ac:
10368         * po/POTFILES.in:
10369
10370         Release 0.1.6
10371
10372 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10373
10374         Use poppler instead of including xpdf source code.  Poppler is a
10375         fork of xpdf to build it as a shared library. See
10376         http://freedesktop.org/wiki/Software/poppler.
10377
10378         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10379         xpdf fork.
10380         
10381         * pdf/Makefile.am: Build libpdfdocument.a here.
10382         
10383         * pdf/GDKSplashOutputDev.cc:
10384         * pdf/GDKSplashOutputDev.h:
10385         * pdf/GnomeVFSStream.cc:
10386         * pdf/GnomeVFSStream.h:
10387         * pdf-document.cc:
10388         * pdf-document.h:
10389         * test-gdk-output-dev.cc
10390         * Thumb.cc:
10391         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10392         against poppler.
10393
10394 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10395
10396         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10397
10398         Clear idle stack before unsetting the document
10399
10400 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10401
10402         * ps/ps-document.c: (ps_document_widget_event),
10403         (ps_document_set_target), (ps_document_finalize),
10404         (ps_document_get_page):
10405
10406         Disconnect the widget event signal on finalize.
10407         Some code cleanups.
10408
10409 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10410
10411         * ps/ps-document.c: (set_up_page):
10412
10413         If there is no bpixmap create one, even if size
10414         is not changed.
10415
10416 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10417
10418         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10419         (set_up_page), (document_load), (ps_document_set_zoom):
10420
10421         Default page is 0. Calculate size even when we have no
10422         target yet.
10423
10424 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10425
10426         * shell/ev-sidebar.c: expand the selection widget to be always as
10427         wide as the sidebar
10428
10429 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * shell/ev-sidebar-thumbnails.c:
10432         (ev_sidebar_thumbnails_set_document):
10433
10434         Clear the list store when setting document
10435
10436 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10437
10438         * shell/ev-page-action.c: (update_entry), (sync_entry),
10439         (activate_cb), (entry_size_request_cb), (create_tool_item),
10440         (connect_proxy):
10441
10442         Use an entry for the page control instead of spinbuttons
10443
10444 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10445
10446         * data/evince.schemas.in:
10447
10448         Correct confusing string
10449
10450 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10451
10452         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10453         for real.  Gosh, how long has this been broken.
10454
10455         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10456         check for a NULL link.  We crash otherwise.
10457
10458 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10459
10460         * NEWS:
10461         * configure.ac:
10462
10463         Release 0.1.5
10464
10465 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10466
10467         * configure.ac: add the french translation.
10468
10469 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10470
10471         * shell/ev-window.c:
10472
10473         Remove unused header -> fix distcheck
10474
10475 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10476
10477         * shell/ev-window.c: (update_window_title),
10478         (ev_window_popup_password_dialog):
10479
10480         Unescape filename for display
10481
10482 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10483
10484         * pdf/xpdf/pdf-document.cc:
10485
10486         In get_page_size deal with rotation. Also
10487         cleanup the function a bit.
10488
10489 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10490
10491         * pdf/xpdf/pdf-document.cc:
10492
10493         Fix crash when opening in new window
10494
10495 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10496
10497         * configure.ac:
10498
10499         Check ghostscript >= 7
10500
10501 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10502
10503         * shell/ev-window.c:
10504
10505         Make page width the default sizing mode
10506
10507 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10508         Marco Pesenti Gritti <marco@gnome.org>
10509
10510         * shell/ev-window.c: Remember the sidebar size
10511
10512         * data/evince.schemas.in: Add a new gconf key to store the size of
10513         the sidebar
10514
10515 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10516
10517         * data/evince-ui.xml:
10518         * shell/ev-window.c: (update_action_sensitivity),
10519         (ev_window_cmd_view_reload):
10520         
10521         Add a "Reload" action and menu entry
10522
10523 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10524
10525         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10526         iff the type doesn't support thumbnailing and indexing.
10527
10528 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10529
10530         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10531
10532 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * pdf/splash/Splash.cc:
10535
10536         Port fix for a crasher from kde bug
10537         http://bugs.kde.org/show_bug.cgi?id=97131
10538
10539 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10540
10541         * pdf/xpdf/pdf-document.cc:
10542
10543         Return a link even if it's of an unrecognized
10544         type. Otherwise we go in an infinte cycle.
10545
10546 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10547
10548         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10549         (size_allocate_cb), (ev_window_set_sizing_mode):
10550
10551         Update size when switching mode
10552
10553 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10554
10555         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10556         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10557         (ev_window_cmd_view_normal_size):
10558
10559         Fix size toggle buttons behavior
10560
10561 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10562
10563         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10564         (doc_rect_to_view_rect), (ev_view_size_allocate),
10565         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10566         (scale_changed_callback):
10567
10568         Do not cache offsets in size_allocate.
10569
10570 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * shell/ev-view.c: (ev_view_size_allocate):
10573
10574         Calculate offsets before calling the parent
10575         class (which does a redraw)
10576
10577 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10578
10579         * pdf/xpdf/pdf-document.cc:
10580
10581         Fix a crasher on exit. Unused code, put a TODO
10582
10583 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10584
10585         * backend/ev-document.c: (ev_document_class_init),
10586         (ev_document_page_changed), (ev_document_scale_changed):
10587         * backend/ev-document.h:
10588
10589         Separate page/scale notifications
10590
10591         * pdf/xpdf/pdf-document.cc:
10592
10593         Emit the new signals.
10594         Do not display the pdf page in _render, do it
10595         when scale/page are requested.
10596
10597         * ps/ps-document.c: (ps_document_set_zoom),
10598         (ps_document_widget_event):
10599         * ps/ps-document.h:
10600
10601         Emit the new signals.
10602
10603         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10604         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10605         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10606         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10607         * shell/ev-view.h:
10608         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10609         (ev_window_cmd_view_page_width), (size_allocate_cb),
10610         (ev_window_set_sizing_mode):
10611
10612         Rework sizing to be pixel based.
10613         There are bugs but should be already way better.
10614
10615 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10616
10617         * shell/ev-window.c: (ev_window_init):
10618
10619         Do not allow to shrink sidebar smaller then
10620         child requisition
10621
10622 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10623
10624         * shell/ev-sidebar.[ch]
10625         * shell/ev-window.c:
10626
10627         Improved sidebar widget. Fixes #166683
10628
10629 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10630
10631         * shell/ev-view.c (update_find_status_message): Give translators
10632         more flexibility with ngettext plural handling.
10633
10634 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10635
10636         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10637         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10638         page when we get the page size.
10639
10640 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10643
10644         ps pages are 0 based, convert 
10645
10646 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10647
10648         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10649
10650         Initialize correct parent class. Set GError on document load
10651
10652 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10653
10654         * pdf/xpdf/pdf-document.cc:
10655
10656         Fixup selection offset calculation
10657
10658         * shell/ev-view.c: (view_rect_to_doc_rect),
10659         (doc_rect_to_view_rect), (ev_view_size_allocate),
10660         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10661         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10662
10663         Store selection as document relative, so that zooming
10664         and offset changing doesnt break it.
10665
10666 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10667
10668         * shell/ev-view.c: (ev_view_best_fit):
10669
10670         Do not try to best fit if the view is not realized
10671
10672 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10673           
10674         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10675
10676 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10677
10678         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10679
10680 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10681
10682         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10683         the popup window.  That prevents it resizing when in full screen
10684         mode.
10685
10686         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10687         multiple rerenders.  This pretty much sucks.
10688
10689         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10690         rest of the toolbar.
10691
10692 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10693
10694         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10695
10696 2005-02-17  Alexander Shopov  <ash@contact.bg>
10697
10698         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10699
10700 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10701
10702         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10703
10704 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10705
10706         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10707         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10708         (set_document_page), (document_changed_callback),
10709         (ev_view_set_document), (ev_view_find_previous),
10710         (ev_view_hide_cursor), (ev_view_show_cursor):
10711         * shell/ev-view.h:
10712         * shell/ev-window.c: (update_chrome_visibility),
10713         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10714         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10715         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10716         (ev_window_unfullscreen):
10717         * shell/main.c: (main):
10718
10719         Automatically hide the fullscreen button.
10720         Patch by Kristian Høgsberg <krh@redhat.com>
10721
10722 2005-02-16  Vincent Noel  <vnoel@cox.net>
10723
10724         * shell/main.c (main): Specify an icon for the window. Patch by
10725         Jaap A. Haitsma. Fixes #166177.
10726
10727 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10728
10729         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10730
10731 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10732
10733         * backend/ev-document-misc.h:
10734         * backend/ev-document-misc.c:
10735         (ev_document_misc_get_page_border_size),
10736         (ev_document_misc_paint_one_page): New function to canonicalize
10737         sizing/painting a border.
10738
10739         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10740         used.
10741
10742         * pdf/xpdf/pdf-document.cc: use new function
10743
10744         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10745         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10746         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10747         shell/ev-window.c: (update_sizing_buttons),
10748         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10749         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10750         (ev_window_cmd_view_page_width), (size_allocate_cb),
10751         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10752         and "fit width" values act as toggle buttons so they stay
10753         toggled.  It's not 100% perfect, and it's a little slow, but it's
10754         good enough to commit I think.
10755
10756 2005-02-15  David Lodge  <dave@cirt.net>
10757
10758         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10759
10760 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10761
10762         * shell/ev-window.c (update_window_title): replace newlines in
10763         the title by spaces. Bug #166107.
10764
10765 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10766
10767         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10768         parameters providing allocation width and height without
10769         scrollbars and width of a possible vertical scrollbar. With this
10770         additional information the functions can work as
10771         intended. Unfortunately they're not idempotent. We should
10772         transform these commands to toggles. Fixes Bug #164976
10773         Initial patch by Stephane Loeuillet, then heavily modified.
10774
10775         * shell/ev-view.h: update prototypes.
10776
10777         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10778         (ev_window_cmd_view_page_width): provide EvView fit functions with
10779         all the information they need. Formulas to calculate this
10780         information taken from GtkScrolledWindow.
10781
10782 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10783
10784         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10785         created a thumbnail, the list store is updated to know
10786         that the thumbnail is set. Fixes bug #166792
10787
10788 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10789
10790         * shell/ev-window.c: fixed typo, closes bug 166897
10791
10792         * TODO: updated TODO with bug numbers that are relevant
10793
10794 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10795
10796         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10797
10798 2005-02-09  Vincent Noel  <vnoel@cox.net>
10799
10800         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10801         and "Next" toolbar buttons as important to make them stand out.
10802
10803 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10804
10805         * lib/ev-debug.c:
10806         * lib/ev-debug.h:
10807         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10808         (start_interpreter), (stop_interpreter), (document_load),
10809         (ps_document_next_page), (ps_document_goto_page),
10810         (ps_document_set_page_size), (ps_document_widget_event),
10811         (ps_document_render):
10812         * shell/ev-page-view.c: (ev_page_view_dispose):
10813         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10814
10815         Fix compilation on non-gcc platforms
10816
10817 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10818
10819         * NEWS:
10820         * configure.ac:
10821
10822         Release 0.1.4
10823
10824         * pdf/xpdf/Catalog.cc:
10825         * pdf/xpdf/XRef.cc:
10826
10827         Fix the fix for CAN-2004-0888
10828
10829 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10830
10831         * data/Makefile.am:
10832         * data/evince-ui.xml:
10833         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10834         * shell/ev-stock-icons.h:
10835         * shell/ev-window.c: (update_action_sensitivity),
10836         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10837         (set_action_properties):
10838
10839         Improve toolbar layout/icons
10840
10841 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10842
10843         * pdf/xpdf/pdf-document.cc:
10844
10845         Add warnings about unimplemented/unknown link
10846         types.
10847
10848 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10849
10850         * ps/ps-document.c: (set_up_page):
10851
10852         Log gs property
10853
10854 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10855
10856         * ps/ps-document.c: (start_interpreter):
10857
10858         Log gs env var
10859
10860 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10861
10862         * shell/ev-page-view.c: (ev_page_view_dispose):
10863         * shell/ev-view.c: (ev_view_finalize):
10864         * shell/ev-window.c: (ev_window_setup_document),
10865         (ev_window_dispose), (ev_window_init):
10866
10867         Solve more refs issues.
10868
10869         I commented out the page_view initialization for now:
10870         it was never destroyed (because it's never added
10871         to a container). Because of that we was leaking
10872         gs processes. Couldnt think to a clean fix.
10873         We need to figure this out, password view has the
10874         same issue probably.
10875
10876 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10877
10878         * ps/ps-document.c: (ps_document_finalize),
10879         (ps_document_get_n_pages), (ps_document_get_page):
10880
10881         Some cleanups, stop the interpreter on finalize
10882
10883         * shell/ev-page-view.c: (ev_page_view_dispose),
10884         (ev_page_view_class_init):
10885
10886         Release our reference on the document
10887
10888 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10889
10890         * Makefile.am:
10891         * configure.ac:
10892         * doc/debugging.txt:
10893         * lib/.cvsignore:
10894         * lib/Makefile.am:
10895         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10896         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10897         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10898         * lib/ev-debug.h:
10899
10900         Add debugging helpers
10901
10902         * ps/Makefile.am:
10903         * ps/ps-document.c: (set_up_page), (start_interpreter),
10904         (stop_interpreter), (document_load), (ps_document_next_page),
10905         (ps_document_goto_page), (ps_document_set_page_size),
10906         (ps_document_widget_event), (ps_document_render):
10907         * shell/Makefile.am:
10908         * shell/ev-view.c: (expose_bin_window):
10909         * shell/main.c: (main):
10910
10911         Add some logs
10912         
10913 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10914
10915         * ps/ps-document.c: (ps_document_widget_event):
10916
10917         Initialize message_window, this should make ps
10918         rendering really work! (Never noticed because I was
10919         testing with a ps that is causing gs to exit every time!)
10920
10921 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10922
10923         * data/evince.schemas.in: updated simple error in applyto closing tag
10924
10925 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10926
10927         * Makefile.am:
10928         * configure.ac:
10929         * data/.cvsignore:
10930         * data/Makefile.am:
10931         * data/evince-ui.xml:
10932         A data/evince.schemas.in:
10933         * po/POTFILES.in:
10934         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10935         * shell/ev-stock-icons.h:
10936         * shell/ev-window.c: (update_chrome_visibility),
10937         (update_chrome_flag), (ev_window_cmd_edit_find),
10938         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10939         (ev_window_unfullscreen), (ev_window_focus_in_event),
10940         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10941         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10942         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10943         (ev_window_dispose), (ev_window_class_init),
10944         (set_action_properties), (set_chrome_actions), (load_chrome),
10945         (ev_window_init):
10946
10947         Implement fullscreen mode changes from bug #164776.
10948         Also implement persistent chrome toggles.
10949
10950 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10951
10952         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10953
10954 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * NEWS:
10957         * configure.ac:
10958         * shell/ev-view.c:
10959
10960         Add another check for find interface
10961
10962         Release 0.1.3
10963
10964 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * shell/ev-application.c: (ev_application_open):
10967         * shell/ev-window.c: (ev_window_open):
10968
10969         Open gzipped ps documents
10970
10971 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10972
10973         * TODO:
10974         * shell/ev-view.c: (set_document_page):
10975
10976         Clamp page number, dont try to move to
10977         not existant pages.
10978
10979 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10980
10981         * backend/ev-document-find.c: (ev_document_find_changed):
10982         * backend/ev-document-find.h:
10983         * pdf/xpdf/pdf-document.cc:
10984         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10985         * shell/ev-window.c: (find_bar_search_changed_cb):
10986
10987         Fix several bugs with find
10988
10989 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10990
10991         * shell/ev-sidebar-thumbnails.c
10992         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10993         document. Prevents warning from scroll_to_cell.
10994
10995 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10996
10997         * configure.ac: Add «nb» to ALL_LINGUAS too.
10998
10999 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11000
11001         * NOTES: New file with some random thoughts.
11002
11003         * TODO: Update.
11004
11005         * backend/ev-document-misc.c:
11006         (ev_document_misc_get_page_border_size): New function to
11007         canonicalize shadow drawing sizes.  Possibly goofy.
11008
11009         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11010         (ev_view_best_fit), (ev_view_fit_width):
11011         * pdf/xpdf/pdf-document.cc:
11012         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11013         * ps/ps-document.c: (ps_document_get_page_size):
11014         * backend/ev-document-misc.h:
11015         * backend/ev-document.c: (ev_document_get_page_size):
11016         * backend/ev-document.h: get_page_size now takes a page number
11017         parameter.  Made all the backends/frontends honor it.
11018
11019         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11020         see.  Doesn't work yet.
11021
11022         * shell/Makefile.am:
11023         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11024         Doesn't do anything yet.
11025
11026         * shell/ev-sidebar-thumbnails.c:
11027         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11028         [0..n_pages-1]
11029
11030         * shell/ev-window.c: (update_action_sensitivity),
11031         (ev_window_setup_document), (ev_window_set_page_mode),
11032         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11033         view-swapping code a bit so we can have multiple views on a
11034         document.  Add the multi-page view, though it can't be turned on
11035         yet.
11036
11037 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11038
11039         * shell/ev-application.c: (ev_application_open):
11040         * shell/ev-view.c: (expose_bin_window):
11041         * shell/ev-window.c: (ev_window_open):
11042
11043         Support eps and check document supports find
11044         before drawing highlightings in expose.
11045
11046 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11047
11048         * pixbuf/pixbuf-document.c:
11049         (pixbuf_document_thumbnails_get_dimensions),
11050         (pixbuf_document_document_thumbnails_iface_init):
11051
11052         implement get_dimensions
11053
11054 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * NEWS:
11057         * configure.ac:
11058
11059         Release 0.1.2
11060
11061 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11062
11063         * shell/ev-view.c: (set_document_page):
11064
11065         Scroll at the top of the page when changing page
11066
11067 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11068
11069         * shell/ev-view.c: (ev_view_motion_notify_event):
11070
11071         Do not redraw unnecessarily
11072
11073 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11074
11075         * pdf/xpdf/pdf-document.cc:
11076         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11077         (expose_bin_window), (find_changed_cb):
11078
11079         Yay! find works now... Now to find bugs...
11080
11081 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11082
11083         * backend/ev-document-find.c: (ev_document_find_base_init),
11084         (ev_document_find_changed):
11085         * backend/ev-document-find.h:
11086         * pdf/xpdf/pdf-document.cc:
11087         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11088         (expose_bin_window), (ev_view_init), (set_document_page),
11089         (ensure_rectangle_is_visible), (jump_to_find_result),
11090         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11091         (ev_view_find_next), (ev_view_find_previous):
11092         * shell/ev-view.h:
11093         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11094
11095         More work on find implementation, mostly there now
11096
11097 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11098
11099         * backend/ev-backend-marshalers.list:
11100         * backend/ev-document-find.c: (ev_document_find_base_init),
11101         (ev_document_find_cancel), (ev_document_find_page_has_results),
11102         (ev_document_find_get_n_results), (ev_document_find_get_result),
11103         (ev_document_find_get_progress), (ev_document_find_changed):
11104         * backend/ev-document-find.h:
11105
11106         Enanche the find interface to be really able to do
11107         multi page find.
11108
11109         * pdf/xpdf/pdf-document.cc:
11110
11111         Implement
11112
11113         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11114         (expose_bin_window), (ev_view_init),
11115         (ev_view_get_find_status_message), (find_changed_cb),
11116         (ev_view_set_document), (set_document_page):
11117
11118         Adapt to the new interface. A few things are regressed sorry,
11119         I will finish it soon.
11120
11121 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11122
11123         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11124         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11125         ev_sidebar_thumbnails_parent_class variable, don't define another
11126         parent_class variable.
11127
11128         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11129         (ev_page_action_class_init): ditto.
11130
11131         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11132         (pixbuf_document_class_init): ditto.
11133
11134         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11135         ditto.
11136
11137         * .cvsignore: ignore various valgrind output files.
11138
11139 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11140
11141         * data/evince-ui.xml:
11142         * shell/Makefile.am:
11143         * shell/ev-history.c:
11144         * shell/ev-history.h:
11145         * shell/ev-navigation-action.c:
11146         * shell/ev-navigation-action.h:
11147         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11148         (ev_view_set_page), (ev_view_fit_width):
11149         * shell/ev-view.h:
11150         * shell/ev-window.c: (update_action_sensitivity),
11151         (ev_window_setup_document), (register_custom_actions):
11152
11153         Kill session history
11154
11155 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11156
11157         * shell/ev-window.c: (update_action_sensitivity):
11158
11159         Fix inverted up/down buttons
11160
11161 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11162
11163         * shell/ev-sidebar-thumbnails.c
11164         (ev_sidebar_thumbnails_select_page): make sure the selected
11165         thumbnail stays visible.
11166
11167 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11168
11169         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11170         scrolled window for Federico.
11171
11172 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11173
11174         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11175
11176 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * configure.ac:
11179         * pdf/splash/SplashFTFontEngine.cc:
11180
11181         Fix CID fonts with freetype 2.1.9
11182
11183 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11184
11185         * TODO: added item for desktop icon thumbnailer
11186
11187 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11188
11189         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11190         unloaded docs when the title is accessed.
11191
11192         * shell/ev-password-view.[hc]: New widget for displaying password
11193         state.
11194
11195         * shell/ev-window.[ch]: Refactor password handling code to handle
11196         the new view.
11197
11198 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11199
11200         * NEWS:
11201         * configure.ac:
11202         * data/Makefile.am:
11203
11204         Release 0.1.1
11205
11206 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11207
11208         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11209         ignore page offset here, to make search results independent of it,
11210
11211         * shell/ev-view.c (expose_bin_window): but take offsets into
11212         account here. Bug #164932
11213
11214         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11215         scale at the right time. Bug #164996
11216
11217 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11218
11219         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11220         fix the problem. Now I just removed the Adobe font names and hope
11221         that the URW fonts are always in outline format. Bug #164934
11222
11223         * shell/ev-window.c (update_window_title): empty titles are
11224         useless, use filename in that case too.
11225
11226         * NEWS: Add some content.
11227
11228 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11229
11230         * TODO: added one more TODO item and a TODONE section :)
11231
11232 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11233
11234         * ps/ps-document.h: add page_[xy]_offset fields.
11235
11236         * ps/ps-document.c (ps_document_set_page_offset)
11237         (ps_document_render): Keep offset in consideration in a few
11238         places. Bug #164752 "postscript documents are not centered in
11239         window"
11240
11241         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11242         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11243
11244         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11245         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11246         stub out missing methods for complete EvDocument implementation.
11247         Fixes segfaults with Save A Copy and Copy actions.
11248
11249         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11250         (ps_document_document_iface_init): ditto.
11251         
11252 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11253
11254         * data/.cvsignore:
11255         * data/Makefile.am:
11256         * data/evince.desktop.in:
11257
11258         Add desktop file
11259
11260 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11261
11262         * shell/ev-view.c: (ev_view_button_press_event),
11263         (ev_view_motion_notify_event):
11264
11265         Make selection work in any direction
11266
11267 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11268
11269         * TODO:
11270         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11271
11272         Use shorter labels for some of the toolbars items
11273
11274 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * pdf/xpdf/pdf-document.cc:
11277
11278         Check the links info is initialized before
11279         using it. Should fix a crash on startup.
11280
11281 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11282
11283         * pixbuf/pixbuf-document.c
11284         (pixbuf_document_thumbnails_get_dimensions): force floating point
11285         division to calculate page_ratio. Fixes crash with landscape
11286         format pixbufs.
11287
11288 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11289
11290         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11291
11292 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11293
11294         * shell/ev-view.c (set_document_page): unset has_selection when
11295         the page changes.
11296         (set_document_page): handle paper size changes when the page
11297         changes (test with Free Culture, page 2).
11298
11299 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11302         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11303
11304         Use normal style color for the widget background and
11305         draw a black box around the page.
11306
11307 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * pdf/xpdf/pdf-document.cc:
11310
11311         Keep offset in consideration in a few places
11312
11313         * shell/ev-view.c: (expose_bin_window):
11314
11315         Set the offsets so that the document is ever centered
11316
11317 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11318
11319         * TODO: Added TODO items and finished off the first todo item
11320
11321         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11322         reflect current authors
11323
11324 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11325
11326         * pdf/xpdf/pdf-document.cc:
11327         * shell/ev-view.c: (ev_view_set_cursor),
11328         (ev_view_motion_notify_event), (document_changed_callback),
11329         (set_document_page):
11330
11331         Show a wait cursor while the page is rendering
11332
11333 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11334
11335         * shell/ev-sidebar-thumbnails.c:
11336         (ev_sidebar_tree_selection_changed),
11337         (ev_sidebar_thumbnails_select_page):
11338         * shell/ev-sidebar-thumbnails.h:
11339         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11340         (ev_view_can_go_forward):
11341         * shell/ev-window.c: (ev_window_open_page),
11342         (ev_window_setup_document), (update_current_page),
11343         (view_page_changed_cb), (ev_window_init):
11344         * shell/ev-window.h:
11345
11346         Ensure thumbnails selection, toolbar page control and
11347         current page are in sync.
11348
11349 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11350
11351         * pdf/xpdf/XRef.cc:
11352
11353         Fix CAN-2005-0064
11354
11355 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11356
11357         * backend/Makefile.am:
11358         * backend/ev-document-links.h:
11359         * backend/ev-document-security.c: (ev_document_security_get_type),
11360         (ev_document_security_has_document_security),
11361         (ev_document_security_set_password):
11362         * backend/ev-document-security.h:
11363         * backend/ev-document.c: (ev_document_error_quark):
11364         * backend/ev-document.h:
11365         * data/Makefile.am:
11366         * data/evince-password.glade:
11367         * pdf/xpdf/pdf-document.cc:
11368         * shell/Makefile.am:
11369         * shell/ev-password.c: (ev_password_set_bad_password_label),
11370         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11371         (ev_password_dialog_get_password),
11372         (ev_password_dialog_set_bad_pass):
11373         * shell/ev-password.h:
11374         * shell/ev-window.c: (ev_window_get_attribute),
11375         (ev_window_set_property), (update_action_sensitivity),
11376         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11377         (ev_window_setup_document), (ev_window_get_password),
11378         (ev_window_open), (ev_window_cmd_save_as),
11379         (using_postscript_printer), (ev_window_print),
11380         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11381         (update_fullscreen_popup), (ev_window_fullscreen),
11382         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11383         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11384         (menu_item_select_cb), (find_bar_search_changed_cb),
11385         (ev_window_dispose), (ev_window_init):
11386
11387         Add initial support for password-supported dialogs.  This could be
11388         a lot cooler, but it'll do for now.
11389
11390 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11391
11392         * pdf/xpdf/pdf-document.cc:
11393         * shell/ev-view.c: (status_message_from_link),
11394         (ev_view_set_status), (ev_view_set_cursor),
11395         (ev_view_motion_notify_event), (ev_view_init):
11396         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11397
11398         Fix bugs in the links implementation and change cursor
11399         when hovering a link.
11400
11401 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11402
11403         * viewer/.cvsignore: added cvsignore file for viewer directory
11404
11405         * TODO: created TODO document
11406
11407 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11408
11409         * shell/ev-view.h:
11410         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11411         new functions to help with implementation of sensitivity code
11412         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11413         of all actions that might require it.  Fixes a crash when you
11414         click on the Zoom actions in a window lacking a document.
11415
11416 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11417
11418         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11419         of the Find action
11420
11421 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11422
11423         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11424         (pixbuf_document_document_iface_init):
11425         * ps/ps-document.c: (ps_document_get_link),
11426         (ps_document_document_iface_init):
11427         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11428         (status_message_from_link), (ev_view_set_status),
11429         (ev_view_set_find_status), (ev_view_motion_notify_event),
11430         (ev_view_button_release_event), (ev_view_set_property),
11431         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11432         (ev_view_get_find_status_message), (update_find_results),
11433         (ev_view_get_status), (ev_view_get_find_status):
11434         * shell/ev-view.h:
11435         * shell/ev-window.c: (view_status_changed_cb),
11436         (view_find_status_changed_cb), (ev_window_init):
11437
11438         View status message support, use it to show the links.
11439         Needs work...
11440
11441 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11442
11443         * backend/ev-document.c: (ev_document_get_link):
11444         * backend/ev-document.h:
11445         * pdf/xpdf/pdf-document.cc:
11446         * shell/ev-application.c: (ev_application_open):
11447         * shell/ev-application.h:
11448         * shell/ev-sidebar-links.c: (selection_changed_cb):
11449         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11450         (ev_view_go_to_link):
11451
11452         Add support for document links
11453
11454 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11455
11456         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11457         (create_tool_item):
11458         Set the spin button limits correctly.
11459         
11460         * shell/ev-sidebar-thumbnails.c:
11461         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11462         Support changing pages by clicking on the thumbnails.
11463         
11464 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11465
11466         * pixbuf/pixbuf-document.c:
11467         (pixbuf_document_thumbnails_get_dimensions),
11468         (pixbuf_document_document_thumbnails_iface_init):
11469
11470         implement get_dimensions
11471
11472 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11473
11474         * ps/ps-document.c: (ps_document_goto_page):
11475
11476         Fix page switching on multipage documents
11477
11478 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11479
11480         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11481         
11482         check for NULL before assigning to width and height parameters
11483
11484 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11485
11486         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11487         (pixbuf_document_set_property), (pixbuf_document_get_property):
11488
11489         implement get/set properties
11490
11491 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11492
11493         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11494         
11495         return NULL instead of "Unknown", letting the title get set to
11496         the filename when the pdf has no title.
11497
11498 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11499
11500         * ps/ps-document.c: (ps_document_get_page_count),
11501         (ps_document_goto_page):
11502
11503 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11504
11505         * shell/ev-history.c: (ev_history_get_property),
11506         (ev_history_set_property), (ev_history_class_init),
11507         (ev_history_add_page), (ev_history_set_current_index):
11508         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11509         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11510         (ev_navigation_action_finalize):
11511         * shell/ev-navigation-action.h:
11512         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11513         (ev_view_go_forward), (ev_view_get_find_status_message),
11514         (history_index_changed_cb), (ev_view_set_history):
11515         * shell/ev-view.h:
11516         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11517         (update_current_page), (register_custom_actions):
11518
11519         Implement history dropdowns
11520
11521 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11522
11523         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11524         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11525         (ev_view_go_forward):
11526         * shell/ev-window.c: (register_custom_actions):
11527
11528         Fix several history bugs
11529
11530 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11531
11532         * configure.ac: Add «nb» to ALL_LINGUAS.
11533
11534 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11535
11536         * backend/Makefile.am:
11537         * backend/ev-bookmark.c:
11538         * backend/ev-bookmark.h:
11539         * backend/ev-document-bookmarks.c:
11540         * backend/ev-document-bookmarks.h:
11541         * backend/ev-document-links.c: (ev_document_links_get_type),
11542         (ev_document_links_has_document_links),
11543         (ev_document_links_begin_read), (ev_document_links_get_link),
11544         (ev_document_links_get_child), (ev_document_links_next),
11545         (ev_document_links_free_iter):
11546         * backend/ev-document-links.h:
11547         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11548         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11549         (ev_link_get_link_type), (ev_link_set_link_type),
11550         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11551         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11552         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11553         (ev_link_new_external):
11554         * backend/ev-link.h:
11555         * pdf/xpdf/pdf-document.cc:
11556         * shell/Makefile.am:
11557         * shell/ev-application.c: (ev_application_open_link):
11558         * shell/ev-application.h:
11559         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11560         (ev_history_get_link_nth):
11561         * shell/ev-history.h:
11562         * shell/ev-sidebar-bookmarks.c:
11563         * shell/ev-sidebar-bookmarks.h:
11564         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11565         (ev_sidebar_links_class_init), (selection_changed_cb),
11566         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11567         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11568         (do_one_iteration), (populate_links_idle),
11569         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11570         * shell/ev-sidebar-links.h:
11571         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11572         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11573         (go_to_index):
11574         * shell/ev-view.h:
11575         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11576         * shell/ev-window.h:
11577
11578         Rename bookmark to link, and use "Index" for the sidebar panel.
11579
11580 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11581
11582         * shell/Makefile.am:
11583         * shell/ev-application.c: (ev_application_open_bookmark):
11584         * shell/ev-application.h:
11585         * shell/ev-history.c: (ev_history_init), (free_links_list),
11586         (ev_history_finalize), (ev_history_class_init),
11587         (ev_history_add_link), (ev_history_add_page),
11588         (ev_history_get_link_nth), (ev_history_get_n_links),
11589         (ev_history_get_current_index), (ev_history_set_current_index),
11590         (ev_history_new):
11591         * shell/ev-history.h:
11592         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11593         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11594         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11595         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11596         (ev_view_set_page):
11597         * shell/ev-view.h:
11598         * shell/ev-window.c: (ev_window_open_bookmark),
11599         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11600         (goto_page_cb), (register_custom_actions):
11601         * shell/ev-window.h:
11602
11603         Initial history implementation. Needs work.
11604
11605 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11606
11607         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11608
11609 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11610
11611         * cut-n-paste/recent-files/egg-recent-item.c:
11612         * cut-n-paste/recent-files/egg-recent-item.h:
11613         * cut-n-paste/recent-files/egg-recent-model.c:
11614         * cut-n-paste/recent-files/egg-recent-util.c:
11615         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11616         * cut-n-paste/recent-files/egg-recent-view.c:
11617
11618         Update
11619
11620 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11621
11622         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11623         (fillGlyph, fillImageMask, drawImage):
11624         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11625         pdf/splash/SplashTypes.h:
11626         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11627         packed mode for Splash.
11628
11629         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11630         RGB8 packed mode, eliminates the pixbuf data creation loop.
11631
11632         * shell/ev-print-job.c (ev_print_job_finalize)
11633         (ev_print_job_set_property, ev_print_job_get_property)
11634         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11635         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11636         (print_closure_finalize, ev_print_job_print): implement
11637         printing (for backends with EvPsExporter)
11638
11639         * shell/ev_print_job.h: update prototypes.
11640
11641         * shell/ev-window.c (ev_window_print): unref print job after
11642         printing.
11643
11644         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11645         unless the document implements the EvDocumentFind interface.
11646
11647 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11648
11649         * configure.ac: Added ja to ALL_LINGUAS.
11650
11651 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11652
11653         * pdf/xpdf/pdf-document.cc:
11654
11655         add a FIXME. We should probably not allocate
11656         a bookmark object every time
11657
11658 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11659
11660         * shell/ev-application.c: (ev_application_open),
11661         (ev_application_open_bookmark):
11662         * shell/ev-application.h:
11663         
11664         Add a way to open bookmarks
11665
11666         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11667         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11668         (ev_bookmark_set_property), (ev_bookmark_class_init),
11669         (ev_bookmark_new_title), (ev_bookmark_new_link),
11670         (ev_bookmark_new_external):
11671
11672         Support for external uris, better constructors.
11673
11674         * backend/ev-bookmark.h:
11675         * pdf/xpdf/pdf-document.cc:
11676         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11677
11678         Handle external uris
11679
11680 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11681
11682         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11683         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11684
11685         Hook up bookmarks navigation
11686
11687 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * backend/Makefile.am:
11690         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11691         (ev_bookmark_get_title), (ev_bookmark_set_title),
11692         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11693         (ev_bookmark_get_page), (ev_bookmark_set_page),
11694         (ev_bookmark_get_property), (ev_bookmark_set_property),
11695         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11696         (ev_bookmark_new):
11697         * backend/ev-bookmark.h:
11698         * backend/ev-document-bookmarks.c:
11699         (ev_document_bookmarks_get_bookmark):
11700         * backend/ev-document-bookmarks.h:
11701         * pdf/xpdf/pdf-document.cc:
11702         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11703
11704         Add a bookmark object to the backend and use it instead of get_values
11705
11706 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11707
11708         * data/evince-ui.xml:
11709
11710         Cleanup and add select all.
11711
11712         * shell/ev-view.c: (ev_view_select_all),
11713         (ev_view_button_press_event):
11714         * shell/ev-view.h:
11715         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11716
11717         Add select all.
11718         Clear selection on click.
11719
11720 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11721
11722         * shell/ev-sidebar-thumbnails.c
11723         (ev_sidebar_thumbnails_set_document): forgot to unref the
11724         loading_icon.
11725
11726 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11727
11728         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11729         at the visible page, not just linearly.  This makes it look fast.
11730
11731 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11732
11733         * backend/ev-document-misc.c
11734         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11735         white.
11736         * backend/ev-document-thumbnails.h: New interface to get the size
11737         of a page.
11738
11739 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11740
11741         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11742         make dist works
11743
11744 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11745
11746         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11747         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11748         things up a bit.
11749
11750         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11751
11752 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11753
11754         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11755         fonts. Should fix font problems on systems that have the base
11756         fonts in bitmap format. Reported by James Henstridge
11757         <james@jamesh.id.au>.
11758
11759 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11760
11761         * pdf/xpdf/Gfx.cc:
11762         * pdf/xpdf/GfxState.cc:
11763
11764         Fix for CAN-2004-1125
11765
11766 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * shell/ev-view.c: (ev_view_copy):
11769         * shell/ev-view.h:
11770         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11771
11772         Implement Edit->Copy
11773
11774 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * backend/ev-document.c: (ev_document_get_text):
11777         * backend/ev-document.h:
11778         * pdf/xpdf/pdf-document.cc:
11779         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11780         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11781         (ev_view_update_primary_selection), (ev_view_button_press_event),
11782         (ev_view_motion_notify_event), (ev_view_button_release_event):
11783
11784         Beginnings of clipboard support. Incomplete but primary sort
11785         of work.
11786
11787 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11790         (expose_bin_window):
11791
11792         Nicer rubberband drawing, from GtkIconView.
11793
11794 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11795
11796         * backend/ev-document.c: (ev_document_save):
11797         * backend/ev-document.h:
11798         * data/evince-ui.xml:
11799         * pdf/xpdf/pdf-document.cc:
11800         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11801
11802         Implement "Save a copy..." menu item
11803
11804 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * shell/ev-view.c: (ev_view_zoom):
11807
11808         Queue a resize when zoom changes
11809
11810 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11811
11812         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11813         shadows.
11814
11815         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11816         thumbnails..
11817
11818 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11819
11820         * pdf/xpdf/pdf-document.cc
11821         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11822
11823 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11824
11825         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11826         It's slow, but I'll speed it up next!
11827
11828 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11829
11830         * shell/main.c (load_files):
11831
11832         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11833         from the command line and because it seems more appropriate.
11834
11835 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * data/evince-ui.xml:
11838         * shell/ev-window.c: (update_action_sensitivity),
11839         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11840
11841         s/next page/page down
11842         s/previous page/page up
11843
11844 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11845
11846         * data/evince-ui.xml:
11847
11848         Change the layout to match clarkbw design.
11849
11850         * shell/Makefile.am:
11851         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11852         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11853         (ev_navigation_action_finalize),
11854         (ev_navigation_action_set_property),
11855         (ev_navigation_action_get_property),
11856         (ev_navigation_action_class_init):
11857         * shell/ev-navigation-action.h:
11858
11859         Implement clarkbw toolbar navigation controls (incomplete)
11860
11861         * shell/ev-page-action.c: (update_label), (update_spin),
11862         (value_changed_cb), (create_tool_item), (connect_proxy),
11863         (ev_page_action_init), (ev_page_action_finalize),
11864         (ev_page_action_set_property), (ev_page_action_get_property),
11865         (ev_page_action_set_current_page),
11866         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11867         * shell/ev-page-action.h:
11868
11869         Implement a page switcher in the toolbar
11870
11871         * shell/ev-view.c: (ev_view_scroll_view):
11872         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11873         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11874         (register_custom_actions), (ev_window_init):
11875
11876         Change page on PageUp/Down.
11877
11878 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11879
11880         * pdf/xpdf/pdf-document.cc
11881         (pdf_document_thumbnails_get_thumbnail): initial stab at
11882         implementing thumbnail support for pdfs.  It only does documents
11883         with precached pdfs now.
11884
11885 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11886
11887         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11888         thumbnail code into a time-based idle as well.  Also, turn off the
11889         shadow temporarily as it's really slow.
11890
11891 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11892
11893         * backend/ev-document.c: (ev_document_class_init):
11894         * pdf/xpdf/pdf-document.cc:
11895         * shell/ev-window.c: (ev_window_open):
11896
11897         Fix document title bugs and fallback to
11898         filename when not available.
11899
11900 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * backend/ev-document.c: (ev_document_get_type),
11903         (ev_document_class_init), (ev_document_load),
11904         (ev_document_get_title):
11905         * backend/ev-document.h:
11906         * pdf/xpdf/pdf-document.cc:
11907         * ps/ps-document.c: (ps_document_set_property),
11908         (ps_document_get_property), (ps_document_class_init),
11909         (document_load):
11910         * ps/ps-document.h:
11911         * ps/ps.h:
11912         * shell/ev-window.c: (update_window_title), (ev_window_open),
11913         (ev_window_init):
11914
11915         Initial support for document title. Not working yet.
11916
11917 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11918
11919         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11920
11921         Grab focus on the view when clicking it
11922
11923 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11924
11925         * shell/ev-marshal.list:
11926         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11927         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11928
11929         Add key bindings to the view. Now if the focus would work
11930         right...
11931
11932 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * Makefile.am:
11935         * backend/Makefile.am:
11936         * data/Makefile.am:
11937         * dvi/Makefile.am:
11938         * dvi/dvilib/Makefile.am:
11939         * pdf/xpdf/Makefile.am:
11940         * po/POTFILES.in:
11941         * ps/Makefile.am:
11942
11943         Fix distcheck
11944
11945 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11946
11947         * shell/ev-view.c: (ev_view_realize):
11948
11949         Fix mouse wheel scrolling
11950
11951 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11952
11953         * ps/Makefile.am:
11954         * ps/gstypes.h:
11955         * ps/gtkgs.c:
11956         * ps/gtkgs.h:
11957         * ps/ps-document.c: (catchPipe), (ps_document_init),
11958         (ps_document_class_init), (ps_document_cleanup),
11959         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11960         (set_up_page), (close_pipe), (is_interpreter_ready),
11961         (interpreter_failed), (output), (input), (start_interpreter),
11962         (stop_interpreter), (file_length), (file_readable),
11963         (check_filecompressed), (check_pdf), (compute_xdpi),
11964         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11965         (ps_document_get_type), (ps_document_emit_error_msg),
11966         (document_load), (ps_document_next_page),
11967         (ps_document_get_current_page), (ps_document_get_page_count),
11968         (ps_document_goto_page), (ps_document_set_page_size),
11969         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11970         (ps_document_load), (ps_document_get_n_pages),
11971         (ps_document_set_page), (ps_document_get_page),
11972         (ps_document_widget_event), (ps_document_set_target),
11973         (ps_document_set_scale), (ps_document_set_page_offset),
11974         (ps_document_get_page_size), (ps_document_render),
11975         (ps_document_document_iface_init):
11976         * ps/ps-document.h:
11977         * ps/ps.c:
11978         * shell/ev-window.c: (ev_window_open):
11979
11980         Rename GtkGS to PSDocument
11981
11982 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11983
11984         * ps/gtkgs.c: (gtk_gs_class_init):
11985         * ps/gtkgs.h:
11986
11987         Some more leftover...
11988
11989 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11990
11991         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11992         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11993         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11994         * ps/gtkgs.h:
11995
11996         Remove unused code and make a lot of stuff private
11997
11998 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11999
12000         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12001         (gtk_gs_defaults_changed):
12002         * ps/gsdefaults.h:
12003         * ps/gtkgs.c:
12004         * ps/gtkgs.h:
12005         * ps/ps.h:
12006
12007         Cleanup headers dependencies
12008
12009 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * ps/Makefile.am:
12012         * ps/ggvutils.c:
12013         * ps/ggvutils.h:
12014         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12015         * ps/gsdefaults.h:
12016         * ps/gtkgs.c: (file_length), (file_readable),
12017         (check_filecompressed), (check_pdf), (gtk_gs_load),
12018         (gtk_gs_get_postscript):
12019
12020         Get rid of ggvutils
12021
12022 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12023
12024         * ps/ggvutils.c:
12025         * ps/ggvutils.h:
12026         * ps/gsio.h:
12027         * ps/gtkgs.c: (gtk_gs_set_zoom):
12028
12029         Cleanups
12030
12031 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12032
12033         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12034
12035         Ensure the page is rerendered when changing zoom
12036
12037 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * backend/ev-document.c: (ev_document_base_init),
12040         (ev_document_changed):
12041         * backend/ev-document.h:
12042
12043         Add a changed event that is emitted when the page content
12044         changes. This is necessary to deal with the fact that
12045         in ps backend rendering happen asycrounously.
12046         This makes the ps backend mostly work.
12047
12048         * pdf/xpdf/pdf-document.cc:
12049
12050         Emit changed event
12051
12052         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12053         (ps_document_set_target):
12054
12055         Emit changed event
12056
12057         * shell/ev-view.c: (document_changed_callback),
12058         (ev_view_set_document), (ev_view_set_page):
12059
12060         Redraw on the changed signal
12061
12062 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12063
12064         * configure.ac: Added pt_BR to ALL_LINGUAS.
12065
12066 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * backend/ev-document-bookmarks.c:
12069         (ev_document_bookmarks_get_child): *
12070         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12071         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12072         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12073         (ev_sidebar_bookmarks_destroy),
12074         (ev_sidebar_bookmarks_class_init),
12075         (ev_sidebar_bookmarks_construct), (stack_data_free),
12076         (do_one_iteration), (populate_bookmarks_idle),
12077         (ev_sidebar_bookmarks_clear_document),
12078         (ev_sidebar_bookmarks_set_document): *
12079         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12080         (ev_sidebar_add_page),
12081         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12082         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12083         it displays both the topics and the page numbers.
12084
12085 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12086
12087         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12088         toggle.
12089         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12090         visible.
12091
12092 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12093
12094         * configure.ac: Added en_CA to ALL_LINGUAS.
12095
12096 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12097
12098         * ChangeLog: replace bottom of this ChangeLog (merged history of
12099         ggv and gpdf; where all paths were wrong and most of the files are
12100         not even in this tree) with ChangeLog (from arch) of the shell
12101         code.
12102
12103 2004-12-23  Havoc Pennington  <hp@redhat.com>
12104
12105         * shell/ev-window.c: hook up potentially-questionable "find
12106         results status text" feature - something involving the sidebar or
12107         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12108         might be better in the end.
12109
12110         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12111         with corresponding signal when it should be updated
12112
12113         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12114
12115 2004-12-22  Havoc Pennington  <hp@redhat.com>
12116
12117         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12118         find stuff on other pages, sort of (only returns one result on
12119         invisible pages, to show they have results; updates full results
12120         for a page when you view it). Currently repaints the current page
12121         every time a new result is found on any page, which isn't so nice.
12122
12123 2004-12-22  Havoc Pennington  <hp@redhat.com>
12124
12125         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12126         the document doesn't support find (better ideas?)
12127         (find_bar_search_changed_cb): handle missing document or document
12128         that doesn't support find
12129
12130         * pdf/xpdf/pdf-document.cc: port to implement the new
12131         EvDocumentFindIface
12132
12133         * backend/ev-document-find.c: create a new interface for searching
12134
12135         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12136
12137 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12138
12139         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12140         libevbackend.la.
12141
12142         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12143         EvPrintJob constructor arguments.
12144
12145         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12146         for documents that can export PostScript (page by page).
12147
12148         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12149         
12150         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12151         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12152         (pdf_document_ps_exporter_iface_init:
12153         Implement EvPSExporter.
12154
12155         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12156
12157 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12158
12159         * backend/Makefile.am:
12160         * backend/ev-document-thumbnails.c:
12161         (ev_document_thumbnails_get_type),
12162         (ev_document_thumbnails_get_thumbnail):
12163         * backend/ev-document-thumbnails.h:
12164         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12165         (pixbuf_document_thumbnails_get_thumbnail),
12166         (pixbuf_document_document_thumbnails_iface_init):
12167         * shell/Makefile.am:
12168         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12169         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12170         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12171         * shell/ev-sidebar-thumbnails.h:
12172         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12173         (ev_sidebar_set_document):
12174         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12175         (create_shadow), (ev_pixbuf_add_shadow):
12176         * shell/ev-utils.h:
12177         Add thumbnail support.
12178         
12179 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12180
12181         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12182         (using_postscript_printer): Set up a print dialog for "PostScript
12183         injection" method.
12184
12185         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12186         EvPrintJob.
12187
12188         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12189
12190 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12191
12192         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12193         (ps_document_set_target), (ps_document_get_page_size),
12194         (ps_document_render):
12195         * ps/gtkgs.h:
12196
12197         Fix a few bugs
12198
12199 2004-12-22  Christian Rose  <menthos@menthos.com>
12200
12201         * configure.ac: Added "sv" to ALL_LINGUAS.
12202
12203 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12204
12205         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12206         document supports bookmarks.
12207
12208 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12209
12210         * ps/ggvutils.c: (ggv_file_readable):
12211         * ps/ggvutils.h:
12212         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12213         (gtk_gs_get_postscript):
12214
12215         Remove unused utils
12216
12217 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12218
12219         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12220         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12221         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12222         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12223         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12224         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12225         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12226         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12227         (gtk_gs_set_antialiasing), (ps_document_load),
12228         (ps_document_render):
12229         * ps/gtkgs.h:
12230
12231         Another check point for the ps backend. Now I can get it to show
12232         pages!
12233
12234 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12237         document setting code.
12238
12239 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12240
12241         * shell/eggfindbar.c: (entry_activate_callback):
12242         Animate the next button when activate is pressed.
12243         
12244 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12245
12246         * shell/ev-window.c: (ev_window_cmd_edit_find),
12247         (update_fullscreen_popup), (ev_window_fullscreen),
12248         (ev_window_unfullscreen), (ev_window_state_event_cb),
12249         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12250         Fix bugs in fullscreen code.
12251         
12252 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12253
12254         * Makefile.am:
12255         * configure.ac:
12256         * pixbuf/Makefile.am:
12257         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12258         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12259         (pixbuf_document_set_page), (pixbuf_document_get_page),
12260         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12261         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12262         (pixbuf_document_render), (pixbuf_document_begin_find),
12263         (pixbuf_document_end_find), (pixbuf_document_finalize),
12264         (pixbuf_document_class_init),
12265         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12266         * pixbuf/pixbuf-document.h:
12267         * shell/Makefile.am:
12268         * shell/ev-application.c: (ev_application_open):
12269         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12270         (ev_window_open):
12271         Add pixbuf backend.
12272         
12273 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12274
12275         * Makefile.am: 
12276         * dvi/dvilib/Makefile.am:
12277         * dvi/Makefile.am:
12278         * configure.ac: Auto*ify dvi and dvi/dvilib
12279
12280         * dvi/Makefile: Remove from CVS
12281         
12282         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12283         confusion.
12284
12285         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12286         
12287         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12288         
12289 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12290
12291         * ps/Makefile.am:
12292         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12293         (gtk_gs_value_adjustment_changed), (compute_size),
12294         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12295         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12296         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12297         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12298         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12299         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12300         (ps_document_load), (ps_document_get_n_pages),
12301         (ps_document_set_page), (ps_document_get_page),
12302         (ps_document_set_target), (ps_document_set_scale),
12303         (ps_document_set_page_offset), (ps_document_get_page_size),
12304         (ps_document_render), (ps_document_begin_find),
12305         (ps_document_end_find), (ps_document_document_iface_init):
12306         * ps/gtkgs.h:
12307         * shell/Makefile.am:
12308         * shell/ev-window.c: (ev_window_open):
12309
12310         Some work to integrate gtkgs with EvDocument
12311
12312 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12313
12314         * shell/ev-window.c: (update_fullscreen_popup),
12315         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12316         (exit_fullscreen_button_clicked_cb),
12317         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12318         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12319         (ev_window_state_event_cb), (ev_window_init):
12320         Add fullscreen support from Epiphany.
12321         
12322 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12323
12324         * data/ev-stock-zoom-fit-width.png: fit-width
12325         stock icon from gpdf.
12326         
12327         * shell/ev-stock-icons.[ch]: copied from gpdf.
12328         
12329         * shell/main.c: (main): init stock icons.
12330         
12331         * shell/ev-window.c: use the fit-width icon.
12332         
12333         * data/evince-ui.xml: add zooming toolbar items.
12334
12335 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12336
12337         * shell/ev-view.c: 
12338         (ev_view_best_fit), (ev_view_fit_width): because
12339         get_page_size() returns the scaled page size, we
12340         need to calculate the scale factor relative to
12341         the previous scale factor. Should really just
12342         add get_real_page_size().
12343
12344 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12345
12346         * shell/ev-view.[ch]:
12347         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12348         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12349         add zooming.
12350         
12351         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12352         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12353         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12354         hook it up.
12355         
12356         * pdf/xpdf/pdf-document.cc:
12357         (pdf_document_begin_find),
12358         (pdf_document_end_find): make static.
12359
12360 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12361
12362         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12363
12364         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12365         names to fontconfig patterns.
12366         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12367
12368         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12369         setupBaseFontsFc.
12370
12371 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12372
12373         * Makefile.am:
12374         * configure.ac:
12375         * ps/Makefile.am:
12376         * ps/ggvutils.c:
12377         * ps/ggvutils.h:
12378         * ps/gsdefaults.c:
12379         * ps/gsdefaults.h:
12380         * ps/gsio.c:
12381         * ps/gsio.h:
12382         * ps/gtkgs.c:
12383         * ps/gtkgs.h:
12384         * ps/ps.c:
12385         * ps/ps.h:
12386
12387         Import ggv backend. Not hooked up yet.
12388
12389 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12390
12391         * shell/main.c: (load_files), (main): load files
12392         from the command line.
12393
12394 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12395
12396         * configure.ac: don't require bonobo.
12397         
12398         * cut-n-paste/recent-files/*: kill bonobo recent
12399         view.
12400
12401         * shell/ev-window.c:
12402         (ev_window_is_empty): upd.
12403         (unable_to_load), (ev_window_open): load backend
12404         based on the mime type.
12405
12406 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12407
12408         * backend/.cvsignore: ignore generated marshalers source.
12409
12410         * shell/main.c (main): this is not epiphany.
12411
12412 2004-12-22  Havoc Pennington  <hp@redhat.com>
12413
12414         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12415         (expose_bin_window): draw find highlights
12416
12417         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12418         
12419         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12420         (pdf_document_end_find): implement this interface
12421
12422         * backend/ev-document.c (ev_document_found): add this to emit
12423         signal
12424
12425 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12426
12427         * data/evince-ui.xml: Add a few more toolbar items.
12428
12429         * shell/ev-window.c: Hook up page navigation toolbar 
12430         items.
12431
12432         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12433         a page-changed signal.
12434
12435         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12436         Add ev_document_get_page().
12437
12438         * shell/ev-window.c: Sensitize/desensitize navigation
12439         actions.
12440
12441 2004-12-21  Havoc Pennington  <hp@redhat.com>
12442
12443         * backend/ev-backend-marshal.c,
12444         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12445         marshaler-generator thingy. I'm sure there's a better way to do
12446         this in the modern world.
12447
12448         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12449         end_find methods and "found" signal.
12450
12451         * configure.ac: find glib-genmarshal
12452
12453 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12454
12455         * shell/ev-sidebar.c: Construct an actual sidebar.
12456         * shell/ev-sidebar-bookmarks.[ch]:
12457         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12458
12459 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12460
12461         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12462         Redo size handling.
12463         
12464         * shell/ev-view.c: Track the size from the document.
12465
12466 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12467
12468         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12469         constructor assumes ownership of the string passed in.
12470         
12471         * shell/ev-window.c (ev_window_open): Destroy the error
12472         dialog once we've displayed it.
12473
12474 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12475
12476         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12477         a bit, it works! (sort of)
12478
12479         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12480         Move to .cc since we need to use C++ in the implementation.
12481
12482         * shell/dummy.cc: Add a CC file to force evince
12483         to be linked as a C++ program.
12484
12485 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12486
12487         * shell/ev-view.[ch]: Start of content-area widget.
12488
12489         * shell/ev-window.c: Create a EvView, update it
12490         as we change documents.
12491
12492         * shell/Makefile.am shell/ev-marshal.list: Add
12493         generated marshalers.
12494
12495 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12496
12497         * Makefile.am (SUBDIRS): move shell.
12498
12499 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12500
12501         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12502         .a to libtool convenience libraries.
12503
12504         * shell/ev-window.c (ev_window_open): Hard code loading
12505         a PDF document.
12506         
12507         * backend/ev-document.h: Add a boolean return to load(),
12508         fix GError * to GError **.
12509
12510         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12511         object for a PDF backend EvDocument.
12512
12513 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12514
12515         * dvi/*: New directory with the beginning of a .dvi backend.
12516
12517 2004-12-21  Havoc Pennington  <hp@redhat.com>
12518
12519         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12520         previous/next instead of back/forward
12521
12522 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12523
12524         * backend/ev-document.[ch]: Fix a couple of problems so
12525         it compile.
12526
12527 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12528
12529         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12530         to backend/ directory, rename EvViewer to EvDocument.
12531
12532 2004-12-21  Havoc Pennington  <hp@redhat.com>
12533
12534         * shell/ev-window.c: hook up the find bar widget; now we just need
12535         a document to find things in
12536
12537         * shell/eggfindbar.c: a find bar widget
12538
12539 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12540
12541         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12542
12543 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12544
12545         * pdf/**: Import of xpdf code from gpdf. 
12546
12547         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12548
12549         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12550         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12551         Fix FreeType includes.
12552
12553         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12554         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12555         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12556         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12557         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12558         Include xpdfconfig.h
12559         
12560 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12561
12562         * shell/ev-window.c (ev_window_dispose): dispose can be called
12563         multiple times.
12564
12565 2004-12-21  Havoc Pennington  <hp@redhat.com>
12566
12567         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12568         rather than Evince
12569
12570         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12571         items; really they should be synced with the strings, etc. from
12572         current gpdf, but just getting the boring typing out of the way 
12573
12574 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12575
12576         * po/POTFILES.in:
12577         * shell/ev-application.c: (window_destroy_cb):
12578         * shell/ev-window.c:
12579         * shell/main.c: (main):
12580
12581         Actually show the window...
12582
12583 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12584
12585         * Makefile.am:
12586         * shell/Makefile.am:
12587         * shell/ev-application.c: (ev_application_class_init):
12588         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12589
12590         Make it build again
12591
12592 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         Import to gnome cvs.
12595         
12596         * Remove copies of gpdf and ggv trees.
12597         * Rip out all the recursive configure code.
12598         * Remove bonobo machinery.
12599         * viewer/*: GInterfaces that backends should/can implement.
12600
12601 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12602
12603         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12604         typo
12605
12606 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12607
12608         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12609         (ev_application_finalize, ev_application_class_init)
12610         (ev_application_init): use GType instance private data for priv.
12611
12612         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12613         (ev_window_finalize, ev_window_class_init)
12614         (ev_window_init): ditto.
12615
12616 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12617
12618         * shell/ev-application.c (ev_application_new_window): make public
12619         (ev_application_show_initial_window): kill.
12620
12621         * shell/ev-application.h: update prototypes.
12622
12623         * shell/main.cc (main): inline ev_application_show_initial_window.
12624
12625 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12626
12627         * shell/ev-application.c (ev_application_new_window): impl.
12628         (ev_application_show_initial_window): use it.
12629         (is_window_empty, ev_application_get_empty_window): returns an
12630         existing empty window or a new one.
12631         (ev_application_open): from ev_window_cmd_file_open.
12632
12633         * shell/ev-application.h: update prototypes
12634
12635         * shell/ev-window.c (ev_window_is_empty): impl.
12636         (ev_window_open): make public.
12637         (ev_window_cmd_file_open): use ev_application_open
12638
12639         * shell/ev-window.h: update prototypes, remove unused.
12640
12641 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12642
12643         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12644         move destroy handler out of here...
12645
12646         * shell/ev-application.c, shell/ev-application.h: ...into this new
12647         class. Also handles initial window creation.
12648
12649         * shell/main.cc (main): use EvApplication to create initial
12650         window.
12651
12652 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12653
12654         * Makefile.am (SUBDIRS): add cut-n-paste
12655
12656         * cut-n-paste/Makefile.am: add
12657
12658         * configure.ac: generate Makefiles in cut-n-paste
12659
12660 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12661
12662         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12663         (ev_window_class_init): install ev_window_dispose.
12664
12665 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12666
12667         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12668         char (gchar looks stupid).
12669
12670 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12671
12672         * po/de.po: updated German translation.
12673
12674 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12675
12676         * configure.ac: add more pkg-config library checks for gnome-vfs,
12677         bonobo etc.
12678
12679         * gpdf/configure.in: temporarily disable libpaper
12680         checks. Otherwise I'd have to add the checks for the shell, too.
12681
12682 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12683
12684         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12685         and * file filters to the file choose.
12686
12687 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12688
12689         * po/de.po: Updated German translation.
12690
12691 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12692
12693         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12694
12695 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12696
12697         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12698
12699         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12700         (ev_window_init): implement those menuitems.
12701
12702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12703
12704         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12705
12706         * shell/ev-window.c (ev_window_init): use the toolbar.
12707
12708 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12709
12710         * shell/ev-window.c (ev_window_init): use menu translations
12711
12712 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12713
12714         * configure.ac: add "de" to ALL_LINGUAS.
12715
12716         * po/de.po: add German translation.
12717
12718 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12719
12720         * Makefile.am (SUBDIRS): add po
12721
12722         * configure.ac: check intltool, glib-gettext etc, generate
12723         po/Makefile.in
12724
12725         * po, po/POTFILES.in, po/POTFILES.skip: new.
12726
12727 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12728
12729         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12730         already use (#ifdef ENABLE_NLS)
12731
12732         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12733         pointer indirection thinko.
12734
12735         * shell/main.c: include gi18n.h for bindtextdomain etc.
12736
12737 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12738
12739         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12740         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12741         tooltips for menu items in the statusbar.
12742
12743 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12744
12745         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12746         pkgdatadir drop UIDIR
12747
12748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * data/evince-ui.xml: Add File->Open menu item
12751
12752         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12753         chooser), hook it up in the ui manager.
12754
12755 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12756
12757         * shell/ev-window.c: fix Help->About tooltip.
12758
12759 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12760
12761         * configure.ac: set CFLAGS for libevprivate.
12762
12763         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12764         definitions, factory etc.
12765
12766         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12767
12768         * shell/Makefile.am: link against libevprivate.a.
12769
12770         * shell/ev-window.c (entries): add stock icon to Help->About.
12771
12772         * shell/main.c (main): init stock icon code.
12773
12774 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12775
12776         * lib/recent-files: egg recent files code
12777
12778         * lib/Makefile.am: add.
12779
12780         * Makefile.am: add lib subdir.
12781
12782         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12783         set CFLAGS for recent-files.
12784
12785 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12786
12787         * configure.ac: disable -ansi and -pedantic gcc flags. They
12788         disable POSIX stuff in stdio.h, but egg-recent uses them.
12789
12790 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12791
12792         * configure.ac: add --disable-deprecated flag (defaults to on in
12793         "cvs" builds).
12794
12795         * shell/Makefile.am (INCLUDES): use it.
12796
12797 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12798
12799         * shell/main.c: add missing #include.
12800
12801         * shell/ev-window.c: fix for pedantic gcc.
12802         (ev_window_cmd_help_about): split license into paragraphs for
12803         translators and pedantic compilers.
12804
12805 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12806
12807         * configure.ac: add more warning flags if compiling with gcc from
12808         cvs (or explicitly requested with --enable-more-warnings).
12809
12810 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12811
12812         * data/evince-ui.xml: add File and File->Close menu.
12813
12814         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12815         (ev_window_destroy): quit after destroy.
12816         (ev_window_class_init): override GtkObject::destroy.
12817         (entries): install close_window callback.
12818
12819 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12820
12821         * Makefile.am (SUBDIRS): add data subdir.
12822
12823         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12824         gtk+ 2.5.0 for GtkAboutDialog.
12825
12826         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12827         main window.
12828
12829         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12830
12831         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12832         manager.
12833         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12834
12835 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12836
12837         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12838
12839 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12840
12841         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12842
12843 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12844
12845         * shell/*: Added shell directory boilerplate, build it.
12846
12847 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12848
12849         * configure.ac, Makefile.am: Added top-level configure.ac and
12850         Makefile.am