]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Added, EvTimeline is the base object for animations. Added these files to
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
4         animations.
5         * shell/Makefile.am: Added these files to build.
6
7 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
8
9         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
10         implementation to get_effect() in EvDocumentTransitionIface.
11
12 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
13
14         * libdocument/ev-transition-effect.[ch]: New files, define a page
15         transition effect, at the moment it maps PopplerPageTransition to a
16         GObject.
17         * libdocument/Makefile.am: Added these files to build.
18         * libdocument/ev-document-transition.[ch]
19         (ev_document_transition_get_effect): New method, gets the
20         EvTransitionEffect returned by the interface implementation, with
21         fallback to the "replace" effect.
22
23 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
24
25         * configure.ac:
26         * cut-n-paste/Makefile.am:
27         * cut-n-paste/fileformatchooser/Makefile.am:
28         * cut-n-paste/fileformatchooser/egg-macros.h:
29         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
30         * shell/Makefile.am:
31         * shell/ev-window.c: (image_save_dialog_response_cb),
32         (ev_view_popup_cmd_save_image_as):
33
34         Allow exporting images in any format supported by
35         GdkPixbuf. Fixes bug #500209.
36         
37 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * backend/pixbuf/pixbuf-document.c:
40
41         More warnings fixed.
42         
43 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
46         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
47         * backend/djvu/djvu-text.h:
48         * backend/tiff/tiff-document.c: (tiff_document_render):
49
50         Fix compile warnings.
51         
52 2007-12-28  Christian Persch  <chpe@gnome.org>
53
54         * **/*.c: Include config.h. Bug #504721.
55
56 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * configure.ac:
59         * Makefile.am:
60         * po/POTFILES.in:
61         * backend/comics/Makefile.am:
62         * backend/comics/comics-document.[ch]:
63         * backend/comics/comicsdocument.evince-backend.in:
64         * backend/djvu/Makefile.am:
65         * backend/djvu/djvu-document.[ch]:
66         * backend/djvu/djvudocument.evince-backend.in:
67         * backend/dvi/Makefile.am:
68         * backend/dvi/dvi-document.[c]:
69         * backend/dvi/dvidocument.evince-backend.in:
70         * backend/impress/Makefile.am:
71         * backend/impress/impress-document.[ch]:
72         * backend/impress/impressdocument.evince-backend.in:
73         * backend/pdf/Makefile.am:
74         * backend/pdf/ev-poppler.cc:
75         * backend/pdf/ev-poppler.h:
76         * backend/pdf/pdfdocument.evince-backend.in:
77         * backend/pixbuf/Makefile.am:
78         * backend/pixbuf/pixbuf-document.[ch]:
79         * backend/pixbuf/pixbufdocument.evince-backend.in:
80         * backend/ps/Makefile.am:
81         * backend/ps/ev-spectre.[ch]:
82         * backend/ps/ps-document.[ch]:
83         * backend/ps/psdocument.evince-backend.in:
84         * backend/tiff/Makefile.am:
85         * backend/tiff/tiff-document.[ch]:
86         * backend/tiff/tiffdocument.evince-backend.in:
87         * libdocument/Makefile.am:
88         * libdocument/ev-backends-manager.[ch]:
89         * libdocument/ev-module.[ch]:
90         * libdocument/ev-document.h:
91         * libdocument/ev-document-factory.[ch]:
92         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
93         (get_compression_from_mime_type), (get_document_from_uri),
94         (ev_document_factory_get_document), (file_filter_add_mime_types),
95         (ev_document_factory_add_filters):
96         * shell/Makefile.am:
97         * shell/ev-window-title.c: (get_filename_from_uri):
98         * shell/main.c: (main):
99         * thumbnailer/Makefile.am:
100         * thumbnailer/evince-thumbnailer.c: (main):
101
102         Plugin system for backends. Fixes bug #351348.
103         
104 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
105
106         * shell/ev-view-private.h:
107         * shell/ev-view.c: (ev_view_drag_update_momentum),
108         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
109         (ev_view_button_release_event), (ev_view_destroy):
110         
111         Kinetic scrolling implemented as requested in
112         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
113
114 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
115
116         * data/evince-toolbar.xml:
117         * data/evince-ui.xml:
118         * shell/ev-view-private.h:
119         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
120         (ev_view_button_press_event), (ev_view_motion_notify_event),
121         (ev_view_button_release_event), (ev_view_init),
122         (ev_view_autoscroll_cb), (ev_view_autoscroll),
123         (ev_view_set_cursor):
124         * shell/ev-view.h:
125         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
126         (ev_window_cmd_view_autoscroll):
127         
128         Autoscroll feature with the context menu. Fixes bug 
129         #323670. Thanks to David Turner <cillian64@googlemail.com>.
130
131 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
134
135         Disconnect also page-ready signal when removing a job because the
136         page size has changed. Thanks to kripken
137         <kripkensteiner@gmail.com>.
138
139 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
140
141         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
142         
143         Scroll pages in page entry with mouse wheel. Fixes bug
144         #324122. Thanks to David Turner <cillian64@googlemail.com>.
145
146 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * backend/dvi/Makefile.am:
149         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
150         (mdvi_cairo_device_init):
151         * backend/dvi/mdvi-lib/common.h:
152         * backend/dvi/mdvi-lib/mdvi.h:
153         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
154         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
155         (mdvi_build_path_from_cwd):
156
157         Add ps specials support in dvi backend when libspectre is
158         present. Fixes bug #386005.
159         
160 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * configure.ac:
163         * backend/ps/Makefile.am:
164         * backend/ps/ev-spectre.[ch]:
165         
166         Use libspectre, if available, for the ps backend. Fixes bugs
167         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
168
169 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
170         
171         * backend/comics/comics-document.c: (comics_document_load):
172         
173         Cygwin build issue fix.
174
175 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * shell/ev-view.c: (ev_view_set_zoom):
178
179         Do not limit the minimum zoom factor when sizing mode is best bit
180         or fit width. Fixes bug #503805.
181         
182 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
185         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
186         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
187         (ev_link_dest_get_property), (ev_link_dest_set_property),
188         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
189         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
190         (ev_link_dest_new_fitr):
191         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
192         (goto_fith_dest), (goto_xyz_dest):
193
194         Do not change left, top and zoom values when they are null in PDF
195         destinations. Fixes bug #460658.
196         
197 2007-12-10  Christian Persch  <chpe@gnome.org>
198
199         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
200         (ev_view_accessible_class_init),
201         (ev_view_accessible_idle_do_action),
202         (ev_view_accessible_action_do_action),
203         (ev_view_accessible_action_get_description),
204         (ev_view_accessible_action_set_description),
205         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
206         (ev_view_accessible_factory_init),
207         (ev_view_accessible_factory_get_accessible_type):
208         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
209         private data, and G_DEFINE_TYPE. Bug #502843.
210
211 2007-12-08  Christian Persch  <chpe@gnome.org>
212
213         * shell/ev-metadata-manager.c: (item_free),
214         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
215         (value_free), (parse_value), (parseItem),
216         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
217         (save_values): Use GSlice to allocate small amounts of memory. Bug
218         #475972.
219
220 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
223
224         Restore cursor to normal after a drag operation. Fixes bug
225         #501603.
226         
227 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
228
229         * NEWS:
230         * configure.ac:
231         
232         Update for release 2.21.1
233
234 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * configure.ac:
237         * cut-n-paste/gedit-message-area/Makefile.am:
238         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
239         * shell/Makefile.am:
240         * shell/ev-message-area.[ch]:
241         * shell/ev-window.c: (ev_window_set_message_area),
242         (ev_window_error_message_response_cb), (ev_window_error_message),
243         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
244         (ev_window_save_job_cb), (image_save_dialog_response_cb),
245         (ev_attachment_popup_cmd_open_attachment),
246         (attachment_save_dialog_response_cb), (ev_window_set_document),
247         (ev_window_init):
248
249         Use a message area instead of a popup dialog for error
250         notifications. Fixes bug #337495.
251         
252 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
255         (ev_window_run_fullscreen):
256
257         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
258         
259 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * ev-sidebar-thumbnails.c: (update_visible_range),
262         (ev_sidebar_thumbnails_refresh),
263         (ev_sidebar_thumbnails_set_document),
264         (ev_sidebar_thumbnails_support_document):
265
266         Show thumbnails for documents with one page. Fixes bug #358751.
267         
268 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/ev-window.c:
271         (ev_window_load_print_settings_from_metadata),
272         (ev_window_save_print_settings), (ev_window_print_finished),
273         (ev_window_print_range):
274
275         Print settings that are specific to the document are now saved per
276         document in the metadata file. Fixes bug #488806.
277         
278 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
279
280         * backend/tiff/tiff-document.c: (tiff_document_render):
281
282         Tiff documents were rendered with wrong colors. Fixes bug #497279.
283         
284 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-application.[ch]: (get_find_string_from_args),
287         (ev_application_open_uri_at_dest), (ev_application_open_uri),
288         (ev_application_open_uri_list):
289         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
290         * shell/ev-window.[ch]: (ev_window_load_job_cb),
291         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
292         (ev_window_cmd_recent_file_activate),
293         (ev_window_open_recent_action_item_activated),
294         (ev_window_print_send), (open_remote_link):
295         * shell/main.c: (arguments_parse):
296
297         Add a command line option for search. Fixes bug #497710.
298         
299 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
300
301         * shell/ev-jobs.c: (ev_job_print_new):
302
303         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
304         
305 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * data/evince-toolbar.xml:
308         * shell/Makefile.am:
309         * shell/ev-application.c: (ev_application_init):
310         * shell/ev-open-recent-action.[ch]:
311         * shell/ev-window.c:
312         (ev_window_open_recent_action_item_activated),
313         (register_custom_actions):
314
315         Add an expander to the open toolbar item which pops up a dropdown
316         menu with the recently used documents. Fixes bug #487215.
317         
318 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/ev-window.c: (ev_window_open_uri),
321         (ev_window_cmd_view_reload):
322
323         Do not jump to the first page when reloading by running evince
324         from the command line. Fixes bug #490847.
325         
326 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
327
328         * shell/ev-window.c: (ev_window_cmd_help_contents):
329
330         Plugged memory leak when help file is not found. Fixes bug
331         #490762.
332         
333 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * configure.ac:
336
337         Enable djvu, dvi and comics backends by default. Fixes bug
338         #437121.
339         
340 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * configure.ac:
343         * cut-n-paste/Makefile.am:
344         * cut-n-paste/recent-files/*: Removed
345         * help/reference/Makefile.am:
346         * shell/Makefile.am:
347         * shell/ev-application.[ch]: (ev_application_shutdown),
348         (ev_application_init):
349         * shell/ev-window.c: (ev_window_add_recent),
350         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
351
352         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
353         
354 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
355
356         * shell/ev-window.c: (launch_external_uri):
357
358         Let GnomeVFS check the URL, this allow more URL (like mailto:),
359         and report error if the URL is not supported (#489910).
360
361 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
364         (pdf_document_file_exporter_begin_page),
365         (pdf_document_file_exporter_end_page):
366
367         Fix printing with poppler splash backend. Fixes bug #489774.
368         
369 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
372         * shell/ev-print-job.c: (ev_print_job_class_init):
373
374         Fix a crash when printing with the gnome-print dialog. Fixes bug
375         #488939.
376         
377 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
378
379         * backend/pixbuf/pixbuf-document.c:
380
381         Fix an implicit function definition warning (#487655)
382
383 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * shell/ev-window.c:
386
387         Fix conflicting shortcut for view sade pane and presentation.
388         
389 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * backend/pdf/ev-poppler.cc:
392         (pdf_document_file_exporter_begin_page),
393         (pdf_document_file_exporter_do_page),
394         (pdf_document_file_exporter_end_page),
395         (pdf_document_file_exporter_iface_init):
396         * libdocument/ev-file-exporter.[ch]:
397         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
398         * shell/ev-jobs.c: (ev_job_print_get_page_list),
399         (ev_job_print_run):
400
401         When printing multiple pages per sheet in reverse option, do not
402         invert the order of the pages in every sheet, but the order of the
403         sheets. Do not print blank pages when page range is invalid. Fixes
404         bugs #484857 and #485521.
405         
406 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-jobs.c: (ev_job_print_get_page_list),
409         (ev_job_print_run):
410         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
411
412         Respect ranges order when printing more than one range in random
413         order.
414         
415 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
416
417         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
418         (ev_window_setup_document), (ev_window_rotation_changed_cb):
419
420         Rotate also the window icon when document is rotated. Fixes bug
421         #474681.
422         
423 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
426         (pdf_document_forms_get_form_fields):
427
428         Silently ignore unknown form fields. Fixes bug #482654. Patch by
429         Matthias Drochner.
430         
431 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * configure.ac:
434         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
435
436         Use poppler_page_render_for_printing() instead of
437         poppler_page_render() if available when exporting to a ps or pdf
438         file. Fixes bug #476627.
439         
440 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * shell/ev-window.c: (ev_window_run_fullscreen):
443
444         Do not show the toolbar in fullscreen mode if the main toolbar is
445         not visible. Fixes bug #483048.
446         
447 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * shell/ev-view.c: (ev_view_button_press_event):
450
451         Give priority to form fields over images when deciding whether a
452         button press event is over an image or form field. It allows edit
453         form fields when they are over a background image. Fixes bug
454         #477841.
455         
456 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
457
458         * NEWS:
459         * configure.ac:
460         
461         Update for release 2.20.0
462
463 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * backend/pdf/ev-poppler.cc:
466
467         Remove #ifdef HAVE_FORMS, so that forms support works again.
468
469 2007-09-05  Götz Waschk  <waschk@mandriva.org>
470
471         * configure.ac:
472         * data/evince.desktop.in.in:
473         
474         Fixes desktop file issues. See bug #473471.
475
476 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
479         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
480         (ev_job_queue_remove_job):
481         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
482         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
483         * shell/ev-window.c: (ev_window_clear_save_job),
484         (ev_window_save_job_cb), (file_save_dialog_response_cb),
485         (ev_window_dispose):
486
487         Move save a copy task to its own job so that it's carried out in a
488         thread avoiding another lock in the main thread. Use
489         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
490         can be saved to a pathin another file system. Fixes bug #456891.
491         
492 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
493
494         * NEWS:
495         * configure.ac:
496         
497         Update for release 2.19.92
498
499 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * configure.ac:
502         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
503         (pdf_selection_get_selection_region),
504         (pdf_selection_get_selection_map),
505         (ev_form_field_from_poppler_field):
506
507         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
508         and triple click selections are enabled again now.
509
510 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-window.c: (ev_window_add_history):
513
514         Make sure not to use the history with documents not supporting
515         links. Fixes bug #468954.
516
517 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-window.c: (ev_window_load_job_cb):
520
521         Restart the search when reloading a document with the find bar
522         visible. Fixes bug #461962.
523
524 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-window.c: (setup_document_from_metadata),
527         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
528
529         Do not jump to the first page when reloading a document from the
530         last page.
531
532 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * shell/ev-window.c: (update_chrome_flag),
535         (setup_sidebar_from_metadata),
536         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
537         (ev_window_cmd_edit_find_next),
538         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
539         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
540         (find_bar_close_cb), (view_actions_focus_in_cb):
541
542         Do not update visibility when changing a chrome flag so that it's
543         possible to update several flags and update visibility only once
544         for all of them.
545
546 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
549
550         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
551         supported by gtk+. Fixes bug #460907.
552
553 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-view.c: (view_update_range_and_current_page):
556
557         Make sure current-page <= end-page in continuous mode. Fixes bug
558         #454950.
559
560 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * backend/pdf/ev-poppler.cc: (build_tree):
563
564         Ignore outline items without a title. Fixes bug #453913.
565
566 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
569         (ev_view_button_release_event), (ev_view_leave_notify_event):
570
571         Use always drag mouse cursor during a drag operation. Fixes bug
572         #470564.
573
574 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
577         (pdf_selection_get_selection_region),
578         (pdf_selection_get_selection_map):
579
580         Temporarily disable double and triple selections since it depends on
581         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
582         released and the update of the external dependency minimal version
583         approved.
584
585 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
588         (pdf_document_file_exporter_do_page):
589         * libdocument/ev-file-exporter.h:
590         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
591         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
592
593         Actually fix printing regressions. Remove orientation from
594         EvPrintContext since it's redundant.
595
596 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
599         * backend/impress/impress-document.c:
600         (impress_document_document_iface_init):
601         * backend/ps/ps-document.c: (ps_document_document_iface_init):
602         * backend/djvu/djvu-document.c:
603         (djvu_document_document_iface_init),
604         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
605         * backend/tiff/tiff-document.c:
606         (tiff_document_document_iface_init):
607         * backend/pixbuf/pixbuf-document.c:
608         (pixbuf_document_document_iface_init):
609         * backend/comics/comics-document.c:
610         (comics_document_document_iface_init):
611         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
612         (pdf_selection_render_selection),
613         (pdf_selection_get_selected_text),
614         (pdf_selection_get_selection_region),
615         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
616         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
617         (ev_selection_get_selection_region),
618         (ev_selection_get_selection_map):
619         * libdocument/ev-document.[ch]:
620         * shell/ev-pixbuf-cache.[ch]: (add_job),
621         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
622         * shell/ev-view-private.h:
623         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
624         (ev_job_render_run):
625         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
626         * shell/ev-view.c: (start_selection_for_event),
627         (ev_view_button_press_event), (ev_view_drag_data_get),
628         (ev_view_drag_data_received), (ev_view_button_release_event),
629         (compute_new_selection_text), (compute_selections),
630         (ev_view_select_all), (get_selected_text), (ev_view_copy),
631         (ev_view_primary_get_cb):
632
633         Add support for double and triple click selections.
634
635 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * NEWS:
638         * configure.ac:
639
640         Update for release 2.19.4
641
642 2007-08-28  Justin Blanchard  <justinb04@aim.com>
643
644         * shell/ev-view-private.h:
645         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
646         (ev_view_set_highlight_search):
647         * shell/ev-view.h:
648         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
649         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
650         (find_bar_visibility_changed_cb):
651         
652         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
653
654 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
657         (pdf_document_file_exporter_begin),
658         (pdf_document_file_exporter_do_page):
659         * shell/ev-jobs.c: (ev_job_print_run):
660         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
661
662         Create always a portrait cairo surface and rotate when needed for
663         landscape. It fixes printing problems in real printers.
664
665 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
668         * libdocument/ev-file-exporter.[ch]:
669         (ev_file_exporter_get_capabilities):
670         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
671         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
672
673         Adjust number of pages per row according to page orientation when
674         printing 2 or 6 pages per sheet.
675
676 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * shell/ev-window.c: (ev_window_print_send):
679
680         Reset also cups setting to 1 when printing multiple pages per
681         sheet. Fixes bug #468853.
682
683 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * libdocument/ev-document-misc.c:
686         (ev_document_misc_surface_rotate_and_scale):
687
688         Use directly cairo_surface_get_content() when creating a similar
689         surface as suggested by Jeff Muizelaar. Thanks again.
690
691 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * backend/djvu/djvu-document.c: (djvu_document_render):
694         * backend/tiff/tiff-document.c: (tiff_document_render):
695         * backend/pdf/ev-poppler.cc: (pdf_document_render):
696         * libdocument/ev-document-misc.c:
697         (ev_document_misc_surface_from_pixbuf),
698         (ev_document_misc_surface_rotate_and_scale):
699
700         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
701         creating page surfaces. Fixes bug #453123. Thank you very much to
702         Jeff Muizelaar <jeff@infidigm.net>.
703
704 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-page-cache.c: (ev_page_cache_new),
707         (ev_page_cache_get_thumbnail_size):
708         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
709         (ev_sidebar_thumbnails_set_loading_icon):
710
711         Also store in page-cache the dimensions of the thumbnails so that
712         they can be used to create the correct loading icon in the side
713         pane. Fixes bug #466857.
714
715 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * backend/pdf/ev-poppler.cc:
718         (pdf_document_thumbnails_get_thumbnail):
719
720         Fix thumbnails rotation in pdf documents that include embedded 
721         thumbnails.
722
723 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
724
725         * backend/pdf/ev-poppler.cc:
726
727         Don't use #ifdef in macro expansion. Some compilers don't
728         like that. Closes bug #467042.
729
730 2007-08-15  Justin Blanchard  <justinb04@aim.com>
731
732         * backend/djvu/djvu-document.c: (djvu_document_finalize):
733         
734         Fixes memory leak in djvu backend.
735
736 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
737
738         * data/icons/32x32/Makefile.am:
739         * data/icons/32x32/actions/Makefile.am:
740         * data/icons/32x32/actions/view-page-cont.svg:
741         * data/icons/32x32/actions/view-page-facing.svg:
742         * data/icons/48x48/Makefile.am:
743         * data/icons/48x48/actions/Makefile.am:
744         * data/icons/48x48/actions/view-page-cont.svg:
745         * data/icons/48x48/actions/view-page-facing.svg:
746         
747         Icons for a new sizes.
748
749 2007-08-14  Justin Blanchard  <justinb04@aim.com>
750
751         * shell/ev-page-cache.c: (build_height_to_page),
752         (ev_page_cache_get_height_to_page):
753         
754         Fixes invalid read, see bug #466401.
755
756 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
759         (set_drag_cursor):
760         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
761         (configure_item_cursor), (new_pixbuf_from_widget):
762
763         Fix multihead problems in toolbar editor. Fixes bug #382055.
764
765 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * shell/ev-window.c: (ev_window_cmd_file_open),
768         (ev_window_cmd_save_as):
769
770         Use g_get_user_special_dir when available instead of
771         xdg_user_dir_lookup.
772
773 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
774
775         * MAINTAINERS:
776         
777         Updated according to request on desktop-devel.
778
779 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
782
783         Do not use cairo_rectangle and cairo_clip since we are
784         not using cairo_fill but cairo_paint. Use the same cairo context
785         for every page in the same expose event.
786
787 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
788
789         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
790         leak.
791
792 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * configure.ac:
795         * NEWS:
796
797         Release 0.9.3
798
799 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * libdocument/ev-document-info.h:
802         * libdocument/ev-document.h:
803         * shell/ev-page-action.h:
804         * shell/ev-sidebar-links.h:
805
806         Fix a headers problem with ev-link
807         
808         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
809         * shell/ev-view-private.h:
810         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
811         (get_link_area), (ev_view_query_tooltip),
812         (ev_view_leave_notify_event), (ev_view_destroy),
813         (ev_view_class_init):
814
815         Use new gtk tooltips when available instead of ev-tooltip.
816         
817 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * shell/ev-window.c: (update_chrome_visibility),
820         (ev_window_sidebar_visibility_changed_cb):
821
822         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
823         
824 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/ev-navigation-action.c:
827         (ev_navigation_action_history_changed),
828         (ev_navigation_action_set_history):
829         * shell/ev-navigation-action-widget.c:
830         (ev_navigation_action_widget_init):
831         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
832
833         Fix compile warnings.
834         
835 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
838         (egg_editable_toolbar_dispose):
839
840         Fix memory leak.
841         
842 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
845         (screensaver_disable_x11):
846         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
847         * shell/ev-window.c: (presentation_set_timeout):
848         * shell/ev-view.c: (ev_view_presentation_transition_start):
849
850         Use g_timeout_add_seconds instead of g_timeout_add when
851         available.
852         
853 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
856
857         Set horizontal scrollbar policy to AUTOMATIC instead of
858         NEVER. Workaround for bug #449462.
859         
860 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-jobs.c: (ev_job_render_page_ready):
863
864         Add page_ready callback to main loop with high priority and hold
865         a reference to job during idle.
866         
867 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * configure.ac:
870         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
871         (pdf_document_file_exporter_begin),
872         (pdf_document_file_exporter_do_page),
873         (pdf_document_file_exporter_get_capabilities):
874         * libdocument/ev-file-exporter.h:
875         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
876         * shell/ev-window.c: (ev_window_print_send),
877         (ev_window_print_dialog_response_cb):
878
879         Allow printing multiple pages per sheet. Fixes bug #395573.
880         
881 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
882
883         * shell/ev-view.c: (tip_from_link):
884         
885         Check for NULL, fixes bug #460862.
886
887 2007-07-29  Christian Persch  <chpe@gnome.org>
888
889         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
890         (ev_window_preview_print_finished), (ev_window_do_preview_print),
891         (ev_window_cmd_preview_print):
892         
893         Fixes bug #437681 - blocks while enumerating printers.
894
895 2007-07-29  Christian Persch  <chpe@gnome.org>
896
897         * shell/ev-window.c: (ev_window_screen_changed):
898         
899         Don't use deprecated gtk+ function. See bug #460909.
900
901 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-utils.c: (get_num_monitors):
904         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
905
906         Do not use display before initializing it. Remove compile
907         warnings.
908
909 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
910
911         * shell/ev-view.c: (ev_view_class_init):
912         
913         Unix-like hjkl bindings added. See bug #458111.
914
915 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
916
917         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
918         * shell/ev-utils.h:
919         * shell/ev-view.c: (ev_view_set_zoom_for_size),
920         (ev_view_update_view_size):
921         * shell/ev-view.h:
922         * shell/ev-window.c: (ev_window_update_actions),
923         (setup_view_from_metadata), (ev_window_screen_changed),
924         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
925         (zoom_control_changed_cb):
926         * shell/ev-window.h:
927         
928         Reorganizes utility functions.
929
930 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
933         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
934         (add_job), (ev_pixbuf_cache_get_surface),
935         (ev_pixbuf_cache_get_link_mapping),
936         (ev_pixbuf_cache_get_image_mapping),
937         (ev_pixbuf_cache_get_form_field_mapping),
938         (ev_pixbuf_cache_get_text_mapping):
939         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
940         (notify_page_ready), (ev_job_render_page_ready),
941         (ev_job_render_run):
942
943         Add page_ready signal to notify that page is ready as soon as
944         possible even if other page elements like links, forms, images or
945         text mapping are not ready yet.
946
947 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
950         (dvi_document_file_exporter_do_page),
951         (dvi_document_file_exporter_get_capabilities),
952         (dvi_document_file_exporter_iface_init):
953         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
954         (ps_document_file_exporter_do_page),
955         (ps_document_file_exporter_get_capabilities),
956         (ps_document_file_exporter_iface_init):
957         * backend/djvu/djvu-document.c:
958         (djvu_document_file_exporter_begin),
959         (djvu_document_file_exporter_end),
960         (djvu_document_file_exporter_get_capabilities),
961         (djvu_document_file_exporter_iface_init):
962         * backend/tiff/tiff-document.c:
963         (tiff_document_file_exporter_begin),
964         (tiff_document_file_exporter_get_capabilities),
965         (tiff_document_document_file_exporter_iface_init):
966         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
967         (pdf_document_file_exporter_do_page),
968         (pdf_document_file_exporter_get_capabilities),
969         (pdf_document_file_exporter_iface_init):
970         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
971         (ev_file_exporter_get_capabilities):
972         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
973         (idle_print_handler), (ev_print_job_print):
974         * shell/ev-jobs.c: (ev_job_print_run):
975         * shell/ev-window.c: (ev_window_print_send),
976         (ev_window_print_range):
977
978         Use capabilities to know which options should be offered by the
979         print dialog depending on the document backend.
980
981 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
984
985         Give priority to forms over text to set the cursor.
986
987 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-view-private.h:
990         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
991         (ev_view_leave_notify_event), (ev_view_finalize),
992         (ev_view_get_property), (ev_view_class_init):
993
994         Use IBEAM cursor for text form fields and NORMAL cursor for read
995         only fields. Remove unused status attribute.
996
997 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1000
1001         Update region for current selected items also for checkbox
1002         buttons, since they can behave as radio buttons when they are in a
1003         set.
1004
1005 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * configure.ac:
1008         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1009
1010         Get max length of text form fields.
1011
1012 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1015         * libdocument/ev-form-field.h:
1016         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1017
1018         Fix build with current poppler cvs head.
1019
1020 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1023         * shell/eggfindbar.c: (egg_find_bar_init):
1024
1025         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1026         deprecation. Fixes bug #455667
1027
1028 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1029
1030         * NEWS:
1031         * configure.ac:
1032         
1033         Update for release 0.9.2
1034
1035 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-view.c: (ev_view_form_field_text_save),
1038         (ev_view_form_field_choice_save):
1039
1040         Fix a crash when closing whith a form widget visible.
1041
1042 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1045
1046         Update also the region of the current selected button when
1047         clicking on another button if they are radio buttons.
1048
1049 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1052         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1053         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1054         (ev_pixbuf_cache_get_link_mapping),
1055         (ev_pixbuf_cache_get_image_mapping),
1056         (ev_pixbuf_cache_get_form_field_mapping),
1057         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1058         * shell/ev-view.c: (ev_view_form_field_get_region),
1059         (ev_view_form_field_button_create_widget),
1060         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1061         (job_finished_cb):
1062
1063         Redraw only form field region instead of the whole page when
1064         reloading a page to show changes on the form field.
1065
1066 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * shell/ev-view.c: (ev_view_form_field_choice_save):
1069
1070         Fix selection of first item in list form fields.
1071
1072 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1075         (ev_pixbuf_cache_reload_page),
1076         (ev_pixbuf_cache_get_form_field_mapping):
1077
1078         Some refactoring to avoid duplicated code.
1079
1080 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * configure.ac:
1083         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1084         (ev_form_field_from_poppler_field),
1085         (pdf_document_forms_get_form_fields),
1086         (pdf_document_forms_form_field_text_get_text),
1087         (pdf_document_forms_form_field_text_set_text),
1088         (pdf_document_forms_form_field_button_set_state),
1089         (pdf_document_forms_form_field_button_get_state),
1090         (pdf_document_forms_form_field_choice_get_item),
1091         (pdf_document_forms_form_field_choice_get_n_items),
1092         (pdf_document_forms_form_field_choice_is_item_selected),
1093         (pdf_document_forms_form_field_choice_select_item),
1094         (pdf_document_forms_form_field_choice_toggle_item),
1095         (pdf_document_forms_form_field_choice_unselect_all),
1096         (pdf_document_forms_form_field_choice_set_text),
1097         (pdf_document_forms_form_field_choice_get_text),
1098         (pdf_document_document_forms_iface_init):
1099         * libdocument/Makefile.am:
1100         * libdocument/ev-form-field.[ch]:
1101         * libdocument/ev-document-forms.[ch]:
1102         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1103         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1104         (add_job), (ev_pixbuf_cache_reload_page),
1105         (ev_pixbuf_cache_get_form_field_mapping):
1106         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1107         * shell/ev-view-private.h:
1108         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1109         (ev_view_handle_cursor_over_xy),
1110         (ev_view_get_form_field_at_location),
1111         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1112         (ev_view_form_field_button_create_widget),
1113         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1114         (ev_view_form_field_text_create_widget),
1115         (ev_view_form_field_choice_save),
1116         (ev_view_form_field_choice_changed),
1117         (ev_view_form_field_choice_create_widget),
1118         (ev_view_handle_form_field), (ev_view_size_allocate),
1119         (ev_view_realize), (draw_end_presentation_page),
1120         (ev_view_button_press_event), (ev_view_remove_all),
1121         (ev_view_motion_notify_event), (ev_view_key_press_event),
1122         (ev_view_enter_notify_event), (highlight_find_results),
1123         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1124         (ev_view_class_init), (page_changed_cb),
1125         (on_adjustment_value_changed), (ev_view_set_presentation),
1126         (merge_selection_region), (ev_view_set_cursor),
1127         (ev_view_reset_presentation_state):
1128         
1129         Merge evince-forms branch.
1130
1131 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1132
1133         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1134
1135         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1136         This script also updates itself from libegg
1137
1138         * cut-n-paste/toolbar-editor/egg*:
1139         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1140         libegg
1141
1142 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1143
1144         * shell/ev-window.c:
1145         
1146         Adds a nice icon to page action during toolbar editing.
1147         See bug #452872.
1148
1149 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1150
1151         * data/evince-toolbar.xml:
1152         * shell/ev-window.c:
1153         
1154         Let user add a presentation and fullscreen icons on toolbar.
1155         See bug #449734.
1156
1157 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1158
1159         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1160
1161         new script to keep in sync with toolbareditor in libegg
1162
1163         * cut-n-paste/toolbar-editor/*: 
1164
1165         Run update-toolbareditor-from-libegg so we are in sync again. 
1166         Fixes bug #452850.
1167         
1168
1169 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-sidebar-links.c: (job_finished_callback):
1172
1173         Do not connect selection changed signal more than once. Fixes bug
1174         #349433.
1175
1176 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1179
1180         Do not change sidebar chrome flag when pressing F9 key in
1181         presentation mode.
1182
1183 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * backend/pdf/ev-poppler.cc:
1186         (pdf_document_thumbnails_get_dimensions):
1187
1188         Make sure thumbnails width and height is not <= 0. Fixes a crash
1189         with some pdf documents which have really small pages.
1190
1191 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1192
1193         * shell/main.c: (main):
1194
1195         Fixes program description translation issue.
1196         Bug #450148.
1197
1198 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1199
1200         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1201
1202         Do not change current page when returning from black/white mode
1203         in presentation. Fixes bug #415032.
1204
1205 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1206
1207         * NEWS:
1208         * configure.ac:
1209         
1210         Update for release 0.9.1
1211
1212 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1213
1214         * backend/dvi/dvi-document.c:
1215         (dvi_document_finalize),
1216         (dvi_document_file_exporter_format_supported),
1217         (dvi_document_file_exporter_begin),
1218         (dvi_document_file_exporter_do_page),
1219         (dvi_document_file_exporter_end),
1220         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1221         
1222         PDF exporter for dvi documents. Fixes bug #441319.
1223
1224 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-window.c: (ev_window_clear_print_job):
1227
1228         Clear gtk print job when job has finished. Fixes bug #447612.
1229
1230 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-window.c: (ev_window_print_send),
1233         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1234
1235         Add preview button to print dialog. Fixes bug #445419.
1236
1237 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * backend/dvi/Makefile.am:
1240         * backend/dvi/pixbuf-device.[ch]: Removed
1241         * backend/dvi/cairo-device.[ch]: Added
1242         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1243         * backend/dvi/dvi-document.c: (dvi_document_load),
1244         (dvi_document_render), (dvi_document_finalize),
1245         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1246         (dvi_document_do_color_special):
1247         * libdocument/ev-document-misc.[ch]:
1248         (ev_document_misc_pixbuf_from_surface):
1249
1250         Port dvi backend to cairo and fix a problem with colors. 
1251
1252 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * shell/ev-view.c: (draw_one_page):
1255
1256         Draw only visible region.
1257
1258 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * backend/djvu/djvu-document.c: (djvu_document_render):
1261
1262         Fix rotation in djvu backend.
1263
1264 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1267         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1268         (ev_pixbuf_cache_get_image_mapping),
1269         (ev_pixbuf_cache_get_text_mapping):
1270
1271         Redraw view every time we have a new surface. Fixes bug #443587.
1272
1273 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * libdocument/ev-document.c: (ev_document_info_free):
1276
1277         Fix memory leaks.
1278
1279 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * backend/dvi/dvi-document.c: (dvi_document_render),
1282         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1283         * backend/impress/impress-document.c:
1284         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1285         (impress_document_render), (impress_document_document_iface_init),
1286         (impress_document_thumbnails_get_thumbnail):
1287         * backend/djvu/djvu-document-private.h:
1288         * backend/djvu/djvu-document.c: (djvu_document_render),
1289         (djvu_document_finalize), (djvu_document_document_iface_init),
1290         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1291         * backend/tiff/tiff-document.c: (tiff_document_render),
1292         (tiff_document_render_pixbuf),
1293         (tiff_document_document_iface_init):
1294         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1295         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1296         (pdf_selection_render_selection):
1297         * backend/comics/comics-document.c:
1298         (comics_document_render_pixbuf), (comics_document_render),
1299         (comics_document_document_iface_init):
1300         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1301         (pixbuf_document_document_iface_init):
1302         * libdocument/ev-document-misc.[ch]:
1303         (ev_document_misc_surface_from_pixbuf),
1304         (ev_document_misc_surface_rotate_and_scale):
1305         * libdocument/ev-document.[ch]: (ev_document_render):
1306         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1307         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1308         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1309         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1310         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1311         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1312         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1313         (render_finished_cb), (ev_job_render_run):
1314         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1315         (merge_selection_region):
1316
1317         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1318         and selections.
1319
1320 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-window-title.c: (ev_window_title_update):
1323
1324         Fix memory leak.
1325
1326 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * shell/ev-view.c: (draw_loading_text):
1329
1330         Show loading text centered. Fixes bug #433061
1331
1332 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * shell/ev-sidebar-thumbnails.c:
1335         (ev_sidebar_thumbnails_set_loading_icon):
1336
1337         Remove a mutex in the main thread that blocks the UI in heavy
1338         documents.
1339
1340 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1343
1344         Set points_set to TRUE so that selections don't disappear after a
1345         zoom change.
1346
1347 2007-06-07  Michael Monreal  <infernux@web.de>
1348
1349         * data/icons/16x16/actions/Makefile.am:
1350         * data/icons/16x16/actions/zoom.svg:
1351         * data/icons/22x22/actions/Makefile.am:
1352         * data/icons/22x22/actions/zoom.svg:
1353         * data/icons/24x24/actions/Makefile.am:
1354         * shell/ev-stock-icons.c:
1355         * shell/ev-stock-icons.h:
1356         * shell/ev-window.c:
1357         
1358         Zoom icon artwork. See bug #444795.
1359
1360 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1361
1362         * shell/ev-metadata-manager.c: Remove extraneous function
1363         (Closes: #444386)
1364
1365 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1366
1367         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1368         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1369         (ev_metadata_manager_set), (ev_metadata_manager_save):
1370         Simplify the timeout, no need for modified anymore
1371
1372 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1373
1374         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1375         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1376         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1377         (ev_metadata_manager_save): Adapted patch from Arjan van de
1378         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1379         time, saves on power (Closes: #443851)
1380
1381 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * configure.ac:
1384         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1385         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1386
1387         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1388
1389 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1390
1391         * shell/ev-window.c: (ev_window_add_history):
1392
1393         Check if history is NULL
1394
1395 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * libdocument/ev-image.c: (ev_image_finalize):
1398         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1399         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1400         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1401         (ev_tmp_uri_unlink):
1402
1403         Add functions to delete temporary files created by evince in a safe
1404         way.
1405
1406         * shell/ev-window.c: (ev_window_clear_local_uri),
1407         (open_xfer_update_progress_callback),
1408         (save_xfer_update_progress_callback), (ev_window_save_remote),
1409         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1410         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1411         (attachment_save_dialog_response_cb),
1412         (ev_attachment_popup_cmd_save_attachment_as):
1413
1414         Allow saving a copy of a document, image or attachment to a remote
1415         location. Fixes bug #440754. 
1416
1417 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * configure.ac:
1420         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1421
1422         Fix build with current poppler from cvs head. 
1423
1424 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1425
1426         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1427
1428         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1429         directory exists.
1430
1431 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1432
1433         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1434         * shell/ev-window.c:
1435
1436         Change sidebar ordering. Fixes bug #439939.
1437
1438 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1439
1440         * backend/comics/Makefile.am:
1441         
1442         Fixes build with --without-libgnome.
1443
1444 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1445         
1446         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1447
1448         Update cursor and tooltip on page change and view scroll. Fixes bug
1449         #439217.
1450
1451 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1452
1453         * NEWS:
1454         * configure.ac:
1455         
1456         Update for release 0.9.0
1457
1458 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1459
1460         * backend/djvu/djvu-document-private.h:
1461         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1462         (djvu_document_finalize),
1463         (djvu_document_file_exporter_format_supported),
1464         (djvu_document_file_exporter_begin),
1465         (djvu_document_file_exporter_do_page),
1466         (djvu_document_file_exporter_end),
1467         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1468         
1469         Implemented printing with djvu. Bug #437998.
1470
1471 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/impress/zip.c:
1474         Add missing ulong definition.
1475
1476         * backend/ps/ps-interpreter.c:
1477         Add missing headers.
1478
1479         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1480
1481 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1484
1485         Add missing call to parent class dispose method. 
1486
1487 2007-05-12  Ross Burton  <ross@openedhand.com>
1488
1489         * shell/main.c:
1490         Sync keybindings manually when building without libgnome
1491         (#437925).
1492
1493 2007-05-12  Ross Burton  <ross@openedhand.com>
1494
1495         * shell/ev-window.c:
1496         Respect the screen when opening help (#437866).
1497
1498 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * data/evince-ui.xml:
1501         * shell/ev-application.[ch]: (get_print_settings_from_args),
1502         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1503         (ev_application_open_uri_list):
1504         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1505         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1506         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1507         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1508         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1509         (ev_window_dispose):
1510         * shell/main.c: (arguments_parse):
1511
1512         Add print button in preview mode. Fixes bug #396475. 
1513
1514 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1515
1516         * cut-n-paste/zoom-control/ephy-zoom.h:
1517         
1518         Fixes zoom level factors. See bug #408119 for details.
1519
1520 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1521
1522         * backend/comics/comics-document.c: (comics_regex_quote),
1523         (extract_argv):
1524         
1525         Correctly quote symbols. Fixes crash in the bug
1526         #415370.
1527
1528 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1529
1530         * shell/ev-navigation-action-widget.c:
1531         (ev_navigation_action_widget_init),
1532         (ev_navigation_action_widget_class_init),
1533         (ev_navigation_action_widget_button_press_event):
1534         
1535         Connect to button-press event on correct widget. Fixes
1536         bug #431988
1537
1538 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1539
1540         * shell/ev-application.c: (ev_application_open_window),
1541         (ev_application_add_icon_path_for_screen),
1542         (ev_application_open_uri_at_dest):
1543         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1544         * shell/ev-navigation-action.c: (build_menu):
1545         
1546         Add app-specific icons to our icon theme. Fixes bug
1547         #425508.
1548
1549 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1550
1551         * shell/ev-history.c: (ev_history_class_init),
1552         (ev_history_add_link):
1553         * shell/ev-history.h:
1554         * shell/ev-navigation-action.c:
1555         (ev_navigation_action_history_changed),
1556         (ev_navigation_action_set_history), (build_menu),
1557         (ev_navigation_action_finalize):
1558         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1559         
1560         Make navigation action unsensitive instead of showing
1561         menu with unsensitive word. Fixes bug #417392.
1562
1563 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * shell/ev-application.[ch]: (ev_application_shutdown),
1566         (ev_application_get_print_settings),
1567         (ev_application_set_print_settings):
1568         * shell/ev-window.c:
1569
1570         Remember print settings. Fixes bug #349102. 
1571
1572 2007-05-08  Christian Persch  <chpe@gnome.org>
1573
1574         * configure.ac:
1575         * properties/ev-properties-view.c:
1576
1577         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1578         Bug #382438.
1579
1580 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * configure.ac:
1583         * properties/ev-properties-view.c: (ev_regular_paper_size):
1584
1585         Use gtk+ builtin paper list to identify the document's paper size.
1586         Fixes bug #382438. 
1587
1588 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * configure.ac:
1591
1592         Fix build when compiling with thumbnailer and libgnome support. 
1593
1594 2007-05-04  Ross Burton  <ross@openedhand.com>
1595
1596         * configure.ac:
1597         Add --without-libgnome, check for libgnome and libgnomeui
1598         separately, and add them to the symbols as required.
1599
1600         * libdocument/ev-file-helpers.c:
1601         When building without libgnome, use g_get_user_config_dir instead
1602         of gnome_user_dir_get.
1603
1604         * shell/ev-application.c:
1605         When building without libgnome, don't use session management.
1606
1607         * shell/main.c:
1608         When building without libgnome, don't use GnomeProgram or
1609         initialise the authentication manager.
1610
1611         This fixes #328842.
1612
1613 2007-05-04  Ross Burton  <ross@openedhand.com>
1614
1615         * shell/ev-window.c:
1616         Don't use libgnome to open help, instead call Yelp directly.
1617
1618 2007-05-04  Ross Burton  <ross@openedhand.com>
1619
1620         * shell/ev-sidebar-attachments.c:
1621         Don't use libgnome to lookup icons for MIME types, instead copy
1622         code from GTK+ to do it manually.
1623
1624 2007-05-04  Ross Burton  <ross@openedhand.com>
1625
1626         * configure.ac:
1627         Add libxml to the dependencies for SHELL_CORE (#435818).
1628
1629 2007-05-02  Ross Burton  <ross@openedhand.com>
1630
1631         * configure.ac:
1632         * Makefile.am:
1633         Add --disable-thumbnailer (#434825)
1634
1635 2007-05-02  Ross Burton  <ross@openedhand.com>
1636
1637         * shell/ev-window.c:
1638         Add missing includes, fix indentation.
1639
1640         * shell/main.c:
1641         Fix indentation.
1642
1643 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1644
1645         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1646         ev_application_open_uri_at_dest instead of ev_application_open_uri
1647         preventing new document always being opened in a new window even if there
1648         is an empty window.
1649
1650 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1651
1652         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1653         (egg_recent_view_uimanager_finalize):
1654         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1655         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1656         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1657         (ev_pixbuf_cache_dispose):
1658         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1659         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1660         
1661         Add missing chain to parent class methods. Fixes
1662         bug #433128.
1663
1664 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1665
1666         * data/Makefile.am (update-icon-cache): Updates
1667         gtk-update-icon-cache in uninstall-hook.
1668
1669 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-window.c: (ev_window_setup_document),
1672         (ev_window_set_document), (ev_window_load_job_cb):
1673         * shell/ev-view.c: (setup_caches):
1674         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1675
1676         Start rendering pages before any other jobs. 
1677
1678 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * shell/ev-window.c: (ev_window_stop_fullscreen),
1681         (ev_window_stop_presentation):
1682
1683         Update chrome visibility before window unfullscreen. 
1684
1685 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * data/Makefile.am:
1688         * data/evince-ui.xml:
1689         * shell/ev-stock-icons.[ch]:
1690         * shell/ev-application.[ch]: (ev_application_shutdown),
1691         (ev_application_init), (ev_application_get_toolbars_model):
1692         * shell/ev-window.c: (update_chrome_visibility),
1693         (fullscreen_toolbar_setup_item_properties),
1694         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1695         (ev_window_run_presentation), (ev_window_stop_presentation),
1696         (ev_window_run_preview), (ev_window_screen_changed),
1697         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1698         (ev_window_dispose), (ev_window_init):
1699
1700         Make fullscreen toolbar always visible. Do not use egg toolbars for
1701         fullscreen and preview modes since such toolbars are not editables.
1702         Fixes bugs #300278, #338910 and #316188.  
1703
1704 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1705
1706         * shell/ev-application.c:
1707         * shell/ev-job-queue.c:
1708         * shell/ev-metadata-manager.c:
1709         * shell/ev-stock-icons.c:
1710         * shell/ev-window.c:
1711         * shell/main.c:
1712         
1713         Developers documentation updated.
1714
1715 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1718
1719         Check whether uri is valid before launching it. Fixes bug #427664.
1720
1721 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * shell/ev-window.c:
1724
1725         Change key accelerator for Open a Copy menu entry which is in conflict
1726         with Close. Fixes bug #427321.
1727
1728 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * NEWS:
1731         * configure.ac:
1732         
1733         Update for release 0.8.1
1734
1735 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * shell/ev-window.c: (setup_size_from_metadata):
1738         
1739         Do not make window bigger than screen. Fixes bug 
1740         #388985.
1741
1742 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1745         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1746
1747         Use default resolution when it's not provided by document. Fixes bug
1748         #408762.
1749
1750 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * configure.ac:
1753         * thumbnailer/Makefile.am:
1754         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1755         * thumbnailer/evince-thumbnailer.schemas.in:
1756         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1757
1758         Add support for ps, eps and compressed documents thumbnails. Do not
1759         ignore size parameter. 
1760
1761 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1762
1763         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1764         (dvi_document_do_color_special):
1765         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1766
1767         Implement font color specials in the DVI backend. Fixes bug #303651.
1768
1769 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1770
1771         Fixup the previous commit:
1772
1773         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1774         * shell/xdg-user-dir-lookup.c: Make the function non-static
1775         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1776
1777 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1778
1779         * shell/ev-window.c (file_open_dialog_response_cb): Use
1780         the xdg-user-dirs DOCUMENTS folder as default folder when
1781         opening a file chooser.  (#424858)
1782
1783         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1784         xdg-user-dirs.
1785
1786 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-window.c: (ev_window_load_job_cb):
1789
1790         Do not setup view from metadata on preview mode. 
1791
1792 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * shell/main.c:
1795
1796         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1797
1798 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * shell/ev-view.c: (ev_view_primary_get_cb):
1801
1802         Check pointer != NULL before using it. Fixes bug #416841. 
1803
1804 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1805
1806         * NEWS:
1807         * configure.ac:
1808         
1809         Release 0.8.0
1810
1811 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1814
1815         Do not render thumbnails when sidebar thumbnail page is not visible
1816         at startup. Fixes bug #416447. 
1817
1818 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1819
1820         * data/evince.desktop.in.in:
1821
1822         "Application" is not a valid category in the freedesktop specification.
1823
1824 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * libdocument/ev-file-helpers.[ch]: (compression_run),
1827         (ev_file_uncompress), (ev_file_compress):
1828         * shell/ev-window.c: (file_save_dialog_response_cb):
1829
1830         Save document compressed when saving a copy of a compressed document.
1831         Fixes bug #334542.
1832
1833 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1836
1837         Allow deleting in goto window entry in presentation mode. 
1838
1839 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1840
1841         * Makefile.am: Dist MAINTAINERS.
1842
1843 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * shell/ev-window.c: (ev_window_update_actions):
1846
1847         Fix zoom shortcut keys when searching. Fixes bug #409828.
1848
1849 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-window.c: (ev_window_setup_document):
1852
1853         Fix crash when loading documents with only one page. 
1854
1855 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * backend/dvi/dvi-document.c:
1858         (dvi_document_thumbnails_get_dimensions),
1859         (dvi_document_thumbnails_get_thumbnail):
1860         * backend/impress/impress-document.c:
1861         (impress_document_thumbnails_get_thumbnail),
1862         (impress_document_thumbnails_get_dimensions):
1863         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1864         (ps_document_thumbnails_get_dimensions):
1865         * backend/djvu/djvu-document.c:
1866         (djvu_document_thumbnails_get_dimensions),
1867         (djvu_document_thumbnails_get_thumbnail):
1868         * backend/tiff/tiff-document.c:
1869         (tiff_document_thumbnails_get_thumbnail),
1870         (tiff_document_thumbnails_get_dimensions):
1871         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1872         (pdf_document_thumbnails_get_thumbnail),
1873         (pdf_document_thumbnails_get_dimensions):
1874         * backend/comics/comics-document.c:
1875         (comics_document_thumbnails_get_thumbnail),
1876         (comics_document_thumbnails_get_dimensions):
1877         * backend/pixbuf/pixbuf-document.c:
1878         (pixbuf_document_thumbnails_get_thumbnail),
1879         (pixbuf_document_thumbnails_get_dimensions):
1880         * libdocument/ev-document-thumbnails.[ch]:
1881         (ev_document_thumbnails_get_thumbnail),
1882         (ev_document_thumbnails_get_dimensions):
1883         * libdocument/ev-document-misc.[ch]:
1884         (ev_document_misc_get_thumbnail_frame):
1885         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1886         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1887         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1888         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1889         (ev_sidebar_thumbnails_refresh):
1890         * shell/ev-window.c: (ev_window_setup_document):
1891         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1892
1893         Use an EvRenderContext for rendering thumbnails instead of a suggested
1894         width, so that different sized pages get sized proportionally.
1895
1896 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * shell/ev-view.c: (ev_view_button_press_event),
1899         (ev_view_key_press_event):
1900
1901         Fix critical warnings when there is no document loaded. 
1902
1903 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-page-action-widget.c:
1906         * shell/ev-navigation-action.c:
1907         * shell/ev-window.c:
1908
1909         Fix compile warnings. 
1910
1911 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * backend/djvu/djvu-text.h:
1914         * backend/djvu/djvu-document.c:
1915         * backend/djvu/djvu-text-page.c:
1916         * backend/djvu/djvu-links.c:
1917         * backend/djvu/djvu-text-page.h:
1918         * backend/djvu/djvu-text.c:
1919         
1920         Fix build on Mac. Fixes bug #392186. Patch by
1921         <ephraim_owns@hotmail.com>
1922
1923 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1926
1927         Restore cairo context before rendering every page when printing a PDF
1928         document into a PDF file. 
1929
1930 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * backend/ps/gstypes.h:
1933         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1934         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1935         (ps_document_thumbnails_get_thumbnail):
1936
1937         Handle PostScript page orientation. Fixes bug #318568.
1938
1939 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * backend/ps/Makefile.am:
1942         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1943         (document_load), (ps_document_load), (save_document),
1944         (save_page_list), (ps_document_get_n_pages),
1945         (ps_document_get_page_size), (ps_document_get_info),
1946         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1947         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1948         (ps_document_thumbnails_get_thumbnail),
1949         (ps_document_thumbnails_get_dimensions),
1950         (ps_document_document_thumbnails_iface_init):
1951         * backend/ps/ps.[ch]: (psgetpagebox):
1952         * backend/ps/ps-interpreter.[ch]:
1953
1954         Add support for thumbnails in ps backend. Fixes bug #164755. 
1955
1956 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1957
1958         * NEWS:
1959         * configure.ac:
1960         
1961         Release 0.7.2
1962
1963 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1966         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1967         (ev_window_dispose):
1968
1969         Use document thumbnail as window icon. Fixes bug #384442.
1970
1971 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1972
1973         * configure.ac:
1974
1975         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1976         duplicated adding application/x-bzpostscript instead. 
1977
1978 2007-02-11  Tom Parker  <palfrey@tevp.net>
1979
1980         * backend/ps/ps-document.c: (document_load):
1981
1982         Check return value of psscan before trying
1983         to use it. Fixes bug #372414.
1984
1985 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1988
1989         Fix invalid free in ev-page-cache. Fixes bug #404745.
1990
1991 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1992
1993         * test/Makefile.am:
1994         * test/test3.py:
1995         
1996         Added reload test case.
1997
1998 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * po/POTFILES.in:
2001         * backend/djvu/djvu-document.c: (djvu_document_load):
2002
2003         Check whether there are missing files in indirect multipage djvu
2004         documents. Fixes bug #361683. 
2005
2006 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2007
2008         * test/Makefile.am:
2009         * test/test-mime.bin:
2010         * test/test3.py:
2011         
2012         Added test for slow mime type
2013
2014 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2017
2018         Add some checks and call parent_class->finalize. Fixes bug #404745.
2019
2020 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2021
2022         * shell/ev-navigation-action.c: (connect_proxy):
2023         
2024         Fixes dropdown history menu. Thanks a lot Carlos!
2025
2026 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2029
2030         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2031         bug #373715.
2032
2033 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * backend/ps/ps.c: (psscan):
2036
2037         Fix memory leak. 
2038
2039 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * configure.ac:
2042         * libdocument/ev-file-helpers.c: 
2043
2044         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2045
2046 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * configure.ac:
2049         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2050         (ps_interpreter_start), (document_load), (save_document),
2051         (save_page_list):
2052         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2053         * libdocument/ev-document-factory.c:
2054         (ev_document_factory_get_from_mime), (get_document_from_uri),
2055         (free_uncompressed_uri), (ev_document_factory_get_document):
2056         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2057
2058         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2059
2060 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * libdocument/ev-document.h:
2063
2064         Fix typo in function name. 
2065
2066 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * backend/ps/ps-document.c: (ps_interpreter_finished),
2069         (ps_interpreter_start), (ps_interpreter_failed):
2070
2071         Handle ghostscript interpreter crashes. 
2072
2073 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-window.c: (ev_window_open_uri),
2076         (window_configure_event_cb):
2077
2078         Setup window size and position before showing it. Fixes bug #401711.
2079
2080 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * backend/ps/Makefile.am:
2083         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2084         (ps_document_dispose), (ps_document_class_init),
2085         (ps_interpreter_input), (ps_interpreter_output),
2086         (ps_interpreter_error), (setup_interpreter_env),
2087         (ps_interpreter_start), (ps_interpreter_stop),
2088         (ps_interpreter_failed), (ps_interpreter_is_ready),
2089         (check_filecompressed), (document_load), (ps_document_load),
2090         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2091         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2092         (render_page):
2093
2094         Rework ps-document. Code cleanups, remove deprecated code. 
2095
2096 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * shell/ev-view.c: (ev_view_button_press_event):
2099
2100         Do not start an image drag and drop operation when pointer is on 
2101         text, so that we can select text when the whole background is an
2102         image. 
2103
2104 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * shell/ev-window.c: (ev_window_update_actions): 
2107
2108         Disable all zoom related actions during presentation mode. 
2109
2110 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2111
2112         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2113
2114         Do not zoom in or out on presentation mode. Fixes bug #401305.
2115
2116 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2117
2118         * shell/ev-navigation-action.c: (connect_proxy),
2119         (create_menu_item), (ev_navigation_action_class_init):
2120         
2121         Correctly show menu and fix crash when navigaton 
2122         action is out of toolbar visible area.
2123
2124 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2125
2126         * data/Makefile.am:
2127         * data/evince.1:
2128         
2129         Added man file
2130
2131 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2132
2133         * help/reference/* :
2134         * configure.ac:
2135         
2136         Added gtk-doc based documentation for Evince.
2137         Still in initial state but I hope it will
2138         grow.
2139         
2140         * configure.ac:
2141         
2142         Lower dbus requirement to 0.70
2143
2144 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2145
2146         * shell/ev-window.c: (ev_window_add_history):
2147
2148         Fix memory leak. 
2149
2150 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2151
2152         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2153         * shell/ev-view.h:
2154         * shell/ev-window.c: (ev_window_add_history):
2155         
2156         Correctly handle named destination links
2157
2158 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2159
2160         * NOTES:
2161         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2162         * backend/pdf/ev-poppler.cc:
2163         * libdocument/ev-document-links.h:
2164         * libdocument/ev-link.c: (ev_link_get_page):
2165         * libdocument/ev-link.h:
2166         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2167         (ev_history_add_link):
2168         * shell/ev-history.h:
2169         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2170         (new_history_menu_item), (build_menu):
2171         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2172         * shell/ev-sidebar-links.c: (create_loading_model),
2173         (print_section_cb), (ev_sidebar_links_construct),
2174         (fill_page_labels), (update_page_callback_foreach),
2175         (update_page_callback), (job_finished_callback):
2176         * shell/ev-view.c: (ev_view_handle_link):
2177         * shell/ev-window.c: (ev_window_find_chapter),
2178         (ev_window_add_history), (view_handle_link_cb),
2179         (history_changed_cb):
2180         
2181         Implements another history variant
2182
2183 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-window.c: (view_external_link_cb):
2186         * shell/ev-view.c: (ev_view_button_release_event):
2187
2188         Open links in new window when clicking with middle button. 
2189
2190 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2191
2192         * shell/ev-navigation-action.c: (new_history_menu_item):
2193         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2194         * shell/ev-view.c: (ev_view_handle_link):
2195         * shell/ev-window.c:
2196         
2197         Store link before jump, not the destination. For me it 
2198         seems like more natural history behavior.
2199
2200 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2201
2202         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2203         (ev_navigation_action_class_init):
2204         * shell/ev-navigation-action.h:
2205         * shell/ev-page-action.c: (activate_cb):
2206         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2207         (ev_page_cache_set_current_page_history):
2208         * shell/ev-page-cache.h:
2209         * shell/ev-sidebar-thumbnails.c:
2210         (ev_sidebar_tree_selection_changed),
2211         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2212         * shell/ev-view-private.h:
2213         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2214         * shell/ev-view.h:
2215         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2216         (ev_window_setup_document), (ev_window_load_job_cb):
2217         * shell/ev-window.h:
2218         
2219         History finally works as expected.
2220
2221 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2224
2225         Do not update links treeview if it doesn't have a model assigned yet. 
2226
2227 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2230         (ev_sidebar_links_class_init), (update_page_callback):
2231
2232         Do not update links treeview when sidepane is not visible. 
2233
2234 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2235
2236         * shell/ev-marshal.list:
2237         * shell/ev-page-action.c: (activate_cb),
2238         (ev_page_action_class_init):
2239         * shell/ev-page-action.h:
2240         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2241         * shell/ev-window.c:
2242         
2243         Remove activate_link signal, not required.
2244
2245 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * shell/ev-navigation-action.c: (build_menu):
2248         
2249         Reorder menu items and build menu with fixed length.
2250
2251 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2252
2253         * shell/ev-view.c: (get_selected_text):
2254         
2255         Normalize text to fix ligatures problem. See bug
2256         #341947 for details.
2257
2258 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2261
2262         Fix memory leak in ev-page-cache. 
2263
2264 2007-01-25  Tom Parker <palfrey@tevp.net>
2265
2266         * backend/impress/impress-document.c: (impress_document_load),
2267         (impress_document_finalize), (impress_document_init):
2268         * properties/ev-properties-main.c: (ev_properties_get_pages):
2269         
2270         Correctly handle impress document errors. Fixes nautilus
2271         crash in property page #370491.
2272
2273 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2276         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2277         (ev_job_queue_remove_job):
2278         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2279         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2280         (ev_job_load_run):
2281         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2282         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2283         (ev_window_load_job_cb), (xfer_update_progress_callback),
2284         (ev_window_open_uri), (ev_window_dispose):
2285         * shell/main.c: (main):
2286
2287         Do file transfer asynchronously in the main thread instead of
2288         synchronously in the load thread. Fixes bugs #399694, #398307 and
2289         #343542.
2290
2291 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * shell/ev-jobs.c: (ev_job_xfer_run):
2294
2295         Load the document with the font-config lock held. 
2296
2297 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * backend/ps/ps-document.c: (start_interpreter):
2300
2301         Fix memory leaks in ps backend. 
2302
2303 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * backend/impress/impress-document.c:
2306         (impress_document_render_pixbuf):
2307
2308         Do not acquire fontconfig lock in impress backend, since it is using
2309         the main loop for rendering. 
2310
2311 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * po/POTFILES.in: 
2314
2315         Remove mdvi files that shouldn't be translated. 
2316
2317 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * shell/ev-view-private.h:
2320         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2321         (ev_view_set_zoom):
2322
2323         Render "loading..." text into a cairo surface instead of directly into
2324         the window so that fontconfig lock is only needed once and UI is not
2325         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2326
2327 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2330         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2331
2332         Use icon theme associated with the window screen rather than default. 
2333
2334 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2335
2336         * configure.ac:
2337
2338         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2339
2340 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2341
2342         * data/icons/*/apps/evince.*:
2343
2344         Move Evince icons under new apps directory.
2345
2346         * data/icons/*/actions/*:
2347
2348         Add new custom themeable Evince icons: view-page-continuous, 
2349         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2350         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2351
2352         * configure.ac:
2353
2354         Add new directories to AC_CONFIG_FILES.
2355
2356         * shell/ev-stock-icons.c:
2357         * shell/ev-stock-icons.h:
2358
2359         Use new custom themeable icons.
2360
2361 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2364
2365         Do not draw white background page in presentation mode. 
2366
2367 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2368
2369         * shell/ev-view.c: Remove unused gnome-vfs include.
2370
2371 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2372
2373         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2374         
2375         Format string is corrected, fixes bug #397129.
2376
2377 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-window.c: (ev_window_setup_recent):
2380
2381         Do not include in recent menu inexistent documents. Fixes
2382         bug #339171.
2383
2384 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * po/POTFILES.skip: 
2387
2388         Update POTFILES.skip file according to current source tree. 
2389
2390 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * shell/ev-window.c: (file_save_dialog_response_cb):
2393
2394         Do Save a copy in atomic way. Fixes bug #328266. 
2395
2396 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2399
2400         Keep selected cell always visible in index treeview.
2401
2402 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2403         
2404         * shell/ev-view.c: (ev_view_size_allocate):
2405
2406         Restore horizontal scrollbar after switching to/from fullscreen
2407         or presentation mode. Fixes bug #331728.
2408
2409 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-view-private.h:
2412         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2413         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2414         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2415         (ev_view_can_zoom_out):
2416
2417         Use max and min scale values in the view iby taking dpi into account. 
2418
2419 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * configure.ac:
2422         * NEWS:
2423
2424         Release 0.7.1
2425
2426 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * shell/ev-window.c: (ev_window_print_send):
2429
2430         Send print job to printer with some settings set to default values,
2431         since we have already exported to a file according to such settings
2432         and they could be taken twice by some printers. 
2433
2434 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * shell/ev-jobs.c: (ev_job_xfer_run):
2437         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2438
2439         Show main window and load document with the font-config lock held. 
2440
2441 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * configure.ac:
2444         * shell/ev-application.c: (ev_application_register_service):
2445         * shell/main.c: (load_files_remote):
2446
2447         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2448
2449 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2450
2451         * doc/debugging.txt:
2452         
2453         Remove obsolete documentation.
2454
2455 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2456
2457         * Makefile.am:
2458         * backend/Makefile.am:
2459         * backend/comics/Makefile.am:
2460         * backend/djvu/Makefile.am:
2461         * backend/dvi/Makefile.am:
2462         * backend/ev-async-renderer.c:
2463         * backend/ev-async-renderer.h:
2464         * backend/ev-attachment.c:
2465         * backend/ev-attachment.h:
2466         * backend/ev-backend-marshal.c:
2467         * backend/ev-document-factory.c:
2468         * backend/ev-document-factory.h:
2469         * backend/ev-document-find.c:
2470         * backend/ev-document-find.h:
2471         * backend/ev-document-fonts.c:
2472         * backend/ev-document-fonts.h:
2473         * backend/ev-document-images.c:
2474         * backend/ev-document-images.h:
2475         * backend/ev-document-info.h:
2476         * backend/ev-document-links.c:
2477         * backend/ev-document-links.h:
2478         * backend/ev-document-misc.c:
2479         * backend/ev-document-misc.h:
2480         * backend/ev-document-security.c:
2481         * backend/ev-document-security.h:
2482         * backend/ev-document-thumbnails.c:
2483         * backend/ev-document-thumbnails.h:
2484         * backend/ev-document-transition.c:
2485         * backend/ev-document-transition.h:
2486         * backend/ev-document.c:
2487         * backend/ev-document.h:
2488         * backend/ev-file-exporter.c:
2489         * backend/ev-file-exporter.h:
2490         * backend/ev-image.c:
2491         * backend/ev-image.h:
2492         * backend/ev-link-action.c:
2493         * backend/ev-link-action.h:
2494         * backend/ev-link-dest.c:
2495         * backend/ev-link-dest.h:
2496         * backend/ev-link.c:
2497         * backend/ev-link.h:
2498         * backend/ev-render-context.c:
2499         * backend/ev-render-context.h:
2500         * backend/ev-selection.c:
2501         * backend/ev-selection.h:
2502         * backend/impress/Makefile.am:
2503         * backend/pdf/Makefile.am:
2504         * backend/pixbuf/Makefile.am:
2505         * backend/ps/Makefile.am:
2506         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2507         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2508         (start_interpreter), (stop_interpreter), (document_load),
2509         (ps_document_next_page), (render_page):
2510         * backend/tiff/Makefile.am:
2511         * comics/Makefile.am:
2512         * comics/comics-document.c:
2513         * comics/comics-document.h:
2514         * configure.ac:
2515         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2516         * djvu/Makefile.am:
2517         * djvu/djvu-document-private.h:
2518         * djvu/djvu-document.c:
2519         * djvu/djvu-document.h:
2520         * djvu/djvu-links.c:
2521         * djvu/djvu-links.h:
2522         * djvu/djvu-text-page.c:
2523         * djvu/djvu-text-page.h:
2524         * djvu/djvu-text.c:
2525         * djvu/djvu-text.h:
2526         * dvi/Makefile.am:
2527         * dvi/dvi-document.c:
2528         * dvi/dvi-document.h:
2529         * dvi/fonts.c:
2530         * dvi/fonts.h:
2531         * dvi/mdvi-lib/Makefile.am:
2532         * dvi/mdvi-lib/afmparse.c:
2533         * dvi/mdvi-lib/afmparse.h:
2534         * dvi/mdvi-lib/bitmap.c:
2535         * dvi/mdvi-lib/bitmap.h:
2536         * dvi/mdvi-lib/color.c:
2537         * dvi/mdvi-lib/color.h:
2538         * dvi/mdvi-lib/common.c:
2539         * dvi/mdvi-lib/common.h:
2540         * dvi/mdvi-lib/defaults.h:
2541         * dvi/mdvi-lib/dvimisc.c:
2542         * dvi/mdvi-lib/dviopcodes.h:
2543         * dvi/mdvi-lib/dviread.c:
2544         * dvi/mdvi-lib/files.c:
2545         * dvi/mdvi-lib/font.c:
2546         * dvi/mdvi-lib/fontmap.c:
2547         * dvi/mdvi-lib/fontmap.h:
2548         * dvi/mdvi-lib/fontsrch.c:
2549         * dvi/mdvi-lib/gf.c:
2550         * dvi/mdvi-lib/hash.c:
2551         * dvi/mdvi-lib/hash.h:
2552         * dvi/mdvi-lib/list.c:
2553         * dvi/mdvi-lib/mdvi.h:
2554         * dvi/mdvi-lib/pagesel.c:
2555         * dvi/mdvi-lib/paper.c:
2556         * dvi/mdvi-lib/paper.h:
2557         * dvi/mdvi-lib/pk.c:
2558         * dvi/mdvi-lib/private.h:
2559         * dvi/mdvi-lib/setup.c:
2560         * dvi/mdvi-lib/sp-epsf.c:
2561         * dvi/mdvi-lib/special.c:
2562         * dvi/mdvi-lib/sysdeps.h:
2563         * dvi/mdvi-lib/t1.c:
2564         * dvi/mdvi-lib/tfm.c:
2565         * dvi/mdvi-lib/tfmfile.c:
2566         * dvi/mdvi-lib/tt.c:
2567         * dvi/mdvi-lib/util.c:
2568         * dvi/mdvi-lib/vf.c:
2569         * dvi/pixbuf-device.c:
2570         * dvi/pixbuf-device.h:
2571         * impress/Makefile.am:
2572         * impress/common.h:
2573         * impress/document.c:
2574         * impress/f_oasis.c:
2575         * impress/f_oo13.c:
2576         * impress/iksemel.c:
2577         * impress/iksemel.h:
2578         * impress/imposter.h:
2579         * impress/impress-document.c:
2580         * impress/impress-document.h:
2581         * impress/internal.h:
2582         * impress/r_back.c:
2583         * impress/r_draw.c:
2584         * impress/r_geometry.c:
2585         * impress/r_gradient.c:
2586         * impress/r_style.c:
2587         * impress/r_text.c:
2588         * impress/render.c:
2589         * impress/render.h:
2590         * impress/zip.c:
2591         * impress/zip.h:
2592         * lib/Makefile.am:
2593         * lib/ev-debug.c:
2594         * lib/ev-debug.h:
2595         * lib/ev-file-helpers.c:
2596         * lib/ev-file-helpers.h:
2597         * lib/ev-gui.c:
2598         * lib/ev-gui.h:
2599         * lib/ev-tooltip.c:
2600         * lib/ev-tooltip.h:
2601         * libdocument/Makefile.am:
2602         * libdocument/ev-file-helpers.c:
2603         * pdf/Makefile.am:
2604         * pdf/ev-poppler.cc:
2605         * pdf/ev-poppler.h:
2606         * pixbuf/Makefile.am:
2607         * pixbuf/pixbuf-document.c:
2608         * pixbuf/pixbuf-document.h:
2609         * properties/Makefile.am:
2610         * ps/Makefile.am:
2611         * ps/gsdefaults.c:
2612         * ps/gsdefaults.h:
2613         * ps/gsio.c:
2614         * ps/gsio.h:
2615         * ps/gstypes.h:
2616         * ps/ps-document.c:
2617         * ps/ps-document.h:
2618         * ps/ps.c:
2619         * ps/ps.h:
2620         * shell/Makefile.am:
2621         * shell/ev-application.h:
2622         * shell/ev-sidebar-links.c:
2623         * shell/ev-sidebar-links.h:
2624         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2625         (ev_gui_menu_position_tree_selection):
2626         * shell/ev-utils.h:
2627         * shell/ev-view.c: (ev_view_finalize):
2628         * shell/ev-window.c:
2629         * shell/main.c: (main):
2630         * thumbnailer/Makefile.am:
2631         * tiff/Makefile.am:
2632         * tiff/tiff-document.c:
2633         * tiff/tiff-document.h:
2634         * tiff/tiff2ps.c:
2635         * tiff/tiff2ps.h:
2636         
2637         Reorganize source tree.
2638
2639 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * backend/ev-document-factory.c:
2642
2643         Do not include ev-poppler.h when pdf is disabled. 
2644
2645 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * configure.ac:
2648         * data/evince-ui.xml:
2649         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2650         (pdf_document_document_images_iface_init):
2651         * backend/Makefile.am:
2652         * backend/ev-document-images.[ch]:
2653         * backend/ev-image.[ch]:
2654         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2655         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2656         (ev_job_xfer_run):
2657         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2658         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2659         (ev_pixbuf_cache_get_image_mapping):
2660         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2661         (view_menu_popup_cb), (ev_window_dispose),
2662         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2663         (ev_view_popup_cmd_copy_image):
2664         * shell/ev-view-private.h:
2665         * shell/ev-view.c: (ev_view_get_image_at_location),
2666         (ev_view_do_popup_menu), (ev_view_popup_menu),
2667         (ev_view_button_press_event), (ev_view_drag_data_get),
2668         (ev_view_drag_motion), (ev_view_drag_data_received),
2669         (ev_view_motion_notify_event), (ev_view_button_release_event),
2670         (ev_view_finalize), (ev_view_class_init):
2671
2672         Add image handling support. Fixes bugs #310008 and #325047. Images
2673         selection is not supported yet. 
2674
2675 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2678         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2679         (ev_view_init):
2680
2681         Move view drag and drop stuff to ev-view.
2682
2683 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2686         * shell/ev-view.c: (clear_selection): 
2687
2688         Clear selection also in pixbuf cache.
2689
2690 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2691
2692         * data/evince.desktop.in.in:
2693         
2694         Change icon name in desktop file. See bug #390734
2695         for details.
2696
2697 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2698
2699         * thumbnailer/Makefile.am:
2700
2701         Use top_builddir instead top_srcdir for generated schema
2702         file installation. Fixes bug #390161.
2703
2704 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * configure.ac:
2707         * backend/Makefile.am:
2708         * backend/ev-document-transition.[ch]:
2709         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2710         (pdf_document_page_transition_iface_init):
2711         * shell/ev-view-private.h:
2712         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2713         (ev_view_set_presentation), (transition_next_page),
2714         (ev_view_presentation_transition_stop),
2715         (ev_view_presentation_transition_start), (ev_view_next_page):
2716
2717         Add page transition support in presentation mode. At the moment only
2718         page duration is supported, but not transition effects. Fixes bug
2719         #309815.
2720
2721 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2724
2725         Run find_link_dest with document lock held, since it's called by links
2726         thread and main thread at the same time. 
2727
2728 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * shell/ev-view.c: (goto_dest):
2731
2732         Update page-cache when page is changed by the view, so that
2733         page-changed signal is emitted. 
2734
2735 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * test/test1.py:
2738         * test/test2.py:
2739
2740         Use C locale in tests. 
2741
2742 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * shell/ev-window.c: (ev_window_run_presentation):
2745         * shell/ev-view-private.h:
2746         * shell/ev-view.c: (ev_view_set_presentation):
2747
2748         Restore zoom settings when back from presentation mode. 
2749
2750 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2751
2752         * shell/ev-window.c: (ev_window_run_presentation):
2753
2754         Always use "best fit" zoom in presentation mode.
2755         Fixes bug #389195.
2756
2757 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2758
2759         * shell/ev-view.c: (ev_view_goto_window_create):
2760
2761         Show "Jump to page" label in the page jumping popup in
2762         presentation mode instead of just a GtkEntry.
2763
2764 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * shell/ev-window.c: (launch_external_uri):
2767
2768         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2769         #378085.
2770
2771 2006-12-22  Elijah Newren  <newren gmail com>
2772
2773         * configure.ac: explicitly check for libxml2.  Fixes #388795
2774
2775 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * shell/ev-view-private.h:
2778         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2779         (ev_view_goto_window_delete_event), (key_is_numeric),
2780         (ev_view_goto_window_key_press_event),
2781         (ev_view_goto_window_button_press_event),
2782         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2783         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2784         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2785
2786         Allow jumping to another page by typing a page number in presentation
2787         mode. It uses a popup window with an entry. Fixes bug #353625.
2788
2789 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2790
2791         * configure.ac:
2792         * properties/ev-properties-view.c: (ev_get_default_user_units),
2793         (ev_regular_paper_size):
2794         
2795         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2796         to Damien Carbery <damien.carbery@sun.com> and
2797         Yevgen Muntyan <muntyan@tamu.edu>.
2798
2799 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2800
2801         * shell/ev-window.c: (setup_document_from_metadata):
2802
2803         Make sure Evince doesn't restore the view on the last
2804         page when a document is reopened. Fixes bug #383381.
2805
2806 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2807
2808         * shell/ev-view.c: (draw_loading_text):
2809
2810         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2811
2812 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * configure.ac:
2815         * NEWS:
2816
2817         Release 0.7.0
2818
2819 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * configure.ac:
2822         * pdf/ev-poppler.cc: (pdf_print_context_free),
2823         (pdf_document_file_exporter_begin),
2824         (pdf_document_file_exporter_do_page):
2825
2826         Make cairo-pdf depedency optional. 
2827
2828 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2831
2832         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2833
2834 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2837         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2838         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2839         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2840         * shell/ev-view.c: (draw_loading_text):
2841         * shell/ev-window.c: (ev_window_cmd_file_properties):
2842
2843         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2844         related to using FontConfig from different threads.
2845         
2846 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * shell/ev-view.c: (draw_loading_text):
2849
2850         Acquire lock document when drawing "Loading..." text so that only one
2851         thread will use FontConfig at the same time. Fixes bug #374750.
2852
2853 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * shell/ev-page-action.[ch]: (activate_cb):
2856         * shell/ev-window.c: (activate_label_cb):
2857
2858         Check if text inserted in page entry is a valid page number when it
2859         doesn't match to any document page label. Fixes bug #383165.
2860
2861 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2862         * shell/ev-window.c:
2863
2864         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2865         available with GTK < 2.10. Added an ifdef to avoid compilation
2866         error.
2867
2868 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * configure.ac:
2871         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2872
2873         Fix ps backend in multihead systems.
2874
2875 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2878         * shell/ev-window.c: (ev_window_get_screen_dpi),
2879         (ev_window_update_actions), (setup_view_from_metadata),
2880         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2881
2882         Take screen DPI into account when zooming. Fixes bug #318285.
2883
2884 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2885
2886         * data/Makefile.am:
2887
2888         Cleaned up/slightly refactored Makefile.am. Added GConf
2889         schemas uninstallation as well.
2890
2891 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2892
2893         * Makefile.am:
2894         * test/Makefile.am:
2895
2896         Fight with autotools to fix make check. Make distcheck
2897         works fine as well now!
2898
2899 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2900
2901         * shell/ev-view.c: (draw_end_presentation_page):
2902
2903         Corrected "end of presentation" string.
2904
2905 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2906
2907         * shell/ev-view.c: (ev_view_key_press_event):
2908
2909         Correctly propagate key press event so that up/down keys
2910         work as expected (correct behaviour was broken by
2911         black/white screen key bindings for presentations).
2912
2913 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2916         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2917         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2918         (pdf_selection_get_selection_region),
2919         (pdf_selection_get_selection_map):
2920
2921         Add "static" to some private functions. 
2922
2923 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2924
2925         * lib/ev-tooltip.h:
2926         * properties/ev-properties-view.h:
2927         * shell/ev-jobs.h:
2928         * shell/ev-properties-dialog.h:
2929         * shell/ev-properties-fonts.h:
2930         * shell/ev-sidebar-links.h:
2931         * shell/ev-sidebar-thumbnails.h:
2932         * shell/ev-sidebar.h:
2933         * shell/ev-window.h:
2934         
2935         Fixes CHACK type in class casts. See bug #385343
2936         for details.
2937
2938 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-view-private.h:
2941         * shell/ev-view.c: (draw_end_presentation_page),
2942         (ev_view_expose_event), (ev_view_key_press_event),
2943         (ev_view_class_init), (ev_view_init):
2944
2945         Blank screen in presentation mode when pressing 'b' (filling with
2946         black) or 'w' (filling with white) keys. Fixes bug #358132.
2947
2948 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2949
2950         * data/evince-toolbar.xml:
2951         * shell/ev-window.c:
2952         
2953         Use stock icon for Select All action. Fixes
2954         bug #382652.
2955
2956 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2957
2958         * shell/ev-view.c: (get_doc_point_from_offset),
2959         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2960
2961         Add links support in rotated documents. Fixes bug #343733.
2962
2963 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * shell/ev-view-private.h:
2966         * shell/ev-view.c: (draw_end_presentation_page),
2967         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2968
2969         Show a blank page after the last page in presentation mode with a
2970         message indicating that presentation has finished and how to exit. 
2971
2972 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-window.c: (fullscreen_timeout_cb):
2975
2976         Hide cursor after a while in presentation mode. 
2977
2978 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2979
2980         * backend/ev-document-info.h:
2981         * data/evince-properties.glade:
2982         * pdf/ev-poppler.cc:
2983         * properties/ev-properties-view.c: (ev_regular_paper_size),
2984         (ev_properties_view_set_info):
2985         * ps/ps-document.c: (ps_document_get_info):
2986
2987         Adds a paper size field to the properties dialog. Fixes
2988         bug #307315. Patch by Kasper Svendsen (with some i18n
2989         changes done by me).
2990
2991 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2992
2993         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2994         (screensaver_init_dbus), (totem_scrsaver_new),
2995         (totem_scrsaver_init):
2996         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2997         * shell/ev-application.c: (ev_application_register_service),
2998         (ev_application_screensaver_enable),
2999         (ev_application_screensaver_disable):
3000         * shell/ev-application.h:
3001         * shell/ev-window.c: (ev_window_run_presentation),
3002         (ev_window_stop_presentation), (build_comments_string),
3003         (ev_window_init):
3004         
3005         Move screensaver handling to application. No more
3006         message on startup.
3007
3008 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * configure.ac:
3011         * backend/Makefile.am:
3012         * backend/ev-file-exporter.[ch]:
3013         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3014         * ps/ps-document.c: (ps_document_file_exporter_*):
3015         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3016         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3017         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3018         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3019
3020         Allow printing to PDF when suppoted by the backend.
3021         
3022 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-window.c: (build_comments_string):
3025
3026         Use always "Document Viewer" in about dialog. 
3027
3028 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * djvu/djvu-document.c: (djvu_document_get_page_size):
3031
3032         Display a warning message when get_pageinfo fails. 
3033
3034 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3035
3036         * Makefile.am:
3037         * backend/Makefile.am:
3038         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3039         * configure.ac:
3040         * shell/ev-window.c: (build_comments_string):
3041         
3042         Make pdf compilation optional. See bug #38007.
3043
3044 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * ps/ps.c: (get_next_text):
3047
3048         Fix CVE-2006-5864.
3049
3050 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3053         * shell/ev-navigation-action.c: (connect_proxy),
3054         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3055         
3056         Do not call g_type_class_peek_parent twice.
3057
3058 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3059
3060         * configure.ac:
3061         * data/icons/24x24/.cvsignore:
3062         * data/icons/24x24/Makefile.am:
3063         * data/icons/24x24/evince.png:
3064         * data/icons/Makefile.am:
3065         
3066         Add 24x24 icon. Thanks to 
3067         Michael Monreal <infernux@web.de>.
3068
3069 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3070
3071         * configure.ac: Fix typo in configure.ac. Thanks
3072         to dmacks@netspace.org for notification.
3073
3074 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3077         
3078         Drop dbus include, fixes compilation with older dbus.
3079
3080 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3081
3082         * configure.ac:
3083         * cut-n-paste/Makefile.am:
3084         * cut-n-paste/totem-screensaver/.cvsignore
3085         * cut-n-paste/totem-screensaver/Makefile.am:
3086         * cut-n-paste/totem-screensaver/README:
3087         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3088         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3089         * shell/Makefile.am:
3090         * shell/ev-window.c: (ev_window_run_presentation),
3091         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3092         (ev_window_init):
3093
3094         Implemented screensaver enabling/disabling for
3095         presentation mode (not fullscreen mode). Code stolen
3096         from Totem (with some minor tweaks). Fixes bug #338889.
3097
3098 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3099
3100         * configure.ac:
3101
3102         Bump gnome-icon-theme requirements. We use the rotation
3103         icons that appeared recently.
3104
3105 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3106
3107         * shell/ev-history.c: (ev_history_add_page):
3108         * shell/ev-history.h:
3109         * shell/ev-window.c: (page_changed_cb):
3110         
3111         Use page labels instead of numbers.
3112
3113 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3114
3115         * data/evince-toolbar.xml:
3116         * po/POTFILES.in:
3117         * shell/Makefile.am:
3118         * shell/ev-navigation-action-widget.c:
3119         (ev_navigation_action_widget_init),
3120         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3121         (menu_detacher), (ev_navigation_action_widget_set_menu),
3122         (menu_position_func), (popup_menu_under_arrow),
3123         (ev_navigation_action_widget_toggled),
3124         (ev_navigation_action_widget_button_press_event):
3125         * shell/ev-navigation-action-widget.h:
3126         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3127         (ev_navigation_action_set_window), (activate_menu_item_cb),
3128         (new_history_menu_item), (new_empty_history_menu_item),
3129         (build_menu), (menu_activated_cb), (connect_proxy),
3130         (create_tool_item), (ev_navigation_action_init),
3131         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3132         * shell/ev-navigation-action.h:
3133         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3134         (ev_page_action_widget_set_page_cache),
3135         (ev_page_action_widget_finalize),
3136         (ev_page_action_widget_class_init), (match_selected_cb),
3137         (display_completion_text), (match_completion), (build_new_tree_cb),
3138         (get_filter_model_from_model),
3139         (ev_page_action_widget_update_model):
3140         * shell/ev-page-action-widget.h:
3141         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3142         (connect_proxy):
3143         * shell/ev-page-action.h:
3144         * shell/ev-stock-icons.c:
3145         * shell/ev-stock-icons.h:
3146         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3147         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3148         (register_custom_actions):
3149         * shell/main.c:
3150         
3151         Preliminary history implementation
3152
3153 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3154
3155         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3156         (dvi_document_class_init), (dvi_document_init_params):
3157         * dvi/mdvi-lib/font.c: (font_reference):
3158         
3159         Add reference to subfont. Fixes bug #374277.
3160
3161 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3164         (ev_window_cmd_file_open_copy_at_dest):
3165
3166         Fix a race condition when creating symlink. Increase the counter
3167         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3168         Mathias Hasselmann).
3169
3170 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * backend/Makefile.am:
3173         * backend/ev-attachment.c: (ev_attachment_open):
3174         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3175         (ev_tmp_dir), (ev_tmp_filename):
3176         * shell/ev-sidebar-attachments.c:
3177         (ev_sidebar_attachments_drag_data_get):
3178         * shell/ev-window.c: (ev_window_clear_temp_file):
3179
3180         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3181         in ensure_dir_exists. Abort without crashing when we can't create
3182         user's directory.
3183
3184 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * data/evince-ui.xml:
3187         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3188         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3189         (ev_window_cmd_file_open_copy_at_dest),
3190         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3191         (ev_view_popup_cmd_open_link_new_window):
3192
3193         Allow opening a copy of the current document in a new window. Fixes bug
3194         #357472
3195
3196 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * data/evince-toolbar.xml:
3199         
3200         Add rotate right and rotate left to available items for toolbar.
3201         
3202         * data/evince-ui.xml:
3203         * shell/ev-window.c: (ev_window_init):
3204         
3205         Customize toolbar with right click. Fixes bug #372451.
3206
3207 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3208
3209         * shell/ev-window.c: 
3210         
3211         Use "object-rotate-{left,right}" stock icons. Fixes 
3212         bug #373863.
3213
3214 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3217         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3218         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3219         (ev_window_open_uri):
3220         * shell/main.c: (arguments_parse):
3221
3222         Remove temp file created when evince is used by GTK+ in
3223         preview mode. Fixes bug #365282. 
3224
3225 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3226
3227         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3228         
3229         Fixes bug #372474 - Side pane disabled when entering 
3230         and leaving fullscreen mode.
3231
3232 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3233
3234         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3235         * data/Makefile.am:
3236         * data/evince-preview-toolbar.xml:
3237         * data/evince-toolbar.xml:
3238         * shell/ev-application.c: (ev_application_shutdown),
3239         (ev_application_init), (ev_application_get_toolbars_model):
3240         * shell/ev-application.h:
3241         * shell/ev-window.c: (update_chrome_visibility),
3242         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3243         (ev_window_cmd_edit_toolbar), (ev_window_init):
3244         
3245         Fixes bug #364364 - toolbar editor shows zoom actions again.
3246
3247 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3250
3251         Do not take margins into consideration for paper size when printing.
3252         Really fixes bug #350491.
3253
3254 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * data/evince-ui.xml:
3257         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3258         (ev_window_cmd_file_print_setup),
3259         (ev_window_print_dialog_response_cb),
3260         (ev_window_setup_action_sensitivity):
3261
3262         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3263
3264 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-window.c: (ev_window_print_range):
3267
3268         Revert my previuos commit, since printing to PDF is not supported by
3269         evince yet. 
3270
3271 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-window.c: (ev_window_print_range):
3274
3275         Enable print to a PDF. Fixes bug #332121.
3276
3277 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * shell/ev-application-service.xml:
3280         * shell/ev-application.[ch]: (ev_application_open_window),
3281         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3282         (ev_application_open_uri), (ev_application_open_uri_list):
3283         * shell/ev-window.c: (file_open_dialog_response_cb),
3284         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3285         (drag_data_received_cb), (open_remote_link):
3286         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3287
3288         Add support for multiscreen systems. Fixes bug #316206.
3289
3290 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * shell/ev-jobs.[ch]: (ev_job_print_new),
3293         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3294         (ev_job_print_do_page):
3295         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3296
3297         Allow printing only odd/even pages. Fixes bug #367289.
3298
3299 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3300
3301         * test/test1.py:
3302         * test/test2.py:
3303
3304         Re-add locale settings to test files.
3305
3306 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3307
3308         * data/evince-ui.xml:
3309         * shell/ev-window.c: (set_action_properties):
3310         
3311         Removed garbage from code and ui.
3312
3313 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3314
3315         * shell/ev-window.c: (ev_window_cmd_help_about):
3316
3317         Shamelessly add my name to the list of contributors.
3318
3319 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3320
3321         * test/test1.py:
3322         * test/test2.py:
3323
3324         Cleaned up the dogtail scripts.
3325
3326 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3327
3328         * shell/ev-view.c: (draw_loading_text): Don't render
3329         "loading..." text in presentation mode. Temporary
3330         workaround for bug #320352.
3331
3332 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3335         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3336
3337         Use print settings scale, copies, collate and reverse which were
3338         ignored. Fixes bug #359032.
3339
3340 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3341
3342         * configure.ac:
3343         * data/evince-password.glade:
3344         * test/Makefile.am:
3345         * test/test-encrypt.pdf:
3346         * test/test-links.pdf:
3347         * test/test1.py:
3348         * test/test2.py:
3349
3350         Add automated UI tests for evince with dogtail. See
3351         bug #300948.    
3352
3353 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3356
3357         Hide fullscreen toolbar when switching to another desktop workspace.
3358         Fixes bug #338871
3359
3360 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * shell/ev-window-title.c: 
3363         
3364         Test for .dvi in title of pdf documents.
3365
3366 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3367
3368         * shell/ev-view.c: (ev_view_scroll):
3369
3370         Page Up/Down should do page jumps in "Best fit" mode.
3371         If a user has explicitly chosen to view exactly one page
3372         at a time, scrolling just a part of the page when
3373         pressing Page Up/Down is not right. Fixes bug #323107.
3374
3375 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3376
3377         * NEWS:
3378         * configure.ac:
3379         
3380         Update for 0.6.1
3381
3382 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3383
3384         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3385         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3386         
3387         Correctly disconnect from job signals on destroy.
3388
3389 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3390
3391         * shell/ev-view-private.h:
3392         * shell/ev-view.c: (view_set_adjustment_values),
3393         (view_update_range_and_current_page),
3394         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3395         
3396         Fixes bug #343199, current page now follows find page.
3397
3398 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3399
3400         * backend/ev-document-factory.c:
3401         * configure.ac:
3402         Assigned OpenDocument presenation MIME type to the
3403         Impress backend. Added some missing (but harmless)
3404         #ifdefs in the document factory as well to make things
3405         consistent again. Fixes bug #360658.
3406
3407 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3408
3409         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3410         * backend/ev-document-find.c: (ev_document_find_get_type):
3411         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3412         * backend/ev-document-links.c: (ev_document_links_get_type):
3413         * backend/ev-document-security.c: (ev_document_security_get_type):
3414         * backend/ev-document-thumbnails.c:
3415         (ev_document_thumbnails_get_type):
3416         * backend/ev-document.c: (ev_document_get_type):
3417         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3418         * backend/ev-selection.c: (ev_selection_get_type):
3419         * cut-n-paste/recent-files/egg-recent-model.c:
3420         (egg_recent_model_get_type):
3421         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3422         (egg_recent_view_uimanager_get_type):
3423         * cut-n-paste/recent-files/egg-recent-view.c:
3424         (egg_recent_view_get_type):
3425         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3426         (egg_editable_toolbar_get_type):
3427         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3428         (egg_toolbar_editor_get_type):
3429         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3430         (egg_toolbars_model_get_type):
3431         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3432         (egg_tree_multi_drag_source_get_type):
3433         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3434         (ephy_zoom_action_get_type):
3435         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3436         (ephy_zoom_control_get_type):
3437         * impress/r_back.c: (_imp_fill_back):
3438         * properties/ev-properties-main.c:
3439         (ev_properties_plugin_register_type):
3440         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3441         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3442         (ev_view_accessible_factory_get_type):
3443
3444         Reduce relocations. Bug #360616.
3445
3446 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3447
3448         * backend/ev-document-factory.c:
3449         (ev_document_factory_get_document):
3450         
3451         Load document even if extension is wrong.
3452
3453 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * shell/ev-metadata-manager.c: (save_values):
3456         * shell/ev-window.c: (setup_size_from_metadata),
3457         (setup_view_from_metadata), (ev_window_setup_document),
3458         (ev_window_xfer_job_cb), (window_configure_event_cb):
3459         
3460         Set size according to the document size/page size ratio.
3461         That should correct rather wierd behaviour of the previous
3462         commit.
3463
3464 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3465
3466         * shell/ev-window.c: (setup_view_from_metadata):
3467         
3468         Set size for new windows from previous window size.
3469         See bugs #354968 and #168450 for details. Thanks
3470         to Meik Hellmund.
3471
3472 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * djvu/djvu-links.c: (build_tree):
3475
3476         Fix memory leak.
3477
3478 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3481         
3482         Don't make sidebar close button insensitive. Fixes
3483         bug #357871.
3484
3485 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3486
3487         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3488         (ev_window_set_view_accels_sensitivity):
3489         
3490         Don't enable Slash on documents which don't support
3491         find. Fixes bug #358648.
3492
3493 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3494
3495         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3496         open dialog fall back to the current document uri if the
3497         filechooser hasn't been used before. Fixes bug #356980.
3498
3499 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3500
3501         * shell/ev-window.c: (ev_window_setup_recent), 
3502         (ev_window_get_recent_file_label):
3503
3504         Escape underscores in filenames of recent file items.
3505
3506 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3507
3508         * configure.ac:
3509         
3510         Bumped poppler requirements, really 0.5.3 is very 
3511         buggy, now we require 0.5.4.
3512
3513 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3514
3515         * djvu/Makefile.am:
3516         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3517         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3518         (djvu_document_document_links_iface_init):
3519         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3520         (number_from_string_10), (get_djvu_link_dest),
3521         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3522         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3523         (djvu_links_get_links), (djvu_links_find_link_dest),
3524         (djvu_links_get_links_model):
3525         * djvu/djvu-links.h:
3526         
3527         Add support for links and bookmarks in djvu documents. Thanks
3528         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3529         patch.
3530
3531 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3534         
3535         Reopen should reload document. Fixes 
3536         bug 327951.
3537
3538 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * configure.ac:
3541         * data/Makefile.am:
3542         * data/evince-16.png:
3543         * data/evince-22.png:
3544         * data/evince.png:
3545         * data/evince.svg:
3546         * data/icons/16x16/Makefile.am:
3547         * data/icons/16x16/evince.png:
3548         * data/icons/22x22/Makefile.am:
3549         * data/icons/22x22/evince.png:
3550         * data/icons/48x48/Makefile.am:
3551         * data/icons/48x48/evince.png:
3552         * data/icons/Makefile.am:
3553         * data/icons/scalable/Makefile.am:
3554         * data/icons/scalable/evince.svg:
3555         
3556         Install icons with correct names. Fixes
3557         bug #354429.
3558
3559 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3560
3561         * shell/ev-view.c: (ev_view_button_release_event):
3562
3563         Don't open links with middle mouse button. Fixes bug #353649
3564
3565 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3566
3567         * NEWS:
3568         * configure.ac:
3569         
3570         Update for release 0.6.0
3571
3572 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3573
3574         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3575         Implement Close named action. Patch by Carlos Garcia Campos.
3576
3577 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3578
3579         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3580         
3581         Don't clear link mapping on copy_job_to_job_info. Fixes
3582         bug 346168.
3583
3584 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3585
3586         * shell/main.c: (main):
3587
3588         Revert my previous commit, gnome_program_init owns the option context.
3589         Fix another memory leak in main. Both caught by Christian Persch. 
3590
3591 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3592
3593         * shell/main.c: (main):
3594
3595         Fix memory leak.
3596
3597 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3600
3601         Fix crash when opening a pdf with password protection. 
3602
3603 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * pdf/ev-poppler.cc: (pdf_document_search_free):
3606
3607         Fix memory leak. 
3608
3609 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3610
3611         * backend/ev-document-factory.c:
3612         (ev_document_factory_get_document):
3613         * tiff/tiff-document.c: (tiff_document_finalize):
3614         
3615         More correct handling of document loading. Fixes
3616         bug #349043.
3617
3618 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * backend/ev-attachment.c: (ev_attachment_save):
3621
3622         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3623         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3624
3625 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3626         
3627         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3628         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3629
3630 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * shell/ev-sidebar-thumbnails.c:
3633
3634         Do not render thumbnails unless thumbnails page is active in the
3635         sidebar.
3636
3637 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3638
3639         * shell/ev-properties-dialog.c:
3640
3641         Fix dialogue spacing. Bug #351370.
3642
3643 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3644
3645         * configure.ac:
3646
3647         Use lowercase gettext catalog file names (evince.mo
3648         instead of Evince.mo)
3649
3650 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * shell/ev-sidebar-attachments.c:
3653
3654         GtkIconTheme is now screen safe too. Fixes bug #350878
3655
3656 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * shell/ev-window.c:
3659
3660         GtkRecent manager is now screen safe. Fixes bug #350145
3661
3662 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3663
3664         * shell/ev-sidebar.c: (ev_sidebar_init):
3665         
3666         Make sidebar close icon smaller. Fix for bug 350177.
3667         See also bugs 350176 and 165770.
3668
3669 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3672
3673         Ignore zoom for xyz destinations when it's <= 1, keeping user
3674         preferences instead. Set correct sizing-mode for fith and fitv
3675         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3676
3677 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * NEWS:
3680         * configure.ac:
3681         
3682         Update for release 0.5.5
3683
3684 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3685         
3686         * shell/ev-window.c: (ev_window_cmd_escape)
3687
3688         Escape unfocus page entry. Fixes bug #345809.
3689
3690 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3693         (build_tree), (pdf_document_links_get_links),
3694         (pdf_document_links_find_link_dest):
3695         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3696         (goto_xyz_dest):
3697
3698         Convert from PDF style coordinates to X style coordinates in the
3699         backend rather than in the view. Fixes bug #338440
3700
3701 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3702
3703         * shell/ev-window.c:
3704         
3705         Remove Ctrl+Shift+T shortcut for toolbars. See
3706         the bug #350098.
3707
3708 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * configure.ac:
3711
3712         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3713         of this. 
3714
3715 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * configure.ac:
3718         * cut-n-paste/Makefile.am:
3719         * data/evince-ui.xml:
3720         * shell/Makefile.am:
3721         * shell/ev-application.[ch]:
3722         * shell/ev-window.c:
3723
3724         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3725         #349273
3726
3727 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3728
3729         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3730         findbar code: s/help/search/
3731
3732 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3733
3734         * shell/ev-window.c: (setup_document_from_metadata),
3735         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3736         (setup_view_from_metadata):
3737         
3738         Fix memory leaks.
3739
3740 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3741
3742         * autogen.sh, configure.ac: 
3743         
3744         Update automake usage. See bug 349292.
3745
3746 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/eggfindbar.c: (egg_find_bar_class_init),
3749         (entry_activate_callback), (egg_find_bar_init),
3750         (egg_find_bar_set_status_text):
3751         * shell/eggfindbar.h:
3752         
3753         Unify Evince findbar with Epiphany. Nice patch
3754         from Fabricio Silva <silva@crans.org> and
3755         Frederic Peters <fpeters@entrouvert.com>. See
3756         bug #339966 for details.
3757
3758 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3759
3760         * data/evince.desktop.in.in:
3761         
3762         Correct information for bugzilla. Thanks to
3763         Olaf Vitters, see bug #348855.
3764
3765 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * shell/ev-jobs.[ch]:
3768         * shell/ev-sidebar-links.c:
3769         * shell/ev-window.[ch]:
3770
3771         GtkPrintJob doesn't support print ranges or current page, so we export
3772         to a ps file now when printing ranges or current page.
3773
3774 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3775
3776         * pdf/ev-poppler.cc:
3777         * shell/ev-window.c: (do_action_named):
3778
3779         We should be more clear about bugzilla. See the
3780         poppler bug #7623.
3781
3782 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * configure.ac:
3785         * shell/Makefile.am:
3786         * shell/ev-job-queue.c:
3787         * shell/ev-jobs.[ch]:
3788         * shell/ev-sidebar-links.c:
3789         * shell/ev-window.[ch]:
3790         
3791         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3792         #348422
3793
3794 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3797         * shell/ev-application-service.xml:
3798         * shell/ev-application.[ch]:
3799         * shell/ev-jobs.[ch]:
3800         * shell/ev-window.[ch]: (ev_window_run_preview):
3801         * shell/main.c: 
3802
3803         Add preview mode to use evince as a printing previewer. It also adds
3804         other command line options for fullscreen and presentation modes.
3805         Fixes bugs #347822, #317031
3806
3807 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * NEWS:
3810         * configure.ac:
3811         
3812         Update for release 0.5.4
3813
3814 2006-07-11  Bastien Nocera <hadess@hadess.net>
3815
3816         * Makefile.am:
3817         * backend/Makefile.am:
3818         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3819         * backend/ev-document-factory.h:
3820         * configure.ac:
3821         * impress/.cvsignore:
3822         * impress/Makefile.am:
3823         * impress/common.h:
3824         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3825         (imp_get_page), (imp_next_page), (imp_prev_page),
3826         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3827         * impress/f_oasis.c: (render_object), (render_page),
3828         (get_geometry), (_imp_oasis_load):
3829         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3830         (_imp_oo13_load):
3831         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3832         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3833         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3834         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3835         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3836         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3837         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3838         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3839         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3840         (iks_new_within), (iks_insert), (iks_insert_cdata),
3841         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3842         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3843         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3844         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3845         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3846         (iks_cdata), (iks_cdata_size), (iks_has_children),
3847         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3848         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3849         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3850         (iks_tree), (iks_load), (iks_save):
3851         * impress/iksemel.h:
3852         * impress/imposter.h:
3853         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3854         (imp_render_draw_bezier_real), (imp_render_get_size),
3855         (imp_render_set_fg_color), (imp_render_draw_line),
3856         (imp_render_draw_rect), (imp_render_draw_polygon),
3857         (imp_render_draw_arc), (imp_render_draw_bezier),
3858         (imp_render_open_image), (imp_render_get_image_size),
3859         (imp_render_scale_image), (imp_render_draw_image),
3860         (imp_render_close_image), (imp_render_markup),
3861         (imp_render_get_text_size), (imp_render_draw_text),
3862         (impress_document_load), (impress_document_save),
3863         (impress_document_get_n_pages), (impress_document_get_page_size),
3864         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3865         (impress_document_finalize), (impress_document_class_init),
3866         (impress_document_can_get_text), (impress_document_get_info),
3867         (impress_document_document_iface_init),
3868         (impress_document_thumbnails_get_thumbnail),
3869         (impress_document_thumbnails_get_dimensions),
3870         (impress_document_document_thumbnails_iface_init),
3871         (impress_document_init):
3872         * impress/impress-document.h:
3873         * impress/internal.h:
3874         * impress/r_back.c: (_imp_fill_back):
3875         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3876         (_imp_draw_image), (_imp_tile_image):
3877         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3878         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3879         (r_polyline):
3880         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3881         (r_draw_gradient_complex), (r_draw_gradient):
3882         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3883         (r_get_bullet):
3884         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3885         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3886         (r_text):
3887         * impress/render.c: (imp_create_context), (imp_context_set_page),
3888         (imp_context_set_step), (imp_render), (imp_delete_context):
3889         * impress/render.h:
3890         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3891         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3892         (zip_load_xml), (zip_get_size), (zip_load):
3893         * impress/zip.h:
3894         * shell/ev-utils.c:
3895         
3896         New backend to support impress slides. Fixes bug #30867.
3897
3898 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3899
3900         * shell/ev-utils.c: (using_postscript_printer):
3901         
3902         Fixes crash when print using PAPI backend,
3903         bug #345012.
3904
3905 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3906
3907         * shell/ev-jobs.c: (ev_job_xfer_run):
3908         * shell/ev-window.c: (password_dialog_response),
3909         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3910         (ev_window_dispose):
3911         Fixes bug #344160: if the xfer job doesn't complete
3912         because a password is required, reload the existing
3913         instance instead of creating a new one.
3914
3915 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * shell/main.c: (main): Call gdk_threads_init. Thus
3918         we'll avoid errors in auth dialog. Fix for the bug
3919         #343347.
3920
3921 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3922
3923         * configure.ac: Advertise pixbuf support, fix
3924         for the bug 343317.
3925
3926 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3929         (ev_sidebar_thumbnails_set_document):
3930         
3931         Update sidebar thumbnails after reloading.
3932
3933 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3936         * shell/ev-jobs.h:
3937         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3938         (ev_window_cmd_view_reload), (ev_window_init):
3939         
3940         Don't crash on reload. Fix for the bug #343167.
3941
3942 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3943
3944         * shell/ev-jobs.c: (ev_job_render_run):
3945         
3946         Check for document links.
3947
3948 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3949
3950         * backend/ev-attachment.c: (ev_attachment_save),
3951         (ev_attachment_launch_app), (ev_attachment_open):
3952         * backend/ev-document-factory.c: (get_document_from_uri):
3953         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3954         (egg_recent_view_uimanager_set_list):
3955         * ps/ps-document.c: (check_filecompressed), (document_load),
3956         (ps_document_load):
3957         * shell/ev-metadata-manager.c: (load_values):
3958         * shell/ev-password.c: (ev_password_dialog_set_property):
3959         * shell/ev-view.c: (tip_from_link):
3960         * shell/ev-window.c: (file_save_dialog_response_cb),
3961         (ev_window_print_dialog_response_cb):
3962         
3963         Use consistent quoting style. Fix for the bug #320285.
3964
3965 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * shell/ev-jobs.c: (ev_job_xfer_run):
3968         * shell/main.c: (load_files):
3969                 
3970         Open links with anchors. Fix for the bug #339836.
3971
3972 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3975         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3976         (ev_link_dest_set_property), (ev_link_dest_finalize),
3977         (ev_link_dest_class_init), (ev_link_dest_new_named),
3978         (ev_link_dest_new_page_label):
3979         * backend/ev-link-dest.h:
3980         * shell/ev-application.c: (ev_application_open_uri):
3981         * shell/ev-view.c: (goto_dest):
3982         * shell/ev-window.c:
3983         * shell/ev-window.h:
3984         
3985         Fix page-label command line option. Bug #342070.
3986
3987 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3988
3989         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3990         
3991         Don't show highlight rects if page can't be showed. Fix for 
3992         the bug #342076
3993
3994 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3995
3996         * shell/ev-window.c: (setup_sidebar_from_metadata),
3997         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3998         
3999         Setup sidebar from metadata even if there is no document
4000         loaded. Fix for the bug #342807.
4001
4002 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * cut-n-paste/toolbar-editor/Makefile.am:
4005         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4006         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4007         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4008         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4009         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4010         (popup_context_menu_cb), (button_press_event_cb),
4011         (configure_item_sensitivity), (configure_item_cursor),
4012         (configure_item_tooltip), (connect_widget_signals),
4013         (action_sensitive_cb), (create_item_from_action),
4014         (create_item_from_position), (toolbar_drag_data_received_cb),
4015         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4016         (toolbar_drag_leave_cb), (configure_drag_dest),
4017         (toggled_visibility_cb), (toolbar_visibility_refresh),
4018         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4019         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4020         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4021         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4022         (egg_editable_toolbar_dispose),
4023         (egg_editable_toolbar_set_ui_manager),
4024         (egg_editable_toolbar_get_selected),
4025         (egg_editable_toolbar_set_selected), (set_edit_mode),
4026         (egg_editable_toolbar_set_property),
4027         (egg_editable_toolbar_get_property),
4028         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4029         (egg_editable_toolbar_new_with_model),
4030         (egg_editable_toolbar_get_edit_mode),
4031         (egg_editable_toolbar_set_edit_mode),
4032         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4033         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4034         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4035         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4036         (item_added_or_removed_cb), (toolbar_removed_cb),
4037         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4038         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4039         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4040         (editor_create_item_from_name), (append_table),
4041         (update_editor_sheet), (egg_toolbar_editor_init):
4042         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4043         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4044         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4045         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4046         (toolbar_node_free), (egg_toolbars_model_get_flags),
4047         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4048         (egg_toolbars_model_get_name), (impl_add_item),
4049         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4050         (parse_data_list), (parse_item_list), (parse_toolbars),
4051         (egg_toolbars_model_load_toolbars), (parse_available_list),
4052         (parse_names), (egg_toolbars_model_load_names),
4053         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4054         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4055         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4056         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4057         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4058         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4059         (egg_toolbars_model_set_types), (fill_avail_array),
4060         (egg_toolbars_model_get_name_avail),
4061         (egg_toolbars_model_get_name_flags),
4062         (egg_toolbars_model_set_name_flags):
4063         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4064         * cut-n-paste/toolbar-editor/eggintl.h:
4065         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4066         (egg_tree_multi_drag_source_get_type),
4067         (egg_tree_multi_drag_source_row_draggable),
4068         (egg_tree_multi_drag_source_drag_data_delete),
4069         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4070         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4071         (path_list_free), (set_context_data), (get_context_data),
4072         (get_info), (egg_tree_multi_drag_drag_data_get),
4073         (egg_tree_multi_drag_motion_event),
4074         (egg_tree_multi_drag_button_press_event),
4075         (egg_tree_multi_drag_add_drag_support):
4076         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4077         * shell/ev-application.c: (ev_application_init),
4078         (ev_application_save_toolbars_model):
4079         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4080         (ev_window_cmd_edit_toolbar), (ev_window_init):
4081         
4082         Sync toolbareditor with epiphany and libegg
4083
4084 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * configure.ac: 
4087
4088         Depend on poppler 0.5.2
4089
4090 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * shell/ev-jobs.c: (ev_job_render_run):
4093         
4094         Check if document supports links iterface.
4095
4096 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4097
4098         * NEWS:
4099         * configure.ac:
4100         
4101         Update for release 0.5.3
4102
4103 2006-05-13  Michael Plump  <plumpy@skylab.org>
4104
4105         * configure.ac:
4106         * shell/Makefile.am:
4107         * shell/main.c: (main):
4108         
4109         Port to GOption command line parsing. Fix for the 
4110         bug #327518
4111
4112 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * shell/ev-window.c: (ev_window_cmd_help_about):
4115         
4116         Do not wrap license. Fix for the bug #309460.
4117
4118 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * configure.ac:
4121         * properties/ev-properties-main.c: (ev_properties_get_pages):
4122         * shell/ev-application.c: (ev_application_open_window),
4123         (ev_application_open_uri_at_dest):
4124         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4125         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4126         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4127         * shell/ev-utils.c: (save_print_config_to_file):
4128         * shell/ev-window.c: (ev_window_cmd_save_as),
4129         (ev_attachment_popup_cmd_save_attachment_as):
4130         * shell/main.c: (load_files_remote):
4131         
4132         Bump requirements to gtk 2.8 and drop all ifdefs used.
4133
4134 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4137         * shell/ev-window.c: (ev_window_init):
4138         
4139         Show attachments page.
4140
4141 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4142
4143         * po/POTFILES.in:
4144         * shell/ev-attachment-bar.c:
4145         * shell/ev-attachment-bar.h:
4146         * shell/ev-sidebar-attachments.c:
4147         (ev_sidebar_attachments_icon_cache_add),
4148         (icon_theme_get_pixbuf_from_mime_type),
4149         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4150         (ev_sidebar_attachments_icon_cache_refresh),
4151         (ev_sidebar_attachments_get_attachment_at_pos),
4152         (ev_sidebar_attachments_popup_menu_show),
4153         (ev_sidebar_attachments_popup_menu),
4154         (ev_sidebar_attachments_button_press),
4155         (ev_sidebar_attachments_update_icons),
4156         (ev_sidebar_attachments_drag_data_get),
4157         (ev_sidebar_attachments_get_property),
4158         (ev_sidebar_attachments_destroy),
4159         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4160         (ev_sidebar_attachments_new),
4161         (ev_sidebar_attachments_set_document),
4162         (ev_sidebar_attachments_support_document),
4163         (ev_sidebar_attachments_get_label),
4164         (ev_sidebar_attachments_page_iface_init):
4165         * shell/ev-sidebar-attachments.h:
4166         * shell/ev-window.c: (update_chrome_visibility),
4167         (setup_sidebar_from_metadata), (ev_window_setup_document),
4168         (ev_window_sidebar_current_page_changed_cb),
4169         (attachment_bar_menu_popup_cb), (ev_window_init):
4170         
4171         Move attachments bar to sidebar.
4172
4173 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * pdf/ev-poppler.cc:
4176         * shell/ev-application.[ch]:
4177         * shell/main.c:
4178
4179         Fix some memory leaks.
4180
4181 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4182
4183         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4184
4185         Change the properties dialog response to
4186         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4187         will make the dialog go away when the user presses
4188         enter. With gtk+ >= 2.9 this will happen anyway, but for
4189         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4190         escape by default. Fixes bug #340539. See also bug
4191         #101293 for the gtk+ part.
4192
4193 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4194
4195         * shell/ev-view.c (tip_from_action_named): Replace some strings
4196         that were wrong. Closes #340970.
4197
4198 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4201
4202         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4203         #341049
4204
4205 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * djvu/Makefile.am:
4208         * dvi/Makefile.am:
4209         * dvi/mdvi-lib/Makefile.am:
4210         * properties/Makefile.am:
4211         * ps/Makefile.am:
4212         * shell/Makefile.am:
4213         * thumbnailer/Makefile.am:
4214         
4215         Due to broken libtool that is unable to track dependencies
4216         of noinst libraries we are forced to explicitely point
4217         libraries for binary. Fix for the bug #333334.
4218
4219 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4220
4221         * data/evince.desktop.in.in:
4222         * shell/ev-view.c: (view_update_range_and_current_page),
4223         (ev_view_next_page), (ev_view_previous_page):
4224         * shell/ev-window.c: (update_chrome_visibility),
4225         (setup_sidebar_from_metadata), (ev_window_setup_document),
4226         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4227         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4228         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4229         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4230         (ev_window_stop_presentation), (ev_window_focus_in_event),
4231         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4232         (ev_window_init):
4233         * thumbnailer/Makefile.am:
4234         
4235         Update fullscreen and presentation timeout handling. Hide
4236         cursor in presentation after timeout. Fix for the bugs
4237         #136359 and #336981.
4238
4239 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * backend/ev-link-action.[ch]:
4242         * pdf/ev-poppler.cc: (ev_link_from_action):
4243         * shell/ev-view-private.h:
4244         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4245         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4246
4247         Add support for Named Action links
4248
4249 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * backend/Makefile.am:
4252         * backend/ev-document-links.[ch]:
4253         * backend/ev-document.[ch]:
4254         * backend/ev-link-action.[ch]:
4255         * backend/ev-link-dest.[ch]:
4256         * backend/ev-link.[ch]:
4257         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4258         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4259         * shell/ev-page-action.c: (build_new_tree_cb):
4260         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4261         (links_page_num_func), (update_page_callback):
4262         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4263         (tip_from_link):
4264         * shell/ev-jobs.c:
4265         * shell/ev-window.[ch]: (ev_window_open_uri),
4266         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4267         * shell/ev-application.[ch]: (ev_application_open_window),
4268         (ev_application_open_uri):
4269
4270         Rework links system, it adds support for remote links now and it makes
4271         easier to add new kinds of actions and destinations. Fixes bug #317292
4272
4273 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4274
4275         * data/Makefile.am:
4276         * data/evince.png:
4277         * data/evince-16.png:
4278         * data/evince-22.png:
4279         * data/evince.svg:
4280         * shell/main.c: (main):
4281         
4282         Evince use it's own icon. Fix for the bug #313392.
4283
4284         * shell/ev-window.c: (fullscreen_timeout_cb),
4285         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4286         (ev_window_cmd_help_about), (ev_window_dispose):
4287         
4288         Simplify fullscreen timeout code.
4289
4290 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * backend/ev-attachment.c: 
4293         * shell/ev-attachment-bar.c:
4294         * shell/ev-window.c:
4295
4296         Allow multiple selection of attachments
4297
4298 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * shell/ev-view.c: (view_update_range_and_current_page),
4301         (ev_view_scroll):
4302         
4303         Fix for the bug #312573 – Optimal selection of current 
4304         page among visible pages.
4305
4306 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4307
4308         * configure.ac:
4309         * djvu/Makefile.am:
4310         * djvu/djvu-text.h:
4311         
4312         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4313         for the bug 339868.
4314
4315 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4316
4317         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4318
4319 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4320
4321         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4322         dictated by the GNOME HIG. Fixes bug #339235.
4323
4324 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4325
4326         * data/evince-ui.xml:
4327         * shell/ev-view.c: (ev_view_can_find_previous):
4328         * shell/ev-view.h:
4329         * shell/ev-window.c: (ev_window_update_actions),
4330         (ev_window_cmd_edit_find_previous):
4331
4332         Add support for "Find Previous" as dictated by the GNOME HIG. A
4333         menu item is added and some glue code to make it all work is added
4334         to various files.
4335
4336 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4337
4338         * configure.ac: Award myself the "useless use of cat" award.
4339
4340 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4341
4342         * po/LINGUAS: New file listing all supported languages.
4343
4344         * configure.in: Use po/LINGUAS instead of including all languages
4345         directly in this file. See the wiki for more information:
4346         http://live.gnome.org/GnomeGoals/PoLinguas
4347
4348 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * backend/ev-document-factory.c:
4351
4352         Do not load the document twice when there isn't errors
4353
4354 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * backend/ev-attachment.c: 
4357
4358         Fix a crash when there isn't a default application to open an
4359         attachment
4360
4361 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * backend/ev-attachment.[ch]:
4364         * shell/ev-attachment-bar.[ch]:
4365
4366         Added missing files. 
4367
4368 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * backend/Makefile.am:
4371         * data/evince-ui.xml:
4372         * backend/ev-attachment.[ch]:
4373         * backend/ev-document.[ch]: (ev_document_has_attachments),
4374         (ev_document_get_attachments):
4375         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4376         (attachment_save_to_buffer), (pdf_document_get_attachments),
4377         (pdf_document_document_iface_init):
4378         * shell/Makefile.am:
4379         * shell/ev-attachment-bar.[ch]:
4380         * shell/ev-window.c:
4381
4382         Add support for PDF attachments. Fixes bug #325143
4383
4384 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4385
4386         * backend/ev-document-factory.c: (get_document_from_uri),
4387         (ev_document_factory_get_document):
4388         * backend/ev-document-factory.h:
4389         * properties/ev-properties-main.c: (ev_properties_get_pages):
4390         * shell/Makefile.am:
4391         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4392         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4393         (ev_job_queue_remove_job):
4394         * shell/ev-job-queue.h:
4395         * shell/ev-job-xfer.c:
4396         * shell/ev-job-xfer.h:
4397         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4398         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4399         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4400         (ev_job_xfer_run):
4401         * shell/ev-jobs.h:
4402         * shell/ev-window.c: (ev_window_is_empty),
4403         (password_dialog_response), (ev_window_clear_xfer_job),
4404         (ev_window_xfer_job_cb), (ev_window_open_uri),
4405         (ev_window_cmd_focus_page_selector),
4406         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4407         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4408         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4409         (ev_window_dispose):
4410         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4411         
4412         * Cleanup mime type detection on document load. Fix for the
4413         bug #336448.
4414
4415 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4418         
4419         Fix crash on exit, described in the bug #336825.
4420
4421 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4422
4423         * backend/ev-document-factory.c:
4424         (ev_document_factory_get_from_mime),
4425         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4426         (ev_document_factory_get_document),
4427         (file_filter_add_mime_list_and_free),
4428         (ev_document_factory_add_filters):
4429         * backend/ev-document-factory.h:
4430         * properties/ev-properties-main.c: (ev_properties_get_pages):
4431         * shell/Makefile.am:
4432         * shell/ev-application.c:
4433         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4434         * shell/ev-window.c: (ev_window_cmd_file_open),
4435         (ev_window_cmd_save_as):
4436         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4437         
4438         Rework factory functions so they are placed now in a single 
4439         file ev-document-factory.c
4440
4441 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4442
4443         * shell/ev-window.c: (update_chrome_visibility):
4444         
4445         Fix for the bug 166566 - don't show menubar in fullscreen
4446         mode.
4447
4448 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4449
4450         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4451
4452 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * shell/ev-view.c: (ev_view_expose_event):
4455         
4456         More correctly draw loading text when document
4457         is empty.
4458
4459 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/ev-view.c: (ev_view_scroll):
4462         
4463         Fix for the bug #334854, page down and page up switch
4464         pages in presentation mode.
4465
4466 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * shell/ev-window.c: (ev_window_set_action_sensitive),
4469         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4470         (ev_window_set_view_accels_sensitivity),
4471         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4472         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4473         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4474         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4475         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4476         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4477         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4478         (view_actions_focus_in_cb), (ev_window_init):
4479         
4480         Fix for the bug #333902, now it's possible to search
4481         words with slash.
4482
4483 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4484
4485         * configure.ac: Added Breton translation.
4486         * po/br.po: Added Breton translation.
4487
4488 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * shell/ev-window-title (ev_window_title_update):
4491
4492         Fix memory leak in window title. Fixes bug #333944
4493
4494 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4495
4496         * shell/ev-metadata-manager.c (parseItem):
4497
4498         Fix memory leaks. Fixes bug #333945
4499
4500 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4501         
4502         * NEWS, configure.ac, TODO:
4503         
4504         Update for release 0.5.2.
4505
4506 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * shell/ev-view.c: (view_update_range_and_current_page),
4509         (page_changed_cb):
4510         
4511         Don't jump on scrolling, fix for the bug #333127.
4512
4513 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4514
4515         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4516         
4517         Scroll by one page in presentation mode. Fix for the bug
4518         #332993.
4519
4520 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4521
4522         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4523
4524 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4525
4526         * configure.ac  Added lv in ALL_LINGUAS line.
4527
4528 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4529         
4530         * NEWS, configure.ac:
4531         
4532         Update for release 0.5.1
4533
4534 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4535
4536         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4537         * backend/ev-document-misc.h:
4538         * shell/ev-view.c: (draw_one_page):
4539         
4540          Clairfy what page the toolbar page number applies to. Fix
4541          for the bug #328102.
4542
4543 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4544
4545         * shell/ev-view-private.h:
4546         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4547         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4548         (ev_view_search_changed):
4549         * shell/ev-view.h:
4550         * shell/ev-window.c: (find_bar_search_changed_cb):
4551         
4552         Dont't jump to find result if window was scrolled during search.
4553         Fix for the bug #313266.
4554
4555 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4556
4557         * shell/eggfindbar.c: (egg_find_bar_class_init):
4558         * shell/eggfindbar.h:
4559         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4560         * shell/ev-view-private.h:
4561         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4562         (ev_view_class_init), (ev_sizing_mode_get_type),
4563         (ev_scroll_type_get_type):
4564         * shell/ev-view.h:
4565         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4566         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4567         (ev_window_init):
4568         
4569         Fix for the bug 319133 - Find entry should allow text scroll.
4570
4571 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4572
4573         * shell/ev-view-private.h:
4574         * shell/ev-view.c: (view_update_range_and_current_page),
4575         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4576         (ev_view_set_document), (update_find_status_message),
4577         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4578         (ev_view_find_previous):
4579         
4580         Fix for the bug #319137. Search now takes account for scrolling.
4581
4582 2006-02-19  Michael Hofmann <mh21@piware.de>
4583
4584         * configure.ac:
4585         * djvu/Makefile.am:
4586         * djvu/djvu-document-private.h:
4587         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4588         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4589         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4590         (djvu_document_can_get_text), (djvu_document_get_text),
4591         (djvu_document_document_iface_init),
4592         (djvu_document_thumbnails_get_thumbnail),
4593         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4594         (djvu_document_find_get_result),
4595         (djvu_document_find_page_has_results),
4596         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4597         (djvu_document_find_iface_init):
4598         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4599         (djvu_text_page_selection), (djvu_text_page_limits_process),
4600         (djvu_text_page_limits), (djvu_text_page_copy),
4601         (djvu_text_page_position), (djvu_text_page_union),
4602         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4603         (djvu_text_page_box), (djvu_text_page_append_text),
4604         (djvu_text_page_search), (djvu_text_page_prepare_search),
4605         (djvu_text_page_new), (djvu_text_page_free):
4606         * djvu/djvu-text-page.h:
4607         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4608         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4609         (djvu_text_n_results), (djvu_text_has_results),
4610         (djvu_text_get_result), (djvu_text_get_progress):
4611         * djvu/djvu-text.h:
4612         
4613         Text search in djvu. Fix for the bug #303415.
4614
4615 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4616
4617         * configure.ac:
4618         * shell/ev-window.c: (ev_window_cmd_save_as):
4619         
4620         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4621         Thanks to Gary Coady <gary@lyranthe.org>
4622
4623 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * shell/ev-print-job.c: (idle_print_handler):
4626         
4627         Inverse order printing, bug #320919.
4628
4629 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * data/evince-toolbar.xml:
4632         * shell/ev-window.c:
4633         
4634         Allow to add sidebar checkbutton on toolbar. Fix
4635         for the bug #144577.
4636
4637 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4638
4639         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4640         
4641         Add checks that have sense for empty ps document.
4642
4643 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4644
4645         * configure.ac: Include PS in mime types list. 
4646
4647 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4648
4649         * configure.ac:
4650         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4651         * ps/gsdefaults.h:
4652         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4653         
4654         Runtime check for gs interpreter. Fix for the bug #320868.
4655         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4656
4657 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * shell/ev-application.c: 
4660
4661         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4662         dbus>=0.60, so that the request is not queued. 
4663
4664 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * configure.ac:
4667         * shell/Makefile.am:
4668         * shell/ev-sidebar-links.c: (print_section_cb):
4669         * shell/ev-utils.c:
4670         * shell/ev-utils.h:
4671         * shell/ev-window.c: (update_action_sensitivity),
4672         (ev_window_close_dialogs), (ev_window_print):
4673         * shell/ev-window.h:
4674         
4675         Make printing support optional. Patch from Eduardo de Barros Lima
4676         <eduardo.lima@indt.org.br> for the bug #330546.
4677
4678 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * shell/ev-view-private.h:
4681         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4682         (ev_view_set_document):
4683         * shell/ev-view.h:
4684         * shell/ev-window.c: (ev_window_load_job_cb),
4685         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4686         (ev_window_init):
4687
4688         Draw Loading message during xfer job. Fix for the bug #329495.
4689
4690 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4691
4692         * comics/comics-document.c: (comics_regex_quote),
4693         (comics_document_load), (extract_argv):
4694         
4695         Correcly quote regexp before passing it to unzip.
4696
4697 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * shell/ev-page-cache.c: (build_height_to_page),
4700         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4701         (ev_page_cache_get_dual_even_left):
4702         * shell/ev-page-cache.h:
4703         * shell/ev-view.c: (view_update_range_and_current_page),
4704         (get_page_y_offset), (get_page_extents):
4705         
4706         Place even pages to the left if document has less then
4707         two pages. Fix for the bug #328856.
4708
4709 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4712         
4713         Correct comics scheme. This make evince create thumbnails
4714         for comic books. Fix for the bug 329088.
4715
4716 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4717
4718         * data/evince-password.glade: Don't explicitly set
4719         invisible_char to the current default value in case
4720         the default changes; let GTK+ do its magic.
4721
4722 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4725         real filename to tmp filename since often document
4726         type is determined by extension.
4727
4728 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4729
4730         * shell/ev-view.c: (add_scroll_binding_keypad),
4731         (ev_view_binding_activated), (ev_view_class_init):
4732         
4733         Add keybindings for percision-scrolling of display area. 
4734         Fix for the bug #314072.
4735
4736 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * data/evince.desktop.in.in:
4739         
4740         Add GTK to the list of categories. Fix for the bug #328034.
4741
4742 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4743
4744         * shell/ev-application.c: (ev_application_shutdown),
4745         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4746         * shell/ev-application.h:
4747         * shell/ev-window.c: (file_open_dialog_response_cb),
4748         (ev_window_cmd_file_open):
4749         
4750         Save last uri in file chooser dialog. Fix for the bug #327950.
4751
4752 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4753
4754         * NEWS:
4755         * README:
4756         
4757         Final update for release 0.5.0
4758         
4759         * shell/Makefile.am:
4760         
4761         Remove disable deprecated until we'll require libgnome-2.13.7
4762         and port to GOption argument parsing. See bug 327518.
4763
4764 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4765
4766         * comics/comics-document.c: (comics_document_save):
4767         * djvu/djvu-document.c: (djvu_document_save):
4768         * dvi/dvi-document.c: (dvi_document_save):
4769         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4770         * lib/ev-file-helpers.h:
4771         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4772         * tiff/tiff-document.c: (tiff_document_save):
4773         
4774         Use common save function for backends.
4775
4776 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4777
4778         * backend/ev-document-types.c:
4779         
4780         Fix crash on saving pixbuf.
4781
4782 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * cut-n-paste/recent-files/egg-recent-item.c:
4785         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4786         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4787         (parse_info_free), (valid_element), (start_element_handler),
4788         (end_element_handler), (text_handler), (egg_recent_model_filter),
4789         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4790         (egg_recent_model_monitor), (egg_recent_model_read),
4791         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4792         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4793         (egg_recent_model_set_property), (egg_recent_model_class_init),
4794         (egg_recent_model_init), (egg_recent_model_add_full),
4795         (egg_recent_model_delete), (egg_recent_model_get_list),
4796         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4797         (egg_recent_model_set_filter_mime_types),
4798         (egg_recent_model_clear_group_filter),
4799         (egg_recent_model_set_filter_groups),
4800         (egg_recent_model_clear_scheme_filter),
4801         (egg_recent_model_set_filter_uri_schemes),
4802         (egg_recent_model_remove_expired):
4803         * cut-n-paste/recent-files/egg-recent-util.c:
4804         (egg_recent_util_get_icon):
4805         * cut-n-paste/recent-files/egg-recent-util.h:
4806         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4807         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4808         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4809         (egg_recent_view_uimanager_set_property),
4810         (egg_recent_view_uimanager_get_property),
4811         (egg_recent_view_uimanager_class_init),
4812         (egg_recent_view_uimanager_init),
4813         (egg_recent_view_uimanager_set_label_width),
4814         (egg_recent_view_uimanager_get_label_width):
4815         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4816         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4817         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4818         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4819         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4820         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4821         
4822         Update from libegg.
4823
4824 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4825
4826         * shell/ev-page-cache.c: (build_height_to_page),
4827         (ev_page_cache_get_height_to_page):
4828         * shell/ev-page-cache.h:
4829         * shell/ev-view.c: (view_update_range_and_current_page),
4830         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4831         (ev_view_previous_page):
4832         
4833         Dual mode places even pages to the left. Fix for the bug #309393.
4834
4835         * shell/ev-view.h:
4836         * shell/ev-window.c: (update_action_sensitivity),
4837         (setup_view_from_metadata), (view_menu_popup_cb):
4838         
4839         Don't restore presentation in empty windows, more intelligent
4840         next page behaviour in dual mode.
4841
4842         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4843         (ev_pixbuf_cache_clear_job_sizes):
4844         
4845         Cleanup job callback on removal. Fix for the bug #325886.
4846
4847 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4848
4849         * ps/ps.c: (psscan):
4850         
4851         Commit workaround Mozilla problem. Fix for the bug #325919
4852         
4853         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4854         (save_item):
4855         
4856         Fix for year 2038 problem.
4857
4858 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * shell/ev-window.c: (setup_document_from_metadata),
4861         (ev_window_cmd_view_reload):
4862
4863         Clamp page recieved from metadata in valid values. Fix
4864         for the bug #325986.
4865
4866 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * MAINTAINERS: 
4869         Add MAINTAINERS as requested on desktop-devel-list.
4870
4871 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4872
4873         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4874         (mime_type_supported_by_gdk_pixbuf),
4875         (ev_document_factory_get_mime_types),
4876         (ev_document_factory_get_all_mime_types):
4877         
4878         Don't add pixbuf mime types if pixbuf backend is disabled.
4879         
4880         * shell/ev-application.c: (ev_application_get_uri_window):
4881         
4882         Fix for the bug 325815 - unhandled MIME type message doesn't 
4883         appear a second time. 
4884         
4885         * shell/ev-document-types.c: (ev_document_types_add_filters):
4886         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4887         (password_dialog_response), (ev_window_popup_password_dialog),
4888         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4889         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4890         (ev_window_run_presentation), (ev_window_stop_presentation),
4891         (save_sizing_mode), (ev_window_zoom_changed_cb),
4892         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4893         (ev_window_dual_mode_changed_cb),
4894         (ev_window_sidebar_current_page_changed_cb),
4895         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4896         (window_state_event_cb), (window_configure_event_cb):
4897         
4898         Cleanup additional uris holded by EvWindow.
4899
4900 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4901
4902         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4903         (ev_view_can_previous_page), (ev_view_can_next_page):
4904         * shell/ev-view.h:
4905         * shell/ev-window.c: (update_action_sensitivity):
4906         
4907         Two page scrolling with Space and PageUp in dual mode. Second fix 
4908         for the bug #316608.
4909
4910 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * shell/ev-view.c: (scroll_to_current_page):
4913         
4914         Correctly clamp adjustment value. Fix for the bug
4915         #325808.
4916
4917 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * shell/ev-sidebar-links.c: (print_section_cb):
4920         * shell/ev-window.c: (ev_window_get_uri),
4921         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4922         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4923         (ev_window_dispose):
4924         
4925         Make print dialog non-modal. Fix for the bug #325622.
4926
4927 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * shell/ev-metadata-manager.c:
4930         * shell/ev-utils.c: (using_pdf_printer),
4931         (using_postscript_printer), (load_print_config_from_file),
4932         (save_print_config_to_file):
4933         * shell/ev-utils.h:
4934         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4935         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4936         (setup_view_from_metadata), (ev_window_setup_document),
4937         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4938         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4939         (ev_window_run_presentation), (ev_window_stop_presentation),
4940         (save_sizing_mode), (ev_window_zoom_changed_cb),
4941         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4942         (ev_window_dual_mode_changed_cb),
4943         (ev_window_sidebar_current_page_changed_cb),
4944         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4945         (window_state_event_cb), (window_configure_event_cb),
4946         (ev_window_init):
4947         
4948         Setting saving behaviour fixes.
4949
4950 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * configure.ac:
4953         
4954         Make antialiasing gs options better and allow
4955         to change them during configure. Fix for the 
4956         bug #319049.
4957
4958 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * shell/ev-window.c: (setup_view_from_metadata):
4961         
4962         Remember if last window was maximized. Fix for the
4963         bug #323797.
4964
4965 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4966
4967         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4968
4969 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4972         * shell/ev-page-action.c: (build_new_tree_cb):
4973         * shell/ev-sidebar-links.c: (links_page_num_func),
4974         (update_page_callback_foreach), (update_page_callback):
4975         * shell/ev-view.c: (scroll_to_current_page):
4976         
4977         Fix for the bug #325067 with more intelligent selection
4978         of current link in sidebar. Make sidebar handle links
4979         of FITR-like type more correctly.
4980
4981         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4982         (dvi_pixbuf_put_pixel):
4983         
4984         Fix memory consumtion with disabled alpha channel.
4985
4986 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * data/evince-ui.xml:
4989         * shell/ev-window.c: (view_menu_popup_cb),
4990         (ev_popup_cmd_open_link), (ev_window_init):
4991         
4992         Update context menu for internal links. Fix for the bug
4993         #325066.
4994
4995 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4998         
4999         Bind context menu to keyboard also. Fix for the bug
5000         #325065.
5001
5002 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-view.c: (selection_scroll_timeout_cb):
5005         
5006         Horizontal scroll on selection also.
5007
5008 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/ev-metadata-manager.c: (parse_value):
5011         * shell/ev-view.c: (goto_xyz_link):
5012         
5013         Correct zoom setup and metadata save broken in 
5014         some locales.
5015
5016 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-view-private.h:
5019         * shell/ev-view.c: (scroll_to_current_page),
5020         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5021         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5022         (page_changed_cb), (ev_view_set_continuous),
5023         (ev_view_set_dual_page), (ev_view_set_presentation):
5024         
5025         Delay scroll until allocation to correctly position page. Fix
5026         for the bug #317334.
5027
5028 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * NEWS:
5031         * configure.ac:
5032         
5033         Update NEWS and require poppler 0.5.0.
5034
5035 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5036         
5037         * data/evince-ui.xml:
5038         * shell/ev-view-private.h:
5039         * shell/ev-view.c: (ev_view_get_link_at_location),
5040         (handle_link_over_xy), (ev_view_button_press_event),
5041         (ev_view_button_release_event), (ev_view_class_init):
5042         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5043         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5044         (ev_window_init):
5045         
5046         Implement right-click context menu.
5047
5048 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5051         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5052         (mdvi_pixbuf_device_render):
5053         * pdf/ev-poppler.cc:
5054
5055         Don't generate thumbnails with alpha. See bug #324077.
5056         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5057
5058 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5059
5060         * shell/ev-window.c: (setup_chrome_from_metadata):
5061         
5062         Fix typo that was hiding toolbar.
5063
5064 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5065
5066         * shell/ev-view-private.h:
5067         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5068         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5069         (ev_view_button_release_event), (ev_view_destroy):
5070         
5071         Small cleanup and autoscrolling during selection. Thanks to 
5072         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5073
5074 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5075
5076         * configure.ac:
5077         
5078         Correctly check for comics option.
5079
5080 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5081         * Makefile.am:
5082         * configure.ac:
5083         * backend/Makefile.am:
5084         * backend/ev-document-factory.c:
5085         * shell/ev-document-types.c:
5086
5087         Included option in configure to make ps backend 
5088         compilation optional with --disable-ps.
5089
5090 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * backend/ev-document-factory.c:
5093         * comics/Makefile.am:
5094         * comics/comics-document.c: (comics_document_load):
5095         * comics/ev-cbr-mime.xml:
5096         * configure.ac:
5097         
5098         Comics mime types are added to shared-mime-info CVS. Now
5099         we don't need to install our own mime types.
5100
5101 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * shell/ev-window.c:
5104         
5105         Add shortcut for "save a copy" menu entry. Fix for
5106         the bug #324582.
5107
5108 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5111         (job_finished_cb), (new_selection_pixbuf_needed),
5112         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5113         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5114         
5115         Rework selection job info logic and fix critical warning.
5116
5117 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5118
5119         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5120
5121 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5122
5123         * data/evince-ui.xml:
5124         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5125         
5126         Enter as shortcut key for next page. Fix for the bug
5127         #321394.
5128
5129 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5130
5131         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5132
5133 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5136         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5137         (new_selection_pixbuf_needed),
5138         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5139         (clear_job_selection):
5140         
5141         Too early for 0.5. Pixbuf cache code cleaned a bit.
5142
5143 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * NEWS:
5146         * configure.ac:
5147         
5148         Release 0.5.0 preparation
5149
5150 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * comics/Makefile.am:
5153         * configure.ac:
5154         * shell/ev-document-types.c: (ev_document_types_add_filters):
5155         
5156         More advanced handling of custom mime type installation.
5157
5158 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5159
5160         * data/evince.schemas.in:
5161         * shell/ev-metadata-manager.c: (value_free),
5162         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5163         (ev_metadata_manager_get), (ev_metadata_manager_set):
5164         * shell/ev-metadata-manager.h:
5165         * shell/ev-window.c: (update_chrome_flag),
5166         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5167         (setup_document_from_metadata), (setup_chrome_from_metadata),
5168         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5169         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5170         (ev_window_view_toolbar_cb),
5171         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5172         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5173         
5174         Save last document settings and reuse them for new documents.
5175
5176 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5177
5178         * Makefile.am:
5179         * backend/Makefile.am:
5180         * backend/ev-document-factory.c:
5181         * backend/ev-document-factory.h:
5182         * comics/Makefile.am:
5183         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5184         (comics_document_load), (comics_document_save),
5185         (comics_document_get_n_pages), (comics_document_get_page_size),
5186         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5187         (comics_document_class_init), (comics_document_can_get_text),
5188         (comics_document_get_info), (comics_document_document_iface_init),
5189         (comics_document_init), (get_supported_image_extensions),
5190         (comics_document_thumbnails_get_geometry),
5191         (comics_document_thumbnails_get_thumbnail),
5192         (comics_document_thumbnails_get_dimensions),
5193         (comics_document_document_thumbnails_iface_init), (extract_argv):
5194         * comics/comics-document.h:
5195         * comics/ev-cbr-mime.xml:
5196         * configure.ac:
5197         * po/POTFILES.in:
5198         * shell/ev-application.c: (ev_application_register_service):
5199         * shell/ev-document-types.c: (ev_document_types_add_filters):
5200         * thumbnailer/Makefile.am:
5201         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5202         
5203         New CBR/CBZ backend for comic books.
5204
5205 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * shell/main.c: (load_files_remote):
5208
5209         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5210         warning on startup of second instance is fixed. It
5211         is bug #320353.
5212
5213 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * shell/ev-window.c: (ev_window_finalize):
5216         
5217         Fix double free that cause crash.
5218
5219 2005-10-29  Bastien Nocera <hadess@hadess.net>
5220
5221         * tiff/tiff-document.c: (tiff_document_load):
5222         
5223         Fix memory leak.
5224
5225 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * po/POTFILES.in:
5228         * shell/Makefile.am:
5229         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5230         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5231         (ev_view_accessible_get_text),
5232         (ev_view_accessible_get_character_at_offset),
5233         (ev_view_accessible_get_text_before_offset),
5234         (ev_view_accessible_get_text_at_offset),
5235         (ev_view_accessible_get_text_after_offset),
5236         (ev_view_accessible_get_character_count),
5237         (ev_view_accessible_get_caret_offset),
5238         (ev_view_accessible_set_caret_offset),
5239         (ev_view_accessible_get_run_attributes),
5240         (ev_view_accessible_get_default_attributes),
5241         (ev_view_accessible_get_character_extents),
5242         (ev_view_accessible_get_offset_at_point),
5243         (ev_view_accessible_get_n_selections),
5244         (ev_view_accessible_get_selection),
5245         (ev_view_accessible_add_selection),
5246         (ev_view_accessible_remove_selection),
5247         (ev_view_accessible_set_selection),
5248         (ev_view_accessible_text_iface_init),
5249         (ev_view_accessible_idle_do_action),
5250         (ev_view_accessible_action_do_action),
5251         (ev_view_accessible_action_get_n_actions),
5252         (ev_view_accessible_action_get_description),
5253         (ev_view_accessible_action_get_name),
5254         (ev_view_accessible_action_set_description),
5255         (ev_view_accessible_action_iface_init),
5256         (ev_view_accessible_get_type), (ev_view_accessible_new),
5257         (ev_view_accessible_factory_get_accessible_type),
5258         (ev_view_accessible_factory_create_accessible),
5259         (ev_view_accessible_factory_class_init),
5260         (ev_view_accessible_factory_get_type):
5261         * shell/ev-view-accessible.h:
5262         * shell/ev-view-private.h:
5263         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5264         * shell/ev-view.h:
5265         
5266         Initial accessibility support.
5267
5268 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5269
5270         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5271
5272 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5273
5274         * shell/ev-print-job.c: (idle_print_handler):
5275         
5276         Fix for bug Bug 318916: Printing multiple pages.
5277
5278 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5279
5280         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5281
5282 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * pdf/ev-poppler.cc:
5285         
5286         Thumnail dimensions unified with other backends.
5287         
5288         * shell/ev-window-title.c: (ev_window_title_update):
5289         
5290         Fix warning.
5291
5292 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5293
5294         * data/ev-stock-zoom-fit-width.png:
5295         
5296         Remove unused file.
5297
5298 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * configure.ac:
5301         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5302         (djvu_document_finalize):
5303         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5304         (dvi_document_finalize):
5305         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5306         (pixbuf_document_save), (pixbuf_document_finalize):
5307         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5308         (tiff_document_finalize):
5309         
5310         Save a copy implemented for various backends.
5311
5312 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5313
5314         * configure.ac:
5315         
5316         Don't link with ltiff if tiff is disabled.
5317
5318 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * pdf/GDKSplashOutputDev.cc:
5321         * pdf/GDKSplashOutputDev.h:
5322         * pdf/Thumb.cc:
5323         * pdf/Thumb.h:
5324         * pdf/pdf-document.cc:
5325         * pdf/pdf-document.h:
5326         * pdf/test-gdk-output-dev.cc:
5327         
5328         Remove old unused files.
5329
5330 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * shell/ev-window.c: (ev_window_setup_document):
5333         
5334         Fixed warnings on reload and probably crash reason.
5335
5336 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5337
5338         * properties/ev-properties-view.c:
5339         (ev_properties_view_format_date):
5340         
5341         Check if date is invalid. Fix for bug 318134.
5342
5343 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5344
5345         * shell/ev-window-title.c:
5346         
5347         Add .indd files (Adobe Indesign) to the list of "bad
5348         extensions".
5349
5350 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * data/evince-ui.xml:
5353         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5354         
5355         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5356
5357 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5358
5359         * shell/ev-window.c: (launch_link), (launch_external_uri),
5360         (view_external_link_cb):
5361
5362         URL-escape link before passing it to gnome_vfs_url_show.
5363
5364 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5365
5366         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5367         there isn't text selected.
5368
5369 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5370
5371         * shell/ev-view.c: (handle_link_over_xy):
5372
5373         Check tooltip is valid utf8 before showing it
5374
5375 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5376
5377         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5378
5379 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5380
5381         * shell/ev-window-title.c: (ev_window_title_update):
5382
5383         Guard against using g_strstrip on NULL. Fixes bug #317291.
5384
5385 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5386
5387         * pdf/ev-poppler.cc:
5388
5389         Show title even for unknown links
5390
5391 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5392
5393         * shell/ev-window-title.c: (ev_window_title_update):
5394
5395         Strip the title string
5396
5397 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5398
5399         * shell/ev-window-title.c:
5400
5401         Add .rtf to the bad extensions list
5402
5403 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5404
5405         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5406         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5407
5408         Ignore link coordinates if they are outside page bounds
5409
5410 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5411
5412         * backend/ev-link.c: (ev_link_type_get_type),
5413         (ev_link_get_filename), (ev_link_get_params),
5414         (ev_link_get_property), (ev_link_set_property),
5415         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5416         * backend/ev-link.h:
5417         * pdf/ev-poppler.cc:
5418         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5419         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5420         (ev_window_init):
5421
5422         Implement launch links. Delegate external link opening to
5423         the window.
5424
5425 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5426
5427         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5428         (ev_link_get_right), (ev_link_get_property),
5429         (ev_link_set_property), (ev_link_class_init),
5430         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5431         * backend/ev-link.h:
5432         * pdf/ev-poppler.cc:
5433         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5434
5435         Implement fitr links
5436
5437 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5438
5439         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5440         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5441         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5442         (ev_view_size_request_continuous),
5443         (ev_view_size_request_dual_page),
5444         (ev_view_size_request_single_page), (ev_view_size_allocate),
5445         (ev_view_zoom_for_size_continuous_and_dual_page),
5446         (ev_view_zoom_for_size_continuous),
5447         (ev_view_zoom_for_size_dual_page),
5448         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5449         (ev_sizing_mode_get_type):
5450         * shell/ev-view.h:
5451         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5452
5453         Do not use modes for link, we need to calculate size ad hoc.
5454         Still not perfect because of the usual scrollbar issues grrr.
5455
5456 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5457
5458         * backend/ev-link.c: (ev_link_type_get_type),
5459         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5460         * backend/ev-link.h:
5461         * pdf/ev-poppler.cc:
5462         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5463         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5464         (ev_view_size_request_continuous),
5465         (ev_view_size_request_dual_page),
5466         (ev_view_size_request_single_page), (ev_view_size_allocate),
5467         (zoom_for_size_fit_height),
5468         (ev_view_zoom_for_size_continuous_and_dual_page),
5469         (ev_view_zoom_for_size_continuous),
5470         (ev_view_zoom_for_size_dual_page),
5471         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5472         (ev_sizing_mode_get_type):
5473         * shell/ev-view.h:
5474         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5475
5476         Implement FIT_HEIGHT mode (only for links).
5477         Implement FITH links
5478
5479 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5480
5481         * shell/ev-window-title.c: (get_filename_from_uri),
5482         (ev_window_title_sanitize_extension), (ev_window_title_update),
5483         (ev_window_title_set_document), (ev_window_title_set_uri),
5484         (ev_window_title_free):
5485         * shell/ev-window-title.h:
5486         * shell/ev-window.c: (ev_window_setup_document),
5487         (ev_window_popup_password_dialog):
5488
5489         Refactor window title building while fixing it for
5490         password documents.
5491
5492 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5493
5494         * pdf/ev-poppler.cc:
5495
5496         Escape link title before setting it in the model
5497
5498 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5499
5500         * shell/ev-application.c: (removed_from_session), (save_session),
5501         (init_session), (ev_application_get_empty_window),
5502         (ev_application_init), (ev_application_get_windows):
5503         * shell/ev-application.h:
5504         * shell/ev-window.c: (ev_window_finalize):
5505
5506         Add a function to retrieve window list and share it where
5507         necessary.
5508         Implement session handling, works pretty well thanks to the
5509         metadata system.
5510
5511 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * shell/ev-password.c: (ev_password_item_created_callback),
5514         (ev_password_dialog_save_password):
5515         
5516         Fix for bug 316972. Use async gnome-keyring API.
5517
5518 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5519
5520         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5521         Remove unused unrealize handler. Add scroll handling to
5522         ev_view_scroll_event for presentation mode (bug #316708),
5523         and fix the event state checks there.
5524
5525 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5526
5527         * shell/ev-page-action.c: (page_changed_cb):
5528
5529         "marco, maybe we should be crazy and jump right to 6! :)"
5530
5531         Bryan Clark, Sep 2005
5532
5533 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5534
5535         * ps/ps-document.c: (save_document), (ps_document_save),
5536         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5537         (ps_document_ps_export_end):
5538
5539         Fix unstructured documents save and print
5540
5541 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5542
5543         * shell/ev-application.c: (ev_application_open_uri):
5544
5545         Fix window size persistance
5546
5547 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5548
5549         * shell/ev-view.c: (ev_view_button_release_event):
5550
5551         Based on a patch from carlosgc@gnome.org. Mouse buttons
5552         switch pages in presentation mode.
5553
5554 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5555
5556         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5557
5558         Dont cast to int before scaling
5559
5560 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * backend/ev-link.c: (ev_link_type_get_type),
5563         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5564         (ev_link_new_page_fith):
5565         * backend/ev-link.h:
5566         * pdf/ev-poppler.cc:
5567         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5568
5569         Implement FIT and FITH links
5570
5571 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5572
5573         * pdf/ev-poppler.cc:
5574
5575         Return 0 results when search is not in progress.
5576
5577         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5578         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5579
5580         Update menu sensitivity when cancelling search
5581
5582 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5583
5584         * shell/ev-view.c: (ev_view_can_find_next):
5585
5586         Take all pages in consideration, not just current one
5587
5588 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5589
5590         * shell/ev-page-cache.c:
5591         * shell/ev-page-cache.h:
5592         * shell/ev-view.c: (ev_view_binding_activated),
5593         (ev_view_next_page), (ev_view_previous_page),
5594         (ev_sizing_mode_get_type):
5595         * shell/ev-view.h:
5596         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5597         (ev_window_cmd_go_next_page):
5598
5599         Move page next/previous functions from page chace to
5600         view and change it to move by 2 page steps in dual mode.
5601
5602 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5603
5604         * shell/ev-window.c: (update_sidebar_visibility),
5605         (setup_sidebar_from_metadata), (ev_window_setup_document),
5606         (setup_view_from_metadata):
5607
5608         Show the index by default when there is one     
5609
5610 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5611
5612         * shell/ev-window-title.c: (ev_window_title_set_document):
5613
5614         Missing null check
5615
5616 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-view.c: (view_update_range_and_current_page):
5619         
5620         Allow display of last odd page in dual view. Fix for 316347.
5621
5622 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5623
5624         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5625         
5626         Make close button default. Fix for 316383.
5627
5628 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5629
5630         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5631         
5632         Mark close button as default. Fix for 316381.
5633
5634 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5635
5636         * backend/ev-link.c: (ev_link_class_init):
5637
5638         Allow negative doubles in left/top properties
5639
5640 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5641
5642         * shell/ev-window.c:
5643
5644         Remove a bunch of strings that was used only
5645         by the statusbar.
5646
5647 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5648
5649         * shell/ev-window-title.c: (get_filename_from_uri),
5650         (ev_window_title_set_document):
5651
5652         When title has a confusing extension, show also
5653         the document filename inside ()
5654
5655 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5656
5657         * shell/Makefile.am:
5658         * shell/ev-window-title.c: (ev_window_title_new),
5659         (ev_window_title_update), (ev_window_title_set_type),
5660         (ev_window_title_set_document), (ev_window_title_free):
5661         * shell/ev-window-title.h:
5662         * shell/ev-window.c: (ev_window_setup_document),
5663         (password_dialog_response), (ev_window_popup_password_dialog),
5664         (ev_window_dispose), (ev_window_init):
5665
5666         Factor out and cleanup window title code
5667
5668 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5669
5670         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5671         (unable_to_load):
5672
5673         Make dialog transient so it doesnt block other windows
5674
5675 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * pdf/ev-poppler.cc:
5678         
5679         Fix pdf thumbnails rendering.
5680
5681 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5682
5683         * shell/ev-window.c: (fullscreen_set_timeout):
5684         
5685         Increase timeout to hide full screen popup. Bug 
5686         316123. 
5687
5688 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * data/evince.schemas.in:
5691         * shell/ev-window.c: (update_action_sensitivity):
5692
5693         Allow the user to override document restrictions. Fix for bug
5694         305818.
5695
5696 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5697
5698         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5699         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5700         (ev_window_class_init): Fix multihead behaviour of fullscreen
5701         toolbar popup. Fixes bug #315451.
5702
5703 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * configure.ac:
5706         * data/evince-password.glade:
5707         * shell/ev-password.c: (ev_password_dialog_set_property),
5708         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5709         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5710         (ev_password_dialog_entry_changed_cb),
5711         (ev_password_dialog_entry_activated_cb),
5712         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5713         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5714         (ev_password_dialog_set_bad_pass):
5715         * shell/ev-password.h:
5716         * shell/ev-window.c: (password_dialog_response),
5717         (ev_window_popup_password_dialog):
5718         
5719         Support for gnome-keyring for encrypted PDF's.
5720
5721 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5724         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5725         (ev_view_enter_notify_event), (ev_view_class_init):
5726         
5727         More precise handling of enter_notify/leave_notify events
5728         in EvView. Fix for bug 315470.
5729
5730 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5731
5732         * shell/ev-window.c: (fullscreen_timeout_cb),
5733         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5734         (ev_window_dispose):
5735
5736         leak fix: unref fullscreen_timeout_source before clearing it
5737
5738 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * configure.ac, dvi/mdvi/Makefile.am: 
5741         
5742         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5743
5744 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5745
5746         * backend/ev-link.c: (ev_link_new_page_xyz):
5747         * pdf/ev-poppler.cc:
5748         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5749
5750         Fix some bugs with xyz links, respect zoom
5751
5752 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5753
5754         * shell/ev-window.c: (page_changed_cb),
5755         (setup_document_from_metadata), (update_sidebar_visibility),
5756         (setup_view_from_metadata), (ev_window_run_fullscreen),
5757         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5758         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5759         (ev_window_dual_mode_changed_cb),
5760         (ev_window_sidebar_current_page_changed_cb):
5761
5762         null check uri before setting and getting metadata
5763
5764 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5765
5766         * dvi/Makefile.am:
5767         * properties/Makefile.am:
5768         * shell/Makefile.am:
5769         * thumbnailer/Makefile.am:
5770
5771         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5772
5773 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5774
5775         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5776         (selection_changed_callback):
5777         * shell/ev-sidebar-links.h:
5778
5779         Add a signal for link activation.
5780
5781         * shell/ev-view.c: (ev_view_goto_link),
5782         (ev_view_button_release_event):
5783         * shell/ev-view.h:
5784         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5785         (ev_window_init):
5786
5787         Implement the signal so that we can handle all link types.
5788
5789         * shell/ev-page-cache.c:
5790
5791         Remove unused set_link function
5792
5793 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5794
5795         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5796
5797         Add some space from the cursor, hardcoded but I couldnt
5798         find a better way.
5799
5800 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5801
5802         * lib/ev-tooltip.c:
5803
5804         Use mozilla style vs gtk style, way better for links.
5805
5806         * shell/ev-view.c: (ev_view_motion_notify_event),
5807         (ev_view_destroy), (ev_view_init):
5808
5809         Deactive tooltip when the link hovered is changed.
5810
5811 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5812
5813         * backend/ev-document.h:
5814         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5815         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5816         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5817         (ev_link_new_page), (ev_link_new_page_xyz):
5818         * backend/ev-link.h:
5819         * pdf/ev-poppler.cc:
5820         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5821         (go_to_link), (tip_from_link):
5822
5823         Implement xyz links, still not functional. Links are a total
5824         mess, will need to refactor and bugfix a lot :(
5825
5826 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5827
5828         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5829
5830 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5831
5832         * data/evince-ui.xml:
5833         * data/evince.schemas.in:
5834         * shell/Makefile.am:
5835         * shell/ev-window.c: (update_chrome_visibility),
5836         (password_dialog_response), (ev_window_load_job_cb),
5837         (ev_window_xfer_job_cb), (ev_window_open_uri),
5838         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5839         (ev_window_init):
5840
5841         Remove the statusbar. This regress loading feedback, need to
5842         check with Bryan what we want to do there...
5843
5844 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5845
5846         * lib/ev-tooltip.c: (ev_tooltip_init):
5847
5848         Fix tooltip border and size handling
5849
5850 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5851
5852         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5853         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5854         (ev_tooltip_timeout), (ev_tooltip_activate),
5855         (ev_tooltip_deactivate):
5856         * lib/ev-tooltip.h:
5857         * shell/ev-view.c: (ev_view_motion_notify_event):
5858
5859         Delay popup showing. Mirror gtk logic/times.
5860
5861 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5862
5863         * lib/Makefile.am:
5864         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5865         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5866         (ev_tooltip_set_text), (ev_tooltip_set_position):
5867         * lib/ev-tooltip.h:
5868
5869         Simple widget to show tooltips at a custom position
5870
5871         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5872         (ev_view_destroy):
5873
5874         Use it for links. First go, needs work
5875
5876 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5877
5878         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5879         HIG fixes.  Use title capitalization for window title. Use 12 
5880         pixels of space between the dialog's vbox and action area.
5881
5882 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5883
5884         * shell/ev-window.c: (file_open_dialog_response_cb),
5885         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5886         (ev_window_cmd_save_as):
5887
5888         Make file pickers not modal and refactor code some
5889
5890 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5891
5892         * shell/ev-sidebar.h:
5893         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5894         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5895         (ev_sidebar_class_init), (ev_sidebar_select_page),
5896         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5897         (ev_sidebar_set_page):
5898
5899         Add a current page property and allow to get/set it
5900
5901         * shell/ev-window.c: (setup_view_from_metadata),
5902         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5903
5904         Persist current sidebar page per document
5905
5906 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5907
5908         * data/evince.schemas.in:
5909         * shell/ev-window.c: (update_chrome_visibility),
5910         (setup_document_from_metadata), (update_sidebar_visibility),
5911         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5912         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5913         (ev_window_run_presentation), (ev_window_stop_presentation),
5914         (ev_window_view_sidebar_cb),
5915         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5916         (load_chrome), (ev_window_init):
5917
5918         Persist size/visibility of sidebar per document
5919
5920 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5921
5922         * shell/ev-view.c (draw_loading_text): Draw loading text.
5923
5924 2005-09-02  Dan Damian  <dand@gnome.ro>
5925
5926         * configure.in: Added "ro" to ALL_LINGUAS.
5927
5928 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5929
5930         * shell/ev-view.c: (clear_caches):
5931
5932         ev_page_cache_get doesnt return a reference,
5933         dont try to unref it.
5934
5935 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5936
5937         * shell/main.c: (load_files_remote):
5938
5939         Fix timestamp parameter with dbus <= 0.33
5940
5941 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5942
5943         * data/evince.schemas.in:
5944
5945         Add missing full stop
5946
5947 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5948
5949         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5950         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5951
5952         Plug some memory leaks
5953
5954 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5955
5956         * configure.ac:
5957         * lib/ev-debug.c: (trap_handler):
5958
5959         Check for execinfo.h and use it only if it exists.
5960         Ported from Epiphany (bug #314776).
5961
5962 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5963
5964         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5965
5966 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5967
5968         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5969         * po/id.po      : Added Indonesian translation
5970
5971 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5972
5973         * shell/main.c:
5974         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5975         * NEWS: Release 0.4.0
5976
5977 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5978
5979         * configure.ac: catch another gtk+-2.8ism
5980         * shell/main.c: Make work with gtk+-2.6
5981
5982 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5983
5984         * shell/ev-application-service.xml: Add 'timestamp' argument to
5985           ev_application_open_window and ev_application_open_uri methods.
5986
5987         * shell/ev-application.h: Add 'timestamp' argument to
5988           ev_application_open_window, ev_application_open_uri,
5989           and ev_application_open_uri_list functions.
5990
5991         * shell/ev-application.c (ev_application_open_window,
5992           ev_application_open_uri, ev_application_open_uri_list): Change
5993           functions that show/present windows to use a timestamp if one
5994           is passed in.
5995
5996         * shell/ev-window.c (ev_window_cmd_file_open,
5997           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5998         * shell/main.c (load_files): Modify calls to ev_application to
5999           include GDK_CURRENT_TIME as timestamp.
6000
6001         * shell/main.c (load_files_remote): Obtain timestamp for client
6002           instance from GDK and pass to server instance so new windows are
6003           focused properly.  Fix dbus_g_proxy_call() calls by including second
6004           G_TYPE_INVALID.
6005           
6006         Closes bug #314475.
6007
6008 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6009
6010         * shell/ev-window.c (ev_window_finalize): Check for
6011         avail. EvWindows when quiting to handle the finalize better,
6012         #314497
6013
6014 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015         
6016         * properties/ev-properties-view.c: 
6017         
6018         Set textdomain to libglade. Fixes translation problem in property page.
6019
6020 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6023         * dvi/Makefile.am:
6024         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6025         * dvi/mdvi-lib/Makefile.am:
6026         
6027         Fix rotation of thumbnails, ported to new API. Moved library
6028         dependencies earlier, probably it will fix linkage problem.
6029
6030 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6031
6032         * backend/ev-document-misc.c:
6033         (ev_document_misc_get_thumbnail_frame):
6034         * backend/ev-document-misc.h:
6035         * configure.ac:
6036         * pdf/ev-poppler.cc:
6037         * shell/Makefile.am:
6038         * shell/ev-sidebar-thumbnails.c: (add_range),
6039         (ev_sidebar_thumbnails_set_loading_icon),
6040         (ev_sidebar_thumbnails_refresh),
6041         (ev_sidebar_thumbnails_set_document):
6042         * shell/ev-sidebar-thumbnails.h:
6043         * shell/ev-view.c: (ev_view_motion_notify_event),
6044         (ev_view_set_property), (ev_view_get_property),
6045         (ev_view_class_init), (ev_view_set_rotation):
6046         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6047         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6048         (ev_window_init):
6049         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6050         Redo rotation (again).  prepare for 0.4.0
6051
6052 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6053
6054         * configure.ac: Bump poppler requirement to 0.4.1.
6055
6056         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6057         argument to poppler_page_render_selection() call.
6058
6059 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6062         (djvu_document_thumbnails_get_thumbnail):
6063         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6064         (dvi_document_thumbnails_get_thumbnail):
6065         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6066         (pixbuf_document_thumbnails_get_thumbnail):
6067         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6068         
6069         Update rotation direction of backends to fit with pdf and ps.
6070
6071 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6072
6073         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6074         * backend/ev-async-renderer.h:
6075         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6076         (setup_page), (ps_document_get_page_size),
6077         (ps_async_renderer_render_pixbuf):
6078         * ps/ps-document.h:
6079         * shell/ev-jobs.c: (ev_job_render_run):
6080
6081         Fix orientation in the postscript document
6082
6083 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6084
6085         * pdf/ev-poppler.cc:
6086         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6087         * shell/ev-view.c: (highlight_find_results):
6088
6089         Adapt to the new poppler rotation API. Fix text maps on landscape
6090         documents.
6091
6092 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6093
6094         * shell/ev-view.c (compute_new_selection_text): get the correct
6095         region when selecting in modes other than continuous.
6096
6097 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6098
6099         * shell/main.c (main): remove redundant g_warnings.
6100
6101 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * shell/Makefile.am: Don't include autogenerated
6104         file ev-application-service.h into distribution, since
6105         it causes dbus crash. Fix for bugs 313724 and 313443. 
6106
6107 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6108
6109         * configure.ac: Fix sed expression for FreeBSD. Thanks
6110         to Joe Marcus Clark <marcus@freebsd.org>
6111         
6112         * shell/eggfindbar.c: (entry_activate_callback),
6113         (entry_changed_callback), (egg_find_bar_init),
6114         (egg_find_bar_set_search_string):
6115         
6116         Made findbar buttons unsensitive if there is no text in
6117         entry. Fix for the bug 313285.
6118
6119 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6120
6121         * ps/ps-document.c: Use g_filename_display_name for displaying
6122         filenames and revert string freeze breackage
6123
6124 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6125
6126         * NEWS:
6127         * configure.ac:
6128
6129         Update for 0.3.4
6130
6131         * shell/Makefile.am:
6132
6133         Add ev-application-service.xml to extra dist
6134
6135         * shell/ev-view.c: (find_page_at_location):
6136
6137         Remove unused function (fix warning)
6138
6139 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6142         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6143         
6144         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6145         bug 313623.
6146
6147 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6150         * shell/ev-window.c:
6151         Fix build warnings
6152
6153 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * configure.ac: Update script to get dbus version.
6156         Fix for the bug #313443.
6157
6158 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * shell/ev-window.c: (ev_window_cmd_escape):
6161         
6162         Return focus back to view on escape. Fix for bug 313295.
6163
6164 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6165
6166         * shell/ev-window.c: (update_window_title),
6167         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6168         (ev_window_cmd_save_as):
6169         
6170         Correct conversion from uri to displayable string. Fix for
6171         bug 313296.
6172
6173 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6174
6175         * ps/ps-document.c: convert filename to utf8 when there is an error
6176         loading document. Fixes #309915
6177
6178 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6179
6180         * configure.ac:
6181
6182         We depend on poppler 0.4.0
6183
6184 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6185
6186         * configure.ac:
6187         * NEWS: Release 0.3.3.
6188         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6189
6190 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6191
6192         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6193         add a couple missing mnemonics to menu items, use title 
6194         capitalization for menu items and window titles, and add 
6195         ellipsis to open menu item.     
6196
6197 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6198
6199         * pdf/ev-poppler.cc:
6200         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6201         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6202         (ev_view_get_rotation):
6203         * shell/ev-view.h:
6204         * shell/ev-window.c: (setup_view_from_metadata),
6205         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6206         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6207         disk.
6208
6209 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6210
6211         * configure.ac: Added tr to ALL_LINGUAS
6212
6213 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6214
6215         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6216         requires several clicks to find word. Thanks to 
6217         Colin Slater <kiltedtaco@gmail.com>.
6218
6219 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6220
6221         * data/evince.desktop.in.in: Hide menu entry and
6222         rename it to "Document Viewer". Fix for bug 
6223         #312399.
6224
6225 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6226
6227         * shell/ev-page-action.c (ev_page_action_class_init): 
6228
6229         Point to the correct function in constructor of the
6230         activate_label signal
6231
6232 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6233
6234         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6235         * shell/ev-jobs.h: Make thread safe.
6236
6237 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6238
6239         * shell/ev-view.c: (view_update_range_and_current_page):
6240         Don't update page range if we are scrolling to some document
6241         point.
6242
6243 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6244
6245         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6246         when getting max_page_width, fix drawing in dual mode.
6247
6248 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6249
6250         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6251         getting the area for select_all.
6252
6253 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6254
6255         * backend/ev-selection.c: (ev_selection_render_selection):
6256         * backend/ev-selection.h:
6257         * pdf/ev-poppler.cc:
6258         * shell/ev-jobs.c: (ev_job_render_new):
6259         * shell/ev-jobs.h:
6260         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6261         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6262         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6263         (ev_view_class_init):
6264
6265         Change selection color on focus in and focus out events.  Also,
6266         poppler now uses GdkColor for specifying the selection colors, so
6267         drop some awkward conversion code.
6268
6269 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6270
6271         * configure.ac: Added Hebrew translation
6272
6273 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6274
6275         * NOTES:
6276         * backend/ev-selection.c: (ev_selection_render_selection):
6277         * backend/ev-selection.h:
6278         * pdf/ev-poppler.cc:
6279         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6280         (ev_job_render_run):
6281         * shell/ev-jobs.h:
6282         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6283         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6284         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6285         (ev_pixbuf_cache_style_changed),
6286         (ev_pixbuf_cache_get_selection_pixbuf),
6287         (ev_pixbuf_cache_set_selection_list),
6288         (ev_pixbuf_cache_get_selection_list):
6289         * shell/ev-pixbuf-cache.h:
6290         * shell/ev-utils.c: (ev_print_region_contents):
6291         * shell/ev-utils.h:
6292         * shell/ev-view.c: (ev_view_queue_draw_page),
6293         (selection_update_idle_cb), (ev_view_motion_notify_event),
6294         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6295         (setup_caches), (ev_view_find_next), (merge_selection_region),
6296         (selection_free):
6297         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6298
6299         Clean up selection to be much smoother!
6300
6301 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6302
6303         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6304         to poppler_page_render_selection().
6305
6306 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * ps/ps-document.c: (save_page_list): Use
6309         unzipped document when printing. Thanks to 
6310         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6311         311016.
6312
6313 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-window.c: (update_action_sensitivity):
6316         
6317         Disable print and save respect to lockdown gconf keys. Fix
6318         for 312342.
6319
6320 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * configure.ac:
6323         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6324         (write_to_temp_file), (ev_file_set_contents):
6325         * shell/ev-utils.h:
6326         * shell/ev-window.c: (save_print_config_to_file):
6327         
6328         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6329         Fix for bug 312238
6330
6331 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6332
6333         * shell/ev-window.c: (load_print_config_from_file),
6334         (save_print_config_to_file), (ev_window_print_range):
6335
6336         Persist the print settings. Fixes bug #311578.
6337
6338 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * djvu/djvu-document.c: (djvu_document_get_page_size),
6341         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6342         (djvu_document_thumbnails_get_thumbnail):
6343         * dvi/dvi-document.c: (dvi_document_get_page_size),
6344         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6345         (dvi_document_thumbnails_get_dimensions),
6346         (dvi_document_thumbnails_get_thumbnail):
6347         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6348         (pixbuf_document_render_pixbuf),
6349         (pixbuf_document_document_iface_init),
6350         (pixbuf_document_thumbnails_get_thumbnail):
6351         
6352         Update backends to make them build with new rotation system.
6353
6354 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6355
6356         * help/C/figures/evince_start_window.png:
6357         
6358         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6359
6360 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6361
6362         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6363         * shell/ev-pixbuf-cache.h:
6364         * shell/ev-sidebar-thumbnails.c:
6365         (ev_sidebar_thumbnails_get_property), (add_range),
6366         (adjustment_changed_cb):
6367         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6368         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6369         we were thumbnailing the entire docment on startup, slowing us
6370         down hugely. 
6371
6372 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6373
6374         * shell/ev-page-cache.c: (ev_page_cache_new):
6375         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6376         == 0, fixes #310306.
6377
6378 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6381         (ev_view_rotate_left):
6382
6383         Account rotation in doc_rect_to_view_rect.
6384         Ensure rotation doesnt go out of bounds.
6385
6386 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6387
6388         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6389
6390         Correct and cleanup w/h swapping
6391
6392 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6393
6394         * backend/ev-document-thumbnails.c:
6395         (ev_document_thumbnails_get_thumbnail):
6396         * backend/ev-document-thumbnails.h:
6397         * backend/ev-document.c:
6398         * backend/ev-document.h:
6399         * backend/ev-render-context.c: (ev_render_context_new),
6400         (ev_render_context_set_rotation):
6401         * backend/ev-render-context.h:
6402         * pdf/ev-poppler.cc:
6403         * ps/ps-document.c: (ps_document_document_iface_init):
6404         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6405         * shell/ev-jobs.h:
6406         * shell/ev-page-cache.c: (build_height_to_page),
6407         (ev_page_cache_new), (ev_page_cache_get_size),
6408         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6409         (ev_page_cache_get_height_to_page):
6410         * shell/ev-page-cache.h:
6411         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6412         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6413         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6414         (ev_pixbuf_cache_get_selection_pixbuf):
6415         * shell/ev-pixbuf-cache.h:
6416         * shell/ev-print-job.c: (idle_print_handler):
6417         * shell/ev-sidebar-thumbnails.c: (add_range):
6418         * shell/ev-view.c: (view_update_range_and_current_page),
6419         (get_page_y_offset), (get_page_extents),
6420         (ev_view_size_request_continuous_dual_page),
6421         (ev_view_size_request_continuous),
6422         (ev_view_size_request_dual_page),
6423         (ev_view_size_request_single_page), (draw_one_page),
6424         (ev_view_set_rotation), (ev_view_rotate_right),
6425         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6426         (ev_view_zoom_for_size_continuous_and_dual_page),
6427         (ev_view_zoom_for_size_continuous),
6428         (ev_view_zoom_for_size_dual_page),
6429         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6430         (ev_view_select_all):
6431         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6432         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6433         (tiff_document_document_iface_init),
6434         (tiff_document_thumbnails_get_thumbnail):
6435
6436         Use rotation rather than orientation. It's easier and enough
6437         for our needs.
6438
6439 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6440
6441         * shell/ev-page-cache.c: (build_height_to_page),
6442         (ev_page_cache_new), (ev_page_cache_get_size),
6443         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6444         (ev_page_cache_get_height_to_page):
6445         * shell/ev-page-cache.h:
6446         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6447         (ev_view_size_request_continuous_dual_page),
6448         (ev_view_size_request_continuous),
6449         (ev_view_zoom_for_size_continuous_and_dual_page),
6450         (ev_view_zoom_for_size_continuous):
6451
6452         Make the page cache aware of page orientation.
6453
6454 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6455
6456         * backend/ev-document-thumbnails.c:
6457         (ev_document_thumbnails_get_thumbnail):
6458         * backend/ev-document-thumbnails.h:
6459         * backend/ev-document.c:
6460         * backend/ev-document.h:
6461         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6462         * backend/ev-ps-exporter.h:
6463         * pdf/ev-poppler.cc:
6464         * ps/ps-document.c: (ps_document_document_iface_init),
6465         (ps_document_ps_export_do_page):
6466         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6467         * shell/ev-jobs.h:
6468         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6469         (ev_page_cache_get):
6470         * shell/ev-page-cache.h:
6471         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6472         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6473         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6474         * shell/ev-pixbuf-cache.h:
6475         * shell/ev-print-job.c: (idle_print_handler):
6476         * shell/ev-sidebar-thumbnails.c: (add_range):
6477         * shell/ev-view.c: (view_update_range_and_current_page),
6478         (get_page_extents), (ev_view_size_request_dual_page),
6479         (ev_view_size_request_single_page), (draw_one_page),
6480         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6481         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6482         (ev_view_zoom_for_size_dual_page),
6483         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6484         (ev_view_select_all):
6485         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6486         * tiff/tiff-document.c: (tiff_document_get_page_size),
6487         (tiff_document_get_orientation), (rotate_pixbuf),
6488         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6489         (tiff_document_thumbnails_get_thumbnail),
6490         (tiff_document_ps_export_do_page), (tiff_document_init):
6491
6492         Really make use of the orientation bit of the render context.
6493         Use the render context in a few more places in the backend API.
6494         This regress orientation, but now it's done right. Will try to
6495         fix it up asap...
6496
6497 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6498
6499         * shell/ev-view.c: (ensure_rectangle_is_visible):
6500
6501         Patch by Nickolay V. Shmyrev to fix find flickering
6502
6503 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6504
6505         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6506         duplex parameters to ::begin.
6507
6508         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6509         * shell/ev-print-job.c (idle_print_handler): 
6510         * ps/ps-document.c (ps_document_ps_export_begin): 
6511         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6512         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6513         implementations. Poppler backend needs poppler cvs. Rest has
6514         unchanged behavior.
6515
6516 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6517
6518         * shell/ev-window.c (using_pdf_printer): new function.
6519         (ev_window_print_range): print a less techy message if someone
6520         tries to print to PDF.
6521
6522 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6523
6524         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6525         from "unknown font" string. Bug #311431
6526
6527 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6528
6529         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6530
6531 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6532
6533         Bug #311280
6534         
6535         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6536         name for PopplerFontTypes
6537         (pdf_document_fonts_fill_model): add font type to the detail column
6538
6539         * backend/ev-document-fonts.h: added
6540         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6541
6542         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6543         font name and font details, add a little markup.
6544         (ev_properties_fonts_init): use the new cell data func, specify ypad
6545         property for the cell renderer.
6546         (ev_properties_fonts_set_document): add the details column.
6547
6548 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6549
6550         * configure.ac: Added "pl" to ALL_LINGUAS.
6551
6552 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6553
6554         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6555
6556 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6557
6558         * help/ChangeLog: Started this for translations of manual.
6559         * configure.ac, autogen.sh, .cvsignore: Migrated to
6560         gnome-doc-utils. Patch in bug #311222.
6561
6562 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6563
6564         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6565         #ifdef this away to fix an unused-function warning.
6566
6567 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6568
6569         * configure.ac: Added 'gl' to ALL_LINGUAS.
6570
6571 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6572
6573         * configure.ac: Added ne in ALL_LINGUAS
6574         
6575 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * shell/ev-view.c: (ev_view_leave_notify_event):
6578         
6579         Clear status message when pointer leaves view. Fix for bug
6580         #310818 
6581
6582 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6583
6584         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6585
6586 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6587
6588         * shell/ev-view.c: (ev_view_leave_notify_event),
6589         (ev_view_class_init):
6590         
6591         Set cursor to normal then leaving view.
6592
6593 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * configure.ac:
6596         
6597         Fix required djvulibre version.
6598
6599 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6600
6601         *configure.ac: Hindi (hi) language added
6602
6603 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6604
6605         *configure.ac: Punjabi (pa) Language added
6606
6607 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6608
6609         * data/evince-ui.xml, shell/ev-window.c:
6610         
6611         Add keypad accelerators for zooming. Fix for bug 308128.
6612
6613 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6614
6615         * Makefile.am:
6616         * backend/Makefile.am:
6617         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6618         * configure.ac:
6619         * shell/ev-document-types.c: (ev_document_types_add_filters):
6620
6621         Allow to enable/disable the pixbuf backend.
6622         Default to off for now. If we want it enabled we should
6623         really put mime types in the desktop, implement properties etc.
6624
6625         * properties/evince-properties.c:
6626
6627         Initialize error to NULL.
6628         Check error is not NULL before freeing.
6629
6630 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6631
6632         * shell/ev-window.c:
6633
6634         Use F5 as presentation accell
6635
6636 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6637
6638         * shell/ev-window.c: (update_chrome_visibility),
6639         (ev_window_create_fullscreen_popup), (ev_window_init):
6640
6641         Do not leak the fullscreen toolbar
6642
6643 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6644
6645         * shell/ev-window.c: (view_actions_focus_in_cb),
6646         (view_actions_focus_out_cb):
6647
6648         These has a return value! Fix totally random focus
6649         issues we was seeing.
6650
6651 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6652
6653         * shell/main.c: (load_files_remote):
6654
6655         Allow open more than one file
6656
6657 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6658
6659         * shell/main.c: (load_files_remote):
6660
6661         Fix for dbus 0.33. bug #309975
6662
6663 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6664
6665         * properties/ev-properties-main.c: (ev_properties_get_pages):
6666
6667         Actually return NULL for types we dont support
6668
6669 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6670
6671         * po/POTFILES.in:
6672
6673         Remove empty lines.
6674
6675 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6676
6677         * backend/ev-document-factory.c:
6678         (ev_document_factory_get_document):
6679
6680         Do not try to create the object if type
6681         is invalid.
6682
6683 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6684
6685         * ps/ps-document.c: (ps_document_dispose),
6686         (ps_async_renderer_render_pixbuf):
6687         * ps/ps-document.h:
6688
6689         Do not leak the target window
6690
6691 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6692
6693         * shell/ev-application.c: (ev_application_init):
6694
6695         Let tbe check file existence for us.
6696         Add a comment about eggrecent mime filter.
6697
6698 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6699
6700         * data/evince-ui.xml:
6701         * shell/ev-application.c: (ev_application_shutdown),
6702         (ev_application_init), (ev_application_get_toolbars_model),
6703         (ev_application_get_recent_model),
6704         (ev_application_save_toolbars_model):
6705         * shell/ev-application.h:
6706         * shell/ev-window.c: (ev_window_add_recent),
6707         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6708         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6709         (ev_window_init):
6710
6711         Use common toolbar and recent models for all windows.
6712         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6715
6716         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6717         successfully check for gtk_icon_view_get_visible_range.
6718
6719 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * djvu/Makefile.am:
6722         * dvi/Makefile.am:
6723         
6724         Fix djvu and dvi backend build.
6725
6726 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6727
6728         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6729         (new_separator_pixbuf):
6730
6731         Don't leak windows.
6732
6733 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6734
6735         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6736
6737         HIGification of toolbar editor dialogue.
6738
6739 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6740
6741         * configure.ac:
6742         * shell/Makefile.am:
6743
6744         Ever build metadata manager since it's just
6745         disabled at runtime now.
6746
6747 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6748
6749         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6750         (ev_metadata_manager_get), (ev_metadata_manager_set):
6751         * shell/ev-metadata-manager.h:
6752
6753         Add an _init functions that enabled metadata management
6754         at runtime.
6755
6756         * shell/ev-window.c: (page_changed_cb),
6757         (setup_document_from_metadata), (ev_window_setup_document),
6758         (setup_view_from_metadata), (ev_window_open_uri),
6759         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6760         (ev_window_run_presentation), (ev_window_stop_presentation),
6761         (save_sizing_mode), (ev_window_zoom_changed_cb),
6762         (ev_window_continuous_changed_cb),
6763         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6764         (window_configure_event_cb):
6765
6766         Remove all ugly metadata define since we deal with it
6767         at runtime now.
6768
6769         * shell/main.c: (load_files_remote), (main):
6770
6771         Add support for dbus cvs head. Hopefully didnt break one
6772         of the other versions now!
6773
6774         If we dont get a response from the dbus server just
6775         give up with it and not enable metadata.
6776
6777 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6778
6779         * Makefile.am:
6780         * backend/Makefile.am:
6781         * configure.ac:
6782         * cut-n-paste/recent-files/Makefile.am:
6783         * cut-n-paste/toolbar-editor/Makefile.am:
6784         * cut-n-paste/zoom-control/Makefile.am:
6785         * lib/Makefile.am:
6786         * pdf/Makefile.am:
6787         * pixbuf/Makefile.am:
6788         * properties/Makefile.am:
6789         * ps/Makefile.am:
6790         * shell/Makefile.am:
6791         * thumbnailer/Makefile.am:
6792         * tiff/Makefile.am:
6793
6794         Make frontends depend on just libev.
6795         Rework and group CFLAGS/LIBS definitions.
6796         Cleanups.
6797
6798 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6799
6800         * shell/ev-window:
6801
6802         do not unnecessarily save zoom
6803
6804         * configure.ac:
6805         * lib/ev-file-helpers.c: (ev_dot_dir):
6806         * shell/Makefile.am:
6807         * shell/dummy.cc:
6808
6809         Some cleanups
6810
6811 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6812
6813         * configure.ac:
6814         
6815         Remove unnecessary dependencies
6816
6817 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * properties/Makefile.am:
6820         * thumbnailer/Makefile.am:
6821         * tiff/Makefile.am:
6822
6823         Some more cleanups. Was really necessary
6824         but I probably introduced bugs, feel free
6825         to flame :)
6826
6827 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6828
6829         * backend/Makefile.am:
6830         * configure.ac:
6831         * cut-n-paste/recent-files/Makefile.am:
6832         * cut-n-paste/toolbar-editor/Makefile.am:
6833         * cut-n-paste/zoom-control/Makefile.am:
6834         * lib/Makefile.am:
6835         * pdf/Makefile.am:
6836         * pixbuf/Makefile.am:
6837         * properties/Makefile.am:
6838         * ps/Makefile.am:
6839         * shell/Makefile.am:
6840         * thumbnailer/Makefile.am:
6841         * tiff/Makefile.am:
6842
6843         Use gnome-common macros when possible.
6844         Cleanup dependencies.
6845         Actually disable deprecated where possible.
6846
6847 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * Makefile.am:
6850         * backend/Makefile.am:
6851         * properties/Makefile.am:
6852         * shell/Makefile.am:
6853         * thumbnailer/Makefile.am:
6854
6855         This should solve the circular dep without
6856         requiring dir reorg!
6857
6858         * shell/ev-window.c: (setup_view_from_metadata):
6859
6860         Never restore window size/position when the
6861         window is already visible.
6862
6863 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6864
6865         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6866
6867         Return a boolean from timeout func. Fix ported from gedit.
6868
6869 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6870
6871         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6872
6873 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6874
6875         * shell/ev-document-types.c: set "All Documents" as default filter in
6876         open dialog
6877
6878 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6879
6880         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6881         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6882         (ev_metadata_manager_set_boolean): fix value/val thinko.
6883
6884 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6885
6886         * shell/ev-window.c: (setup_view_from_metadata),
6887         (window_state_event_cb), (window_configure_event_cb),
6888         (ev_window_init):
6889
6890         Remember window position and maximized state
6891
6892 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6893
6894         * configure.ac:
6895
6896         Fix DBUS configure checks.
6897
6898         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6899         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6900         (ev_metadata_manager_set_boolean):
6901
6902         Plug mem leaks.
6903
6904         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6905         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6906         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6907         (ev_window_continuous_changed_cb),
6908         (ev_window_dual_mode_changed_cb), (ev_window_new):
6909
6910         Fix the build without DBUS.
6911
6912 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6913
6914         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6915         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6916         (ev_metadata_manager_set_string),
6917         (ev_metadata_manager_set_boolean):
6918         * shell/ev-metadata-manager.h:
6919
6920         Add support for some more types
6921
6922         * shell/ev-view.c: (scroll_to_current_page),
6923         (ev_view_get_continuous), (ev_view_set_continuous),
6924         (ev_view_get_dual_page):
6925         * shell/ev-view.h:
6926         * shell/ev-window.c: (page_changed_cb),
6927         (setup_document_from_metadata), (ev_window_setup_document),
6928         (setup_view_from_metadata), (ev_window_open_uri),
6929         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6930         (ev_window_run_presentation), (ev_window_stop_presentation),
6931         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6932         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6933         (ev_window_update_dual_page_action),
6934         (ev_window_continuous_changed_cb),
6935         (ev_window_dual_mode_changed_cb), (ev_window_init):
6936
6937         Remember a bunch of view/document properties. Prolly some
6938         are still missing but it's getting interesting.
6939
6940 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6941
6942         * configure.ac: check if dbus-binding-tool is installed. Not the
6943         case on current Ubuntu breezy, it seems.
6944
6945 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6946
6947         * data/evince.desktop.in.in:
6948         
6949         Allow open uri lists and add TryExec field.
6950
6951 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6952
6953         * configure.ac:
6954
6955         Enable dbus when available, do not require a configure
6956         option.
6957
6958 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6959
6960         * configure.ac:
6961
6962         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6963         disabled.
6964
6965 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6966         Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6969         
6970         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6971         functions to the format required by dbus
6972
6973         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6974         errors. Use the RPC parameters in the expected way
6975
6976 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6977
6978         * Makefile.am:
6979         * properties/Makefile.am:
6980         * properties/ev-properties-main.c: (ev_properties_get_pages):
6981
6982         Support all mime types
6983
6984         * shell/Makefile.am:
6985         * thumbnailer/Makefile.am:
6986         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6987         (evince_thumbnail_pngenc_get):
6988
6989         Use the document factory
6990
6991 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6992
6993         * backend/Makefile.am:
6994         * backend/ev-document-factory.c:
6995         (mime_type_supported_by_gdk_pixbuf),
6996         (ev_document_type_get_from_mime),
6997         (ev_document_factory_get_document),
6998         (ev_document_factory_get_backend),
6999         (ev_document_factory_get_mime_types),
7000         (ev_document_factory_get_all_mime_types):
7001         * backend/ev-document-factory.h:
7002         * shell/Makefile.am:
7003         * shell/ev-document-types.c: (get_document_from_uri),
7004         (ev_document_types_get_document),
7005         (file_filter_add_mime_list_and_free),
7006         (ev_document_types_add_filters):
7007         * shell/ev-document-types.h:
7008         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7009         * shell/ev-properties-dialog.c:
7010         (ev_properties_dialog_set_document):
7011         * shell/ev-window.c: (ev_window_cmd_file_open),
7012         (ev_window_cmd_save_as):
7013         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7014
7015         Rework document types managing to avoid code duplication
7016         and actually abstract from backend implementations.
7017         Also provide a minimal factory api that can be used by
7018         thumbnailer/properties.
7019
7020 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7021
7022         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7023         Plug a mem leak.
7024         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7025         HIG spacings.
7026
7027 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7028
7029         * shell/ev-properties-dialog.c
7030         (ev_properties_dialog_set_document): only call
7031         ev_properties_fonts_set_document() if the document implements the
7032         fonts interface
7033
7034 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * configure.ac:
7037         * properties/Makefile.am:
7038         * properties/ev-properties-view.c:
7039         (ev_properties_view_register_type):
7040         * properties/ev-properties-view.h:
7041         * properties/ev-properties-main.h:
7042
7043         Implement nautilus plugin for properties.
7044         Works only for pdf atm, I need to rework the
7045         document types stuff to get this to work
7046         for all backends...
7047
7048 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7049
7050         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7051         (ev_properties_fonts_set_document): use
7052         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7053
7054 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7055
7056         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7057         them
7058         (PlaceImage, tiff2ps_process_page): use
7059         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7060
7061
7062 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7063
7064         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7065         (main): to call gnome_authentication_manager_init. Should fix
7066         Bug #308510
7067
7068         * configure.ac: that requires libgnomeui 2.6.0.
7069
7070 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7071
7072         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7073         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7074         use the new tiff2ps interfaces
7075
7076         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7077         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7078
7079         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7080         structure instead of global variables.  Remove use of static
7081         variables in functions.
7082
7083 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7084
7085         * shell/ev-page-action.c: unref the completion after setting it to the
7086         entry
7087
7088 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7089
7090         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7091         postscript files
7092
7093 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7094
7095         * shell/ev-window.c (update_action_sensitivity): disable
7096         File->Print if the document does not implement the ps exporter
7097         interface
7098
7099 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7100
7101         * Makefile.am:
7102         * configure.ac:
7103         * data/evince-properties.glade:
7104         * properties/.cvsignore:
7105         * properties/Makefile.am:
7106         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7107         (ev_properties_view_class_init), (ev_properties_view_format_date),
7108         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7109         (ev_properties_view_init), (ev_properties_view_new):
7110         * properties/ev-properties-view.h:
7111         * shell/Makefile.am:
7112         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7113         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7114         (ev_properties_dialog_new):
7115         * shell/ev-properties-dialog.h:
7116         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7117         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7118         (update_progress_label), (job_fonts_finished_cb),
7119         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7120         * shell/ev-properties-fonts.h:
7121         * shell/ev-properties.c:
7122         * shell/ev-properties.h:
7123         * shell/ev-window.c: (ev_window_setup_document),
7124         (ev_window_cmd_file_properties):
7125
7126         Split the properties pages in two different objects, depend
7127         only on the backend where possible, use widgets instead
7128         of gobject for the glade part, reimplement the dialog
7129         itself with gtk.
7130         I need this to implement nautilus properties page.
7131
7132 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7133
7134         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7135         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7136         (tiff_document_document_ps_exporter_iface_init): implement the ps
7137         exporter interface for tiff documents
7138
7139         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7140         libtiff to implement TIFF postscript export
7141
7142         * tiff/tiff2ps.h: added a header file for external tiff2ps
7143         functions.
7144
7145         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7146         tiff2ps.h
7147
7148 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7149
7150         * shell/ev-view.c: (scroll_to_current_page),
7151         (ev_view_set_fullscreen), (ev_view_set_presentation):
7152         
7153         Scroll to current page when exit from presentation
7154
7155 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * shell/ev-window.c: (update_document_mode),
7158         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7159         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7160         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7161         
7162         Exit from fullscreen mode when switch to presentation. Fix for
7163         bug 309365
7164
7165 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7166
7167         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7168         return NULL if the document does not implement the selection
7169         interface.
7170
7171 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7172
7173         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7174         reported height by using the resolution aspect ratio
7175         (tiff_document_render_pixbuf): scale the pixbuf using the
7176         resolution aspect ratio
7177
7178 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7179
7180         * configure.ac:
7181         
7182         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7183         <kiltedaco@gmail.com>
7184         
7185         * djvu/djvu-document.c: (djvu_document_get_orientation),
7186         (djvu_document_set_orientation), (djvu_document_get_page_size),
7187         (rotate_pixbuf), (djvu_document_render_pixbuf),
7188         (djvu_document_document_iface_init):
7189         * dvi/dvi-document.c: (dvi_document_get_orientation),
7190         (dvi_document_set_orientation), (dvi_document_get_page_size),
7191         (rotate_pixbuf), (dvi_document_render_pixbuf),
7192         (dvi_document_document_iface_init):
7193         
7194         Dvi and djvu backends are ported to new API
7195
7196 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7197
7198         * backend/ev-selection.c: (ev_selection_get_selection_region),
7199         (ev_selection_get_selection_map):
7200         * backend/ev-selection.h:
7201         * pdf/ev-poppler.cc:
7202         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7203         * shell/ev-jobs.h:
7204         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7205         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7206         (ev_pixbuf_cache_get_text_mapping):
7207         * shell/ev-pixbuf-cache.h:
7208         * shell/ev-view.c: (location_in_text),
7209         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7210         support to EvView.  Now we can see where we can select!  Sweet!
7211
7212 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7213
7214         * shell/ev-view.c (ev_view_button_press_event): Fix
7215         event->y + view->scroll_x typo.
7216
7217 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7218
7219         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7220         sub-GdkPixbuf instead of passing dest_x and dest_y.
7221         
7222         * shell/ev-view.c: (view_point_to_doc_point),
7223         (view_rect_to_doc_rect), (ev_view_button_press_event),
7224         (ev_view_motion_notify_event), (compute_new_selection_rect),
7225         (gdk_rectangle_point_in), (compute_new_selection_text),
7226         (compute_selections): Update selection code to keep the selection
7227         around as two points and not as a normalized rectangle, and fix
7228         page level selection in two-column mode.
7229
7230 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7231
7232         * shell/ev-window.c: (window_configure_event_cb): 
7233         
7234         Fix compilation
7235         
7236 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * pdf/ev-poppler.cc:
7239
7240         Fix compilation
7241
7242 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7243
7244         * shell/Makefile.am:
7245         * shell/ev-metadata-manager.c: (item_free),
7246         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7247         (parse_value), (parseItem), (load_values),
7248         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7249         (save_values), (save_item), (get_oldest), (resize_items),
7250         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7251         * shell/ev-metadata-manager.h:
7252
7253         Metadata manager from gedit but modified to use GValue, so that
7254         we dont need to keep converting from strings.
7255
7256         * configure.ac:
7257
7258         ENABLE_METADATA conditional, on when dbus is on
7259
7260         * shell/ev-application.c: (ev_application_open_uri):
7261
7262         Show the window after load so that we can initialize
7263         window size before it's showed.
7264
7265         * shell/ev-window.c: (ev_window_setup_from_metadata),
7266         (ev_window_open_uri), (window_configure_event_cb),
7267         (ev_window_init):
7268
7269         Save and load metadata information about window size.
7270         Not yet keeping states in account.
7271
7272         * shell/main.c: (main):
7273
7274         Shutdown metadata manager.
7275
7276 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7277
7278         * shell/ev-application-service.xml:
7279         * configure.ac:
7280         * shell/Makefile.am:
7281         * shell/ev-application.c:
7282         * shell/ev-application.h:
7283         * shell/ev-window.c:
7284         * shell/ev-window.h:
7285         * shell/main.c:
7286
7287         Add an optional dbus interface (--enable-dbus).
7288         Rework application code, mainly to be easier to
7289         use "remotely".
7290         Do not open multiple windows with the same document,
7291         spatial evince!
7292
7293 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7294
7295         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7296         pixbuf iff it exists.
7297
7298 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7299
7300         * shell/*:
7301         * backend/ev-render-context.[ch]:
7302         * backend/ev-selection.[ch]:
7303
7304         Massive changes.  We now support text selection of pdfs, and not
7305         just rectangular selection.  This is pretty broken still, but I
7306         want to get something into CVS.
7307
7308 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * pdf/ev-poppler.cc:
7311         
7312         Fix for Bug 309080: crash on window close.
7313         
7314         * shell/ev-page-action.c: (page_changed_cb):
7315         
7316         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7317         jensgr@gmx.net (Jens Granseuer).
7318
7319 2005-06-25  Marcel Telka  <marcel@telka.sk>
7320
7321         * configure.in (ALL_LINGUAS): Added sk.
7322
7323 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7324
7325         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7326         not a document open
7327
7328 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * NEWS:
7331         * configure.ac:
7332
7333         Release 0.3.2
7334
7335         * cut-n-paste/recent-files/Makefile.am:
7336
7337         Fix make distcheck
7338
7339 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7340
7341         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7342         (pixbuf_document_set_orientation), (rotate_pixbuf),
7343         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7344         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7345
7346         Implement rotation and cleanup the code a bit.
7347
7348         * tiff/tiff-document.c: (tiff_document_get_page_size),
7349         (tiff_document_get_orientation), (tiff_document_set_orientation),
7350         (rotate_pixbuf), (tiff_document_render_pixbuf),
7351         (tiff_document_document_iface_init), (tiff_document_init):
7352
7353         Implement rotation. Was the quicker solution for the release
7354         but we really need to share this code in the shell.
7355
7356 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7357
7358         * pdf/ev-poppler.cc:
7359
7360         Enable rotation, require poppler cvs. Fix a leak.
7361
7362 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * shell/ev-window.c: (update_action_sensitivity):
7365         
7366         Make properties unsensitive if document backend doesn't provide
7367         any info
7368
7369 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7372         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7373         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7374         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7375         (bitmap_flip_rotate_counter_clockwise):
7376         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7377         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7378         (buff_gets):
7379         * dvi/mdvi-lib/common.h:
7380         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7381         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7382         (opendvi), (mdvi_reload), (mdvi_init_context),
7383         (mdvi_destroy_context), (mdvi_dopage), (special):
7384         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7385         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7386         (file_hash_free), (register_encoding), (parse_spec),
7387         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7388         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7389         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7390         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7391         (mdvi_register_font_type), (mdvi_unregister_font_type),
7392         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7393         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7394         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7395         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7396         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7397         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7398         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7399         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7400         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7401         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7402         (mdvi_unregister_special), (mdvi_flush_specials):
7403         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7404         (t1_font_remove):
7405         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7406         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7407         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7408         (free_font_metrics), (flush_font_metrics):
7409         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7410         (tt_font_remove):
7411         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7412         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7413         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7414         (dstring_insert), (dstring_new), (dstring_reset):
7415         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7416         
7417         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7418         avoid conflict with libtool on FC4
7419         
7420         * shell/ev-window.c: (ev_window_cmd_help_about):
7421         
7422         Update copyright year. Fix for bug 308828.
7423
7424 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7425
7426         * shell/ev-view.c: (add_scroll_binding_keypad),
7427         (ev_view_binding_activated), (ev_view_class_init),
7428         (on_adjustment_value_changed):
7429         
7430         Bug 170874: Arrow keys switch pages in presentation mode
7431
7432 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7435         
7436         Fix for Bug 308265: Sidebar dissappears coming out of 
7437         Presentation mode
7438
7439 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * shell/ev-application.c: (ev_application_open):
7442         * shell/ev-document-types.c: (ev_document_types_add_filters),
7443         (ev_document_types_add_filters_for_type):
7444         * shell/ev-document-types.h:
7445         * shell/ev-window.c: (ev_window_cmd_save_as):
7446         
7447         Suggest basename as template when saving, provide filters
7448         for save dialog. It's bug 308402
7449
7450 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * pdf/ev-poppler.cc:
7453         * shell/ev-sidebar-links.c: (job_finished_callback):
7454         * shell/ev-view.c: (update_find_status_message):
7455         
7456         Some leaks fixed
7457
7458 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7459
7460         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7461         (egg_recent_view_uimanager_set_list):
7462
7463         Fix buglet in !show_numbers case.
7464
7465 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7466
7467         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7468         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7469
7470         Use pango ellipsisation.
7471
7472         * pdf/ev-poppler.cc:
7473
7474         Fix refcount leak, from nsh.
7475
7476 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * cut-n-paste/recent-files/Makefile.am:
7479         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7480         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7481         
7482         Removed EggRecentViewGtk
7483         
7484         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7485         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7486         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7487         (ev_window_setup_recent):
7488         
7489         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7490         with other projects
7491
7492 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7493
7494         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7495         (egg_recent_view_gtk_finalize):
7496
7497         Fix memory leak
7498
7499         * cut-n-paste/toolbar-editor/Makefile.am:
7500         
7501         Fix location of cursor icon.
7502         
7503         * pdf/ev-poppler.cc:
7504         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7505         (display_completion_text), (match_completion):
7506         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7507         (selection_changed_callback), (create_loading_model),
7508         (print_section_cb), (links_page_num_func),
7509         (update_page_callback_foreach):
7510         * shell/ev-window.c: (ev_window_dispose):
7511         
7512         Small memory fixes. Links model now store objects instead
7513         of pointers to improve memory management. 
7514
7515 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * shell/ev-window.c: (zoom_control_changed_cb):
7518         
7519         Fix update of zoom control (bug 308268).
7520
7521 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7522
7523         * shell/ev-properties.c (set_property): escape the text correctly.
7524         Handles non-UTF-8 properties and escaped properties.  Also, sets
7525         the text to "<i>None</i>" if the property isn't set.
7526
7527         * data/evince-properties.glade: Change the label to be ellipsized,
7528         and give it a minimum size.
7529
7530 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7533         * shell/ev-sidebar-links.c: (create_loading_model):
7534         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7535         * shell/ev-view.c: (ev_view_set_document):
7536         * shell/ev-window.c: (ev_window_dispose):
7537         
7538         Various small fixes, mostly memory leaks. Thanks to valgrind.
7539
7540 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7541
7542         * ps/ps-document.c: remove the locale.h include again ;-). And
7543         kill the (bogus) setlocale/savelocale business.
7544
7545 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7546
7547         * ps/ps-document.c:
7548         
7549         Include locale.h to fix build
7550         
7551         * shell/ev-sidebar.c:
7552         
7553         Remove unnecessary includes
7554
7555 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * dvi/dvi-document.c: (dvi_document_load):
7558         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7559         * po/POTFILES.in:
7560         
7561         Check for incorrect dvi files. Fix parsing dvi on AMD64
7562         platform. Thanks to tester@tester.ca (Olivier Crete).
7563
7564 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * shell/ev-page-action.c: (match_selected_cb),
7567         (display_completion_text), (match_completion), (update_model):
7568         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7569         (expand_open_links):
7570         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7571         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7572         (ev_sidebar_set_document):
7573         * shell/ev-window.c: (ev_window_xfer_job_cb),
7574         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7575         
7576         Fixed lot's of memory leaks, for example, memory leak on reload, 
7577         described in bug 307793.
7578
7579 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7580
7581         * pdf/ev-poppler.cc:
7582         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7583         (update_visible_range), (adjustment_changed_cb),
7584         (ev_sidebar_thumbnails_fill_model),
7585         (ev_sidebar_thumbnails_refresh),
7586         (ev_sidebar_tree_selection_changed),
7587         (ev_sidebar_icon_selection_changed),
7588         (ev_sidebar_thumbnails_use_icon_view),
7589         (ev_sidebar_thumbnails_set_document):
7590         * shell/ev-sidebar-thumbnails.h:
7591         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7592         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7593
7594         Refresh thumbnails when changing orientation. Not fully
7595         working yet becuase of a sidebar bug.
7596
7597         Set page orientation to poppler page everywhere. This sucks
7598         really need to fix poppler.
7599
7600 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7603         (egg_recent_view_gtk_new_menu_item),
7604         (egg_recent_view_gtk_set_property),
7605         (egg_recent_view_gtk_get_property),
7606         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7607         (egg_recent_view_gtk_set_tooltip_func),
7608         (egg_recent_view_gtk_set_label_width),
7609         (egg_recent_view_gtk_get_label_width):
7610         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7611
7612         Sync with libegg (ellipsize labels)
7613
7614 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * data/evince-ui.xml:
7617         * shell/ev-window.c: (ev_window_cmd_go_forward),
7618         (ev_window_cmd_go_backward):
7619         
7620         Shift + PageUp moves 10 Pages. Fix for 306125
7621
7622 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7623
7624         * pdf/ev-poppler.cc:
7625
7626         Add a flag to check if orientation has been overriden
7627
7628 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7629
7630         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7631         field if necessary.
7632
7633         * ps/ps.h: add creator field to document.
7634
7635         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7636         set creator field.
7637
7638 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7639
7640         * data/evince-properties.glade:
7641         * shell/ev-properties.c: (ev_properties_set_document):
7642
7643         s/PDF Version/Format
7644
7645 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7646
7647         * shell/ev-properties.c: (ev_properties_set_document):
7648
7649         Remove unnecessary translations
7650
7651 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7652
7653         * cut-n-paste/toolbar-editor/Makefile.am:
7654
7655         Correct library name    
7656
7657 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7658
7659         * configure.ac:
7660         * cut-n-paste/recent-files/egg-recent-model.c:
7661         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7662         (egg_recent_model_unlock_file):
7663         * cut-n-paste/recent-files/egg-recent-util.c:
7664         (egg_recent_util_get_unique_id):
7665         * cut-n-paste/recent-files/update-from-egg.sh:
7666         * cut-n-paste/toolbar-editor/Makefile.am:
7667         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7668         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7669         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7670         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7671         (egg_toolbars_model_get_type):
7672         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7673
7674         Better makefile for toolbar editor and update everything
7675         to latest libegg.
7676
7677 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7678
7679         * shell/ev-window.c: (update_document_mode):
7680
7681         Prefer presentation mode when the document
7682         require fullscreen.
7683
7684 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7685
7686         * data/evince-ui.xml:
7687         * shell/ev-window.c:
7688
7689         Add control-equal for zooming
7690
7691 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7692
7693         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7694
7695 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7696
7697         * backend/ev-document.c: (ev_document_get_orientation):
7698         * backend/ev-document.h:
7699         * pdf/ev-poppler.cc:
7700         * ps/ps-document.c: (ps_document_get_orientation),
7701         (ps_document_set_orientation), (ps_document_document_iface_init):
7702
7703         Add a get_orientation api. Improve set_orientation.
7704
7705         * data/evince-ui.xml:
7706         * shell/ev-view.c: (ev_view_set_orientation),
7707         (ev_view_rotate_right), (ev_view_rotate_left):
7708         * shell/ev-view.h:
7709         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7710         (ev_window_cmd_edit_rotate_right):
7711
7712         Better ui for changing document orientation
7713
7714 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7717         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7718         * shell/ev-sidebar-links.h:
7719         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7720         (ev_sidebar_page_iface_init):
7721         * shell/ev-sidebar-page.h:
7722         * shell/ev-sidebar-thumbnails.c:
7723         (ev_sidebar_thumbnails_get_property),
7724         (ev_sidebar_thumbnails_class_init),
7725         (ev_sidebar_thumbnails_set_document):
7726         * shell/ev-sidebar-thumbnails.h:
7727         * shell/ev-view.c: (ev_view_motion_notify_event):
7728         * shell/ev-window.c: (update_chrome_visibility),
7729         (ev_window_cmd_focus_page_selector),
7730         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7731         (sidebar_page_main_widget_update_cb), (ev_window_init):
7732         
7733         Autoraise toolbar on GoToPage binding and fix bindings in
7734         EvSidebarThumbnails page.
7735
7736 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7737
7738         * shell/ev-properties.c: (update_progress_label):
7739
7740         Hide the progress label when finished; bug #307697.
7741
7742 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7743
7744         * pdf/ev-poppler.cc:
7745
7746         Enable is_open for links, you will need poppler cvs
7747
7748         * shell/ev-properties.c: (job_fonts_finished_cb):
7749
7750         Get a lock on the document when filling the tree view
7751
7752 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7753
7754         * backend/ev-document-links.h:
7755         * pdf/ev-poppler.cc:
7756         * shell/ev-sidebar-links.c: (create_loading_model),
7757         (expand_open_links), (job_finished_callback):
7758
7759         Expand links when specified by the document.
7760         Depend on a poppler api (defined out for now)
7761
7762 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7763
7764         * shell/ev-properties.c: (ev_properties_dispose),
7765         (ev_properties_class_init), (dialog_destroy_cb),
7766         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7767         (ev_properties_set_document), (ev_properties_new),
7768         (ev_properties_show):
7769         * shell/ev-properties.h:
7770
7771         Make it an object, cleanup the code, api to show it as transient
7772         and to set the document.
7773
7774         * shell/ev-window.c: (ev_window_setup_document),
7775         (ev_window_cmd_file_properties):
7776
7777         Adapt to EvProperties changes, do not show multiple
7778         times, update it when document changes.
7779
7780 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7781
7782         * ps/gstypes.h:
7783         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7784         (ps_document_set_orientation), (ps_document_document_iface_init):
7785         * ps/ps-document.h:
7786
7787         Implement orientation here too
7788
7789         * shell/ev-properties.c: (ev_properties_new):
7790         * data/evince-properties.glade:
7791
7792         Hide the fonts page for backends that doesnt
7793         support it.     
7794
7795 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7796
7797         * backend/ev-document.c: (ev_document_set_orientation):
7798         * backend/ev-document.h:
7799         * pdf/ev-poppler.cc:
7800
7801         Add orientation api. Currently poppler api is not optimal,
7802         we need to set orientation every time we _get a page.
7803         I will try to fix that at some point.
7804
7805         * data/evince-ui.xml:
7806         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7807         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7808
7809         Add orientation menu items
7810
7811         * shell/ev-page-cache.c: (ev_page_cache_clear):
7812         * shell/ev-page-cache.h:
7813
7814         Add api to clear the cache
7815
7816         * shell/ev-view.c: (setup_caches), (clear_caches),
7817         (ev_view_set_document), (ev_view_zoom_out),
7818         (ev_view_set_orientation):
7819         * shell/ev-view.h:
7820
7821         Implement orientation changing
7822
7823 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7824
7825         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7826         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7827         * backend/ev-document-fonts.h:
7828
7829         Separate scan and fill so that we can incrementally fill from
7830         the main thread. Add a progress api.
7831
7832         * data/evince-properties.glade:
7833         * pdf/ev-poppler.cc:
7834         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7835         * shell/ev-jobs.h:
7836         * shell/ev-properties.c: (update_progress_label),
7837         (job_fonts_finished_cb), (setup_fonts_view):
7838
7839         Incrementally feel the list and show the progress
7840         percentage in a label like acrobat does.
7841
7842         You are going to need poppler cvs
7843
7844 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7845
7846         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7847         * backend/ev-document-fonts.h:
7848         * pdf/ev-poppler.cc:
7849
7850         Make fonts model fill incrementally.
7851
7852         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7853         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7854         (ev_job_queue_remove_job):
7855         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7856         (ev_job_fonts_new), (ev_job_fonts_run):
7857         * shell/ev-jobs.h:
7858
7859         New job for fonts scanning
7860
7861         * shell/ev-properties.c: (job_fonts_finished_cb),
7862         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7863         * shell/ev-properties.h:
7864         * shell/ev-window.c: (ev_window_cmd_file_properties):
7865
7866         Incrementally feel the treeview using the new job. Show Loading...
7867         message until scanning is completed.
7868
7869         Hopefully I didnt break the build without the poppler patch.
7870
7871 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7872
7873         * shell/ev-application.c: (ev_application_open):
7874         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7875         (ev_document_type_get_type), (ev_document_type_lookup):
7876         * shell/ev-document-types.h:
7877         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7878         * shell/ev-job-xfer.h:
7879         * shell/ev-window.c: (ev_window_clear_local_uri),
7880         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7881         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7882         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7883         
7884         Transfer remote documents to tmp directory to display them later.
7885
7886 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7887
7888         * backend/ev-document-info.h:
7889         * shell/ev-properties.c: (ev_properties_new):
7890
7891         s/GTime*/GTime. Not sure why we was using a pointer
7892         at all there!
7893
7894 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7895
7896         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7897         situations.  That situation is that you're using GTK+-HEAD with
7898         the patch at #306726 is applied, and you have a document with <
7899         1500 pages in it.  It's not quite as uniformly nice as the
7900         TreeView, but should be better in the long run.
7901
7902         I'm pretty sure I guarded against breaking compilation with
7903         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7904         I missed some.
7905
7906         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7907         widget yet, so I commented that code out
7908         enable_view_actions_for_widget() for now.  Need to figure this
7909         out.
7910
7911         * shell/ev-page-action.c (match_selected_cb): emit the right
7912         signals.  Our cool C-l completion now works.
7913
7914 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * backend/Makefile.am:
7917         * backend/ev-document-fonts.c:
7918         * backend/ev-document-links.c:
7919         * backend/ev-document.c: (ev_document_load):
7920         * backend/ev-document.h:
7921         * backend/ev-job-queue.c:
7922         * backend/ev-job-queue.h:
7923         * backend/ev-jobs.c:
7924         * backend/ev-jobs.h:
7925         * backend/ev-page-cache.c:
7926         * backend/ev-page-cache.h:
7927
7928         EvPageCache and EvJobs are moved to shell.
7929
7930         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7931         (ev_tmp_filename):
7932         * lib/ev-file-helpers.h:
7933         
7934         New helper to work with temporary files
7935         
7936         * shell/Makefile.am:
7937         * shell/ev-application.c: (ev_application_open):
7938         * shell/ev-application.h:
7939         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7940         (remove_job_from_async_queue), (add_job_to_async_queue),
7941         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7942         (handle_job), (search_for_jobs_unlocked),
7943         (no_jobs_available_unlocked), (ev_render_thread),
7944         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7945         (ev_job_queue_add_job), (move_job_async), (move_job),
7946         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7947         * shell/ev-job-queue.h:
7948         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7949         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7950         * shell/ev-job-xfer.h:
7951         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7952         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7953         (ev_job_links_class_init), (ev_job_render_init),
7954         (ev_job_render_dispose), (ev_job_render_class_init),
7955         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7956         (ev_job_thumbnail_class_init), (ev_job_load_init),
7957         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7958         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7959         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7960         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7961         * shell/ev-jobs.h:
7962         * shell/ev-page-action.c: (ev_page_action_set_document):
7963         * shell/ev-page-cache.c: (ev_page_cache_init),
7964         (ev_page_cache_class_init), (ev_page_cache_finalize),
7965         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7966         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7967         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7968         (ev_page_cache_get_title), (ev_page_cache_get_size),
7969         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7970         (ev_page_cache_get_height_to_page),
7971         (ev_page_cache_get_max_label_chars),
7972         (ev_page_cache_get_page_label),
7973         (ev_page_cache_has_nonnumeric_page_labels),
7974         (ev_page_cache_get_info), (ev_page_cache_next_page),
7975         (ev_page_cache_prev_page), (ev_page_cache_get):
7976         * shell/ev-page-cache.h:
7977         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7978         (ev_pixbuf_cache_clear_job_sizes),
7979         (ev_pixbuf_cache_add_jobs_if_needed),
7980         (ev_pixbuf_cache_set_page_range):
7981         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7982         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7983         * shell/ev-sidebar-thumbnails.c:
7984         (ev_sidebar_tree_selection_changed),
7985         (ev_sidebar_thumbnails_set_document):
7986         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7987         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7988         (ev_statusbar_get_context_id), (ev_statusbar_push),
7989         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7990         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7991         (ev_statusbar_set_progress):
7992         * shell/ev-statusbar.h:
7993         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7994         (ev_view_find_previous):
7995         * shell/ev-window.c: (ev_window_is_empty),
7996         (ev_window_setup_document), (password_dialog_response),
7997         (ev_window_clear_jobs), (ev_window_load_job_cb),
7998         (ev_window_xfer_job_cb), (ev_window_open_uri),
7999         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8000         (ev_window_print), (ev_window_print_range),
8001         (ev_window_state_event), (ev_window_cmd_view_reload),
8002         (menu_item_select_cb), (menu_item_deselect_cb),
8003         (view_status_changed_cb), (ev_window_dispose),
8004         (drag_data_received_cb), (ev_window_init):
8005         * shell/ev-window.h:
8006         * shell/main.c: (load_files):
8007         
8008         New statusbar to show progress on idle. Two new jobs - 
8009         xfer job and load job to load document in background. And update
8010         of page_cache clients to new location of code.
8011
8012 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8013   
8014         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8015         selection in open dialog. It also remembers the last visited directory 
8016         in the current session.
8017
8018 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * shell/ev-properties.c: (ev_properties_new):
8021         * shell/ev-properties.h:
8022         * shell/ev-window.c: (ev_window_cmd_file_properties):
8023         
8024         Get document info from page cache instead of document itself.
8025         This should fix crash related to race conditions described in
8026         bug 306545.
8027
8028 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8029
8030         * ps/ps-document.c: (ps_document_init),
8031         (send_ps), (get_page_box), (output), (catchPipe), (input),
8032         (stop_interpreter), (file_length), (file_readable),
8033         (check_filecompressedb), (ps_document_enable_interpreter),
8034         (document_load), (ps_async_renderer_render_pixbuf):
8035         * ps/ps-document.h:
8036
8037         Big cleanup of the ps code
8038
8039 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8040
8041         * backend/Makefile.am:
8042         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8043         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8044         * backend/ev-async-renderer.h:
8045
8046         Add an async renderer interface (method + callback) which
8047         is useful for backends like ps.
8048
8049         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8050         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8051         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8052         (ev_job_queue_add_job), (move_job_async), (move_job),
8053         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8054
8055         Add queues for async renderer, these are executed on the
8056         main thread.
8057
8058         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8059         (ev_job_render_run):
8060         * backend/ev-jobs.h:
8061
8062         If the backend support async renderer interface use it.
8063
8064         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8065         (setup_pixmap), (ps_document_get_type),
8066         (ps_async_renderer_render_pixbuf),
8067         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8068
8069         Implement async renderer interface.
8070
8071 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8072
8073         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8074
8075         Cleanup links job on exit.
8076
8077 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8080         (drag_data_get_cb), (drag_data_received_cb):
8081         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8082         (drag_data_get_cb), (parse_item_list),
8083         (egg_toolbar_editor_load_actions):
8084         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8085         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8086         (parse_item_list), (parse_toolbars):
8087         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8088         (dvi_pixbuf_put_pixel):
8089         
8090         Fix gcc 4.0 warnings
8091
8092 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8093
8094         * ps/ps-document.c: (start_interpreter):
8095
8096         Fix warning when loading ps
8097
8098 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8099
8100         * ps/ps-document.c: (output):
8101
8102         Fix crash when priting gs error messages.
8103
8104 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8105
8106         * backend/ev-page-cache.c: (_ev_page_cache_new):
8107         * backend/ev-page-cache.h:
8108
8109         Use a const to return title so that we dont double
8110         free it. Small cleanup and fix a leak.
8111
8112         * shell/ev-window.c: (update_window_title):
8113
8114         strdup value from get_title.
8115
8116 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8117
8118         * shell/ev-sidebar-links.c: (job_finished_callback),
8119         (ev_sidebar_links_set_document):
8120
8121         Cleanup the old job when changing document
8122
8123 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8124
8125         * shell/ev-stock-icons.c:
8126         * shell/ev-stock-icons.h:
8127         * shell/ev-window.c:
8128         
8129         Add stock icons for actions that can appear in toolbar. Fix for
8130         bug 306566.
8131
8132 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8133
8134         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8135         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8136         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8137         * backend/ev-page-cache.h:
8138         * shell/ev-view.c: (scroll_to_current_page),
8139         (view_update_range_and_current_page), (get_page_y_offset),
8140         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8141         (ev_view_size_request_continuous),
8142         (ev_view_zoom_for_size_continuous_and_dual_page),
8143         (ev_view_zoom_for_size_continuous):
8144         
8145         More compact EvView layout in document with pages of different size.
8146
8147 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8148
8149         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8150         compilation.
8151
8152 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8153
8154         * shell/ev-view.c: (view_set_adjustment_values):
8155         * shell/ev-window.c: (ev_window_cmd_file_properties):
8156         
8157         A bit different fix for rounding problem but it has no
8158         problems on startup. Make properties window transient to parent.
8159
8160 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8161
8162         * pdf/ev-poppler.cc:
8163         
8164         More commenting of font stuff.
8165
8166 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8167
8168         * pdf/ev-poppler.cc:
8169
8170         Comment out some more fonts stuff. Should really
8171         work without the poppler patch now.
8172
8173 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8174
8175         * pdf/ev-poppler.cc:
8176
8177         Adapt to api change
8178
8179 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8180
8181         * data/evince-properties.glade:
8182         * pdf/ev-poppler.cc:
8183         * shell/ev-properties.c: (setup_fonts_view):
8184
8185         Set the column title. Show the dialog only
8186         once everything is setup.
8187         Getting font info can be very slow... will
8188         prolly need to make this threaded too.
8189
8190 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8191
8192         * backend/Makefile.am:
8193         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8194         (ev_document_fonts_get_fonts_model):
8195         * backend/ev-document-fonts.h:
8196         * data/evince-properties.glade:
8197         * pdf/ev-poppler.cc:
8198         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8199         * shell/ev-properties.h:
8200         * shell/ev-window.c: (ev_window_cmd_file_properties):
8201
8202         Implement fonts list. Defined out for now, since it depends
8203         on a not yet committed poppler patch.
8204
8205 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8206
8207         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8208         page + 1.
8209
8210         * shell/ev-window.c: Make sure we add the timeout when we get a
8211         focus-in event.
8212
8213         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8214         adjustment->value before calculating the zoom factor to average
8215         out all of our rounding errors.  The page no longer 'drifts' when
8216         resizing.
8217
8218 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8219
8220         * data/evince-properties.glade:
8221         * shell/ev-properties.c: (ev_properties_format_date),
8222         (set_property):
8223         
8224         Labels don't expand when the dialogue is resized.
8225         strftime result needs to be converted to UTF-8. Thanks
8226         to Christian Persch <chpe@gnome.org>.
8227
8228 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8229
8230         * data/evince-properties.glade:
8231
8232         Hide the fonts tab
8233
8234 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8235
8236         * backend/ev-document-info.h:
8237         * backend/ev-document.c: (ev_document_info_free):
8238         * data/evince-properties.glade:
8239         * pdf/ev-poppler.cc:
8240         * ps/ps-document.c: (ps_document_get_info):
8241         * shell/ev-properties.c: (ev_properties_format_date),
8242         (set_property), (ev_properties_new):
8243         * shell/ev-properties.h:
8244         * shell/ev-window.c: (ev_window_cmd_file_properties):
8245
8246         Rework properties code to take only EvPropertyInfo
8247         in the constructor so that it can be useful for
8248         nautilus plugin too.
8249
8250         Deal with backends that doesnt support some properties.
8251         Make set property code generic.
8252
8253 2005-06-04  Christian Persch <chpe@gnome.org>
8254
8255         * data/evince-properties.glade:
8256
8257         fix spacings, make resizeable, and make data labels
8258         selectable + ellipsised
8259
8260 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8261
8262         * backend/ev-document-info.h:
8263         * data/Makefile.am:
8264         * data/evince-ui.xml:
8265         * pdf/ev-poppler.cc:
8266         * shell/Makefile.am:
8267         * shell/ev-window.c: (update_action_sensitivity),
8268         (ev_window_cmd_file_properties):
8269
8270         Initial go at file properties. Patch by
8271         Emil Soleyman-Zomalan <emil@soleyman.com>.
8272         Needs love see #169583
8273
8274 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8275
8276         * ps/ps-document.c: (output):
8277         * ps/ps.c: (psscan):
8278
8279         Try to render even if psscan fails.
8280
8281 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8282
8283         * ps/ps.c: (psscan), (pscopydoc):
8284
8285         Port buffered reading code from gv
8286
8287 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8288
8289         * ps/ps-document.c: (interpreter_message), (output):
8290
8291         Do not fail on interpreter messages
8292
8293 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8294
8295         * backend/ev-document-misc.c:
8296         (ev_document_misc_get_thumbnail_frame):
8297
8298         Pages can be 0 x 0, dont assert on this case
8299
8300 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8301
8302         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8303         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8304
8305         Correctly manage our reference on document. Finally the reload
8306         huge leak is gone...
8307
8308 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8309
8310         * ps/ps-document.c: (ps_document_dispose):
8311
8312         Forgot to chain it to the parent. Thanks chpe.
8313
8314 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8315
8316         * ps/ps-document.c: (ps_document_dispose),
8317         (ps_document_class_init), (stop_interpreter), (document_load):
8318
8319         Cleanup dispose a bit. Dont leak the whole pixmap.
8320
8321 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8322
8323         * pdf/ev-poppler.cc:
8324
8325         Release the poppler document on dispose
8326
8327 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8328
8329         * shell/ev-view.c: (ev_view_set_document):
8330
8331         Release ref on the pixbuf cache when changing
8332         document.
8333
8334 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8335
8336         * ps/ps-document.c: (ps_document_get_info):
8337
8338         Fix a double free
8339
8340 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8341
8342         * backend/ev-page-cache.c: (ev_page_cache_init),
8343         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8344         * backend/ev-page-cache.h:
8345         * shell/ev-page-action.c: (page_changed_cb):
8346         
8347         Set page action entry width depending on labels width. Fix
8348         for bug 305202.
8349
8350 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * backend/ev-link.c: (ev_link_class_init):
8353
8354         Allow -1 as page value (error)
8355
8356 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8357
8358         * shell/ev-sidebar-thumbnails.c:
8359         (ev_sidebar_thumbnails_set_document):
8360         * shell/ev-view.c: (scroll_to_current_page),
8361         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8362         (page_changed_cb), (on_adjustment_value_changed),
8363         (ev_view_set_document):
8364
8365         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8366         Fix bug 305377
8367
8368 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8369
8370         * configure.ac:
8371         * djvu/djvu-document.c: (djvu_document_get_page_size):
8372
8373         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8374         bug 301993.
8375
8376 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8377
8378         * shell/ev-view.c (draw_one_page): modify the expose handling to
8379         get the shadows.
8380
8381         * shell/ev-window.c (update_action_sensitivity): Respect
8382         permissions field.  Kowtow to the man.
8383
8384         * pdf/ev-poppler.cc: Get the permissions field.
8385
8386         * tiff/*c: Make a tiny bit more robust.
8387
8388 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8389
8390         * djvu/djvu-document.c:
8391         
8392         Pop messages from djvu context message queue.
8393
8394 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8395
8396         * configure.ac, Makefile.am, shell/Makefile.am:
8397         * tiff/Makefile.am, shell/ev-document-types.c:
8398         
8399         Cleanup tiff configure checks. Fix for bug 305218.
8400
8401 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8402
8403         * configure.ac: Added "uk" to ALL_LINGUAS.
8404
8405 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8406
8407         * cut-n-paste/zoom-control/ephy-zoom.c:
8408         (ephy_zoom_get_changed_zoom_level):
8409         * cut-n-paste/zoom-control/ephy-zoom.h:
8410         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8411         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8412         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8413         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8414         (zoom_control_changed_cb), (ev_window_init):
8415         
8416         Fix minor points related to moving best fit up. Introduce
8417         "zoom" property and make zoom control change it's value on
8418         notify::zoom signals. Fix for 305080.
8419
8420 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8421
8422         * data/evince-ui.xml:
8423         * shell/ev-window.c: (set_view_actions_sensitivity):
8424         
8425         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8426
8427 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * configure.ac:
8430
8431         Depends on poppler 0.3.2
8432
8433 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * cut-n-paste/recent-files/egg-recent-item.c:
8436         (egg_recent_item_get_short_name):
8437         * cut-n-paste/toolbar-editor/Makefile.am:
8438         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8439         (new_pixbuf_from_widget):
8440         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8441         * cut-n-paste/toolbar-editor/egg-marshal.c:
8442         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8443         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8444
8445         Sync
8446
8447 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8448
8449         * tiff/tiff-document.c: Rough TIFF backend.
8450
8451 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * NEWS:
8454         * configure.ac:
8455         * cut-n-paste/toolbar-editor/Makefile.am:
8456
8457         Release 0.3.1
8458
8459 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8462         (ev_view_find_next), (ev_view_find_previous):
8463
8464         Remove the locks around get_n_results   
8465
8466 2005-05-21  Juerg Billeter  <j@bitron.ch>
8467
8468         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8469
8470         Pass correct number of pages to poppler.
8471
8472 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8473
8474         * configure.ac:
8475         * data/Makefile.am:
8476         * data/evince.desktop.in: 
8477         * data/evince.desktop.in.in:
8478         * po/POTFILES.in:
8479         
8480         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8481
8482 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8483
8484         * shell/ev-view.c: (view_update_adjustments),
8485         (view_set_adjustment_values): cast adjustmen->value to (int)
8486         before using it.  Otherwise, we get off by a pixel in some
8487         situations.
8488
8489         (draw_one_page): Draw the border on expose.
8490
8491 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8492
8493         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8494         adjustment when the mode changes, #304923
8495
8496 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8497
8498         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8499         flickering on resize but still use gdk_window_scroll on
8500         scrolling
8501
8502 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8503
8504         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8505         option, #170458
8506
8507 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8508
8509         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8510         second page on page_changed if possible, #304669
8511
8512 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8513
8514         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8515         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8516
8517 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8518
8519         * .cvsignore:
8520         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8521         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8522         (ev_view_zoom_for_size_presentation),
8523         (ev_view_zoom_for_size_continuous_and_dual_page),
8524         (ev_view_zoom_for_size_continuous),
8525         (ev_view_zoom_for_size_dual_page),
8526         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8527         * shell/ev-view.h:
8528         * shell/ev-window.c: (update_view_size),
8529         (ev_window_sizing_mode_changed_cb):
8530
8531         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8532         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8533         an infinite loop, #304769
8534
8535
8536 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8537
8538         * data/evince-ui.xml:
8539         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8540         * shell/ev-window.c: (set_view_actions_sensitivity):
8541
8542         Make PgUp/Down behave like Space
8543
8544 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8545
8546         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8547         * backend/ev-ps-exporter.h:
8548         * pdf/ev-poppler.cc:
8549         * ps/ps-document.c: (ps_document_ps_export_begin):
8550         * shell/ev-print-job.c: (idle_print_handler):
8551
8552         Adapt to new poppler api
8553
8554 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8555
8556         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8557         (ephy_zoom_control_init):
8558
8559         Translate zoom levels
8560
8561 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8562
8563         * cut-n-paste/zoom-control/ephy-zoom.c:
8564         (ephy_zoom_get_zoom_level_index):
8565
8566         Fix current zoom -> zoom control match
8567
8568 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8569
8570         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8571         rather than the scrolled_window that it's in. Fixes bug #304655.
8572
8573 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8574
8575         * shell/ev-view.c: (view_update_adjustments),
8576         (view_set_adjustment_values), (view_update_range_and_current_page),
8577         (view_scroll_to_page), (set_scroll_adjustment),
8578         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8579         (ev_view_scroll), (ev_view_scroll_view),
8580         (ensure_rectangle_is_visible), (find_page_at_location),
8581         (get_link_at_location), (go_to_link), (status_message_from_link),
8582         (ev_view_size_request_continuous_dual_page),
8583         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8584         (ev_view_unrealize), (ev_view_expose_event),
8585         (ev_view_button_press_event), (ev_view_motion_notify_event),
8586         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8587         (draw_rubberband), (highlight_find_results), (draw_one_page),
8588         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8589         (ev_view_init), (find_changed_cb), (page_changed_cb),
8590         (on_adjustment_value_changed), (ev_view_new),
8591         (ev_view_set_document), (ev_view_set_zoom),
8592         (ev_view_set_continuous), (ev_view_set_dual_page),
8593         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8594         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8595         (ev_view_zoom_for_size_presentation),
8596         (ev_view_zoom_for_size_continuous_dual_page),
8597         (ev_view_zoom_for_size_continuous),
8598         (ev_view_zoom_for_size_dual_page),
8599         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8600         (ev_view_get_status), (ev_view_set_status),
8601         (update_find_status_message), (ev_view_get_find_status),
8602         (ev_view_set_find_status), (jump_to_find_result),
8603         (jump_to_find_page), (compute_selections), (clear_selection),
8604         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8605         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8606         (ev_view_update_primary_selection),
8607         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8608         * shell/ev-view.h:
8609         * shell/ev-window.c: (ev_window_open_page_label),
8610         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8611         (ev_window_init):
8612         * shell/ev-window.h:
8613         * shell/main.c: (load_files):
8614
8615         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8616         when resizing.  Remove the bin_window().  Also, patch from James
8617         Bowes to fix command line page, #300641
8618         
8619 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8620
8621         * data/evince-ui.xml:
8622         * shell/ev-view.c:
8623         * shell/ev-view.h:
8624         * shell/ev-window.c: (update_action_sensitivity):
8625
8626         Get rid of View->Normal Size, it's just confusing
8627
8628 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * backend/ev-document-info.h:
8631         * backend/ev-document.c: (ev_document_info_free): Free the
8632         EvDocumentInfo.
8633
8634         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8635         (clear_range), (add_range), (update_visible_range),
8636         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8637         (ev_sidebar_thumbnails_set_document):
8638         * shell/ev-window.c: (ev_window_setup_document): Only render the
8639         visible thumbnails.  It takes an instant to render, but it uses
8640         much less memory.
8641
8642 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8643
8644         * shell/ev-sidebar-links.c: (popup_menu_cb):
8645
8646         Select first item
8647
8648 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8649
8650         * lib/Makefile.am:
8651         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8652         (button_press_cb), (ev_sidebar_links_construct):
8653
8654         Show the popup menu also on keybindings
8655
8656 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8659         * shell/ev-window.h:
8660
8661         Expose api to print a range (with dialog). Make private _print use
8662         it.
8663
8664         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8665         (ev_sidebar_links_construct):
8666
8667         Show a print context menu on linkx, it prints the selected
8668         section.
8669
8670 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8671
8672         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8673         button.
8674
8675 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * AUTHORS:
8678
8679         Update
8680
8681         * shell/ev-window.c: (build_comments_string),
8682         (ev_window_cmd_help_about):
8683
8684         Show poppler version/backend and authors
8685
8686 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8687
8688         * cut-n-paste/zoom-control/ephy-zoom.c:
8689         (ephy_zoom_get_zoom_level_index):
8690         * cut-n-paste/zoom-control/ephy-zoom.h:
8691
8692         Move the best fit items at the top of the list
8693
8694 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8695
8696         * shell/ev-marshal.list:
8697         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8698         (activate_cb), (match_selected_cb), (activate_link_cb),
8699         (connect_proxy), (ev_page_action_class_init):
8700         * shell/ev-page-action.h:
8701
8702         Use signals to notify action activation. Hopefully
8703         I did not break completion since I cant test...
8704
8705         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8706         (register_custom_actions):
8707
8708         Connect to page selector actions and also grab focus on
8709         the view when activated.
8710
8711 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8712
8713         * pdf/ev-poppler.cc:
8714         * backend/ev-page-cache.c: make page size calculation consistent
8715         and set it to (int)( width * scale + 0.5).  This makes the weird
8716         line going through the middle of the page go away.
8717
8718         * shell/ev-view.c: move painting the background page after
8719         checking the expose area covers us.
8720
8721 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8722
8723         * data/evince-password.glade:
8724         
8725         Mark labels as not translatable. Fix for bug 302842.
8726
8727 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8728
8729         * configure.ac: Added "es" to ALL_LINGUAS.
8730
8731 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * data/evince-toolbar.xml:
8734         * shell/ev-window.c: (update_action_sensitivity),
8735         (ev_window_setup_document), (ev_window_set_page_mode),
8736         (ev_window_init):
8737
8738         Remove some leftover code from jrb first continous
8739         attempt. Use the new actions, we still need good icons
8740         though...
8741
8742 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8745
8746         Update label when connecting proxy. Fix a warning with NULL
8747         page_cache.
8748
8749 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * data/evince-ui.xml:
8752         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8753         * shell/ev-page-action.h:
8754         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8755
8756         Add mnemonic for edit toolbar.
8757         ctrl+l focus the page entry.
8758
8759 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8760
8761         * lib/Makefile.am:
8762         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8763         (ev_window_init):
8764         * shell/main.c: (main):
8765
8766         Put the toolbar xml in evince own dot dir
8767
8768 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * shell/ev-window.c: (ev_window_init):
8771
8772         Make the toolbar not removable
8773
8774 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * data/evince-ui.xml:
8777         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8778         * shell/ev-sidebar-links.h:
8779         * shell/ev-sidebar-thumbnails.c:
8780         (ev_sidebar_thumbnails_get_treeview):
8781         * shell/ev-sidebar-thumbnails.h:
8782         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8783         (ev_view_class_init):
8784         * shell/ev-view.h:
8785         * shell/ev-window.c: (update_action_sensitivity),
8786         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8787         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8788         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8789         (ev_window_init):
8790
8791         This is evil... Make space/backspace global accelerators but
8792         enable them only for some widgets (sidebars and view).
8793         I dont like it, but I dont know a better way... :/
8794
8795 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8798         (ev_page_action_widget_finalize),
8799         (ev_page_action_widget_class_init), (update_page_cache):
8800
8801         Keep a weak reference on proxy->page_cache so that we
8802         dont try to disconnect the signal if the object is already
8803         gone. Maybe there is a better way to cleanup reference handling
8804         in page action though...
8805
8806 2005-05-10  Juerg Billeter  <j@bitron.ch>
8807
8808         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8809         * backend/ev-ps-exporter.h:
8810         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8811         * ps/ps-document.c: (ps_document_ps_export_begin):
8812         
8813         Change api to pass print range to ps_exporter_begin. The pdf backend
8814         requires this information.
8815         
8816         * shell/ev-print-job.c: (idle_print_handler):
8817         
8818         Adapt to api change
8819
8820 2005-05-10  Juerg Billeter  <j@bitron.ch>
8821
8822         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8823         (idle_print_handler)
8824         * shell/ev-window.c: (ev_window_print):
8825
8826         Support printing page range, based on patch by Amaury Jacquot
8827
8828 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8829
8830         * data/evince-toolbar.xml:
8831
8832         Add zoom control to available items
8833
8834 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8835
8836         * shell/ev-window.c: (update_action_sensitivity):
8837
8838         Set slash action insensitive when appropriate
8839
8840 2005-05-10  Christian Persch <chpe@gnome.org>
8841
8842         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8843
8844         Fix warning on the overflow menu
8845
8846 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8847
8848         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8849
8850         Check for uri correctness/existence
8851
8852 2005-05-09  Juerg Billeter  <j@bitron.ch>
8853
8854         * shell/ev-window.c: (using_postscript_printer):
8855
8856         LPD printers use postscript, too
8857
8858 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * shell/ev-window.c: (register_custom_actions):
8861
8862         The zoom one is actually sort of useful,
8863         put it back
8864
8865 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * shell/ev-window.c: (register_custom_actions):
8868
8869         Hide page/zoom controls from overflow, they
8870         are useless.
8871
8872 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * cut-n-paste/update-from-egg.sh:
8875         
8876         Share it between all cut-n-paste subdirs
8877
8878         * cut-n-paste/recent-files/Makefile.am:
8879
8880         Fix to use "global" update-from-egg.sh
8881
8882         * cut-n-paste/recent-files/egg-recent-model.c:
8883         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8884         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8885         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8886         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8887
8888         Update from libegg
8889
8890         * cut-n-paste/toolbar-editor/Makefile.am:
8891
8892         Fix to use "global" update-from-egg.sh
8893
8894         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8895
8896         Update from libegg
8897
8898 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8899
8900         * configure.ac:
8901         * cut-n-paste/Makefile.am:
8902         * cut-n-paste/recent-files/Makefile.am:
8903         * cut-n-paste/toolbar-editor/.cvsignore:
8904         * cut-n-paste/toolbar-editor/Makefile.am:
8905         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8906         (egg_editable_toolbar_get_type), (get_toolbar_position),
8907         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8908         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8909         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8910         (set_item_drag_source), (create_item_from_action), (create_item),
8911         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8912         (popup_toolbar_context_menu_cb), (free_dragged_item),
8913         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8914         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8915         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8916         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8917         (item_added_cb), (item_removed_cb),
8918         (egg_editable_toolbar_construct),
8919         (egg_editable_toolbar_disconnect_model),
8920         (egg_editable_toolbar_deconstruct),
8921         (egg_editable_toolbar_set_model),
8922         (egg_editable_toolbar_set_ui_manager),
8923         (egg_editable_toolbar_set_property),
8924         (egg_editable_toolbar_get_property),
8925         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8926         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8927         (egg_editable_toolbar_new_with_model),
8928         (egg_editable_toolbar_get_edit_mode),
8929         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8930         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8931         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8932         (new_pixbuf_from_widget), (new_separator_pixbuf),
8933         (update_separator_image), (style_set_cb),
8934         (_egg_editable_toolbar_new_separator_image),
8935         (egg_editable_toolbar_get_model):
8936         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8937         * cut-n-paste/toolbar-editor/egg-marshal.c:
8938         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8939         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8940         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8941         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8942         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8943         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8944         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8945         (editor_drag_data_delete_cb), (drag_data_get_cb),
8946         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8947         (editor_create_item), (update_editor_sheet), (setup_editor),
8948         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8949         (parse_item_list), (model_has_action), (update_actions_list),
8950         (egg_toolbar_editor_load_actions):
8951         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8952         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8953         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8954         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8955         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8956         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8957         (egg_toolbars_model_add_separator), (impl_add_item),
8958         (parse_item_list), (egg_toolbars_model_add_toolbar),
8959         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8960         (impl_get_item_data), (impl_get_item_type),
8961         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8962         (egg_toolbars_model_init), (free_toolbar),
8963         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8964         (egg_toolbars_model_remove_toolbar),
8965         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8966         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8967         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8968         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8969         (egg_toolbars_model_get_item_data),
8970         (egg_toolbars_model_get_item_type):
8971         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8972         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8973         * data/Makefile.am:
8974         * data/evince-toolbar.xml:
8975         * data/evince-ui.xml:
8976         * data/hand-open.png:
8977         * po/POTFILES.in:
8978         * shell/Makefile.am:
8979         * shell/ev-window.c: (update_chrome_visibility),
8980         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8981         (ev_window_dispose), (ev_window_init):
8982
8983         Implement epiphany like toolbar editor. Based on patch by
8984         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8985
8986 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8987
8988         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8989
8990         Use set_cursor instead of set_selection, so that
8991         the keyboard focus moves too.
8992
8993 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8994
8995         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8996
8997         Fix infinite loop when loading Type1 fonts
8998
8999 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9000
9001         * data/evince-ui.xml:
9002         * shell/ev-window.c:
9003
9004         Slash -> Find
9005
9006 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9007
9008         * configure.ac:
9009
9010         Make --disable really disable
9011
9012 2005-05-07  Juerg Billeter  <j@bitron.ch>
9013
9014         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9015
9016         Compare page labels even without has_labels set, fixes setting page
9017         with entry
9018
9019 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9020
9021         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9022         (ev_view_set_cursor), (ev_view_button_press_event),
9023         (ev_view_motion_notify_event), (ev_view_button_release_event),
9024         (ev_view_init):
9025
9026         Implement middle button scrolling. Based on a patch
9027         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9028
9029 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9030
9031         * shell/ev-document-types.c: (get_slow_mime_type),
9032         (get_document_type_from_mime), (ev_document_type_lookup):
9033         * shell/ev-document-types.h:
9034
9035         Change api to lookup from uri. Do fast lookup first, if the
9036         type is unknown try with data sniffing.
9037
9038         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9039         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9040
9041         Adapt to api change
9042
9043 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9044
9045         * thumbnailer/Makefile.am:
9046
9047         Fix distcheck
9048
9049 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * NEWS:
9052         * configure.ac:
9053
9054         Release 0.3.0
9055
9056         * data/evince-ui.xml:
9057
9058         Hide presentation mode for now
9059
9060         * shell/ev-view.c: (highlight_find_results):
9061
9062         Show current find selection only on current page
9063
9064 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * shell/ev-view.c: (ev_view_select_all):
9067
9068         Compute size of the actual page, not of
9069         the current one.
9070
9071 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9072
9073         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9074         (view_rect_to_doc_rect), (compute_selections),
9075         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9076         (ev_view_copy), (ev_view_primary_get_cb),
9077         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9078         (ev_view_button_press_event), (ev_view_motion_notify_event),
9079         (ev_view_button_release_event), (page_changed_cb):
9080
9081         Fix text selection
9082
9083 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * shell/ev-view.c: (compute_border), (get_page_extents),
9086         (doc_rect_to_view_rect), (highlight_find_results),
9087         (ev_view_bin_expose), (ev_view_select_all),
9088         (ev_view_motion_notify_event), (update_find_status_message),
9089         (jump_to_find_result), (jump_to_find_page):
9090
9091         First go at fixing search, still buggy
9092
9093 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9094
9095         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9096         dropdown box and button at the top of the sidebar.
9097
9098 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9099
9100         * configure.ac: Output zoom-control Makefile.
9101         * cut-n-paste/Makefile.am: build zoom-control subdir.
9102         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9103         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9104         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9105         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9106         * cut-n-paste/zoom-control/ephy-zoom.c:
9107         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9108         from epiphany, and modified to add a separator into the menu.
9109         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9110         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9111         zoom-control action.
9112         * shell/Makefile.am: Include zoom-control flags.
9113         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9114         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9115         (ev_view_zoom_for_size_presentation),
9116         (ev_view_zoom_for_size_continuous_and_dual_page),
9117         (ev_view_zoom_for_size_continuous),
9118         (ev_view_zoom_for_size_dual_page),
9119         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9120         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9121         ev_view_get_zoom and ev_view_get_sizing_mode.
9122         * shell/ev-view.h:
9123         * shell/ev-window.c: (update_action_sensitivity),
9124         (update_sizing_buttons), (zoom_control_changed_cb),
9125         (register_custom_actions): Initialize and use the zoom-control 
9126         widget.
9127
9128 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9129
9130         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9131         preview cache back to 1.  Don't know when it got set to 0.
9132         
9133         * shell/ev-view.c: (compute_border), (ev_view_realize),
9134         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9135         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9136         (ev_view_get_fullscreen), (ev_view_set_presentation),
9137         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9138         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9139         * shell/ev-view.h:
9140         * shell/ev-window.c:
9141         (update_chrome_visibility),
9142         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9143         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9144         (update_document_mode), (ev_window_update_fullscreen_action),
9145         (ev_window_fullscreen), (ev_window_unfullscreen),
9146         (ev_window_cmd_view_fullscreen),
9147         (ev_window_update_presentation_action),
9148         (ev_window_run_presentation), (ev_window_stop_presentation),
9149         (ev_window_cmd_view_presentation), (ev_window_state_event),
9150         (ev_window_focus_in_event), (ev_window_focus_out_event),
9151         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9152         * data/evince-ui.xml: Initial presentation mode.  We should
9153         probably hide this until it's done, as it's quite rough.  Also,
9154         change full-screen to fullscreen and add two getters to EvView.
9155
9156 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * shell/ev-page-action.c: (update_page_cache),
9159         (ev_page_action_dispose):
9160         * shell/ev-window.c: (destroy_fullscreen_popup),
9161         (ev_window_create_fullscreen_popup):
9162
9163         Use connect_object rather than explicitly
9164         disconnect on dispose.
9165
9166 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9167
9168         * shell/ev-page-action.c: (update_page_cache),
9169         (ev_page_action_dispose):
9170
9171 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9172
9173         * backend/ev-page-cache.c: (_ev_page_cache_new),
9174         (ev_page_cache_set_page_label),
9175         (ev_page_cache_has_nonnumeric_page_labels):
9176         * backend/ev-page-cache.h:
9177         * shell/ev-page-action.c: (update_pages_label):
9178         
9179         If all page labels are numeric, fallback to default
9180         way to display number of pages. See bug 173185.
9181
9182 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9183
9184         * shell/ev-page-action.c: (ev_page_action_dispose):
9185         * shell/ev-view.c: (view_update_range_and_current_page):
9186         * shell/ev-window.c: (ev_window_dispose):
9187         
9188         Set page on scroll in continuous mode. Fixes bug 301986.
9189         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9190
9191 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9192
9193         * configure.ac:
9194
9195         Require poppler 0.3.0
9196
9197 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9198         
9199         * shell/Makefile.am, configure.ac: Fix build problems
9200         with t1lib. Bug 301996.
9201
9202 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9203
9204         * shell/ev-view.c: (ev_view_scroll_event):
9205         
9206         Scroll up increase zoom
9207
9208 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9209
9210         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9211         (ev_view_set_sizing_mode),
9212         (ev_view_zoom_for_size_continuous_and_dual_page),
9213         (ev_view_zoom_for_size_continuous):
9214         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9215         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9216         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9217         (ev_window_init):
9218
9219         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9220         Fix for 165473 and 165472.
9221
9222 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9223
9224         * po/POTFILES.in:
9225         * thumbnailer/Makefile.am:
9226         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9227         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9228         * thumbnailer/evince-thumbnailer.schemas.in:
9229         
9230         Make thumbnailer schemas translatable. Fix for bug 301773
9231         
9232         * thumbnailer/evince-thumbnailer-djvu.schemas:
9233         * thumbnailer/evince-thumbnailer-dvi.schemas:
9234         * thumbnailer/evince-thumbnailer.schemas:
9235
9236         Removed files
9237
9238 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9239
9240         * shell/ev-view.c (ev_view_init): forgot to set this.
9241
9242 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * shell/ev-view.c: (find_page_at_location),
9245         (get_link_at_location),
9246         (ev_view_set_show_border), (ev_view_set_spacing),
9247         (ev_view_zoom_for_size_continuous_and_dual_page),
9248         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9249         Also, add a quick fix measuring of widths.  Also, removed
9250         ev_view_set_spacing and ev_view_set_show_border.
9251         
9252         * shell/ev-window.c: (ev_window_unfullscreen),
9253         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9254
9255 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9256
9257         * shell/ev-view.c: (view_update_range_and_current_page),
9258         (page_changed_cb):
9259         
9260         Fix crash on exit and scrolling to page in continuous view.
9261
9262 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9263
9264         * TODO:
9265         * backend/ev-page-cache.c: (_ev_page_cache_new),
9266         (ev_page_cache_get_max_width_size),
9267         (ev_page_cache_get_max_height_size):
9268         * backend/ev-page-cache.h:
9269         * data/evince-ui.xml:
9270         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9271         * shell/ev-view.c: (view_update_adjustments),
9272         (view_update_range_and_current_page), (get_bounding_box_size),
9273         (ev_view_size_request_continuous_and_dual_page),
9274         (ev_view_size_request_continuous),
9275         (ev_view_size_request_dual_page),
9276         (ev_view_size_request_single_page), (ev_view_size_request),
9277         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9278         (ev_view_bin_expose), (ev_view_expose_event),
9279         (ev_view_set_property), (ev_view_get_property),
9280         (ev_view_class_init), (ev_view_init), (ev_view_new),
9281         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9282         (ev_view_set_dual_page), (ev_view_set_full_screen),
9283         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9284         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9285         (ev_view_zoom_out), (zoom_for_size_fit_width),
9286         (zoom_for_size_best_fit),
9287         (ev_view_zoom_for_size_continuous_and_dual_page),
9288         (ev_view_zoom_for_size_continuous),
9289         (ev_view_zoom_for_size_dual_page),
9290         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9291         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9292         * shell/ev-view.h:
9293         * shell/ev-window.c: (update_action_sensitivity),
9294         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9295         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9296         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9297         (ev_window_cmd_view_zoom_out), (update_view_size),
9298         (ev_window_set_sizing_mode), (ev_window_init):
9299
9300         Add Continuous and Dual page modes.
9301
9302 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9303
9304         * dvi/dvi-document.c: (dvi_document_load),
9305         (dvi_document_thumbnails_get_thumbnail),
9306         (dvi_document_init_params): Fix up some mixups between
9307         width and height to correct thumbnail rendering.
9308
9309 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9310
9311         * dvi/mdvi-lib/private.h:
9312         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9313         
9314         Suppess output for kpathsea during font generation. Thanks to
9315         James Bowes
9316
9317 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9318
9319         * NEWS:
9320         * configure.ac:
9321
9322         Release 0.2.1
9323
9324         * Makefile.am: fix distcheck.
9325
9326 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9327
9328         * shell/ev-sidebar-links.c: (selection_changed_callback),
9329         (update_page_callback), (row_activated_callback),
9330         (job_finished_callback), (ev_sidebar_links_set_document):
9331         
9332         Fix for bug #169901. Double click on links expands tree.
9333
9334 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9335
9336         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9337         hard-coded style. Fix for bug 170111
9338
9339 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9340
9341         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9342         locking.
9343
9344 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9345
9346         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9347
9348 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9349
9350         * pdf/ev-poppler.cc:
9351         * shell/ev-view.c: (highlight_find_results):
9352
9353         Fix find on single page documents
9354
9355 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9356
9357         * data/evince.schemas.in: fix for bug 301390
9358
9359 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9360
9361         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9362         (ev_view_zoom_out), (ev_view_zoom_normal):
9363         * shell/ev-view.h:
9364         * shell/ev-window.c: (update_action_sensitivity),
9365         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9366         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9367         (ev_window_cmd_view_normal_size):
9368
9369         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9370         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9371         better than oom. 
9372
9373 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9374
9375         * configure.ac:
9376
9377         Depend on 2.57, 2.59 doesnt seem to be necessary
9378
9379 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9380
9381         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9382         (create_tool_item):
9383
9384         Put back total number of pages as (1 of 1234)
9385
9386 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9387
9388         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9389         remove the job.
9390
9391         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9392         function.  This helps debugging.
9393
9394 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * djvu/djvu-document.c: (djvu_document_class_init),
9397         (djvu_document_get_info), (djvu_document_document_iface_init):
9398         * dvi/dvi-document.c: (dvi_document_class_init),
9399         (dvi_document_get_info), (dvi_document_document_iface_init):
9400
9401         Dummy implementation of get_info method for dvi and
9402         djvu. Fix crashes with those backends
9403
9404 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9405
9406         * data/evince.desktop.in:
9407
9408         Add application/x-gzpostscript
9409
9410 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9411
9412         * data/evince.schemas.in: Added real long descriptions, 
9413         closes bug 172496 
9414
9415         * README: Added actual text, closes bug 171869
9416
9417 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9418
9419         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9420
9421         Thumbnail page 0
9422
9423 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9424
9425         * backend/ev-document-info.h:
9426
9427         s/GDate */GDate so we can just use g_free
9428
9429 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * shell/ev-window.c: (update_document_mode),
9432         (ev_window_setup_document):
9433
9434         Show the window in fullscreen when specified by
9435         the document
9436
9437 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9438
9439         * backend/ev-document.c: (ev_document_class_init),
9440         (ev_document_get_info), (ev_document_render_pixbuf):
9441         * backend/ev-document.h:
9442         * backend/ev-page-cache.c: (_ev_page_cache_new):
9443         * pdf/ev-poppler.cc:
9444         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9445         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9446         * ps/ps-document.c: (ps_document_class_init), (document_load),
9447         (ps_document_get_info), (ps_document_document_iface_init):
9448
9449         Remove get_title from the interface, we can just use document info
9450
9451 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9452
9453         * backend/Makefile.am:
9454         * backend/ev-document.c: (ev_document_render_get_info):
9455         * backend/ev-document.h:
9456         * pdf/ev-poppler.cc:
9457
9458         Initial support for document info. Based on jrb patch.
9459
9460 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9461
9462         * shell/ev-window.c: (ev_window_state_event),
9463         (ev_window_class_init), (ev_window_init):
9464         
9465         Doesn't show resize grip when maximized. See bug #301053
9466
9467 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9468
9469         * po/POTFILES.in:
9470         
9471         ev-sidebar-thumbnails now has translatable labels
9472         
9473         * shell/Makefile.am:
9474         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9475         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9476         (ev_sidebar_links_page_iface_init):
9477         * shell/ev-sidebar-links.h:
9478         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9479         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9480         (ev_sidebar_page_get_label):
9481         * shell/ev-sidebar-page.h:
9482         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9483         (ev_sidebar_thumbnails_set_document),
9484         (ev_sidebar_thumbnails_support_document),
9485         (ev_sidebar_thumbnails_get_label),
9486         (ev_sidebar_thumbnails_page_iface_init):
9487         * shell/ev-sidebar-thumbnails.h:
9488         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9489         (ev_sidebar_set_document):
9490         * shell/ev-sidebar.h:
9491         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9492         
9493         Small rework of sidebar code. Now sidebar pages should implement
9494         EvSidebarPage interface. That makes page management in EvSidebar
9495         easier. See bug #164811 for details
9496
9497 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9498
9499         * shell/ev-application.c: (ev_application_open):
9500         * shell/ev-document-types.c:
9501         
9502         Fix build error and small problem with application exit
9503
9504 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9505
9506         * thumbnailer/Makefile.am:
9507         * thumbnailer/evince-thumbnailer-djvu.schemas:
9508         * thumbnailer/evince-thumbnailer-dvi.schemas:
9509         
9510         Conditionally install schemas for djvu/dvi thumbnailer
9511
9512 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9513
9514         * shell/ev-document-types.h: 
9515         * shell/ev-document-types.c: 
9516         New files, handling the mapping from mimetypes to backends
9517         
9518         * shell/ev-window.c: 
9519         * thumbnailer/evince-thumbnailer.c:     
9520         Use the ev-document-types code
9521         
9522         * shell/Makefile.am: 
9523         Added new convenience library libevbackendfactory_la, containing
9524         the new mimetype->backend logic; moved the backends into it.
9525
9526         * thumbnailer/Makefile.am:
9527         Make the thumbnailer link with the libevbackend.la convenience
9528         library, rather than having a duplicate of the backend logic here.
9529
9530 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9531
9532         * shell/ev-stock-icons.c: constify some vars.
9533         * shell/ev-window.c: ditto.
9534
9535 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9536
9537         * ps/ps-document.c (get_page_orientation):
9538
9539         Respect document orientation 
9540
9541 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9542
9543         * djvu/Makefile.am:
9544         * dvi/Makefile.am:
9545         * shell/Makefile.am:
9546         
9547         Move library dependencies to components.
9548         
9549         * shell/ev-window.c: (update_window_title),
9550         (start_loading_document):
9551         
9552         Fix display of uris with spaces. Bug 168358.
9553
9554 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9555
9556         * shell/ev-sidebar-links.c: (selection_changed_cb):
9557         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9558         (ev_view_button_release_event), (ev_view_set_document):
9559         * shell/ev-view.h:
9560         * shell/ev-window.c: (find_bar_search_changed_cb):
9561         * shell/ev-window.h: Minor cleanups removing some dead code.
9562
9563 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9564
9565         * backend/ev-page-cache.c: (_ev_page_cache_new):
9566         
9567         Set current page to 0 if document has pages.
9568
9569 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9570
9571         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9572
9573         Initialize GError to NULL, fix a crash when loading fails.
9574
9575 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9576
9577         * shell/ev-window.c: (update_view_size):
9578
9579         Calculate shadow size only when there is actually
9580         a shadow.
9581
9582 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9583
9584         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9585         * shell/ev-view.h:
9586
9587         Allow setting view spacing, default to 0
9588
9589         * shell/ev-window.c: (ev_window_unfullscreen),
9590         (ev_window_cmd_view_fullscreen), (ev_window_init):
9591
9592         Remove spacing in fullscreen mode
9593
9594 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9595
9596         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9597         (ev_view_size_request), (expose_bin_window),
9598         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9599         * shell/ev-view.h:
9600         * shell/ev-window.c: (ev_window_unfullscreen),
9601         (ev_window_cmd_view_fullscreen):
9602
9603         Do not draw the border in fulscreen
9604
9605 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9606
9607         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9608         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9609         (find_page_at_location), (page_changed_cb):
9610
9611         Rework border calculation, so that I can more easily disable it.
9612         Code somewhat cleaner too.
9613
9614 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * backend/ev-page-cache.c: (ev_page_cache_init),
9617         (_ev_page_cache_new):
9618
9619         Remove some assertions, documents can have 0 pages.
9620         Make initial current page -1.
9621
9622         * shell/ev-page-action.c: (page_changed_cb):
9623
9624         Show "" if current page is -1
9625
9626         * shell/ev-window.c: (update_action_sensitivity),
9627         (ev_window_setup_document):
9628
9629         When document has 0 pages do not set the view
9630         and make nearly everything insensitive.
9631
9632 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9633
9634         * shell/ev-page-view.c:
9635         * shell/ev-page-view.h:
9636
9637         Remove unused files.
9638         
9639         * shell/ev-sidebar-thumbnails.c:
9640         (ev_sidebar_thumbnails_set_document):
9641         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9642         (ev_sidebar_supports_document):
9643         * shell/ev-sidebar.h:
9644         * shell/ev-window.c: (ev_window_setup_document):
9645         
9646         Doesn't show thumbnails if document has 1 page. Make
9647         sidebar menu entries sensitive only if if they have 
9648         sense. Fix bug 164811. 
9649
9650 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9651
9652         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9653         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9654         (ev_view_zoom_out), (ev_view_set_size):
9655
9656         Rework sizing to deal with documents with not uniform page
9657         size.
9658
9659 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9660
9661         * backend/ev-page-cache.c: (_ev_page_cache_new):
9662
9663         Fix several page size caching bugs
9664
9665 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9666
9667         * shell/ev-window.c: (set_action_properties):
9668
9669         Make all toolbar items translatable
9670
9671 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9672
9673         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9674         (save_page_list), (ps_document_save),
9675         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9676         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9677         (ps_document_ps_exporter_iface_init):
9678         * ps/ps-document.h:
9679
9680         Based on a patch by J�rg Billeter <j@bitron.ch>
9681         
9682         Implement print and save a copy for the ps backend.
9683
9684 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9685
9686         * backend/ev-document.h:
9687         * djvu/djvu-document.c: (djvu_document_can_get_text),
9688         (djvu_document_document_iface_init):
9689         * dvi/dvi-document.c: (dvi_document_can_get_text),
9690         (dvi_document_document_iface_init):
9691         * pdf/ev-poppler.cc:
9692         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9693         (pixbuf_document_document_iface_init):
9694         * ps/ps-document.c: (ps_document_can_get_text),
9695         (ps_document_document_iface_init):
9696         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9697         * shell/ev-window.c: (update_action_sensitivity):
9698
9699         Fix the crash when trying to copy in backends that doesnt
9700         support it. We can implement a better solution once we
9701         do real text selection.
9702
9703 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9704
9705         * data/evince-ui.xml:
9706         * shell/ev-window.c: (ev_window_cmd_escape):
9707         
9708         Work around the Escape conflict (find bar and unfullscreen)
9709
9710 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9711
9712         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9713         
9714         Fix for #300233. Next page correctly handles document end.
9715         
9716         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9717         (ev_sidebar_thumbnails_class_init),
9718         (ev_sidebar_thumbnails_set_document),
9719         (ev_sidebar_thumbnails_clear_job),
9720         (ev_sidebar_thumbnails_clear_model):
9721         
9722         Cleanup thumbnail jobs on document changes.
9723         
9724         * shell/ev-view.c: (add_scroll_binding_keypad),
9725         (add_scroll_binding_shifted), (ev_view_class_init):
9726         
9727         Shift + Space scrolls up. Fix for #173184
9728         
9729         * shell/ev-window.c: (ev_window_open_page),
9730         (ev_window_cmd_view_reload):
9731         
9732         Fix reload (Bug #300094)
9733
9734 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         
9737         * dvi/mdvi-lib/assoc.c:
9738         * dvi/mdvi-lib/assoc.h: Removed garbage files
9739         
9740         * dvi/mdvi-lib/bitmap.c:
9741         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9742         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9743         * dvi/mdvi-lib/color.h: Antialias of rules
9744         
9745         * dvi/mdvi-lib/common.h:
9746         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9747         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9748         * dvi/mdvi-lib/files.c:
9749         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9750         * dvi/mdvi-lib/mdvi.h:
9751         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9752         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9753         * dvi/mdvi-lib/util.c: Fix compile warnings
9754         
9755         * dvi/dvi-document.c:
9756         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9757         (dvi_document_thumbnails_get_thumbnail),
9758         (dvi_document_document_thumbnails_iface_init):
9759         * dvi/mdvi-lib/Makefile.am:
9760         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9761         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9762         
9763         Dvi backend now renders thumbnails
9764
9765 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9766
9767         * shell/main.c: (main): 
9768         
9769         Save accelerators on exit. Fixes bug #172095.
9770
9771 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9772
9773         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9774         update priority" comment.
9775
9776         * backend/ev-job-queue.c: Give a way to change priority.
9777
9778 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9779
9780         * shell/ev-page-action.c: Fix logic.
9781
9782 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9783
9784         * shell/ev-view.c: (ev_view_can_find_next):
9785         * shell/ev-window.c: (ev_window_setup_document):
9786
9787         Check that the document supports find
9788
9789 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9790
9791         * data/evince-ui.xml:
9792         * shell/ev-view.c: (ev_view_can_find_next):
9793         * shell/ev-view.h:
9794         * shell/ev-window.c: (update_action_sensitivity),
9795         (find_changed_cb), (ev_window_setup_document),
9796         (ev_window_cmd_edit_find_next):
9797
9798         Add Edit->Find Next
9799
9800 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9801
9802         * pdf/ev-poppler.cc:
9803         * shell/ev-print-job.c: (idle_print_handler):
9804
9805         Make printing work again
9806
9807 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9808
9809         * shell/ev-page-action.h:
9810         * shell/ev-page-action.c: (ev_page_action_widget_init),
9811         (ev_page_action_widget_class_init), (page_changed_cb),
9812         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9813         (get_filter_model_from_model), (match_selected_cb),
9814         (display_completion_text), (match_completion), (update_model),
9815         (connect_proxy), (ev_page_action_set_property),
9816         (ev_page_action_get_property), (ev_page_action_set_document),
9817         (ev_page_action_set_model), (ev_page_action_class_init): Big
9818         reworking to make completions work iff we have >= GTK-2.7.0
9819                 
9820         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9821         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9822         (job_finished_cb): We now have a 'model' property that is set when
9823         the links are loaded.  This can be caught with "notify::model"
9824
9825         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9826         listen for the model to be set, and propagate it to the action.
9827
9828 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9829
9830         * cut-n-paste/recent-files/egg-recent-item.c:
9831         (egg_recent_item_set_uri), (make_valid_utf8),
9832         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9833         * cut-n-paste/recent-files/egg-recent-item.h:
9834         
9835         Update egg-recent from libegg. This should fix long
9836         startup problem. For details see
9837         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9838
9839 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9840
9841         * cut-n-paste/recent-files/Makefile.am:
9842         * data/evince-ui.xml, shell/Makefile.am:
9843         * shell/ev-application.c, shell/ev-application.h:
9844         * shell/ev-window.c: Recent files support.
9845         
9846         * configure.ac: Added "ru" to ALL_LINGUAS.
9847         
9848         * dvju: new backend to support DJVU files.
9849         * dvi: new backend to support DVI.
9850
9851         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9852         * ev-application.c: Support for new backends.
9853         
9854         * help, ev-window.c, main.c shell/Makefile.am: 
9855         Evince user documentation.
9856
9857 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * po/POTFILES.in:
9860         * shell/ev-window.c:
9861         * thumbnailer/evince-thumbnailer.c:
9862
9863         s/pdf-document/ev-poppler
9864
9865 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9866
9867         * NEWS:
9868         * configure.ac:
9869
9870         Release 0.2.0
9871
9872         * ps/ps-document.c: (setup_pixmap):
9873
9874         Remove debug code
9875
9876 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9877
9878         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9879         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9880         (ev_window_cmd_go_first_page): Fix of by one errors.
9881
9882 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * ps/ps-document.c: (get_page_box):
9885
9886         Fix page size calculation
9887
9888 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9889
9890         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9891         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9892         (get_page_orientation), (setup_page), (document_load),
9893         (ps_document_get_page_size), (render_pixbuf_idle):
9894         * ps/ps-document.h:
9895
9896         More refactoring to adapt to EvDocument changes
9897
9898 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9899
9900         * ps/ps-document.c: (start_interpreter):
9901
9902         Actually add alpha args
9903
9904 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9905
9906         * pdf/ev-poppler.cc:
9907
9908         Make clipboard work again
9909
9910 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9911
9912         Make searching work again.
9913         
9914         * backend/ev-document.c:
9915         * backend/ev-document.h:
9916         * backend/ev-document-find.c:
9917         * backend/ev-document-find.h: Change EvDocumentIface so we no
9918         longer store the current page or zoom level in the document.  The
9919         consequence is that all calls that operate on the current page now
9920         instead take the page number as an extra argument, and all
9921         coordinates are now doubles in document coordinate system.
9922
9923         * pdf/ev-poppler.cc:
9924         * pixbuf/pixbuf-document.c:
9925         * ps/ps-document.c: Update backends accordingly.
9926
9927 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9928
9929         * autogen.sh:
9930
9931         Add required gettext version
9932
9933 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9934
9935         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9936         make F1 bring up non-existent help.
9937
9938         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9939         epiphany's find bar, #167477
9940
9941         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9942         <emil@nishra.com> to add space-bar scrolling, 
9943
9944         * shell/ev-window.c (static GtkActionEntry entries): add default
9945         keybinding for Help (F1)
9946         Fixes #171068
9947
9948         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9949         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9950         170110
9951
9952 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9953
9954         * Makefile.am: 
9955         * pixbuf/pixbuf-document.c: 
9956
9957         Got pixbuf backend working again
9958
9959 2005-04-01  Steve Murphy  <murf@e-tools.com>
9960
9961         * configure.in: Added "rw" to ALL_LINGUAS.
9962
9963 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9964
9965         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9966         model types, noticed by Martin Kretzschmar.
9967
9968 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9969
9970         * pdf/ev-poppler.cc: Implement search based on
9971         poppler_page_find_text().  Currently a bit crude since we remember
9972         all matches from all pages.  Also, we grab the big document lock
9973         when we search since searching changes the underlying stream and
9974         thus conflicts with the rendering thread.
9975         
9976         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9977         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9978         (ev_view_find_previous): Fix some page indexes to be 0 based,
9979         offset rubber band by view offset,
9980
9981 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9982
9983         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9984
9985 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9986
9987         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9988         completely because I didn't understand GtkActions.  I should
9989         read Marco's code more carefully in the future.
9990
9991         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9992         function
9993
9994 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9995
9996         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9997         PopplerRectangle change from poppler CVS.
9998
9999 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10000
10001         * backend/ev-document.c: (ev_document_get_page_label):
10002         * backend/ev-document.h:
10003         * backend/ev-page-cache.c: (_ev_page_cache_new),
10004         (ev_page_cache_get_page_label):
10005         * backend/ev-page-cache.h:
10006         * pdf/ev-poppler.cc:
10007         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10008         (links_page_num_func):
10009         * shell/ev-sidebar-thumbnails.c:
10010         (ev_sidebar_thumbnails_set_document):
10011         * shell/ev-view.c: (status_message_from_link),
10012         (ev_view_motion_notify_event):
10013         * shell/ev-window.c: (document_supports_sidebar): Add in page
10014         label support.  It's not perfect yet, but it's the first 'feature'
10015         in a while.
10016         Also, fix a bogus comment noticed by crispin. 
10017
10018 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * Makefile.am: Remove pixbuf backend for now
10021
10022         * configure.ac: Require poppler-glib instead of just poppler.
10023
10024         * backend/ev-document-thumbnails.h: Add a comment
10025
10026         * backend/ev-document.h:
10027         * backend/ev-document.c: (ev_document_class_init),
10028         (ev_document_load), (ev_document_get_link),
10029         (ev_document_get_links): Remove 3 methods and add get_links.
10030         Also, made 0 based.
10031
10032         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10033         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10034
10035         * backend/ev-link.c: (ev_link_set_title),
10036         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10037         (ev_link_mapping_find):
10038         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10039         
10040         * backend/ev-page-cache.c: (ev_page_cache_init),
10041         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10042         (ev_page_cache_get_size), (ev_page_cache_next_page),
10043         (ev_page_cache_prev_page): Fix to be 0 based.
10044
10045         * pdf/Makefile.am: 
10046         * pdf/ev-poppler.h:
10047         * pdf/ev-poppler.cc: New backend.
10048         
10049         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10050         (ps_document_get_page), (ps_document_document_iface_init):
10051
10052         * shell/ev-pixbuf-cache.h:
10053         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10054         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10055         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10056         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10057         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10058         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10059         based.
10060         
10061         * shell/ev-sidebar-thumbnails.c:
10062         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10063         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10064
10065         * shell/ev-view.c: (status_message_from_link),
10066         (find_page_at_location), (get_link_at_location),
10067         (ev_view_motion_notify_event), (ev_view_button_release_event),
10068         (ev_view_init): Use the new link code.  Fix to be 0 based.
10069
10070         * shell/ev-window.c: (update_action_sensitivity),
10071         (document_supports_sidebar): 0 based.
10072
10073 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10074
10075         * pdf/pdf-document.cc: Patch from Fernando Herrera
10076         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10077         *blush*
10078
10079 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10080
10081         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10082         1 to the page, as this seems to be 1 based.  I thought we has this
10083         fixed.  grump.
10084
10085 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10086
10087         * TODO:
10088         * backend/Makefile.am:
10089         * backend/ev-document-links.c:
10090         (ev_document_links_has_document_links),
10091         (ev_document_links_get_links_model):
10092         * backend/ev-document-links.h:
10093         * backend/ev-document.c: (ev_document_get_page_cache),
10094         (ev_document_get_doc_mutex), (ev_document_load),
10095         (ev_document_save), (ev_document_get_title),
10096         (ev_document_get_n_pages), (ev_document_set_page),
10097         (ev_document_get_page), (ev_document_set_target),
10098         (ev_document_set_scale), (ev_document_set_page_offset),
10099         (ev_document_get_page_size), (ev_document_get_text),
10100         (ev_document_get_link), (ev_document_render),
10101         (ev_document_render_pixbuf), (ev_document_scale_changed):
10102         * backend/ev-document.h:
10103         * backend/ev-job-queue.c: (remove_object_from_queue),
10104         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10105         (no_jobs_available_unlocked), (ev_render_thread),
10106         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10107         (ev_job_queue_remove_job):
10108         * backend/ev-job-queue.h:
10109         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10110         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10111         (ev_job_links_class_init), (ev_job_render_init),
10112         (ev_job_render_dispose), (ev_job_render_class_init),
10113         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10114         (ev_job_thumbnail_class_init), (ev_job_finished),
10115         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10116         (ev_job_render_run), (ev_job_thumbnail_new),
10117         (ev_job_thumbnail_run):
10118         * backend/ev-jobs.h:
10119         * backend/ev-link.c:
10120         * backend/ev-link.h:
10121         * backend/ev-page-cache.c: (ev_page_cache_init),
10122         (ev_page_cache_class_init), (ev_page_cache_finalize),
10123         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10124         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10125         (ev_page_cache_set_link), (ev_page_cache_get_title),
10126         (ev_page_cache_get_size), (ev_page_cache_next_page),
10127         (ev_page_cache_prev_page):
10128         * backend/ev-page-cache.h:
10129         * pdf/pdf-document.cc:
10130         * ps/gsdefaults.c:
10131         * ps/gsdefaults.h:
10132         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10133         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10134         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10135         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10136         (is_interpreter_ready), (output), (catchPipe), (input),
10137         (start_interpreter), (check_filecompressed), (compute_dimensions),
10138         (ps_document_enable_interpreter), (document_load),
10139         (ps_document_next_page), (render_page), (ps_document_set_page),
10140         (ps_document_set_scale), (render_pixbuf_idle),
10141         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10142         * ps/ps-document.h:
10143         * shell/Makefile.am:
10144         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10145         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10146         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10147         (ev_pixbuf_cache_new), (job_finished_cb),
10148         (check_job_size_and_unref), (move_one_job),
10149         (ev_pixbuf_cache_update_range), (find_job_cache),
10150         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10151         (ev_pixbuf_cache_add_jobs_if_needed),
10152         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10153         * shell/ev-pixbuf-cache.h:
10154         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10155         (idle_print_handler):
10156         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10157         (selection_changed_cb), (create_loading_model),
10158         (ev_sidebar_links_construct), (links_page_num_func),
10159         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10160         (update_page_callback), (job_finished_cb),
10161         (ev_sidebar_links_set_document):
10162         * shell/ev-sidebar-thumbnails.c:
10163         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10164         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10165         (page_changed_cb), (thumbnail_job_completed_callback),
10166         (ev_sidebar_thumbnails_set_document):
10167         * shell/ev-sidebar-thumbnails.h:
10168         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10169         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10170         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10171         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10172         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10173         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10174         (ev_view_button_release_event), (ev_view_scroll_view),
10175         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10176         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10177         (ev_view_new), (job_finished_cb), (page_changed_cb),
10178         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10179         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10180         (ev_view_find_previous):
10181         * shell/ev-view.h:
10182         * shell/ev-window.c: (update_action_sensitivity),
10183         (ev_window_open_page), (update_window_title), (update_total_pages),
10184         (page_changed_cb), (ev_window_setup_document),
10185         (password_dialog_response), (ev_window_cmd_save_as),
10186         (ev_window_print), (ev_window_cmd_go_previous_page),
10187         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10188         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10189         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10190         * shell/main.c: (main):
10191
10192         Merge evince-threads branch
10193
10194 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10195
10196         * configure.ac: Added "lt" to ALL_LINGUAS.
10197
10198 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10199
10200         * NEWS:
10201         * configure.ac:
10202
10203         Release 0.1.9
10204
10205 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10206
10207         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10208
10209         Fix here also the thumbnails 1-basedness :)
10210
10211 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10212
10213         * NEWS:
10214         * configure.ac:
10215
10216         Release 0.1.8
10217
10218 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * pdf/pdf-document.cc:
10221         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10222         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10223
10224         Fix the mess we did with thumbnails and 1-basedness
10225
10226 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10227
10228         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10229
10230 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10231
10232         * NEWS:
10233         * configure.ac:
10234
10235         Release 0.1.7
10236
10237 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10238
10239         * ps/Makefile.am:
10240         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10241         (gtk_gs_defaults_get_alpha_parameters),
10242         (gtk_gs_defaults_get_ungzip_cmd),
10243         (gtk_gs_defaults_get_unbzip2_cmd):
10244         * ps/gsdefaults.h:
10245         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10246         (ps_document_get_orientation), (document_load),
10247         (ps_document_goto_page), (ps_document_set_page_size):
10248         * ps/ps-document.h:
10249
10250         Some more sanitization of the ps backend. Remove a lot
10251         of unused code and do not base our defaults on ggv
10252         preferences (ugh!)
10253
10254 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10255
10256         * thumbnailer/evince-thumbnailer.schemas:
10257         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10258         (main): add -s option for thumbnail size.
10259
10260 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10261
10262         * configure.ac:
10263
10264         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10265         remove it.
10266
10267 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10268
10269         * pdf/pdf-document.cc:
10270
10271         Remove 4 pixels of useless border from the
10272         thumbnail.
10273
10274 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10275
10276         * backend/ev-document-thumbnails.c:
10277         (ev_document_thumbnails_get_thumbnail):
10278         * backend/ev-document-thumbnails.h:
10279
10280         Rework API a bit. Add a border flag and
10281         change sizing logic (now the size we specify
10282         applies to the bigger dimension).
10283
10284         * pdf/pdf-document.cc:
10285         * pixbuf/pixbuf-document.c:
10286         (pixbuf_document_thumbnails_get_thumbnail):
10287         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10289
10290         Adapt to the new API and do not draw a border for nautilus
10291         thumbnailer.
10292
10293 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10294
10295         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10296         take thumbnails from page "0" instead of "1". Added a copyright header.
10297
10298 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10299
10300         * ps/ps-document.c: (set_up_page), (start_interpreter):
10301
10302         Make it C89 compliant
10303
10304 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10305
10306         * Makefile.am:
10307         * configure.ac:
10308         * pdf/.cvsignore:
10309         * pdf/pdf-document.cc:
10310         * thumbnailer/Makefile.am:
10311         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10312         (main):
10313         * thumbnailer/evince-thumbnailer.schemas:
10314         * thumbnailer/pdf-icon.png:
10315
10316         Add a nautilus thumbnailer.
10317         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10318
10319 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10320
10321         * NEWS:
10322         * configure.ac:
10323         * po/POTFILES.in:
10324
10325         Release 0.1.6
10326
10327 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10328
10329         Use poppler instead of including xpdf source code.  Poppler is a
10330         fork of xpdf to build it as a shared library. See
10331         http://freedesktop.org/wiki/Software/poppler.
10332
10333         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10334         xpdf fork.
10335         
10336         * pdf/Makefile.am: Build libpdfdocument.a here.
10337         
10338         * pdf/GDKSplashOutputDev.cc:
10339         * pdf/GDKSplashOutputDev.h:
10340         * pdf/GnomeVFSStream.cc:
10341         * pdf/GnomeVFSStream.h:
10342         * pdf-document.cc:
10343         * pdf-document.h:
10344         * test-gdk-output-dev.cc
10345         * Thumb.cc:
10346         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10347         against poppler.
10348
10349 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10352
10353         Clear idle stack before unsetting the document
10354
10355 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10356
10357         * ps/ps-document.c: (ps_document_widget_event),
10358         (ps_document_set_target), (ps_document_finalize),
10359         (ps_document_get_page):
10360
10361         Disconnect the widget event signal on finalize.
10362         Some code cleanups.
10363
10364 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10365
10366         * ps/ps-document.c: (set_up_page):
10367
10368         If there is no bpixmap create one, even if size
10369         is not changed.
10370
10371 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10372
10373         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10374         (set_up_page), (document_load), (ps_document_set_zoom):
10375
10376         Default page is 0. Calculate size even when we have no
10377         target yet.
10378
10379 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10380
10381         * shell/ev-sidebar.c: expand the selection widget to be always as
10382         wide as the sidebar
10383
10384 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10385
10386         * shell/ev-sidebar-thumbnails.c:
10387         (ev_sidebar_thumbnails_set_document):
10388
10389         Clear the list store when setting document
10390
10391 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10392
10393         * shell/ev-page-action.c: (update_entry), (sync_entry),
10394         (activate_cb), (entry_size_request_cb), (create_tool_item),
10395         (connect_proxy):
10396
10397         Use an entry for the page control instead of spinbuttons
10398
10399 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10400
10401         * data/evince.schemas.in:
10402
10403         Correct confusing string
10404
10405 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10406
10407         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10408         for real.  Gosh, how long has this been broken.
10409
10410         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10411         check for a NULL link.  We crash otherwise.
10412
10413 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10414
10415         * NEWS:
10416         * configure.ac:
10417
10418         Release 0.1.5
10419
10420 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10421
10422         * configure.ac: add the french translation.
10423
10424 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10425
10426         * shell/ev-window.c:
10427
10428         Remove unused header -> fix distcheck
10429
10430 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10431
10432         * shell/ev-window.c: (update_window_title),
10433         (ev_window_popup_password_dialog):
10434
10435         Unescape filename for display
10436
10437 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10438
10439         * pdf/xpdf/pdf-document.cc:
10440
10441         In get_page_size deal with rotation. Also
10442         cleanup the function a bit.
10443
10444 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10445
10446         * pdf/xpdf/pdf-document.cc:
10447
10448         Fix crash when opening in new window
10449
10450 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10451
10452         * configure.ac:
10453
10454         Check ghostscript >= 7
10455
10456 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10457
10458         * shell/ev-window.c:
10459
10460         Make page width the default sizing mode
10461
10462 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10463         Marco Pesenti Gritti <marco@gnome.org>
10464
10465         * shell/ev-window.c: Remember the sidebar size
10466
10467         * data/evince.schemas.in: Add a new gconf key to store the size of
10468         the sidebar
10469
10470 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10471
10472         * data/evince-ui.xml:
10473         * shell/ev-window.c: (update_action_sensitivity),
10474         (ev_window_cmd_view_reload):
10475         
10476         Add a "Reload" action and menu entry
10477
10478 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10479
10480         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10481         iff the type doesn't support thumbnailing and indexing.
10482
10483 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10484
10485         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10486
10487 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10488
10489         * pdf/splash/Splash.cc:
10490
10491         Port fix for a crasher from kde bug
10492         http://bugs.kde.org/show_bug.cgi?id=97131
10493
10494 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10495
10496         * pdf/xpdf/pdf-document.cc:
10497
10498         Return a link even if it's of an unrecognized
10499         type. Otherwise we go in an infinte cycle.
10500
10501 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10502
10503         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10504         (size_allocate_cb), (ev_window_set_sizing_mode):
10505
10506         Update size when switching mode
10507
10508 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10509
10510         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10511         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10512         (ev_window_cmd_view_normal_size):
10513
10514         Fix size toggle buttons behavior
10515
10516 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10517
10518         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10519         (doc_rect_to_view_rect), (ev_view_size_allocate),
10520         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10521         (scale_changed_callback):
10522
10523         Do not cache offsets in size_allocate.
10524
10525 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10526
10527         * shell/ev-view.c: (ev_view_size_allocate):
10528
10529         Calculate offsets before calling the parent
10530         class (which does a redraw)
10531
10532 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * pdf/xpdf/pdf-document.cc:
10535
10536         Fix a crasher on exit. Unused code, put a TODO
10537
10538 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10539
10540         * backend/ev-document.c: (ev_document_class_init),
10541         (ev_document_page_changed), (ev_document_scale_changed):
10542         * backend/ev-document.h:
10543
10544         Separate page/scale notifications
10545
10546         * pdf/xpdf/pdf-document.cc:
10547
10548         Emit the new signals.
10549         Do not display the pdf page in _render, do it
10550         when scale/page are requested.
10551
10552         * ps/ps-document.c: (ps_document_set_zoom),
10553         (ps_document_widget_event):
10554         * ps/ps-document.h:
10555
10556         Emit the new signals.
10557
10558         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10559         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10560         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10561         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10562         * shell/ev-view.h:
10563         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10564         (ev_window_cmd_view_page_width), (size_allocate_cb),
10565         (ev_window_set_sizing_mode):
10566
10567         Rework sizing to be pixel based.
10568         There are bugs but should be already way better.
10569
10570 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * shell/ev-window.c: (ev_window_init):
10573
10574         Do not allow to shrink sidebar smaller then
10575         child requisition
10576
10577 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10578
10579         * shell/ev-sidebar.[ch]
10580         * shell/ev-window.c:
10581
10582         Improved sidebar widget. Fixes #166683
10583
10584 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10585
10586         * shell/ev-view.c (update_find_status_message): Give translators
10587         more flexibility with ngettext plural handling.
10588
10589 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10590
10591         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10592         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10593         page when we get the page size.
10594
10595 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10598
10599         ps pages are 0 based, convert 
10600
10601 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10602
10603         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10604
10605         Initialize correct parent class. Set GError on document load
10606
10607 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10608
10609         * pdf/xpdf/pdf-document.cc:
10610
10611         Fixup selection offset calculation
10612
10613         * shell/ev-view.c: (view_rect_to_doc_rect),
10614         (doc_rect_to_view_rect), (ev_view_size_allocate),
10615         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10616         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10617
10618         Store selection as document relative, so that zooming
10619         and offset changing doesnt break it.
10620
10621 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10622
10623         * shell/ev-view.c: (ev_view_best_fit):
10624
10625         Do not try to best fit if the view is not realized
10626
10627 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10628           
10629         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10630
10631 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10632
10633         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10634
10635 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10636
10637         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10638         the popup window.  That prevents it resizing when in full screen
10639         mode.
10640
10641         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10642         multiple rerenders.  This pretty much sucks.
10643
10644         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10645         rest of the toolbar.
10646
10647 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10648
10649         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10650
10651 2005-02-17  Alexander Shopov  <ash@contact.bg>
10652
10653         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10654
10655 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10656
10657         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10658
10659 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10660
10661         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10662         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10663         (set_document_page), (document_changed_callback),
10664         (ev_view_set_document), (ev_view_find_previous),
10665         (ev_view_hide_cursor), (ev_view_show_cursor):
10666         * shell/ev-view.h:
10667         * shell/ev-window.c: (update_chrome_visibility),
10668         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10669         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10670         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10671         (ev_window_unfullscreen):
10672         * shell/main.c: (main):
10673
10674         Automatically hide the fullscreen button.
10675         Patch by Kristian Høgsberg <krh@redhat.com>
10676
10677 2005-02-16  Vincent Noel  <vnoel@cox.net>
10678
10679         * shell/main.c (main): Specify an icon for the window. Patch by
10680         Jaap A. Haitsma. Fixes #166177.
10681
10682 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10683
10684         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10685
10686 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10687
10688         * backend/ev-document-misc.h:
10689         * backend/ev-document-misc.c:
10690         (ev_document_misc_get_page_border_size),
10691         (ev_document_misc_paint_one_page): New function to canonicalize
10692         sizing/painting a border.
10693
10694         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10695         used.
10696
10697         * pdf/xpdf/pdf-document.cc: use new function
10698
10699         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10700         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10701         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10702         shell/ev-window.c: (update_sizing_buttons),
10703         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10704         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10705         (ev_window_cmd_view_page_width), (size_allocate_cb),
10706         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10707         and "fit width" values act as toggle buttons so they stay
10708         toggled.  It's not 100% perfect, and it's a little slow, but it's
10709         good enough to commit I think.
10710
10711 2005-02-15  David Lodge  <dave@cirt.net>
10712
10713         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10714
10715 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10716
10717         * shell/ev-window.c (update_window_title): replace newlines in
10718         the title by spaces. Bug #166107.
10719
10720 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10721
10722         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10723         parameters providing allocation width and height without
10724         scrollbars and width of a possible vertical scrollbar. With this
10725         additional information the functions can work as
10726         intended. Unfortunately they're not idempotent. We should
10727         transform these commands to toggles. Fixes Bug #164976
10728         Initial patch by Stephane Loeuillet, then heavily modified.
10729
10730         * shell/ev-view.h: update prototypes.
10731
10732         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10733         (ev_window_cmd_view_page_width): provide EvView fit functions with
10734         all the information they need. Formulas to calculate this
10735         information taken from GtkScrolledWindow.
10736
10737 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10738
10739         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10740         created a thumbnail, the list store is updated to know
10741         that the thumbnail is set. Fixes bug #166792
10742
10743 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10744
10745         * shell/ev-window.c: fixed typo, closes bug 166897
10746
10747         * TODO: updated TODO with bug numbers that are relevant
10748
10749 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10750
10751         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10752
10753 2005-02-09  Vincent Noel  <vnoel@cox.net>
10754
10755         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10756         and "Next" toolbar buttons as important to make them stand out.
10757
10758 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * lib/ev-debug.c:
10761         * lib/ev-debug.h:
10762         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10763         (start_interpreter), (stop_interpreter), (document_load),
10764         (ps_document_next_page), (ps_document_goto_page),
10765         (ps_document_set_page_size), (ps_document_widget_event),
10766         (ps_document_render):
10767         * shell/ev-page-view.c: (ev_page_view_dispose):
10768         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10769
10770         Fix compilation on non-gcc platforms
10771
10772 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10773
10774         * NEWS:
10775         * configure.ac:
10776
10777         Release 0.1.4
10778
10779         * pdf/xpdf/Catalog.cc:
10780         * pdf/xpdf/XRef.cc:
10781
10782         Fix the fix for CAN-2004-0888
10783
10784 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10785
10786         * data/Makefile.am:
10787         * data/evince-ui.xml:
10788         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10789         * shell/ev-stock-icons.h:
10790         * shell/ev-window.c: (update_action_sensitivity),
10791         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10792         (set_action_properties):
10793
10794         Improve toolbar layout/icons
10795
10796 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10797
10798         * pdf/xpdf/pdf-document.cc:
10799
10800         Add warnings about unimplemented/unknown link
10801         types.
10802
10803 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10804
10805         * ps/ps-document.c: (set_up_page):
10806
10807         Log gs property
10808
10809 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10810
10811         * ps/ps-document.c: (start_interpreter):
10812
10813         Log gs env var
10814
10815 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10816
10817         * shell/ev-page-view.c: (ev_page_view_dispose):
10818         * shell/ev-view.c: (ev_view_finalize):
10819         * shell/ev-window.c: (ev_window_setup_document),
10820         (ev_window_dispose), (ev_window_init):
10821
10822         Solve more refs issues.
10823
10824         I commented out the page_view initialization for now:
10825         it was never destroyed (because it's never added
10826         to a container). Because of that we was leaking
10827         gs processes. Couldnt think to a clean fix.
10828         We need to figure this out, password view has the
10829         same issue probably.
10830
10831 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10832
10833         * ps/ps-document.c: (ps_document_finalize),
10834         (ps_document_get_n_pages), (ps_document_get_page):
10835
10836         Some cleanups, stop the interpreter on finalize
10837
10838         * shell/ev-page-view.c: (ev_page_view_dispose),
10839         (ev_page_view_class_init):
10840
10841         Release our reference on the document
10842
10843 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10844
10845         * Makefile.am:
10846         * configure.ac:
10847         * doc/debugging.txt:
10848         * lib/.cvsignore:
10849         * lib/Makefile.am:
10850         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10851         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10852         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10853         * lib/ev-debug.h:
10854
10855         Add debugging helpers
10856
10857         * ps/Makefile.am:
10858         * ps/ps-document.c: (set_up_page), (start_interpreter),
10859         (stop_interpreter), (document_load), (ps_document_next_page),
10860         (ps_document_goto_page), (ps_document_set_page_size),
10861         (ps_document_widget_event), (ps_document_render):
10862         * shell/Makefile.am:
10863         * shell/ev-view.c: (expose_bin_window):
10864         * shell/main.c: (main):
10865
10866         Add some logs
10867         
10868 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * ps/ps-document.c: (ps_document_widget_event):
10871
10872         Initialize message_window, this should make ps
10873         rendering really work! (Never noticed because I was
10874         testing with a ps that is causing gs to exit every time!)
10875
10876 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10877
10878         * data/evince.schemas.in: updated simple error in applyto closing tag
10879
10880 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10881
10882         * Makefile.am:
10883         * configure.ac:
10884         * data/.cvsignore:
10885         * data/Makefile.am:
10886         * data/evince-ui.xml:
10887         A data/evince.schemas.in:
10888         * po/POTFILES.in:
10889         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10890         * shell/ev-stock-icons.h:
10891         * shell/ev-window.c: (update_chrome_visibility),
10892         (update_chrome_flag), (ev_window_cmd_edit_find),
10893         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10894         (ev_window_unfullscreen), (ev_window_focus_in_event),
10895         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10896         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10897         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10898         (ev_window_dispose), (ev_window_class_init),
10899         (set_action_properties), (set_chrome_actions), (load_chrome),
10900         (ev_window_init):
10901
10902         Implement fullscreen mode changes from bug #164776.
10903         Also implement persistent chrome toggles.
10904
10905 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10906
10907         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10908
10909 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * NEWS:
10912         * configure.ac:
10913         * shell/ev-view.c:
10914
10915         Add another check for find interface
10916
10917         Release 0.1.3
10918
10919 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10920
10921         * shell/ev-application.c: (ev_application_open):
10922         * shell/ev-window.c: (ev_window_open):
10923
10924         Open gzipped ps documents
10925
10926 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10927
10928         * TODO:
10929         * shell/ev-view.c: (set_document_page):
10930
10931         Clamp page number, dont try to move to
10932         not existant pages.
10933
10934 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10935
10936         * backend/ev-document-find.c: (ev_document_find_changed):
10937         * backend/ev-document-find.h:
10938         * pdf/xpdf/pdf-document.cc:
10939         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10940         * shell/ev-window.c: (find_bar_search_changed_cb):
10941
10942         Fix several bugs with find
10943
10944 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10945
10946         * shell/ev-sidebar-thumbnails.c
10947         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10948         document. Prevents warning from scroll_to_cell.
10949
10950 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10951
10952         * configure.ac: Add «nb» to ALL_LINGUAS too.
10953
10954 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10955
10956         * NOTES: New file with some random thoughts.
10957
10958         * TODO: Update.
10959
10960         * backend/ev-document-misc.c:
10961         (ev_document_misc_get_page_border_size): New function to
10962         canonicalize shadow drawing sizes.  Possibly goofy.
10963
10964         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10965         (ev_view_best_fit), (ev_view_fit_width):
10966         * pdf/xpdf/pdf-document.cc:
10967         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10968         * ps/ps-document.c: (ps_document_get_page_size):
10969         * backend/ev-document-misc.h:
10970         * backend/ev-document.c: (ev_document_get_page_size):
10971         * backend/ev-document.h: get_page_size now takes a page number
10972         parameter.  Made all the backends/frontends honor it.
10973
10974         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10975         see.  Doesn't work yet.
10976
10977         * shell/Makefile.am:
10978         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10979         Doesn't do anything yet.
10980
10981         * shell/ev-sidebar-thumbnails.c:
10982         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10983         [0..n_pages-1]
10984
10985         * shell/ev-window.c: (update_action_sensitivity),
10986         (ev_window_setup_document), (ev_window_set_page_mode),
10987         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10988         view-swapping code a bit so we can have multiple views on a
10989         document.  Add the multi-page view, though it can't be turned on
10990         yet.
10991
10992 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10993
10994         * shell/ev-application.c: (ev_application_open):
10995         * shell/ev-view.c: (expose_bin_window):
10996         * shell/ev-window.c: (ev_window_open):
10997
10998         Support eps and check document supports find
10999         before drawing highlightings in expose.
11000
11001 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11002
11003         * pixbuf/pixbuf-document.c:
11004         (pixbuf_document_thumbnails_get_dimensions),
11005         (pixbuf_document_document_thumbnails_iface_init):
11006
11007         implement get_dimensions
11008
11009 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11010
11011         * NEWS:
11012         * configure.ac:
11013
11014         Release 0.1.2
11015
11016 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11017
11018         * shell/ev-view.c: (set_document_page):
11019
11020         Scroll at the top of the page when changing page
11021
11022 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11023
11024         * shell/ev-view.c: (ev_view_motion_notify_event):
11025
11026         Do not redraw unnecessarily
11027
11028 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * pdf/xpdf/pdf-document.cc:
11031         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11032         (expose_bin_window), (find_changed_cb):
11033
11034         Yay! find works now... Now to find bugs...
11035
11036 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11037
11038         * backend/ev-document-find.c: (ev_document_find_base_init),
11039         (ev_document_find_changed):
11040         * backend/ev-document-find.h:
11041         * pdf/xpdf/pdf-document.cc:
11042         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11043         (expose_bin_window), (ev_view_init), (set_document_page),
11044         (ensure_rectangle_is_visible), (jump_to_find_result),
11045         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11046         (ev_view_find_next), (ev_view_find_previous):
11047         * shell/ev-view.h:
11048         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11049
11050         More work on find implementation, mostly there now
11051
11052 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * backend/ev-backend-marshalers.list:
11055         * backend/ev-document-find.c: (ev_document_find_base_init),
11056         (ev_document_find_cancel), (ev_document_find_page_has_results),
11057         (ev_document_find_get_n_results), (ev_document_find_get_result),
11058         (ev_document_find_get_progress), (ev_document_find_changed):
11059         * backend/ev-document-find.h:
11060
11061         Enanche the find interface to be really able to do
11062         multi page find.
11063
11064         * pdf/xpdf/pdf-document.cc:
11065
11066         Implement
11067
11068         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11069         (expose_bin_window), (ev_view_init),
11070         (ev_view_get_find_status_message), (find_changed_cb),
11071         (ev_view_set_document), (set_document_page):
11072
11073         Adapt to the new interface. A few things are regressed sorry,
11074         I will finish it soon.
11075
11076 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11077
11078         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11079         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11080         ev_sidebar_thumbnails_parent_class variable, don't define another
11081         parent_class variable.
11082
11083         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11084         (ev_page_action_class_init): ditto.
11085
11086         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11087         (pixbuf_document_class_init): ditto.
11088
11089         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11090         ditto.
11091
11092         * .cvsignore: ignore various valgrind output files.
11093
11094 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * data/evince-ui.xml:
11097         * shell/Makefile.am:
11098         * shell/ev-history.c:
11099         * shell/ev-history.h:
11100         * shell/ev-navigation-action.c:
11101         * shell/ev-navigation-action.h:
11102         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11103         (ev_view_set_page), (ev_view_fit_width):
11104         * shell/ev-view.h:
11105         * shell/ev-window.c: (update_action_sensitivity),
11106         (ev_window_setup_document), (register_custom_actions):
11107
11108         Kill session history
11109
11110 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11111
11112         * shell/ev-window.c: (update_action_sensitivity):
11113
11114         Fix inverted up/down buttons
11115
11116 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11117
11118         * shell/ev-sidebar-thumbnails.c
11119         (ev_sidebar_thumbnails_select_page): make sure the selected
11120         thumbnail stays visible.
11121
11122 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11123
11124         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11125         scrolled window for Federico.
11126
11127 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11128
11129         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11130
11131 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11132
11133         * configure.ac:
11134         * pdf/splash/SplashFTFontEngine.cc:
11135
11136         Fix CID fonts with freetype 2.1.9
11137
11138 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11139
11140         * TODO: added item for desktop icon thumbnailer
11141
11142 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11143
11144         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11145         unloaded docs when the title is accessed.
11146
11147         * shell/ev-password-view.[hc]: New widget for displaying password
11148         state.
11149
11150         * shell/ev-window.[ch]: Refactor password handling code to handle
11151         the new view.
11152
11153 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11154
11155         * NEWS:
11156         * configure.ac:
11157         * data/Makefile.am:
11158
11159         Release 0.1.1
11160
11161 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11162
11163         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11164         ignore page offset here, to make search results independent of it,
11165
11166         * shell/ev-view.c (expose_bin_window): but take offsets into
11167         account here. Bug #164932
11168
11169         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11170         scale at the right time. Bug #164996
11171
11172 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11173
11174         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11175         fix the problem. Now I just removed the Adobe font names and hope
11176         that the URW fonts are always in outline format. Bug #164934
11177
11178         * shell/ev-window.c (update_window_title): empty titles are
11179         useless, use filename in that case too.
11180
11181         * NEWS: Add some content.
11182
11183 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11184
11185         * TODO: added one more TODO item and a TODONE section :)
11186
11187 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11188
11189         * ps/ps-document.h: add page_[xy]_offset fields.
11190
11191         * ps/ps-document.c (ps_document_set_page_offset)
11192         (ps_document_render): Keep offset in consideration in a few
11193         places. Bug #164752 "postscript documents are not centered in
11194         window"
11195
11196         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11197         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11198
11199         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11200         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11201         stub out missing methods for complete EvDocument implementation.
11202         Fixes segfaults with Save A Copy and Copy actions.
11203
11204         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11205         (ps_document_document_iface_init): ditto.
11206         
11207 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * data/.cvsignore:
11210         * data/Makefile.am:
11211         * data/evince.desktop.in:
11212
11213         Add desktop file
11214
11215 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11216
11217         * shell/ev-view.c: (ev_view_button_press_event),
11218         (ev_view_motion_notify_event):
11219
11220         Make selection work in any direction
11221
11222 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11223
11224         * TODO:
11225         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11226
11227         Use shorter labels for some of the toolbars items
11228
11229 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11230
11231         * pdf/xpdf/pdf-document.cc:
11232
11233         Check the links info is initialized before
11234         using it. Should fix a crash on startup.
11235
11236 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11237
11238         * pixbuf/pixbuf-document.c
11239         (pixbuf_document_thumbnails_get_dimensions): force floating point
11240         division to calculate page_ratio. Fixes crash with landscape
11241         format pixbufs.
11242
11243 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11244
11245         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11246
11247 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11248
11249         * shell/ev-view.c (set_document_page): unset has_selection when
11250         the page changes.
11251         (set_document_page): handle paper size changes when the page
11252         changes (test with Free Culture, page 2).
11253
11254 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11255
11256         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11257         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11258
11259         Use normal style color for the widget background and
11260         draw a black box around the page.
11261
11262 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11263
11264         * pdf/xpdf/pdf-document.cc:
11265
11266         Keep offset in consideration in a few places
11267
11268         * shell/ev-view.c: (expose_bin_window):
11269
11270         Set the offsets so that the document is ever centered
11271
11272 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11273
11274         * TODO: Added TODO items and finished off the first todo item
11275
11276         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11277         reflect current authors
11278
11279 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11280
11281         * pdf/xpdf/pdf-document.cc:
11282         * shell/ev-view.c: (ev_view_set_cursor),
11283         (ev_view_motion_notify_event), (document_changed_callback),
11284         (set_document_page):
11285
11286         Show a wait cursor while the page is rendering
11287
11288 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11289
11290         * shell/ev-sidebar-thumbnails.c:
11291         (ev_sidebar_tree_selection_changed),
11292         (ev_sidebar_thumbnails_select_page):
11293         * shell/ev-sidebar-thumbnails.h:
11294         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11295         (ev_view_can_go_forward):
11296         * shell/ev-window.c: (ev_window_open_page),
11297         (ev_window_setup_document), (update_current_page),
11298         (view_page_changed_cb), (ev_window_init):
11299         * shell/ev-window.h:
11300
11301         Ensure thumbnails selection, toolbar page control and
11302         current page are in sync.
11303
11304 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * pdf/xpdf/XRef.cc:
11307
11308         Fix CAN-2005-0064
11309
11310 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11311
11312         * backend/Makefile.am:
11313         * backend/ev-document-links.h:
11314         * backend/ev-document-security.c: (ev_document_security_get_type),
11315         (ev_document_security_has_document_security),
11316         (ev_document_security_set_password):
11317         * backend/ev-document-security.h:
11318         * backend/ev-document.c: (ev_document_error_quark):
11319         * backend/ev-document.h:
11320         * data/Makefile.am:
11321         * data/evince-password.glade:
11322         * pdf/xpdf/pdf-document.cc:
11323         * shell/Makefile.am:
11324         * shell/ev-password.c: (ev_password_set_bad_password_label),
11325         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11326         (ev_password_dialog_get_password),
11327         (ev_password_dialog_set_bad_pass):
11328         * shell/ev-password.h:
11329         * shell/ev-window.c: (ev_window_get_attribute),
11330         (ev_window_set_property), (update_action_sensitivity),
11331         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11332         (ev_window_setup_document), (ev_window_get_password),
11333         (ev_window_open), (ev_window_cmd_save_as),
11334         (using_postscript_printer), (ev_window_print),
11335         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11336         (update_fullscreen_popup), (ev_window_fullscreen),
11337         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11338         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11339         (menu_item_select_cb), (find_bar_search_changed_cb),
11340         (ev_window_dispose), (ev_window_init):
11341
11342         Add initial support for password-supported dialogs.  This could be
11343         a lot cooler, but it'll do for now.
11344
11345 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11346
11347         * pdf/xpdf/pdf-document.cc:
11348         * shell/ev-view.c: (status_message_from_link),
11349         (ev_view_set_status), (ev_view_set_cursor),
11350         (ev_view_motion_notify_event), (ev_view_init):
11351         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11352
11353         Fix bugs in the links implementation and change cursor
11354         when hovering a link.
11355
11356 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11357
11358         * viewer/.cvsignore: added cvsignore file for viewer directory
11359
11360         * TODO: created TODO document
11361
11362 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11363
11364         * shell/ev-view.h:
11365         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11366         new functions to help with implementation of sensitivity code
11367         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11368         of all actions that might require it.  Fixes a crash when you
11369         click on the Zoom actions in a window lacking a document.
11370
11371 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11372
11373         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11374         of the Find action
11375
11376 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11377
11378         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11379         (pixbuf_document_document_iface_init):
11380         * ps/ps-document.c: (ps_document_get_link),
11381         (ps_document_document_iface_init):
11382         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11383         (status_message_from_link), (ev_view_set_status),
11384         (ev_view_set_find_status), (ev_view_motion_notify_event),
11385         (ev_view_button_release_event), (ev_view_set_property),
11386         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11387         (ev_view_get_find_status_message), (update_find_results),
11388         (ev_view_get_status), (ev_view_get_find_status):
11389         * shell/ev-view.h:
11390         * shell/ev-window.c: (view_status_changed_cb),
11391         (view_find_status_changed_cb), (ev_window_init):
11392
11393         View status message support, use it to show the links.
11394         Needs work...
11395
11396 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11397
11398         * backend/ev-document.c: (ev_document_get_link):
11399         * backend/ev-document.h:
11400         * pdf/xpdf/pdf-document.cc:
11401         * shell/ev-application.c: (ev_application_open):
11402         * shell/ev-application.h:
11403         * shell/ev-sidebar-links.c: (selection_changed_cb):
11404         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11405         (ev_view_go_to_link):
11406
11407         Add support for document links
11408
11409 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11410
11411         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11412         (create_tool_item):
11413         Set the spin button limits correctly.
11414         
11415         * shell/ev-sidebar-thumbnails.c:
11416         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11417         Support changing pages by clicking on the thumbnails.
11418         
11419 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11420
11421         * pixbuf/pixbuf-document.c:
11422         (pixbuf_document_thumbnails_get_dimensions),
11423         (pixbuf_document_document_thumbnails_iface_init):
11424
11425         implement get_dimensions
11426
11427 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11428
11429         * ps/ps-document.c: (ps_document_goto_page):
11430
11431         Fix page switching on multipage documents
11432
11433 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11434
11435         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11436         
11437         check for NULL before assigning to width and height parameters
11438
11439 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11440
11441         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11442         (pixbuf_document_set_property), (pixbuf_document_get_property):
11443
11444         implement get/set properties
11445
11446 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11447
11448         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11449         
11450         return NULL instead of "Unknown", letting the title get set to
11451         the filename when the pdf has no title.
11452
11453 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11454
11455         * ps/ps-document.c: (ps_document_get_page_count),
11456         (ps_document_goto_page):
11457
11458 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * shell/ev-history.c: (ev_history_get_property),
11461         (ev_history_set_property), (ev_history_class_init),
11462         (ev_history_add_page), (ev_history_set_current_index):
11463         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11464         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11465         (ev_navigation_action_finalize):
11466         * shell/ev-navigation-action.h:
11467         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11468         (ev_view_go_forward), (ev_view_get_find_status_message),
11469         (history_index_changed_cb), (ev_view_set_history):
11470         * shell/ev-view.h:
11471         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11472         (update_current_page), (register_custom_actions):
11473
11474         Implement history dropdowns
11475
11476 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11477
11478         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11479         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11480         (ev_view_go_forward):
11481         * shell/ev-window.c: (register_custom_actions):
11482
11483         Fix several history bugs
11484
11485 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11486
11487         * configure.ac: Add «nb» to ALL_LINGUAS.
11488
11489 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * backend/Makefile.am:
11492         * backend/ev-bookmark.c:
11493         * backend/ev-bookmark.h:
11494         * backend/ev-document-bookmarks.c:
11495         * backend/ev-document-bookmarks.h:
11496         * backend/ev-document-links.c: (ev_document_links_get_type),
11497         (ev_document_links_has_document_links),
11498         (ev_document_links_begin_read), (ev_document_links_get_link),
11499         (ev_document_links_get_child), (ev_document_links_next),
11500         (ev_document_links_free_iter):
11501         * backend/ev-document-links.h:
11502         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11503         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11504         (ev_link_get_link_type), (ev_link_set_link_type),
11505         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11506         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11507         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11508         (ev_link_new_external):
11509         * backend/ev-link.h:
11510         * pdf/xpdf/pdf-document.cc:
11511         * shell/Makefile.am:
11512         * shell/ev-application.c: (ev_application_open_link):
11513         * shell/ev-application.h:
11514         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11515         (ev_history_get_link_nth):
11516         * shell/ev-history.h:
11517         * shell/ev-sidebar-bookmarks.c:
11518         * shell/ev-sidebar-bookmarks.h:
11519         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11520         (ev_sidebar_links_class_init), (selection_changed_cb),
11521         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11522         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11523         (do_one_iteration), (populate_links_idle),
11524         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11525         * shell/ev-sidebar-links.h:
11526         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11527         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11528         (go_to_index):
11529         * shell/ev-view.h:
11530         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11531         * shell/ev-window.h:
11532
11533         Rename bookmark to link, and use "Index" for the sidebar panel.
11534
11535 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11536
11537         * shell/Makefile.am:
11538         * shell/ev-application.c: (ev_application_open_bookmark):
11539         * shell/ev-application.h:
11540         * shell/ev-history.c: (ev_history_init), (free_links_list),
11541         (ev_history_finalize), (ev_history_class_init),
11542         (ev_history_add_link), (ev_history_add_page),
11543         (ev_history_get_link_nth), (ev_history_get_n_links),
11544         (ev_history_get_current_index), (ev_history_set_current_index),
11545         (ev_history_new):
11546         * shell/ev-history.h:
11547         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11548         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11549         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11550         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11551         (ev_view_set_page):
11552         * shell/ev-view.h:
11553         * shell/ev-window.c: (ev_window_open_bookmark),
11554         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11555         (goto_page_cb), (register_custom_actions):
11556         * shell/ev-window.h:
11557
11558         Initial history implementation. Needs work.
11559
11560 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11561
11562         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11563
11564 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * cut-n-paste/recent-files/egg-recent-item.c:
11567         * cut-n-paste/recent-files/egg-recent-item.h:
11568         * cut-n-paste/recent-files/egg-recent-model.c:
11569         * cut-n-paste/recent-files/egg-recent-util.c:
11570         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11571         * cut-n-paste/recent-files/egg-recent-view.c:
11572
11573         Update
11574
11575 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11576
11577         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11578         (fillGlyph, fillImageMask, drawImage):
11579         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11580         pdf/splash/SplashTypes.h:
11581         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11582         packed mode for Splash.
11583
11584         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11585         RGB8 packed mode, eliminates the pixbuf data creation loop.
11586
11587         * shell/ev-print-job.c (ev_print_job_finalize)
11588         (ev_print_job_set_property, ev_print_job_get_property)
11589         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11590         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11591         (print_closure_finalize, ev_print_job_print): implement
11592         printing (for backends with EvPsExporter)
11593
11594         * shell/ev_print_job.h: update prototypes.
11595
11596         * shell/ev-window.c (ev_window_print): unref print job after
11597         printing.
11598
11599         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11600         unless the document implements the EvDocumentFind interface.
11601
11602 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11603
11604         * configure.ac: Added ja to ALL_LINGUAS.
11605
11606 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11607
11608         * pdf/xpdf/pdf-document.cc:
11609
11610         add a FIXME. We should probably not allocate
11611         a bookmark object every time
11612
11613 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11614
11615         * shell/ev-application.c: (ev_application_open),
11616         (ev_application_open_bookmark):
11617         * shell/ev-application.h:
11618         
11619         Add a way to open bookmarks
11620
11621         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11622         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11623         (ev_bookmark_set_property), (ev_bookmark_class_init),
11624         (ev_bookmark_new_title), (ev_bookmark_new_link),
11625         (ev_bookmark_new_external):
11626
11627         Support for external uris, better constructors.
11628
11629         * backend/ev-bookmark.h:
11630         * pdf/xpdf/pdf-document.cc:
11631         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11632
11633         Handle external uris
11634
11635 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11636
11637         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11638         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11639
11640         Hook up bookmarks navigation
11641
11642 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11643
11644         * backend/Makefile.am:
11645         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11646         (ev_bookmark_get_title), (ev_bookmark_set_title),
11647         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11648         (ev_bookmark_get_page), (ev_bookmark_set_page),
11649         (ev_bookmark_get_property), (ev_bookmark_set_property),
11650         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11651         (ev_bookmark_new):
11652         * backend/ev-bookmark.h:
11653         * backend/ev-document-bookmarks.c:
11654         (ev_document_bookmarks_get_bookmark):
11655         * backend/ev-document-bookmarks.h:
11656         * pdf/xpdf/pdf-document.cc:
11657         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11658
11659         Add a bookmark object to the backend and use it instead of get_values
11660
11661 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * data/evince-ui.xml:
11664
11665         Cleanup and add select all.
11666
11667         * shell/ev-view.c: (ev_view_select_all),
11668         (ev_view_button_press_event):
11669         * shell/ev-view.h:
11670         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11671
11672         Add select all.
11673         Clear selection on click.
11674
11675 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11676
11677         * shell/ev-sidebar-thumbnails.c
11678         (ev_sidebar_thumbnails_set_document): forgot to unref the
11679         loading_icon.
11680
11681 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11682
11683         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11684         at the visible page, not just linearly.  This makes it look fast.
11685
11686 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11687
11688         * backend/ev-document-misc.c
11689         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11690         white.
11691         * backend/ev-document-thumbnails.h: New interface to get the size
11692         of a page.
11693
11694 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11695
11696         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11697         make dist works
11698
11699 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11700
11701         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11702         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11703         things up a bit.
11704
11705         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11706
11707 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11708
11709         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11710         fonts. Should fix font problems on systems that have the base
11711         fonts in bitmap format. Reported by James Henstridge
11712         <james@jamesh.id.au>.
11713
11714 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11715
11716         * pdf/xpdf/Gfx.cc:
11717         * pdf/xpdf/GfxState.cc:
11718
11719         Fix for CAN-2004-1125
11720
11721 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * shell/ev-view.c: (ev_view_copy):
11724         * shell/ev-view.h:
11725         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11726
11727         Implement Edit->Copy
11728
11729 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11730
11731         * backend/ev-document.c: (ev_document_get_text):
11732         * backend/ev-document.h:
11733         * pdf/xpdf/pdf-document.cc:
11734         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11735         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11736         (ev_view_update_primary_selection), (ev_view_button_press_event),
11737         (ev_view_motion_notify_event), (ev_view_button_release_event):
11738
11739         Beginnings of clipboard support. Incomplete but primary sort
11740         of work.
11741
11742 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11743
11744         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11745         (expose_bin_window):
11746
11747         Nicer rubberband drawing, from GtkIconView.
11748
11749 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * backend/ev-document.c: (ev_document_save):
11752         * backend/ev-document.h:
11753         * data/evince-ui.xml:
11754         * pdf/xpdf/pdf-document.cc:
11755         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11756
11757         Implement "Save a copy..." menu item
11758
11759 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11760
11761         * shell/ev-view.c: (ev_view_zoom):
11762
11763         Queue a resize when zoom changes
11764
11765 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11766
11767         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11768         shadows.
11769
11770         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11771         thumbnails..
11772
11773 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11774
11775         * pdf/xpdf/pdf-document.cc
11776         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11777
11778 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11779
11780         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11781         It's slow, but I'll speed it up next!
11782
11783 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11784
11785         * shell/main.c (load_files):
11786
11787         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11788         from the command line and because it seems more appropriate.
11789
11790 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * data/evince-ui.xml:
11793         * shell/ev-window.c: (update_action_sensitivity),
11794         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11795
11796         s/next page/page down
11797         s/previous page/page up
11798
11799 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11800
11801         * data/evince-ui.xml:
11802
11803         Change the layout to match clarkbw design.
11804
11805         * shell/Makefile.am:
11806         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11807         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11808         (ev_navigation_action_finalize),
11809         (ev_navigation_action_set_property),
11810         (ev_navigation_action_get_property),
11811         (ev_navigation_action_class_init):
11812         * shell/ev-navigation-action.h:
11813
11814         Implement clarkbw toolbar navigation controls (incomplete)
11815
11816         * shell/ev-page-action.c: (update_label), (update_spin),
11817         (value_changed_cb), (create_tool_item), (connect_proxy),
11818         (ev_page_action_init), (ev_page_action_finalize),
11819         (ev_page_action_set_property), (ev_page_action_get_property),
11820         (ev_page_action_set_current_page),
11821         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11822         * shell/ev-page-action.h:
11823
11824         Implement a page switcher in the toolbar
11825
11826         * shell/ev-view.c: (ev_view_scroll_view):
11827         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11828         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11829         (register_custom_actions), (ev_window_init):
11830
11831         Change page on PageUp/Down.
11832
11833 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11834
11835         * pdf/xpdf/pdf-document.cc
11836         (pdf_document_thumbnails_get_thumbnail): initial stab at
11837         implementing thumbnail support for pdfs.  It only does documents
11838         with precached pdfs now.
11839
11840 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11841
11842         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11843         thumbnail code into a time-based idle as well.  Also, turn off the
11844         shadow temporarily as it's really slow.
11845
11846 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11847
11848         * backend/ev-document.c: (ev_document_class_init):
11849         * pdf/xpdf/pdf-document.cc:
11850         * shell/ev-window.c: (ev_window_open):
11851
11852         Fix document title bugs and fallback to
11853         filename when not available.
11854
11855 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * backend/ev-document.c: (ev_document_get_type),
11858         (ev_document_class_init), (ev_document_load),
11859         (ev_document_get_title):
11860         * backend/ev-document.h:
11861         * pdf/xpdf/pdf-document.cc:
11862         * ps/ps-document.c: (ps_document_set_property),
11863         (ps_document_get_property), (ps_document_class_init),
11864         (document_load):
11865         * ps/ps-document.h:
11866         * ps/ps.h:
11867         * shell/ev-window.c: (update_window_title), (ev_window_open),
11868         (ev_window_init):
11869
11870         Initial support for document title. Not working yet.
11871
11872 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11875
11876         Grab focus on the view when clicking it
11877
11878 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11879
11880         * shell/ev-marshal.list:
11881         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11882         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11883
11884         Add key bindings to the view. Now if the focus would work
11885         right...
11886
11887 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11888
11889         * Makefile.am:
11890         * backend/Makefile.am:
11891         * data/Makefile.am:
11892         * dvi/Makefile.am:
11893         * dvi/dvilib/Makefile.am:
11894         * pdf/xpdf/Makefile.am:
11895         * po/POTFILES.in:
11896         * ps/Makefile.am:
11897
11898         Fix distcheck
11899
11900 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * shell/ev-view.c: (ev_view_realize):
11903
11904         Fix mouse wheel scrolling
11905
11906 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * ps/Makefile.am:
11909         * ps/gstypes.h:
11910         * ps/gtkgs.c:
11911         * ps/gtkgs.h:
11912         * ps/ps-document.c: (catchPipe), (ps_document_init),
11913         (ps_document_class_init), (ps_document_cleanup),
11914         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11915         (set_up_page), (close_pipe), (is_interpreter_ready),
11916         (interpreter_failed), (output), (input), (start_interpreter),
11917         (stop_interpreter), (file_length), (file_readable),
11918         (check_filecompressed), (check_pdf), (compute_xdpi),
11919         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11920         (ps_document_get_type), (ps_document_emit_error_msg),
11921         (document_load), (ps_document_next_page),
11922         (ps_document_get_current_page), (ps_document_get_page_count),
11923         (ps_document_goto_page), (ps_document_set_page_size),
11924         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11925         (ps_document_load), (ps_document_get_n_pages),
11926         (ps_document_set_page), (ps_document_get_page),
11927         (ps_document_widget_event), (ps_document_set_target),
11928         (ps_document_set_scale), (ps_document_set_page_offset),
11929         (ps_document_get_page_size), (ps_document_render),
11930         (ps_document_document_iface_init):
11931         * ps/ps-document.h:
11932         * ps/ps.c:
11933         * shell/ev-window.c: (ev_window_open):
11934
11935         Rename GtkGS to PSDocument
11936
11937 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * ps/gtkgs.c: (gtk_gs_class_init):
11940         * ps/gtkgs.h:
11941
11942         Some more leftover...
11943
11944 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11947         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11948         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11949         * ps/gtkgs.h:
11950
11951         Remove unused code and make a lot of stuff private
11952
11953 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11954
11955         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11956         (gtk_gs_defaults_changed):
11957         * ps/gsdefaults.h:
11958         * ps/gtkgs.c:
11959         * ps/gtkgs.h:
11960         * ps/ps.h:
11961
11962         Cleanup headers dependencies
11963
11964 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11965
11966         * ps/Makefile.am:
11967         * ps/ggvutils.c:
11968         * ps/ggvutils.h:
11969         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11970         * ps/gsdefaults.h:
11971         * ps/gtkgs.c: (file_length), (file_readable),
11972         (check_filecompressed), (check_pdf), (gtk_gs_load),
11973         (gtk_gs_get_postscript):
11974
11975         Get rid of ggvutils
11976
11977 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11978
11979         * ps/ggvutils.c:
11980         * ps/ggvutils.h:
11981         * ps/gsio.h:
11982         * ps/gtkgs.c: (gtk_gs_set_zoom):
11983
11984         Cleanups
11985
11986 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11989
11990         Ensure the page is rerendered when changing zoom
11991
11992 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11993
11994         * backend/ev-document.c: (ev_document_base_init),
11995         (ev_document_changed):
11996         * backend/ev-document.h:
11997
11998         Add a changed event that is emitted when the page content
11999         changes. This is necessary to deal with the fact that
12000         in ps backend rendering happen asycrounously.
12001         This makes the ps backend mostly work.
12002
12003         * pdf/xpdf/pdf-document.cc:
12004
12005         Emit changed event
12006
12007         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12008         (ps_document_set_target):
12009
12010         Emit changed event
12011
12012         * shell/ev-view.c: (document_changed_callback),
12013         (ev_view_set_document), (ev_view_set_page):
12014
12015         Redraw on the changed signal
12016
12017 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12018
12019         * configure.ac: Added pt_BR to ALL_LINGUAS.
12020
12021 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12022
12023         * backend/ev-document-bookmarks.c:
12024         (ev_document_bookmarks_get_child): *
12025         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12026         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12027         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12028         (ev_sidebar_bookmarks_destroy),
12029         (ev_sidebar_bookmarks_class_init),
12030         (ev_sidebar_bookmarks_construct), (stack_data_free),
12031         (do_one_iteration), (populate_bookmarks_idle),
12032         (ev_sidebar_bookmarks_clear_document),
12033         (ev_sidebar_bookmarks_set_document): *
12034         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12035         (ev_sidebar_add_page),
12036         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12037         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12038         it displays both the topics and the page numbers.
12039
12040 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12041
12042         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12043         toggle.
12044         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12045         visible.
12046
12047 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12048
12049         * configure.ac: Added en_CA to ALL_LINGUAS.
12050
12051 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12052
12053         * ChangeLog: replace bottom of this ChangeLog (merged history of
12054         ggv and gpdf; where all paths were wrong and most of the files are
12055         not even in this tree) with ChangeLog (from arch) of the shell
12056         code.
12057
12058 2004-12-23  Havoc Pennington  <hp@redhat.com>
12059
12060         * shell/ev-window.c: hook up potentially-questionable "find
12061         results status text" feature - something involving the sidebar or
12062         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12063         might be better in the end.
12064
12065         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12066         with corresponding signal when it should be updated
12067
12068         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12069
12070 2004-12-22  Havoc Pennington  <hp@redhat.com>
12071
12072         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12073         find stuff on other pages, sort of (only returns one result on
12074         invisible pages, to show they have results; updates full results
12075         for a page when you view it). Currently repaints the current page
12076         every time a new result is found on any page, which isn't so nice.
12077
12078 2004-12-22  Havoc Pennington  <hp@redhat.com>
12079
12080         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12081         the document doesn't support find (better ideas?)
12082         (find_bar_search_changed_cb): handle missing document or document
12083         that doesn't support find
12084
12085         * pdf/xpdf/pdf-document.cc: port to implement the new
12086         EvDocumentFindIface
12087
12088         * backend/ev-document-find.c: create a new interface for searching
12089
12090         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12091
12092 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12093
12094         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12095         libevbackend.la.
12096
12097         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12098         EvPrintJob constructor arguments.
12099
12100         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12101         for documents that can export PostScript (page by page).
12102
12103         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12104         
12105         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12106         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12107         (pdf_document_ps_exporter_iface_init:
12108         Implement EvPSExporter.
12109
12110         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12111
12112 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12113
12114         * backend/Makefile.am:
12115         * backend/ev-document-thumbnails.c:
12116         (ev_document_thumbnails_get_type),
12117         (ev_document_thumbnails_get_thumbnail):
12118         * backend/ev-document-thumbnails.h:
12119         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12120         (pixbuf_document_thumbnails_get_thumbnail),
12121         (pixbuf_document_document_thumbnails_iface_init):
12122         * shell/Makefile.am:
12123         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12124         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12125         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12126         * shell/ev-sidebar-thumbnails.h:
12127         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12128         (ev_sidebar_set_document):
12129         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12130         (create_shadow), (ev_pixbuf_add_shadow):
12131         * shell/ev-utils.h:
12132         Add thumbnail support.
12133         
12134 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12135
12136         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12137         (using_postscript_printer): Set up a print dialog for "PostScript
12138         injection" method.
12139
12140         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12141         EvPrintJob.
12142
12143         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12144
12145 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12148         (ps_document_set_target), (ps_document_get_page_size),
12149         (ps_document_render):
12150         * ps/gtkgs.h:
12151
12152         Fix a few bugs
12153
12154 2004-12-22  Christian Rose  <menthos@menthos.com>
12155
12156         * configure.ac: Added "sv" to ALL_LINGUAS.
12157
12158 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12159
12160         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12161         document supports bookmarks.
12162
12163 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12164
12165         * ps/ggvutils.c: (ggv_file_readable):
12166         * ps/ggvutils.h:
12167         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12168         (gtk_gs_get_postscript):
12169
12170         Remove unused utils
12171
12172 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12173
12174         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12175         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12176         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12177         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12178         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12179         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12180         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12181         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12182         (gtk_gs_set_antialiasing), (ps_document_load),
12183         (ps_document_render):
12184         * ps/gtkgs.h:
12185
12186         Another check point for the ps backend. Now I can get it to show
12187         pages!
12188
12189 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12190
12191         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12192         document setting code.
12193
12194 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12195
12196         * shell/eggfindbar.c: (entry_activate_callback):
12197         Animate the next button when activate is pressed.
12198         
12199 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12200
12201         * shell/ev-window.c: (ev_window_cmd_edit_find),
12202         (update_fullscreen_popup), (ev_window_fullscreen),
12203         (ev_window_unfullscreen), (ev_window_state_event_cb),
12204         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12205         Fix bugs in fullscreen code.
12206         
12207 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12208
12209         * Makefile.am:
12210         * configure.ac:
12211         * pixbuf/Makefile.am:
12212         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12213         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12214         (pixbuf_document_set_page), (pixbuf_document_get_page),
12215         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12216         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12217         (pixbuf_document_render), (pixbuf_document_begin_find),
12218         (pixbuf_document_end_find), (pixbuf_document_finalize),
12219         (pixbuf_document_class_init),
12220         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12221         * pixbuf/pixbuf-document.h:
12222         * shell/Makefile.am:
12223         * shell/ev-application.c: (ev_application_open):
12224         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12225         (ev_window_open):
12226         Add pixbuf backend.
12227         
12228 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12229
12230         * Makefile.am: 
12231         * dvi/dvilib/Makefile.am:
12232         * dvi/Makefile.am:
12233         * configure.ac: Auto*ify dvi and dvi/dvilib
12234
12235         * dvi/Makefile: Remove from CVS
12236         
12237         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12238         confusion.
12239
12240         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12241         
12242         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12243         
12244 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * ps/Makefile.am:
12247         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12248         (gtk_gs_value_adjustment_changed), (compute_size),
12249         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12250         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12251         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12252         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12253         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12254         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12255         (ps_document_load), (ps_document_get_n_pages),
12256         (ps_document_set_page), (ps_document_get_page),
12257         (ps_document_set_target), (ps_document_set_scale),
12258         (ps_document_set_page_offset), (ps_document_get_page_size),
12259         (ps_document_render), (ps_document_begin_find),
12260         (ps_document_end_find), (ps_document_document_iface_init):
12261         * ps/gtkgs.h:
12262         * shell/Makefile.am:
12263         * shell/ev-window.c: (ev_window_open):
12264
12265         Some work to integrate gtkgs with EvDocument
12266
12267 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12268
12269         * shell/ev-window.c: (update_fullscreen_popup),
12270         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12271         (exit_fullscreen_button_clicked_cb),
12272         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12273         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12274         (ev_window_state_event_cb), (ev_window_init):
12275         Add fullscreen support from Epiphany.
12276         
12277 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12278
12279         * data/ev-stock-zoom-fit-width.png: fit-width
12280         stock icon from gpdf.
12281         
12282         * shell/ev-stock-icons.[ch]: copied from gpdf.
12283         
12284         * shell/main.c: (main): init stock icons.
12285         
12286         * shell/ev-window.c: use the fit-width icon.
12287         
12288         * data/evince-ui.xml: add zooming toolbar items.
12289
12290 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12291
12292         * shell/ev-view.c: 
12293         (ev_view_best_fit), (ev_view_fit_width): because
12294         get_page_size() returns the scaled page size, we
12295         need to calculate the scale factor relative to
12296         the previous scale factor. Should really just
12297         add get_real_page_size().
12298
12299 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12300
12301         * shell/ev-view.[ch]:
12302         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12303         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12304         add zooming.
12305         
12306         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12307         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12308         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12309         hook it up.
12310         
12311         * pdf/xpdf/pdf-document.cc:
12312         (pdf_document_begin_find),
12313         (pdf_document_end_find): make static.
12314
12315 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12316
12317         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12318
12319         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12320         names to fontconfig patterns.
12321         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12322
12323         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12324         setupBaseFontsFc.
12325
12326 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12327
12328         * Makefile.am:
12329         * configure.ac:
12330         * ps/Makefile.am:
12331         * ps/ggvutils.c:
12332         * ps/ggvutils.h:
12333         * ps/gsdefaults.c:
12334         * ps/gsdefaults.h:
12335         * ps/gsio.c:
12336         * ps/gsio.h:
12337         * ps/gtkgs.c:
12338         * ps/gtkgs.h:
12339         * ps/ps.c:
12340         * ps/ps.h:
12341
12342         Import ggv backend. Not hooked up yet.
12343
12344 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12345
12346         * shell/main.c: (load_files), (main): load files
12347         from the command line.
12348
12349 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12350
12351         * configure.ac: don't require bonobo.
12352         
12353         * cut-n-paste/recent-files/*: kill bonobo recent
12354         view.
12355
12356         * shell/ev-window.c:
12357         (ev_window_is_empty): upd.
12358         (unable_to_load), (ev_window_open): load backend
12359         based on the mime type.
12360
12361 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12362
12363         * backend/.cvsignore: ignore generated marshalers source.
12364
12365         * shell/main.c (main): this is not epiphany.
12366
12367 2004-12-22  Havoc Pennington  <hp@redhat.com>
12368
12369         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12370         (expose_bin_window): draw find highlights
12371
12372         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12373         
12374         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12375         (pdf_document_end_find): implement this interface
12376
12377         * backend/ev-document.c (ev_document_found): add this to emit
12378         signal
12379
12380 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12381
12382         * data/evince-ui.xml: Add a few more toolbar items.
12383
12384         * shell/ev-window.c: Hook up page navigation toolbar 
12385         items.
12386
12387         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12388         a page-changed signal.
12389
12390         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12391         Add ev_document_get_page().
12392
12393         * shell/ev-window.c: Sensitize/desensitize navigation
12394         actions.
12395
12396 2004-12-21  Havoc Pennington  <hp@redhat.com>
12397
12398         * backend/ev-backend-marshal.c,
12399         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12400         marshaler-generator thingy. I'm sure there's a better way to do
12401         this in the modern world.
12402
12403         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12404         end_find methods and "found" signal.
12405
12406         * configure.ac: find glib-genmarshal
12407
12408 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12409
12410         * shell/ev-sidebar.c: Construct an actual sidebar.
12411         * shell/ev-sidebar-bookmarks.[ch]:
12412         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12413
12414 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12415
12416         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12417         Redo size handling.
12418         
12419         * shell/ev-view.c: Track the size from the document.
12420
12421 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12422
12423         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12424         constructor assumes ownership of the string passed in.
12425         
12426         * shell/ev-window.c (ev_window_open): Destroy the error
12427         dialog once we've displayed it.
12428
12429 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12430
12431         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12432         a bit, it works! (sort of)
12433
12434         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12435         Move to .cc since we need to use C++ in the implementation.
12436
12437         * shell/dummy.cc: Add a CC file to force evince
12438         to be linked as a C++ program.
12439
12440 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12441
12442         * shell/ev-view.[ch]: Start of content-area widget.
12443
12444         * shell/ev-window.c: Create a EvView, update it
12445         as we change documents.
12446
12447         * shell/Makefile.am shell/ev-marshal.list: Add
12448         generated marshalers.
12449
12450 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12451
12452         * Makefile.am (SUBDIRS): move shell.
12453
12454 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12455
12456         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12457         .a to libtool convenience libraries.
12458
12459         * shell/ev-window.c (ev_window_open): Hard code loading
12460         a PDF document.
12461         
12462         * backend/ev-document.h: Add a boolean return to load(),
12463         fix GError * to GError **.
12464
12465         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12466         object for a PDF backend EvDocument.
12467
12468 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12469
12470         * dvi/*: New directory with the beginning of a .dvi backend.
12471
12472 2004-12-21  Havoc Pennington  <hp@redhat.com>
12473
12474         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12475         previous/next instead of back/forward
12476
12477 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12478
12479         * backend/ev-document.[ch]: Fix a couple of problems so
12480         it compile.
12481
12482 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12483
12484         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12485         to backend/ directory, rename EvViewer to EvDocument.
12486
12487 2004-12-21  Havoc Pennington  <hp@redhat.com>
12488
12489         * shell/ev-window.c: hook up the find bar widget; now we just need
12490         a document to find things in
12491
12492         * shell/eggfindbar.c: a find bar widget
12493
12494 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12495
12496         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12497
12498 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12499
12500         * pdf/**: Import of xpdf code from gpdf. 
12501
12502         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12503
12504         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12505         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12506         Fix FreeType includes.
12507
12508         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12509         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12510         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12511         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12512         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12513         Include xpdfconfig.h
12514         
12515 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12516
12517         * shell/ev-window.c (ev_window_dispose): dispose can be called
12518         multiple times.
12519
12520 2004-12-21  Havoc Pennington  <hp@redhat.com>
12521
12522         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12523         rather than Evince
12524
12525         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12526         items; really they should be synced with the strings, etc. from
12527         current gpdf, but just getting the boring typing out of the way 
12528
12529 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12530
12531         * po/POTFILES.in:
12532         * shell/ev-application.c: (window_destroy_cb):
12533         * shell/ev-window.c:
12534         * shell/main.c: (main):
12535
12536         Actually show the window...
12537
12538 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12539
12540         * Makefile.am:
12541         * shell/Makefile.am:
12542         * shell/ev-application.c: (ev_application_class_init):
12543         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12544
12545         Make it build again
12546
12547 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12548
12549         Import to gnome cvs.
12550         
12551         * Remove copies of gpdf and ggv trees.
12552         * Rip out all the recursive configure code.
12553         * Remove bonobo machinery.
12554         * viewer/*: GInterfaces that backends should/can implement.
12555
12556 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12557
12558         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12559         typo
12560
12561 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12562
12563         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12564         (ev_application_finalize, ev_application_class_init)
12565         (ev_application_init): use GType instance private data for priv.
12566
12567         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12568         (ev_window_finalize, ev_window_class_init)
12569         (ev_window_init): ditto.
12570
12571 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12572
12573         * shell/ev-application.c (ev_application_new_window): make public
12574         (ev_application_show_initial_window): kill.
12575
12576         * shell/ev-application.h: update prototypes.
12577
12578         * shell/main.cc (main): inline ev_application_show_initial_window.
12579
12580 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12581
12582         * shell/ev-application.c (ev_application_new_window): impl.
12583         (ev_application_show_initial_window): use it.
12584         (is_window_empty, ev_application_get_empty_window): returns an
12585         existing empty window or a new one.
12586         (ev_application_open): from ev_window_cmd_file_open.
12587
12588         * shell/ev-application.h: update prototypes
12589
12590         * shell/ev-window.c (ev_window_is_empty): impl.
12591         (ev_window_open): make public.
12592         (ev_window_cmd_file_open): use ev_application_open
12593
12594         * shell/ev-window.h: update prototypes, remove unused.
12595
12596 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12597
12598         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12599         move destroy handler out of here...
12600
12601         * shell/ev-application.c, shell/ev-application.h: ...into this new
12602         class. Also handles initial window creation.
12603
12604         * shell/main.cc (main): use EvApplication to create initial
12605         window.
12606
12607 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12608
12609         * Makefile.am (SUBDIRS): add cut-n-paste
12610
12611         * cut-n-paste/Makefile.am: add
12612
12613         * configure.ac: generate Makefiles in cut-n-paste
12614
12615 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12616
12617         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12618         (ev_window_class_init): install ev_window_dispose.
12619
12620 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12621
12622         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12623         char (gchar looks stupid).
12624
12625 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12626
12627         * po/de.po: updated German translation.
12628
12629 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12630
12631         * configure.ac: add more pkg-config library checks for gnome-vfs,
12632         bonobo etc.
12633
12634         * gpdf/configure.in: temporarily disable libpaper
12635         checks. Otherwise I'd have to add the checks for the shell, too.
12636
12637 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12638
12639         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12640         and * file filters to the file choose.
12641
12642 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12643
12644         * po/de.po: Updated German translation.
12645
12646 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12647
12648         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12649
12650 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12651
12652         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12653
12654         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12655         (ev_window_init): implement those menuitems.
12656
12657 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12658
12659         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12660
12661         * shell/ev-window.c (ev_window_init): use the toolbar.
12662
12663 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12664
12665         * shell/ev-window.c (ev_window_init): use menu translations
12666
12667 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12668
12669         * configure.ac: add "de" to ALL_LINGUAS.
12670
12671         * po/de.po: add German translation.
12672
12673 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12674
12675         * Makefile.am (SUBDIRS): add po
12676
12677         * configure.ac: check intltool, glib-gettext etc, generate
12678         po/Makefile.in
12679
12680         * po, po/POTFILES.in, po/POTFILES.skip: new.
12681
12682 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12683
12684         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12685         already use (#ifdef ENABLE_NLS)
12686
12687         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12688         pointer indirection thinko.
12689
12690         * shell/main.c: include gi18n.h for bindtextdomain etc.
12691
12692 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12695         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12696         tooltips for menu items in the statusbar.
12697
12698 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12699
12700         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12701         pkgdatadir drop UIDIR
12702
12703 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12704
12705         * data/evince-ui.xml: Add File->Open menu item
12706
12707         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12708         chooser), hook it up in the ui manager.
12709
12710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12711
12712         * shell/ev-window.c: fix Help->About tooltip.
12713
12714 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12715
12716         * configure.ac: set CFLAGS for libevprivate.
12717
12718         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12719         definitions, factory etc.
12720
12721         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12722
12723         * shell/Makefile.am: link against libevprivate.a.
12724
12725         * shell/ev-window.c (entries): add stock icon to Help->About.
12726
12727         * shell/main.c (main): init stock icon code.
12728
12729 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12730
12731         * lib/recent-files: egg recent files code
12732
12733         * lib/Makefile.am: add.
12734
12735         * Makefile.am: add lib subdir.
12736
12737         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12738         set CFLAGS for recent-files.
12739
12740 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12741
12742         * configure.ac: disable -ansi and -pedantic gcc flags. They
12743         disable POSIX stuff in stdio.h, but egg-recent uses them.
12744
12745 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12746
12747         * configure.ac: add --disable-deprecated flag (defaults to on in
12748         "cvs" builds).
12749
12750         * shell/Makefile.am (INCLUDES): use it.
12751
12752 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * shell/main.c: add missing #include.
12755
12756         * shell/ev-window.c: fix for pedantic gcc.
12757         (ev_window_cmd_help_about): split license into paragraphs for
12758         translators and pedantic compilers.
12759
12760 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12761
12762         * configure.ac: add more warning flags if compiling with gcc from
12763         cvs (or explicitly requested with --enable-more-warnings).
12764
12765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12766
12767         * data/evince-ui.xml: add File and File->Close menu.
12768
12769         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12770         (ev_window_destroy): quit after destroy.
12771         (ev_window_class_init): override GtkObject::destroy.
12772         (entries): install close_window callback.
12773
12774 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12775
12776         * Makefile.am (SUBDIRS): add data subdir.
12777
12778         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12779         gtk+ 2.5.0 for GtkAboutDialog.
12780
12781         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12782         main window.
12783
12784         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12785
12786         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12787         manager.
12788         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12789
12790 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12791
12792         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12793
12794 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12795
12796         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12797
12798 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12799
12800         * shell/*: Added shell directory boilerplate, build it.
12801
12802 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12803
12804         * configure.ac, Makefile.am: Added top-level configure.ac and
12805         Makefile.am