]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add support for "Find Previous" as dictated by the GNOME HIG. A menu item
[evince.git] / ChangeLog
1 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2
3         * data/evince-ui.xml:
4         * shell/ev-view.c: (ev_view_can_find_previous):
5         * shell/ev-view.h:
6         * shell/ev-window.c: (ev_window_update_actions),
7         (ev_window_cmd_edit_find_previous):
8
9         Add support for "Find Previous" as dictated by the GNOME HIG. A
10         menu item is added and some glue code to make it all work is added
11         to various files.
12
13 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
14
15         * configure.ac: Award myself the "useless use of cat" award.
16
17 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
18
19         * po/LINGUAS: New file listing all supported languages.
20
21         * configure.in: Use po/LINGUAS instead of including all languages
22         directly in this file. See the wiki for more information:
23         http://live.gnome.org/GnomeGoals/PoLinguas
24
25 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * backend/ev-document-factory.c:
28
29         Do not load the document twice when there isn't errors
30
31 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * backend/ev-attachment.c: 
34
35         Fix a crash when there isn't a default application to open an
36         attachment
37
38 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * backend/ev-attachment.[ch]:
41         * shell/ev-attachment-bar.[ch]:
42
43         Added missing files. 
44
45 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * backend/Makefile.am:
48         * data/evince-ui.xml:
49         * backend/ev-attachment.[ch]:
50         * backend/ev-document.[ch]: (ev_document_has_attachments),
51         (ev_document_get_attachments):
52         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
53         (attachment_save_to_buffer), (pdf_document_get_attachments),
54         (pdf_document_document_iface_init):
55         * shell/Makefile.am:
56         * shell/ev-attachment-bar.[ch]:
57         * shell/ev-window.c:
58
59         Add support for PDF attachments. Fixes bug #325143
60
61 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
62
63         * backend/ev-document-factory.c: (get_document_from_uri),
64         (ev_document_factory_get_document):
65         * backend/ev-document-factory.h:
66         * properties/ev-properties-main.c: (ev_properties_get_pages):
67         * shell/Makefile.am:
68         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
69         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
70         (ev_job_queue_remove_job):
71         * shell/ev-job-queue.h:
72         * shell/ev-job-xfer.c:
73         * shell/ev-job-xfer.h:
74         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
75         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
76         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
77         (ev_job_xfer_run):
78         * shell/ev-jobs.h:
79         * shell/ev-window.c: (ev_window_is_empty),
80         (password_dialog_response), (ev_window_clear_xfer_job),
81         (ev_window_xfer_job_cb), (ev_window_open_uri),
82         (ev_window_cmd_focus_page_selector),
83         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
84         (ev_window_cmd_continuous), (ev_window_cmd_dual),
85         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
86         (ev_window_dispose):
87         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
88         
89         * Cleanup mime type detection on document load. Fix for the
90         bug #336448.
91
92 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
93
94         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
95         
96         Fix crash on exit, described in the bug #336825.
97
98 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
99
100         * backend/ev-document-factory.c:
101         (ev_document_factory_get_from_mime),
102         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
103         (ev_document_factory_get_document),
104         (file_filter_add_mime_list_and_free),
105         (ev_document_factory_add_filters):
106         * backend/ev-document-factory.h:
107         * properties/ev-properties-main.c: (ev_properties_get_pages):
108         * shell/Makefile.am:
109         * shell/ev-application.c:
110         * shell/ev-job-xfer.c: (ev_job_xfer_run):
111         * shell/ev-window.c: (ev_window_cmd_file_open),
112         (ev_window_cmd_save_as):
113         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
114         
115         Rework factory functions so they are placed now in a single 
116         file ev-document-factory.c
117
118 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
119
120         * shell/ev-window.c: (update_chrome_visibility):
121         
122         Fix for the bug 166566 - don't show menubar in fullscreen
123         mode.
124
125 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
126
127         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
128
129 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
130
131         * shell/ev-view.c: (ev_view_expose_event):
132         
133         More correctly draw loading text when document
134         is empty.
135
136 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
137
138         * shell/ev-view.c: (ev_view_scroll):
139         
140         Fix for the bug #334854, page down and page up switch
141         pages in presentation mode.
142
143 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
144
145         * shell/ev-window.c: (ev_window_set_action_sensitive),
146         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
147         (ev_window_set_view_accels_sensitivity),
148         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
149         (ev_window_cmd_continuous), (ev_window_cmd_dual),
150         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
151         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
152         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
153         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
154         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
155         (view_actions_focus_in_cb), (ev_window_init):
156         
157         Fix for the bug #333902, now it's possible to search
158         words with slash.
159
160 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
161
162         * configure.ac: Added Breton translation.
163         * po/br.po: Added Breton translation.
164
165 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-window-title (ev_window_title_update):
168
169         Fix memory leak in window title. Fixes bug #333944
170
171 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-metadata-manager.c (parseItem):
174
175         Fix memory leaks. Fixes bug #333945
176
177 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
178         
179         * NEWS, configure.ac, TODO:
180         
181         Update for release 0.5.2.
182
183 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
184
185         * shell/ev-view.c: (view_update_range_and_current_page),
186         (page_changed_cb):
187         
188         Don't jump on scrolling, fix for the bug #333127.
189
190 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
191
192         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
193         
194         Scroll by one page in presentation mode. Fix for the bug
195         #332993.
196
197 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
198
199         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
200
201 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
202
203         * configure.ac  Added lv in ALL_LINGUAS line.
204
205 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
206         
207         * NEWS, configure.ac:
208         
209         Update for release 0.5.1
210
211 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
212
213         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
214         * backend/ev-document-misc.h:
215         * shell/ev-view.c: (draw_one_page):
216         
217          Clairfy what page the toolbar page number applies to. Fix
218          for the bug #328102.
219
220 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
221
222         * shell/ev-view-private.h:
223         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
224         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
225         (ev_view_search_changed):
226         * shell/ev-view.h:
227         * shell/ev-window.c: (find_bar_search_changed_cb):
228         
229         Dont't jump to find result if window was scrolled during search.
230         Fix for the bug #313266.
231
232 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
233
234         * shell/eggfindbar.c: (egg_find_bar_class_init):
235         * shell/eggfindbar.h:
236         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
237         * shell/ev-view-private.h:
238         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
239         (ev_view_class_init), (ev_sizing_mode_get_type),
240         (ev_scroll_type_get_type):
241         * shell/ev-view.h:
242         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
243         (ev_window_cmd_scroll_backward), (find_bar_scroll),
244         (ev_window_init):
245         
246         Fix for the bug 319133 - Find entry should allow text scroll.
247
248 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
249
250         * shell/ev-view-private.h:
251         * shell/ev-view.c: (view_update_range_and_current_page),
252         (highlight_find_results), (find_changed_cb), (page_changed_cb),
253         (ev_view_set_document), (update_find_status_message),
254         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
255         (ev_view_find_previous):
256         
257         Fix for the bug #319137. Search now takes account for scrolling.
258
259 2006-02-19  Michael Hofmann <mh21@piware.de>
260
261         * configure.ac:
262         * djvu/Makefile.am:
263         * djvu/djvu-document-private.h:
264         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
265         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
266         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
267         (djvu_document_can_get_text), (djvu_document_get_text),
268         (djvu_document_document_iface_init),
269         (djvu_document_thumbnails_get_thumbnail),
270         (djvu_document_find_begin), (djvu_document_find_get_n_results),
271         (djvu_document_find_get_result),
272         (djvu_document_find_page_has_results),
273         (djvu_document_find_get_progress), (djvu_document_find_cancel),
274         (djvu_document_find_iface_init):
275         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
276         (djvu_text_page_selection), (djvu_text_page_limits_process),
277         (djvu_text_page_limits), (djvu_text_page_copy),
278         (djvu_text_page_position), (djvu_text_page_union),
279         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
280         (djvu_text_page_box), (djvu_text_page_append_text),
281         (djvu_text_page_search), (djvu_text_page_prepare_search),
282         (djvu_text_page_new), (djvu_text_page_free):
283         * djvu/djvu-text-page.h:
284         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
285         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
286         (djvu_text_n_results), (djvu_text_has_results),
287         (djvu_text_get_result), (djvu_text_get_progress):
288         * djvu/djvu-text.h:
289         
290         Text search in djvu. Fix for the bug #303415.
291
292 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
293
294         * configure.ac:
295         * shell/ev-window.c: (ev_window_cmd_save_as):
296         
297         Ask filechooser to confirm overwrite. Fix for the bug #328266.
298         Thanks to Gary Coady <gary@lyranthe.org>
299
300 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
301
302         * shell/ev-print-job.c: (idle_print_handler):
303         
304         Inverse order printing, bug #320919.
305
306 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
307
308         * data/evince-toolbar.xml:
309         * shell/ev-window.c:
310         
311         Allow to add sidebar checkbutton on toolbar. Fix
312         for the bug #144577.
313
314 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
315
316         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
317         
318         Add checks that have sense for empty ps document.
319
320 2006-02-15  Luca Ferretti <elle.uca@libero.it>
321
322         * configure.ac: Include PS in mime types list. 
323
324 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
325
326         * configure.ac:
327         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
328         * ps/gsdefaults.h:
329         * ps/ps-document.c: (start_interpreter), (ps_document_load):
330         
331         Runtime check for gs interpreter. Fix for the bug #320868.
332         Thanks to Antoine Dopffer antoine.dopffer@free.fr
333
334 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * shell/ev-application.c: 
337
338         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
339         dbus>=0.60, so that the request is not queued. 
340
341 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
342
343         * configure.ac:
344         * shell/Makefile.am:
345         * shell/ev-sidebar-links.c: (print_section_cb):
346         * shell/ev-utils.c:
347         * shell/ev-utils.h:
348         * shell/ev-window.c: (update_action_sensitivity),
349         (ev_window_close_dialogs), (ev_window_print):
350         * shell/ev-window.h:
351         
352         Make printing support optional. Patch from Eduardo de Barros Lima
353         <eduardo.lima@indt.org.br> for the bug #330546.
354
355 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
356
357         * shell/ev-view-private.h:
358         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
359         (ev_view_set_document):
360         * shell/ev-view.h:
361         * shell/ev-window.c: (ev_window_load_job_cb),
362         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
363         (ev_window_init):
364
365         Draw Loading message during xfer job. Fix for the bug #329495.
366
367 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
368
369         * comics/comics-document.c: (comics_regex_quote),
370         (comics_document_load), (extract_argv):
371         
372         Correcly quote regexp before passing it to unzip.
373
374 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
375
376         * shell/ev-page-cache.c: (build_height_to_page),
377         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
378         (ev_page_cache_get_dual_even_left):
379         * shell/ev-page-cache.h:
380         * shell/ev-view.c: (view_update_range_and_current_page),
381         (get_page_y_offset), (get_page_extents):
382         
383         Place even pages to the left if document has less then
384         two pages. Fix for the bug #328856.
385
386 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
387
388         * thumbnailer/evince-thumbnailer-comics.schemas.in:
389         
390         Correct comics scheme. This make evince create thumbnails
391         for comic books. Fix for the bug 329088.
392
393 2006-01-31  Christopher Aillon  <caillon@redhat.com>
394
395         * data/evince-password.glade: Don't explicitly set
396         invisible_char to the current default value in case
397         the default changes; let GTK+ do its magic.
398
399 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
400
401         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
402         real filename to tmp filename since often document
403         type is determined by extension.
404
405 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
406
407         * shell/ev-view.c: (add_scroll_binding_keypad),
408         (ev_view_binding_activated), (ev_view_class_init):
409         
410         Add keybindings for percision-scrolling of display area. 
411         Fix for the bug #314072.
412
413 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
414
415         * data/evince.desktop.in.in:
416         
417         Add GTK to the list of categories. Fix for the bug #328034.
418
419 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * shell/ev-application.c: (ev_application_shutdown),
422         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
423         * shell/ev-application.h:
424         * shell/ev-window.c: (file_open_dialog_response_cb),
425         (ev_window_cmd_file_open):
426         
427         Save last uri in file chooser dialog. Fix for the bug #327950.
428
429 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
430
431         * NEWS:
432         * README:
433         
434         Final update for release 0.5.0
435         
436         * shell/Makefile.am:
437         
438         Remove disable deprecated until we'll require libgnome-2.13.7
439         and port to GOption argument parsing. See bug 327518.
440
441 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
442
443         * comics/comics-document.c: (comics_document_save):
444         * djvu/djvu-document.c: (djvu_document_save):
445         * dvi/dvi-document.c: (dvi_document_save):
446         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
447         * lib/ev-file-helpers.h:
448         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
449         * tiff/tiff-document.c: (tiff_document_save):
450         
451         Use common save function for backends.
452
453 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
454
455         * backend/ev-document-types.c:
456         
457         Fix crash on saving pixbuf.
458
459 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
460
461         * cut-n-paste/recent-files/egg-recent-item.c:
462         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
463         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
464         (parse_info_free), (valid_element), (start_element_handler),
465         (end_element_handler), (text_handler), (egg_recent_model_filter),
466         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
467         (egg_recent_model_monitor), (egg_recent_model_read),
468         (egg_recent_model_open_file), (egg_recent_model_lock_file),
469         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
470         (egg_recent_model_set_property), (egg_recent_model_class_init),
471         (egg_recent_model_init), (egg_recent_model_add_full),
472         (egg_recent_model_delete), (egg_recent_model_get_list),
473         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
474         (egg_recent_model_set_filter_mime_types),
475         (egg_recent_model_clear_group_filter),
476         (egg_recent_model_set_filter_groups),
477         (egg_recent_model_clear_scheme_filter),
478         (egg_recent_model_set_filter_uri_schemes),
479         (egg_recent_model_remove_expired):
480         * cut-n-paste/recent-files/egg-recent-util.c:
481         (egg_recent_util_get_icon):
482         * cut-n-paste/recent-files/egg-recent-util.h:
483         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
484         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
485         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
486         (egg_recent_view_uimanager_set_property),
487         (egg_recent_view_uimanager_get_property),
488         (egg_recent_view_uimanager_class_init),
489         (egg_recent_view_uimanager_init),
490         (egg_recent_view_uimanager_set_label_width),
491         (egg_recent_view_uimanager_get_label_width):
492         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
493         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
494         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
495         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
496         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
497         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
498         
499         Update from libegg.
500
501 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
502
503         * shell/ev-page-cache.c: (build_height_to_page),
504         (ev_page_cache_get_height_to_page):
505         * shell/ev-page-cache.h:
506         * shell/ev-view.c: (view_update_range_and_current_page),
507         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
508         (ev_view_previous_page):
509         
510         Dual mode places even pages to the left. Fix for the bug #309393.
511
512         * shell/ev-view.h:
513         * shell/ev-window.c: (update_action_sensitivity),
514         (setup_view_from_metadata), (view_menu_popup_cb):
515         
516         Don't restore presentation in empty windows, more intelligent
517         next page behaviour in dual mode.
518
519         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
520         (ev_pixbuf_cache_clear_job_sizes):
521         
522         Cleanup job callback on removal. Fix for the bug #325886.
523
524 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
525
526         * ps/ps.c: (psscan):
527         
528         Commit workaround Mozilla problem. Fix for the bug #325919
529         
530         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
531         (save_item):
532         
533         Fix for year 2038 problem.
534
535 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
536
537         * shell/ev-window.c: (setup_document_from_metadata),
538         (ev_window_cmd_view_reload):
539
540         Clamp page recieved from metadata in valid values. Fix
541         for the bug #325986.
542
543 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
544
545         * MAINTAINERS: 
546         Add MAINTAINERS as requested on desktop-devel-list.
547
548 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
549
550         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
551         (mime_type_supported_by_gdk_pixbuf),
552         (ev_document_factory_get_mime_types),
553         (ev_document_factory_get_all_mime_types):
554         
555         Don't add pixbuf mime types if pixbuf backend is disabled.
556         
557         * shell/ev-application.c: (ev_application_get_uri_window):
558         
559         Fix for the bug 325815 - unhandled MIME type message doesn't 
560         appear a second time. 
561         
562         * shell/ev-document-types.c: (ev_document_types_add_filters):
563         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
564         (password_dialog_response), (ev_window_popup_password_dialog),
565         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
566         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
567         (ev_window_run_presentation), (ev_window_stop_presentation),
568         (save_sizing_mode), (ev_window_zoom_changed_cb),
569         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
570         (ev_window_dual_mode_changed_cb),
571         (ev_window_sidebar_current_page_changed_cb),
572         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
573         (window_state_event_cb), (window_configure_event_cb):
574         
575         Cleanup additional uris holded by EvWindow.
576
577 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
578
579         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
580         (ev_view_can_previous_page), (ev_view_can_next_page):
581         * shell/ev-view.h:
582         * shell/ev-window.c: (update_action_sensitivity):
583         
584         Two page scrolling with Space and PageUp in dual mode. Second fix 
585         for the bug #316608.
586
587 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
588
589         * shell/ev-view.c: (scroll_to_current_page):
590         
591         Correctly clamp adjustment value. Fix for the bug
592         #325808.
593
594 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
595
596         * shell/ev-sidebar-links.c: (print_section_cb):
597         * shell/ev-window.c: (ev_window_get_uri),
598         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
599         (ev_window_print_dialog_response_cb), (ev_window_print_range),
600         (ev_window_dispose):
601         
602         Make print dialog non-modal. Fix for the bug #325622.
603
604 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
605
606         * shell/ev-metadata-manager.c:
607         * shell/ev-utils.c: (using_pdf_printer),
608         (using_postscript_printer), (load_print_config_from_file),
609         (save_print_config_to_file):
610         * shell/ev-utils.h:
611         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
612         (update_sidebar_visibility), (setup_sidebar_from_metadata),
613         (setup_view_from_metadata), (ev_window_setup_document),
614         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
615         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
616         (ev_window_run_presentation), (ev_window_stop_presentation),
617         (save_sizing_mode), (ev_window_zoom_changed_cb),
618         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
619         (ev_window_dual_mode_changed_cb),
620         (ev_window_sidebar_current_page_changed_cb),
621         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
622         (window_state_event_cb), (window_configure_event_cb),
623         (ev_window_init):
624         
625         Setting saving behaviour fixes.
626
627 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
628
629         * configure.ac:
630         
631         Make antialiasing gs options better and allow
632         to change them during configure. Fix for the 
633         bug #319049.
634
635 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * shell/ev-window.c: (setup_view_from_metadata):
638         
639         Remember if last window was maximized. Fix for the
640         bug #323797.
641
642 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
643
644         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
645
646 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
647
648         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
649         * shell/ev-page-action.c: (build_new_tree_cb):
650         * shell/ev-sidebar-links.c: (links_page_num_func),
651         (update_page_callback_foreach), (update_page_callback):
652         * shell/ev-view.c: (scroll_to_current_page):
653         
654         Fix for the bug #325067 with more intelligent selection
655         of current link in sidebar. Make sidebar handle links
656         of FITR-like type more correctly.
657
658         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
659         (dvi_pixbuf_put_pixel):
660         
661         Fix memory consumtion with disabled alpha channel.
662
663 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
664
665         * data/evince-ui.xml:
666         * shell/ev-window.c: (view_menu_popup_cb),
667         (ev_popup_cmd_open_link), (ev_window_init):
668         
669         Update context menu for internal links. Fix for the bug
670         #325066.
671
672 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
673
674         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
675         
676         Bind context menu to keyboard also. Fix for the bug
677         #325065.
678
679 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
680
681         * shell/ev-view.c: (selection_scroll_timeout_cb):
682         
683         Horizontal scroll on selection also.
684
685 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
686
687         * shell/ev-metadata-manager.c: (parse_value):
688         * shell/ev-view.c: (goto_xyz_link):
689         
690         Correct zoom setup and metadata save broken in 
691         some locales.
692
693 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
694
695         * shell/ev-view-private.h:
696         * shell/ev-view.c: (scroll_to_current_page),
697         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
698         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
699         (page_changed_cb), (ev_view_set_continuous),
700         (ev_view_set_dual_page), (ev_view_set_presentation):
701         
702         Delay scroll until allocation to correctly position page. Fix
703         for the bug #317334.
704
705 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
706
707         * NEWS:
708         * configure.ac:
709         
710         Update NEWS and require poppler 0.5.0.
711
712 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
713         
714         * data/evince-ui.xml:
715         * shell/ev-view-private.h:
716         * shell/ev-view.c: (ev_view_get_link_at_location),
717         (handle_link_over_xy), (ev_view_button_press_event),
718         (ev_view_button_release_event), (ev_view_class_init):
719         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
720         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
721         (ev_window_init):
722         
723         Implement right-click context menu.
724
725 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
726
727         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
728         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
729         (mdvi_pixbuf_device_render):
730         * pdf/ev-poppler.cc:
731
732         Don't generate thumbnails with alpha. See bug #324077.
733         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
734
735 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
736
737         * shell/ev-window.c: (setup_chrome_from_metadata):
738         
739         Fix typo that was hiding toolbar.
740
741 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
742
743         * shell/ev-view-private.h:
744         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
745         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
746         (ev_view_button_release_event), (ev_view_destroy):
747         
748         Small cleanup and autoscrolling during selection. Thanks to 
749         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
750
751 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
752
753         * configure.ac:
754         
755         Correctly check for comics option.
756
757 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
758         * Makefile.am:
759         * configure.ac:
760         * backend/Makefile.am:
761         * backend/ev-document-factory.c:
762         * shell/ev-document-types.c:
763
764         Included option in configure to make ps backend 
765         compilation optional with --disable-ps.
766
767 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
768
769         * backend/ev-document-factory.c:
770         * comics/Makefile.am:
771         * comics/comics-document.c: (comics_document_load):
772         * comics/ev-cbr-mime.xml:
773         * configure.ac:
774         
775         Comics mime types are added to shared-mime-info CVS. Now
776         we don't need to install our own mime types.
777
778 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
779
780         * shell/ev-window.c:
781         
782         Add shortcut for "save a copy" menu entry. Fix for
783         the bug #324582.
784
785 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
786
787         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
788         (job_finished_cb), (new_selection_pixbuf_needed),
789         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
790         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
791         
792         Rework selection job info logic and fix critical warning.
793
794 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
795
796         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
797
798 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
799
800         * data/evince-ui.xml:
801         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
802         
803         Enter as shortcut key for next page. Fix for the bug
804         #321394.
805
806 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
807
808         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
809
810 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
811
812         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
813         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
814         (new_selection_pixbuf_needed),
815         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
816         (clear_job_selection):
817         
818         Too early for 0.5. Pixbuf cache code cleaned a bit.
819
820 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
821
822         * NEWS:
823         * configure.ac:
824         
825         Release 0.5.0 preparation
826
827 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
828
829         * comics/Makefile.am:
830         * configure.ac:
831         * shell/ev-document-types.c: (ev_document_types_add_filters):
832         
833         More advanced handling of custom mime type installation.
834
835 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
836
837         * data/evince.schemas.in:
838         * shell/ev-metadata-manager.c: (value_free),
839         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
840         (ev_metadata_manager_get), (ev_metadata_manager_set):
841         * shell/ev-metadata-manager.h:
842         * shell/ev-window.c: (update_chrome_flag),
843         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
844         (setup_document_from_metadata), (setup_chrome_from_metadata),
845         (setup_sidebar_from_metadata), (setup_view_from_metadata),
846         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
847         (ev_window_view_toolbar_cb),
848         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
849         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
850         
851         Save last document settings and reuse them for new documents.
852
853 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
854
855         * Makefile.am:
856         * backend/Makefile.am:
857         * backend/ev-document-factory.c:
858         * backend/ev-document-factory.h:
859         * comics/Makefile.am:
860         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
861         (comics_document_load), (comics_document_save),
862         (comics_document_get_n_pages), (comics_document_get_page_size),
863         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
864         (comics_document_class_init), (comics_document_can_get_text),
865         (comics_document_get_info), (comics_document_document_iface_init),
866         (comics_document_init), (get_supported_image_extensions),
867         (comics_document_thumbnails_get_geometry),
868         (comics_document_thumbnails_get_thumbnail),
869         (comics_document_thumbnails_get_dimensions),
870         (comics_document_document_thumbnails_iface_init), (extract_argv):
871         * comics/comics-document.h:
872         * comics/ev-cbr-mime.xml:
873         * configure.ac:
874         * po/POTFILES.in:
875         * shell/ev-application.c: (ev_application_register_service):
876         * shell/ev-document-types.c: (ev_document_types_add_filters):
877         * thumbnailer/Makefile.am:
878         * thumbnailer/evince-thumbnailer-comics.schemas.in:
879         
880         New CBR/CBZ backend for comic books.
881
882 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
883
884         * shell/main.c: (load_files_remote):
885
886         Thanks to Robert McQueen <robot101@debian.org>. Dbus
887         warning on startup of second instance is fixed. It
888         is bug #320353.
889
890 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
891
892         * shell/ev-window.c: (ev_window_finalize):
893         
894         Fix double free that cause crash.
895
896 2005-10-29  Bastien Nocera <hadess@hadess.net>
897
898         * tiff/tiff-document.c: (tiff_document_load):
899         
900         Fix memory leak.
901
902 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
903
904         * po/POTFILES.in:
905         * shell/Makefile.am:
906         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
907         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
908         (ev_view_accessible_get_text),
909         (ev_view_accessible_get_character_at_offset),
910         (ev_view_accessible_get_text_before_offset),
911         (ev_view_accessible_get_text_at_offset),
912         (ev_view_accessible_get_text_after_offset),
913         (ev_view_accessible_get_character_count),
914         (ev_view_accessible_get_caret_offset),
915         (ev_view_accessible_set_caret_offset),
916         (ev_view_accessible_get_run_attributes),
917         (ev_view_accessible_get_default_attributes),
918         (ev_view_accessible_get_character_extents),
919         (ev_view_accessible_get_offset_at_point),
920         (ev_view_accessible_get_n_selections),
921         (ev_view_accessible_get_selection),
922         (ev_view_accessible_add_selection),
923         (ev_view_accessible_remove_selection),
924         (ev_view_accessible_set_selection),
925         (ev_view_accessible_text_iface_init),
926         (ev_view_accessible_idle_do_action),
927         (ev_view_accessible_action_do_action),
928         (ev_view_accessible_action_get_n_actions),
929         (ev_view_accessible_action_get_description),
930         (ev_view_accessible_action_get_name),
931         (ev_view_accessible_action_set_description),
932         (ev_view_accessible_action_iface_init),
933         (ev_view_accessible_get_type), (ev_view_accessible_new),
934         (ev_view_accessible_factory_get_accessible_type),
935         (ev_view_accessible_factory_create_accessible),
936         (ev_view_accessible_factory_class_init),
937         (ev_view_accessible_factory_get_type):
938         * shell/ev-view-accessible.h:
939         * shell/ev-view-private.h:
940         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
941         * shell/ev-view.h:
942         
943         Initial accessibility support.
944
945 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
946
947         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
948
949 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
950
951         * shell/ev-print-job.c: (idle_print_handler):
952         
953         Fix for bug Bug 318916: Printing multiple pages.
954
955 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
956
957         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
958
959 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
960
961         * pdf/ev-poppler.cc:
962         
963         Thumnail dimensions unified with other backends.
964         
965         * shell/ev-window-title.c: (ev_window_title_update):
966         
967         Fix warning.
968
969 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
970
971         * data/ev-stock-zoom-fit-width.png:
972         
973         Remove unused file.
974
975 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
976
977         * configure.ac:
978         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
979         (djvu_document_finalize):
980         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
981         (dvi_document_finalize):
982         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
983         (pixbuf_document_save), (pixbuf_document_finalize):
984         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
985         (tiff_document_finalize):
986         
987         Save a copy implemented for various backends.
988
989 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
990
991         * configure.ac:
992         
993         Don't link with ltiff if tiff is disabled.
994
995 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
996
997         * pdf/GDKSplashOutputDev.cc:
998         * pdf/GDKSplashOutputDev.h:
999         * pdf/Thumb.cc:
1000         * pdf/Thumb.h:
1001         * pdf/pdf-document.cc:
1002         * pdf/pdf-document.h:
1003         * pdf/test-gdk-output-dev.cc:
1004         
1005         Remove old unused files.
1006
1007 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1008
1009         * shell/ev-window.c: (ev_window_setup_document):
1010         
1011         Fixed warnings on reload and probably crash reason.
1012
1013 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1014
1015         * properties/ev-properties-view.c:
1016         (ev_properties_view_format_date):
1017         
1018         Check if date is invalid. Fix for bug 318134.
1019
1020 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
1021
1022         * shell/ev-window-title.c:
1023         
1024         Add .indd files (Adobe Indesign) to the list of "bad
1025         extensions".
1026
1027 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1028
1029         * data/evince-ui.xml:
1030         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1031         
1032         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
1033
1034 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
1035
1036         * shell/ev-window.c: (launch_link), (launch_external_uri),
1037         (view_external_link_cb):
1038
1039         URL-escape link before passing it to gnome_vfs_url_show.
1040
1041 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
1044         there isn't text selected.
1045
1046 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
1047
1048         * shell/ev-view.c: (handle_link_over_xy):
1049
1050         Check tooltip is valid utf8 before showing it
1051
1052 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
1055
1056 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
1057
1058         * shell/ev-window-title.c: (ev_window_title_update):
1059
1060         Guard against using g_strstrip on NULL. Fixes bug #317291.
1061
1062 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1063
1064         * pdf/ev-poppler.cc:
1065
1066         Show title even for unknown links
1067
1068 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1069
1070         * shell/ev-window-title.c: (ev_window_title_update):
1071
1072         Strip the title string
1073
1074 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1075
1076         * shell/ev-window-title.c:
1077
1078         Add .rtf to the bad extensions list
1079
1080 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1081
1082         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
1083         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
1084
1085         Ignore link coordinates if they are outside page bounds
1086
1087 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1088
1089         * backend/ev-link.c: (ev_link_type_get_type),
1090         (ev_link_get_filename), (ev_link_get_params),
1091         (ev_link_get_property), (ev_link_set_property),
1092         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
1093         * backend/ev-link.h:
1094         * pdf/ev-poppler.cc:
1095         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
1096         * shell/ev-window.c: (launch_link), (view_external_link_cb),
1097         (ev_window_init):
1098
1099         Implement launch links. Delegate external link opening to
1100         the window.
1101
1102 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1103
1104         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
1105         (ev_link_get_right), (ev_link_get_property),
1106         (ev_link_set_property), (ev_link_class_init),
1107         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
1108         * backend/ev-link.h:
1109         * pdf/ev-poppler.cc:
1110         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
1111
1112         Implement fitr links
1113
1114 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1115
1116         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
1117         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
1118         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1119         (ev_view_size_request_continuous),
1120         (ev_view_size_request_dual_page),
1121         (ev_view_size_request_single_page), (ev_view_size_allocate),
1122         (ev_view_zoom_for_size_continuous_and_dual_page),
1123         (ev_view_zoom_for_size_continuous),
1124         (ev_view_zoom_for_size_dual_page),
1125         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1126         (ev_sizing_mode_get_type):
1127         * shell/ev-view.h:
1128         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1129
1130         Do not use modes for link, we need to calculate size ad hoc.
1131         Still not perfect because of the usual scrollbar issues grrr.
1132
1133 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1134
1135         * backend/ev-link.c: (ev_link_type_get_type),
1136         (ev_link_new_page_fith), (ev_link_new_page_fitv):
1137         * backend/ev-link.h:
1138         * pdf/ev-poppler.cc:
1139         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
1140         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1141         (ev_view_size_request_continuous),
1142         (ev_view_size_request_dual_page),
1143         (ev_view_size_request_single_page), (ev_view_size_allocate),
1144         (zoom_for_size_fit_height),
1145         (ev_view_zoom_for_size_continuous_and_dual_page),
1146         (ev_view_zoom_for_size_continuous),
1147         (ev_view_zoom_for_size_dual_page),
1148         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1149         (ev_sizing_mode_get_type):
1150         * shell/ev-view.h:
1151         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1152
1153         Implement FIT_HEIGHT mode (only for links).
1154         Implement FITH links
1155
1156 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1157
1158         * shell/ev-window-title.c: (get_filename_from_uri),
1159         (ev_window_title_sanitize_extension), (ev_window_title_update),
1160         (ev_window_title_set_document), (ev_window_title_set_uri),
1161         (ev_window_title_free):
1162         * shell/ev-window-title.h:
1163         * shell/ev-window.c: (ev_window_setup_document),
1164         (ev_window_popup_password_dialog):
1165
1166         Refactor window title building while fixing it for
1167         password documents.
1168
1169 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1170
1171         * pdf/ev-poppler.cc:
1172
1173         Escape link title before setting it in the model
1174
1175 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
1176
1177         * shell/ev-application.c: (removed_from_session), (save_session),
1178         (init_session), (ev_application_get_empty_window),
1179         (ev_application_init), (ev_application_get_windows):
1180         * shell/ev-application.h:
1181         * shell/ev-window.c: (ev_window_finalize):
1182
1183         Add a function to retrieve window list and share it where
1184         necessary.
1185         Implement session handling, works pretty well thanks to the
1186         metadata system.
1187
1188 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1189
1190         * shell/ev-password.c: (ev_password_item_created_callback),
1191         (ev_password_dialog_save_password):
1192         
1193         Fix for bug 316972. Use async gnome-keyring API.
1194
1195 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
1196
1197         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
1198         Remove unused unrealize handler. Add scroll handling to
1199         ev_view_scroll_event for presentation mode (bug #316708),
1200         and fix the event state checks there.
1201
1202 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1203
1204         * shell/ev-page-action.c: (page_changed_cb):
1205
1206         "marco, maybe we should be crazy and jump right to 6! :)"
1207
1208         Bryan Clark, Sep 2005
1209
1210 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1211
1212         * ps/ps-document.c: (save_document), (ps_document_save),
1213         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
1214         (ps_document_ps_export_end):
1215
1216         Fix unstructured documents save and print
1217
1218 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1219
1220         * shell/ev-application.c: (ev_application_open_uri):
1221
1222         Fix window size persistance
1223
1224 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1225
1226         * shell/ev-view.c: (ev_view_button_release_event):
1227
1228         Based on a patch from carlosgc@gnome.org. Mouse buttons
1229         switch pages in presentation mode.
1230
1231 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1232
1233         * shell/ev-page-cache.c: (ev_page_cache_get_size):
1234
1235         Dont cast to int before scaling
1236
1237 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1238
1239         * backend/ev-link.c: (ev_link_type_get_type),
1240         (ev_link_new_page_xyz), (ev_link_new_page_fit),
1241         (ev_link_new_page_fith):
1242         * backend/ev-link.h:
1243         * pdf/ev-poppler.cc:
1244         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
1245
1246         Implement FIT and FITH links
1247
1248 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1249
1250         * pdf/ev-poppler.cc:
1251
1252         Return 0 results when search is not in progress.
1253
1254         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
1255         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
1256
1257         Update menu sensitivity when cancelling search
1258
1259 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1260
1261         * shell/ev-view.c: (ev_view_can_find_next):
1262
1263         Take all pages in consideration, not just current one
1264
1265 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1266
1267         * shell/ev-page-cache.c:
1268         * shell/ev-page-cache.h:
1269         * shell/ev-view.c: (ev_view_binding_activated),
1270         (ev_view_next_page), (ev_view_previous_page),
1271         (ev_sizing_mode_get_type):
1272         * shell/ev-view.h:
1273         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
1274         (ev_window_cmd_go_next_page):
1275
1276         Move page next/previous functions from page chace to
1277         view and change it to move by 2 page steps in dual mode.
1278
1279 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1280
1281         * shell/ev-window.c: (update_sidebar_visibility),
1282         (setup_sidebar_from_metadata), (ev_window_setup_document),
1283         (setup_view_from_metadata):
1284
1285         Show the index by default when there is one     
1286
1287 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1288
1289         * shell/ev-window-title.c: (ev_window_title_set_document):
1290
1291         Missing null check
1292
1293 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * shell/ev-view.c: (view_update_range_and_current_page):
1296         
1297         Allow display of last odd page in dual view. Fix for 316347.
1298
1299 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1300
1301         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
1302         
1303         Make close button default. Fix for 316383.
1304
1305 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1306
1307         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
1308         
1309         Mark close button as default. Fix for 316381.
1310
1311 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1312
1313         * backend/ev-link.c: (ev_link_class_init):
1314
1315         Allow negative doubles in left/top properties
1316
1317 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1318
1319         * shell/ev-window.c:
1320
1321         Remove a bunch of strings that was used only
1322         by the statusbar.
1323
1324 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1325
1326         * shell/ev-window-title.c: (get_filename_from_uri),
1327         (ev_window_title_set_document):
1328
1329         When title has a confusing extension, show also
1330         the document filename inside ()
1331
1332 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1333
1334         * shell/Makefile.am:
1335         * shell/ev-window-title.c: (ev_window_title_new),
1336         (ev_window_title_update), (ev_window_title_set_type),
1337         (ev_window_title_set_document), (ev_window_title_free):
1338         * shell/ev-window-title.h:
1339         * shell/ev-window.c: (ev_window_setup_document),
1340         (password_dialog_response), (ev_window_popup_password_dialog),
1341         (ev_window_dispose), (ev_window_init):
1342
1343         Factor out and cleanup window title code
1344
1345 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1346
1347         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
1348         (unable_to_load):
1349
1350         Make dialog transient so it doesnt block other windows
1351
1352 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * pdf/ev-poppler.cc:
1355         
1356         Fix pdf thumbnails rendering.
1357
1358 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1359
1360         * shell/ev-window.c: (fullscreen_set_timeout):
1361         
1362         Increase timeout to hide full screen popup. Bug 
1363         316123. 
1364
1365 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1366
1367         * data/evince.schemas.in:
1368         * shell/ev-window.c: (update_action_sensitivity):
1369
1370         Allow the user to override document restrictions. Fix for bug
1371         305818.
1372
1373 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
1374
1375         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
1376         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
1377         (ev_window_class_init): Fix multihead behaviour of fullscreen
1378         toolbar popup. Fixes bug #315451.
1379
1380 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1381
1382         * configure.ac:
1383         * data/evince-password.glade:
1384         * shell/ev-password.c: (ev_password_dialog_set_property),
1385         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
1386         (ev_password_dialog_init), (ev_password_set_bad_password_label),
1387         (ev_password_dialog_entry_changed_cb),
1388         (ev_password_dialog_entry_activated_cb),
1389         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
1390         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
1391         (ev_password_dialog_set_bad_pass):
1392         * shell/ev-password.h:
1393         * shell/ev-window.c: (password_dialog_response),
1394         (ev_window_popup_password_dialog):
1395         
1396         Support for gnome-keyring for encrypted PDF's.
1397
1398 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1399
1400         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
1401         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
1402         (ev_view_enter_notify_event), (ev_view_class_init):
1403         
1404         More precise handling of enter_notify/leave_notify events
1405         in EvView. Fix for bug 315470.
1406
1407 2005-09-08  Christopher Aillon  <caillon@redhat.com>
1408
1409         * shell/ev-window.c: (fullscreen_timeout_cb),
1410         (fullscreen_set_timeout), (fullscreen_clear_timeout),
1411         (ev_window_dispose):
1412
1413         leak fix: unref fullscreen_timeout_source before clearing it
1414
1415 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1416
1417         * configure.ac, dvi/mdvi/Makefile.am: 
1418         
1419         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
1420
1421 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1422
1423         * backend/ev-link.c: (ev_link_new_page_xyz):
1424         * pdf/ev-poppler.cc:
1425         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
1426
1427         Fix some bugs with xyz links, respect zoom
1428
1429 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1430
1431         * shell/ev-window.c: (page_changed_cb),
1432         (setup_document_from_metadata), (update_sidebar_visibility),
1433         (setup_view_from_metadata), (ev_window_run_fullscreen),
1434         (ev_window_stop_fullscreen), (ev_window_run_presentation),
1435         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
1436         (ev_window_dual_mode_changed_cb),
1437         (ev_window_sidebar_current_page_changed_cb):
1438
1439         null check uri before setting and getting metadata
1440
1441 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1442
1443         * dvi/Makefile.am:
1444         * properties/Makefile.am:
1445         * shell/Makefile.am:
1446         * thumbnailer/Makefile.am:
1447
1448         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
1449
1450 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1451
1452         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
1453         (selection_changed_callback):
1454         * shell/ev-sidebar-links.h:
1455
1456         Add a signal for link activation.
1457
1458         * shell/ev-view.c: (ev_view_goto_link),
1459         (ev_view_button_release_event):
1460         * shell/ev-view.h:
1461         * shell/ev-window.c: (sidebar_links_link_activated_cb),
1462         (ev_window_init):
1463
1464         Implement the signal so that we can handle all link types.
1465
1466         * shell/ev-page-cache.c:
1467
1468         Remove unused set_link function
1469
1470 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1471
1472         * lib/ev-tooltip.c: (ev_tooltip_set_position):
1473
1474         Add some space from the cursor, hardcoded but I couldnt
1475         find a better way.
1476
1477 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
1478
1479         * lib/ev-tooltip.c:
1480
1481         Use mozilla style vs gtk style, way better for links.
1482
1483         * shell/ev-view.c: (ev_view_motion_notify_event),
1484         (ev_view_destroy), (ev_view_init):
1485
1486         Deactive tooltip when the link hovered is changed.
1487
1488 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
1489
1490         * backend/ev-document.h:
1491         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
1492         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
1493         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
1494         (ev_link_new_page), (ev_link_new_page_xyz):
1495         * backend/ev-link.h:
1496         * pdf/ev-poppler.cc:
1497         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
1498         (go_to_link), (tip_from_link):
1499
1500         Implement xyz links, still not functional. Links are a total
1501         mess, will need to refactor and bugfix a lot :(
1502
1503 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
1504
1505         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
1506
1507 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
1508
1509         * data/evince-ui.xml:
1510         * data/evince.schemas.in:
1511         * shell/Makefile.am:
1512         * shell/ev-window.c: (update_chrome_visibility),
1513         (password_dialog_response), (ev_window_load_job_cb),
1514         (ev_window_xfer_job_cb), (ev_window_open_uri),
1515         (ev_window_class_init), (set_chrome_actions), (load_chrome),
1516         (ev_window_init):
1517
1518         Remove the statusbar. This regress loading feedback, need to
1519         check with Bryan what we want to do there...
1520
1521 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
1522
1523         * lib/ev-tooltip.c: (ev_tooltip_init):
1524
1525         Fix tooltip border and size handling
1526
1527 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
1528
1529         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
1530         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
1531         (ev_tooltip_timeout), (ev_tooltip_activate),
1532         (ev_tooltip_deactivate):
1533         * lib/ev-tooltip.h:
1534         * shell/ev-view.c: (ev_view_motion_notify_event):
1535
1536         Delay popup showing. Mirror gtk logic/times.
1537
1538 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
1539
1540         * lib/Makefile.am:
1541         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
1542         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
1543         (ev_tooltip_set_text), (ev_tooltip_set_position):
1544         * lib/ev-tooltip.h:
1545
1546         Simple widget to show tooltips at a custom position
1547
1548         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
1549         (ev_view_destroy):
1550
1551         Use it for links. First go, needs work
1552
1553 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
1554
1555         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
1556         HIG fixes.  Use title capitalization for window title. Use 12 
1557         pixels of space between the dialog's vbox and action area.
1558
1559 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
1560
1561         * shell/ev-window.c: (file_open_dialog_response_cb),
1562         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
1563         (ev_window_cmd_save_as):
1564
1565         Make file pickers not modal and refactor code some
1566
1567 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
1568
1569         * shell/ev-sidebar.h:
1570         * shell/ev-sidebar.c: (ev_sidebar_set_property),
1571         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
1572         (ev_sidebar_class_init), (ev_sidebar_select_page),
1573         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
1574         (ev_sidebar_set_page):
1575
1576         Add a current page property and allow to get/set it
1577
1578         * shell/ev-window.c: (setup_view_from_metadata),
1579         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
1580
1581         Persist current sidebar page per document
1582
1583 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
1584
1585         * data/evince.schemas.in:
1586         * shell/ev-window.c: (update_chrome_visibility),
1587         (setup_document_from_metadata), (update_sidebar_visibility),
1588         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
1589         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1590         (ev_window_run_presentation), (ev_window_stop_presentation),
1591         (ev_window_view_sidebar_cb),
1592         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
1593         (load_chrome), (ev_window_init):
1594
1595         Persist size/visibility of sidebar per document
1596
1597 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
1598
1599         * shell/ev-view.c (draw_loading_text): Draw loading text.
1600
1601 2005-09-02  Dan Damian  <dand@gnome.ro>
1602
1603         * configure.in: Added "ro" to ALL_LINGUAS.
1604
1605 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
1606
1607         * shell/ev-view.c: (clear_caches):
1608
1609         ev_page_cache_get doesnt return a reference,
1610         dont try to unref it.
1611
1612 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
1613
1614         * shell/main.c: (load_files_remote):
1615
1616         Fix timestamp parameter with dbus <= 0.33
1617
1618 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
1619
1620         * data/evince.schemas.in:
1621
1622         Add missing full stop
1623
1624 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1625
1626         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
1627         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
1628
1629         Plug some memory leaks
1630
1631 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
1632
1633         * configure.ac:
1634         * lib/ev-debug.c: (trap_handler):
1635
1636         Check for execinfo.h and use it only if it exists.
1637         Ported from Epiphany (bug #314776).
1638
1639 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
1640
1641         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
1642
1643 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
1644
1645         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
1646         * po/id.po      : Added Indonesian translation
1647
1648 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
1649
1650         * shell/main.c:
1651         * shell/ev-application.c: Last minute GTK-2.6 fixes.
1652         * NEWS: Release 0.4.0
1653
1654 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
1655
1656         * configure.ac: catch another gtk+-2.8ism
1657         * shell/main.c: Make work with gtk+-2.6
1658
1659 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
1660
1661         * shell/ev-application-service.xml: Add 'timestamp' argument to
1662           ev_application_open_window and ev_application_open_uri methods.
1663
1664         * shell/ev-application.h: Add 'timestamp' argument to
1665           ev_application_open_window, ev_application_open_uri,
1666           and ev_application_open_uri_list functions.
1667
1668         * shell/ev-application.c (ev_application_open_window,
1669           ev_application_open_uri, ev_application_open_uri_list): Change
1670           functions that show/present windows to use a timestamp if one
1671           is passed in.
1672
1673         * shell/ev-window.c (ev_window_cmd_file_open,
1674           ev_window_cmd_recent_file_activate, drag_data_received_cb):
1675         * shell/main.c (load_files): Modify calls to ev_application to
1676           include GDK_CURRENT_TIME as timestamp.
1677
1678         * shell/main.c (load_files_remote): Obtain timestamp for client
1679           instance from GDK and pass to server instance so new windows are
1680           focused properly.  Fix dbus_g_proxy_call() calls by including second
1681           G_TYPE_INVALID.
1682           
1683         Closes bug #314475.
1684
1685 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
1686
1687         * shell/ev-window.c (ev_window_finalize): Check for
1688         avail. EvWindows when quiting to handle the finalize better,
1689         #314497
1690
1691 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1692         
1693         * properties/ev-properties-view.c: 
1694         
1695         Set textdomain to libglade. Fixes translation problem in property page.
1696
1697 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1698
1699         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
1700         * dvi/Makefile.am:
1701         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
1702         * dvi/mdvi-lib/Makefile.am:
1703         
1704         Fix rotation of thumbnails, ported to new API. Moved library
1705         dependencies earlier, probably it will fix linkage problem.
1706
1707 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
1708
1709         * backend/ev-document-misc.c:
1710         (ev_document_misc_get_thumbnail_frame):
1711         * backend/ev-document-misc.h:
1712         * configure.ac:
1713         * pdf/ev-poppler.cc:
1714         * shell/Makefile.am:
1715         * shell/ev-sidebar-thumbnails.c: (add_range),
1716         (ev_sidebar_thumbnails_set_loading_icon),
1717         (ev_sidebar_thumbnails_refresh),
1718         (ev_sidebar_thumbnails_set_document):
1719         * shell/ev-sidebar-thumbnails.h:
1720         * shell/ev-view.c: (ev_view_motion_notify_event),
1721         (ev_view_set_property), (ev_view_get_property),
1722         (ev_view_class_init), (ev_view_set_rotation):
1723         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
1724         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
1725         (ev_window_init):
1726         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
1727         Redo rotation (again).  prepare for 0.4.0
1728
1729 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
1730
1731         * configure.ac: Bump poppler requirement to 0.4.1.
1732
1733         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
1734         argument to poppler_page_render_selection() call.
1735
1736 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
1739         (djvu_document_thumbnails_get_thumbnail):
1740         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
1741         (dvi_document_thumbnails_get_thumbnail):
1742         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
1743         (pixbuf_document_thumbnails_get_thumbnail):
1744         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
1745         
1746         Update rotation direction of backends to fit with pdf and ps.
1747
1748 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
1749
1750         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
1751         * backend/ev-async-renderer.h:
1752         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
1753         (setup_page), (ps_document_get_page_size),
1754         (ps_async_renderer_render_pixbuf):
1755         * ps/ps-document.h:
1756         * shell/ev-jobs.c: (ev_job_render_run):
1757
1758         Fix orientation in the postscript document
1759
1760 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
1761
1762         * pdf/ev-poppler.cc:
1763         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
1764         * shell/ev-view.c: (highlight_find_results):
1765
1766         Adapt to the new poppler rotation API. Fix text maps on landscape
1767         documents.
1768
1769 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
1770
1771         * shell/ev-view.c (compute_new_selection_text): get the correct
1772         region when selecting in modes other than continuous.
1773
1774 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
1775
1776         * shell/main.c (main): remove redundant g_warnings.
1777
1778 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1779
1780         * shell/Makefile.am: Don't include autogenerated
1781         file ev-application-service.h into distribution, since
1782         it causes dbus crash. Fix for bugs 313724 and 313443. 
1783
1784 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1785
1786         * configure.ac: Fix sed expression for FreeBSD. Thanks
1787         to Joe Marcus Clark <marcus@freebsd.org>
1788         
1789         * shell/eggfindbar.c: (entry_activate_callback),
1790         (entry_changed_callback), (egg_find_bar_init),
1791         (egg_find_bar_set_search_string):
1792         
1793         Made findbar buttons unsensitive if there is no text in
1794         entry. Fix for the bug 313285.
1795
1796 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * ps/ps-document.c: Use g_filename_display_name for displaying
1799         filenames and revert string freeze breackage
1800
1801 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
1802
1803         * NEWS:
1804         * configure.ac:
1805
1806         Update for 0.3.4
1807
1808         * shell/Makefile.am:
1809
1810         Add ev-application-service.xml to extra dist
1811
1812         * shell/ev-view.c: (find_page_at_location):
1813
1814         Remove unused function (fix warning)
1815
1816 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1817
1818         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
1819         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
1820         
1821         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
1822         bug 313623.
1823
1824 2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
1825
1826         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
1827         * shell/ev-window.c:
1828         Fix build warnings
1829
1830 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1831
1832         * configure.ac: Update script to get dbus version.
1833         Fix for the bug #313443.
1834
1835 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1836
1837         * shell/ev-window.c: (ev_window_cmd_escape):
1838         
1839         Return focus back to view on escape. Fix for bug 313295.
1840
1841 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1842
1843         * shell/ev-window.c: (update_window_title),
1844         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
1845         (ev_window_cmd_save_as):
1846         
1847         Correct conversion from uri to displayable string. Fix for
1848         bug 313296.
1849
1850 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * ps/ps-document.c: convert filename to utf8 when there is an error
1853         loading document. Fixes #309915
1854
1855 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
1856
1857         * configure.ac:
1858
1859         We depend on poppler 0.4.0
1860
1861 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
1862
1863         * configure.ac:
1864         * NEWS: Release 0.3.3.
1865         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
1866
1867 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
1868
1869         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
1870         add a couple missing mnemonics to menu items, use title 
1871         capitalization for menu items and window titles, and add 
1872         ellipsis to open menu item.     
1873
1874 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
1875
1876         * pdf/ev-poppler.cc:
1877         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
1878         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
1879         (ev_view_get_rotation):
1880         * shell/ev-view.h:
1881         * shell/ev-window.c: (setup_view_from_metadata),
1882         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
1883         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
1884         disk.
1885
1886 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
1887
1888         * configure.ac: Added tr to ALL_LINGUAS
1889
1890 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1891
1892         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
1893         requires several clicks to find word. Thanks to 
1894         Colin Slater <kiltedtaco@gmail.com>.
1895
1896 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
1897
1898         * data/evince.desktop.in.in: Hide menu entry and
1899         rename it to "Document Viewer". Fix for bug 
1900         #312399.
1901
1902 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
1903
1904         * shell/ev-page-action.c (ev_page_action_class_init): 
1905
1906         Point to the correct function in constructor of the
1907         activate_label signal
1908
1909 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
1910
1911         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
1912         * shell/ev-jobs.h: Make thread safe.
1913
1914 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1915
1916         * shell/ev-view.c: (view_update_range_and_current_page):
1917         Don't update page range if we are scrolling to some document
1918         point.
1919
1920 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1921
1922         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
1923         when getting max_page_width, fix drawing in dual mode.
1924
1925 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
1926
1927         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
1928         getting the area for select_all.
1929
1930 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
1931
1932         * backend/ev-selection.c: (ev_selection_render_selection):
1933         * backend/ev-selection.h:
1934         * pdf/ev-poppler.cc:
1935         * shell/ev-jobs.c: (ev_job_render_new):
1936         * shell/ev-jobs.h:
1937         * shell/ev-pixbuf-cache.c: (get_selection_colors),
1938         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
1939         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
1940         (ev_view_class_init):
1941
1942         Change selection color on focus in and focus out events.  Also,
1943         poppler now uses GdkColor for specifying the selection colors, so
1944         drop some awkward conversion code.
1945
1946 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
1947
1948         * configure.ac: Added Hebrew translation
1949
1950 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
1951
1952         * NOTES:
1953         * backend/ev-selection.c: (ev_selection_render_selection):
1954         * backend/ev-selection.h:
1955         * pdf/ev-poppler.cc:
1956         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
1957         (ev_job_render_run):
1958         * shell/ev-jobs.h:
1959         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1960         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
1961         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
1962         (ev_pixbuf_cache_style_changed),
1963         (ev_pixbuf_cache_get_selection_pixbuf),
1964         (ev_pixbuf_cache_set_selection_list),
1965         (ev_pixbuf_cache_get_selection_list):
1966         * shell/ev-pixbuf-cache.h:
1967         * shell/ev-utils.c: (ev_print_region_contents):
1968         * shell/ev-utils.h:
1969         * shell/ev-view.c: (ev_view_queue_draw_page),
1970         (selection_update_idle_cb), (ev_view_motion_notify_event),
1971         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
1972         (setup_caches), (ev_view_find_next), (merge_selection_region),
1973         (selection_free):
1974         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
1975
1976         Clean up selection to be much smoother!
1977
1978 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
1979
1980         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
1981         to poppler_page_render_selection().
1982
1983 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1984
1985         * ps/ps-document.c: (save_page_list): Use
1986         unzipped document when printing. Thanks to 
1987         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
1988         311016.
1989
1990 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1991
1992         * shell/ev-window.c: (update_action_sensitivity):
1993         
1994         Disable print and save respect to lockdown gconf keys. Fix
1995         for 312342.
1996
1997 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1998
1999         * configure.ac:
2000         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
2001         (write_to_temp_file), (ev_file_set_contents):
2002         * shell/ev-utils.h:
2003         * shell/ev-window.c: (save_print_config_to_file):
2004         
2005         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
2006         Fix for bug 312238
2007
2008 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
2009
2010         * shell/ev-window.c: (load_print_config_from_file),
2011         (save_print_config_to_file), (ev_window_print_range):
2012
2013         Persist the print settings. Fixes bug #311578.
2014
2015 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2016
2017         * djvu/djvu-document.c: (djvu_document_get_page_size),
2018         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
2019         (djvu_document_thumbnails_get_thumbnail):
2020         * dvi/dvi-document.c: (dvi_document_get_page_size),
2021         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
2022         (dvi_document_thumbnails_get_dimensions),
2023         (dvi_document_thumbnails_get_thumbnail):
2024         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
2025         (pixbuf_document_render_pixbuf),
2026         (pixbuf_document_document_iface_init),
2027         (pixbuf_document_thumbnails_get_thumbnail):
2028         
2029         Update backends to make them build with new rotation system.
2030
2031 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2032
2033         * help/C/figures/evince_start_window.png:
2034         
2035         Update documentation image from Luca Ferretti <elle.uca@libero.it>
2036
2037 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
2038
2039         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
2040         * shell/ev-pixbuf-cache.h:
2041         * shell/ev-sidebar-thumbnails.c:
2042         (ev_sidebar_thumbnails_get_property), (add_range),
2043         (adjustment_changed_cb):
2044         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
2045         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
2046         we were thumbnailing the entire docment on startup, slowing us
2047         down hugely. 
2048
2049 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
2050
2051         * shell/ev-page-cache.c: (ev_page_cache_new):
2052         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
2053         == 0, fixes #310306.
2054
2055 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2056
2057         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
2058         (ev_view_rotate_left):
2059
2060         Account rotation in doc_rect_to_view_rect.
2061         Ensure rotation doesnt go out of bounds.
2062
2063 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2064
2065         * shell/ev-page-cache.c: (ev_page_cache_get_size):
2066
2067         Correct and cleanup w/h swapping
2068
2069 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2070
2071         * backend/ev-document-thumbnails.c:
2072         (ev_document_thumbnails_get_thumbnail):
2073         * backend/ev-document-thumbnails.h:
2074         * backend/ev-document.c:
2075         * backend/ev-document.h:
2076         * backend/ev-render-context.c: (ev_render_context_new),
2077         (ev_render_context_set_rotation):
2078         * backend/ev-render-context.h:
2079         * pdf/ev-poppler.cc:
2080         * ps/ps-document.c: (ps_document_document_iface_init):
2081         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2082         * shell/ev-jobs.h:
2083         * shell/ev-page-cache.c: (build_height_to_page),
2084         (ev_page_cache_new), (ev_page_cache_get_size),
2085         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2086         (ev_page_cache_get_height_to_page):
2087         * shell/ev-page-cache.h:
2088         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2089         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2090         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
2091         (ev_pixbuf_cache_get_selection_pixbuf):
2092         * shell/ev-pixbuf-cache.h:
2093         * shell/ev-print-job.c: (idle_print_handler):
2094         * shell/ev-sidebar-thumbnails.c: (add_range):
2095         * shell/ev-view.c: (view_update_range_and_current_page),
2096         (get_page_y_offset), (get_page_extents),
2097         (ev_view_size_request_continuous_dual_page),
2098         (ev_view_size_request_continuous),
2099         (ev_view_size_request_dual_page),
2100         (ev_view_size_request_single_page), (draw_one_page),
2101         (ev_view_set_rotation), (ev_view_rotate_right),
2102         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2103         (ev_view_zoom_for_size_continuous_and_dual_page),
2104         (ev_view_zoom_for_size_continuous),
2105         (ev_view_zoom_for_size_dual_page),
2106         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2107         (ev_view_select_all):
2108         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2109         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
2110         (tiff_document_document_iface_init),
2111         (tiff_document_thumbnails_get_thumbnail):
2112
2113         Use rotation rather than orientation. It's easier and enough
2114         for our needs.
2115
2116 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2117
2118         * shell/ev-page-cache.c: (build_height_to_page),
2119         (ev_page_cache_new), (ev_page_cache_get_size),
2120         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2121         (ev_page_cache_get_height_to_page):
2122         * shell/ev-page-cache.h:
2123         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
2124         (ev_view_size_request_continuous_dual_page),
2125         (ev_view_size_request_continuous),
2126         (ev_view_zoom_for_size_continuous_and_dual_page),
2127         (ev_view_zoom_for_size_continuous):
2128
2129         Make the page cache aware of page orientation.
2130
2131 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2132
2133         * backend/ev-document-thumbnails.c:
2134         (ev_document_thumbnails_get_thumbnail):
2135         * backend/ev-document-thumbnails.h:
2136         * backend/ev-document.c:
2137         * backend/ev-document.h:
2138         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
2139         * backend/ev-ps-exporter.h:
2140         * pdf/ev-poppler.cc:
2141         * ps/ps-document.c: (ps_document_document_iface_init),
2142         (ps_document_ps_export_do_page):
2143         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2144         * shell/ev-jobs.h:
2145         * shell/ev-page-cache.c: (ev_page_cache_get_size),
2146         (ev_page_cache_get):
2147         * shell/ev-page-cache.h:
2148         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2149         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2150         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
2151         * shell/ev-pixbuf-cache.h:
2152         * shell/ev-print-job.c: (idle_print_handler):
2153         * shell/ev-sidebar-thumbnails.c: (add_range):
2154         * shell/ev-view.c: (view_update_range_and_current_page),
2155         (get_page_extents), (ev_view_size_request_dual_page),
2156         (ev_view_size_request_single_page), (draw_one_page),
2157         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
2158         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2159         (ev_view_zoom_for_size_dual_page),
2160         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2161         (ev_view_select_all):
2162         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2163         * tiff/tiff-document.c: (tiff_document_get_page_size),
2164         (tiff_document_get_orientation), (rotate_pixbuf),
2165         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
2166         (tiff_document_thumbnails_get_thumbnail),
2167         (tiff_document_ps_export_do_page), (tiff_document_init):
2168
2169         Really make use of the orientation bit of the render context.
2170         Use the render context in a few more places in the backend API.
2171         This regress orientation, but now it's done right. Will try to
2172         fix it up asap...
2173
2174 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2175
2176         * shell/ev-view.c: (ensure_rectangle_is_visible):
2177
2178         Patch by Nickolay V. Shmyrev to fix find flickering
2179
2180 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
2181
2182         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
2183         duplex parameters to ::begin.
2184
2185         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
2186         * shell/ev-print-job.c (idle_print_handler): 
2187         * ps/ps-document.c (ps_document_ps_export_begin): 
2188         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
2189         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
2190         implementations. Poppler backend needs poppler cvs. Rest has
2191         unchanged behavior.
2192
2193 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
2194
2195         * shell/ev-window.c (using_pdf_printer): new function.
2196         (ev_window_print_range): print a less techy message if someone
2197         tries to print to PDF.
2198
2199 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
2200
2201         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
2202         from "unknown font" string. Bug #311431
2203
2204 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
2205
2206         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
2207
2208 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
2209
2210         Bug #311280
2211         
2212         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
2213         name for PopplerFontTypes
2214         (pdf_document_fonts_fill_model): add font type to the detail column
2215
2216         * backend/ev-document-fonts.h: added
2217         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
2218
2219         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
2220         font name and font details, add a little markup.
2221         (ev_properties_fonts_init): use the new cell data func, specify ypad
2222         property for the cell renderer.
2223         (ev_properties_fonts_set_document): add the details column.
2224
2225 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
2226
2227         * configure.ac: Added "pl" to ALL_LINGUAS.
2228
2229 2005-07-24  Danilo Šegan  <danilo@gnome.org>
2230
2231         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2232
2233 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
2234
2235         * help/ChangeLog: Started this for translations of manual.
2236         * configure.ac, autogen.sh, .cvsignore: Migrated to
2237         gnome-doc-utils. Patch in bug #311222.
2238
2239 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
2240
2241         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
2242         #ifdef this away to fix an unused-function warning.
2243
2244 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
2245
2246         * configure.ac: Added 'gl' to ALL_LINGUAS.
2247
2248 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
2249
2250         * configure.ac: Added ne in ALL_LINGUAS
2251         
2252 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * shell/ev-view.c: (ev_view_leave_notify_event):
2255         
2256         Clear status message when pointer leaves view. Fix for bug
2257         #310818 
2258
2259 2005-07-20 Ankit Patel <ankit644@yahoo.com>
2260
2261         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
2262
2263 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2264
2265         * shell/ev-view.c: (ev_view_leave_notify_event),
2266         (ev_view_class_init):
2267         
2268         Set cursor to normal then leaving view.
2269
2270 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2271
2272         * configure.ac:
2273         
2274         Fix required djvulibre version.
2275
2276 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
2277
2278         *configure.ac: Hindi (hi) language added
2279
2280 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
2281
2282         *configure.ac: Punjabi (pa) Language added
2283
2284 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2285
2286         * data/evince-ui.xml, shell/ev-window.c:
2287         
2288         Add keypad accelerators for zooming. Fix for bug 308128.
2289
2290 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2291
2292         * Makefile.am:
2293         * backend/Makefile.am:
2294         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
2295         * configure.ac:
2296         * shell/ev-document-types.c: (ev_document_types_add_filters):
2297
2298         Allow to enable/disable the pixbuf backend.
2299         Default to off for now. If we want it enabled we should
2300         really put mime types in the desktop, implement properties etc.
2301
2302         * properties/evince-properties.c:
2303
2304         Initialize error to NULL.
2305         Check error is not NULL before freeing.
2306
2307 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2308
2309         * shell/ev-window.c:
2310
2311         Use F5 as presentation accell
2312
2313 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2314
2315         * shell/ev-window.c: (update_chrome_visibility),
2316         (ev_window_create_fullscreen_popup), (ev_window_init):
2317
2318         Do not leak the fullscreen toolbar
2319
2320 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2321
2322         * shell/ev-window.c: (view_actions_focus_in_cb),
2323         (view_actions_focus_out_cb):
2324
2325         These has a return value! Fix totally random focus
2326         issues we was seeing.
2327
2328 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/main.c: (load_files_remote):
2331
2332         Allow open more than one file
2333
2334 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2335
2336         * shell/main.c: (load_files_remote):
2337
2338         Fix for dbus 0.33. bug #309975
2339
2340 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2341
2342         * properties/ev-properties-main.c: (ev_properties_get_pages):
2343
2344         Actually return NULL for types we dont support
2345
2346 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
2347
2348         * po/POTFILES.in:
2349
2350         Remove empty lines.
2351
2352 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
2353
2354         * backend/ev-document-factory.c:
2355         (ev_document_factory_get_document):
2356
2357         Do not try to create the object if type
2358         is invalid.
2359
2360 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2361
2362         * ps/ps-document.c: (ps_document_dispose),
2363         (ps_async_renderer_render_pixbuf):
2364         * ps/ps-document.h:
2365
2366         Do not leak the target window
2367
2368 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2369
2370         * shell/ev-application.c: (ev_application_init):
2371
2372         Let tbe check file existence for us.
2373         Add a comment about eggrecent mime filter.
2374
2375 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2376
2377         * data/evince-ui.xml:
2378         * shell/ev-application.c: (ev_application_shutdown),
2379         (ev_application_init), (ev_application_get_toolbars_model),
2380         (ev_application_get_recent_model),
2381         (ev_application_save_toolbars_model):
2382         * shell/ev-application.h:
2383         * shell/ev-window.c: (ev_window_add_recent),
2384         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
2385         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
2386         (ev_window_init):
2387
2388         Use common toolbar and recent models for all windows.
2389         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2390
2391 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
2392
2393         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
2394         successfully check for gtk_icon_view_get_visible_range.
2395
2396 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2397
2398         * djvu/Makefile.am:
2399         * dvi/Makefile.am:
2400         
2401         Fix djvu and dvi backend build.
2402
2403 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
2404
2405         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
2406         (new_separator_pixbuf):
2407
2408         Don't leak windows.
2409
2410 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
2411
2412         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
2413
2414         HIGification of toolbar editor dialogue.
2415
2416 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2417
2418         * configure.ac:
2419         * shell/Makefile.am:
2420
2421         Ever build metadata manager since it's just
2422         disabled at runtime now.
2423
2424 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2425
2426         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2427         (ev_metadata_manager_get), (ev_metadata_manager_set):
2428         * shell/ev-metadata-manager.h:
2429
2430         Add an _init functions that enabled metadata management
2431         at runtime.
2432
2433         * shell/ev-window.c: (page_changed_cb),
2434         (setup_document_from_metadata), (ev_window_setup_document),
2435         (setup_view_from_metadata), (ev_window_open_uri),
2436         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2437         (ev_window_run_presentation), (ev_window_stop_presentation),
2438         (save_sizing_mode), (ev_window_zoom_changed_cb),
2439         (ev_window_continuous_changed_cb),
2440         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
2441         (window_configure_event_cb):
2442
2443         Remove all ugly metadata define since we deal with it
2444         at runtime now.
2445
2446         * shell/main.c: (load_files_remote), (main):
2447
2448         Add support for dbus cvs head. Hopefully didnt break one
2449         of the other versions now!
2450
2451         If we dont get a response from the dbus server just
2452         give up with it and not enable metadata.
2453
2454 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2455
2456         * Makefile.am:
2457         * backend/Makefile.am:
2458         * configure.ac:
2459         * cut-n-paste/recent-files/Makefile.am:
2460         * cut-n-paste/toolbar-editor/Makefile.am:
2461         * cut-n-paste/zoom-control/Makefile.am:
2462         * lib/Makefile.am:
2463         * pdf/Makefile.am:
2464         * pixbuf/Makefile.am:
2465         * properties/Makefile.am:
2466         * ps/Makefile.am:
2467         * shell/Makefile.am:
2468         * thumbnailer/Makefile.am:
2469         * tiff/Makefile.am:
2470
2471         Make frontends depend on just libev.
2472         Rework and group CFLAGS/LIBS definitions.
2473         Cleanups.
2474
2475 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2476
2477         * shell/ev-window:
2478
2479         do not unnecessarily save zoom
2480
2481         * configure.ac:
2482         * lib/ev-file-helpers.c: (ev_dot_dir):
2483         * shell/Makefile.am:
2484         * shell/dummy.cc:
2485
2486         Some cleanups
2487
2488 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2489
2490         * configure.ac:
2491         
2492         Remove unnecessary dependencies
2493
2494 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2495
2496         * properties/Makefile.am:
2497         * thumbnailer/Makefile.am:
2498         * tiff/Makefile.am:
2499
2500         Some more cleanups. Was really necessary
2501         but I probably introduced bugs, feel free
2502         to flame :)
2503
2504 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2505
2506         * backend/Makefile.am:
2507         * configure.ac:
2508         * cut-n-paste/recent-files/Makefile.am:
2509         * cut-n-paste/toolbar-editor/Makefile.am:
2510         * cut-n-paste/zoom-control/Makefile.am:
2511         * lib/Makefile.am:
2512         * pdf/Makefile.am:
2513         * pixbuf/Makefile.am:
2514         * properties/Makefile.am:
2515         * ps/Makefile.am:
2516         * shell/Makefile.am:
2517         * thumbnailer/Makefile.am:
2518         * tiff/Makefile.am:
2519
2520         Use gnome-common macros when possible.
2521         Cleanup dependencies.
2522         Actually disable deprecated where possible.
2523
2524 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2525
2526         * Makefile.am:
2527         * backend/Makefile.am:
2528         * properties/Makefile.am:
2529         * shell/Makefile.am:
2530         * thumbnailer/Makefile.am:
2531
2532         This should solve the circular dep without
2533         requiring dir reorg!
2534
2535         * shell/ev-window.c: (setup_view_from_metadata):
2536
2537         Never restore window size/position when the
2538         window is already visible.
2539
2540 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
2541
2542         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
2543
2544         Return a boolean from timeout func. Fix ported from gedit.
2545
2546 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
2547
2548         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
2549
2550 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-document-types.c: set "All Documents" as default filter in
2553         open dialog
2554
2555 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
2556
2557         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
2558         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
2559         (ev_metadata_manager_set_boolean): fix value/val thinko.
2560
2561 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
2562
2563         * shell/ev-window.c: (setup_view_from_metadata),
2564         (window_state_event_cb), (window_configure_event_cb),
2565         (ev_window_init):
2566
2567         Remember window position and maximized state
2568
2569 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
2570
2571         * configure.ac:
2572
2573         Fix DBUS configure checks.
2574
2575         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
2576         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
2577         (ev_metadata_manager_set_boolean):
2578
2579         Plug mem leaks.
2580
2581         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
2582         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2583         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
2584         (ev_window_continuous_changed_cb),
2585         (ev_window_dual_mode_changed_cb), (ev_window_new):
2586
2587         Fix the build without DBUS.
2588
2589 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
2590
2591         * shell/ev-metadata-manager.c: (parse_value), (save_values),
2592         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
2593         (ev_metadata_manager_set_string),
2594         (ev_metadata_manager_set_boolean):
2595         * shell/ev-metadata-manager.h:
2596
2597         Add support for some more types
2598
2599         * shell/ev-view.c: (scroll_to_current_page),
2600         (ev_view_get_continuous), (ev_view_set_continuous),
2601         (ev_view_get_dual_page):
2602         * shell/ev-view.h:
2603         * shell/ev-window.c: (page_changed_cb),
2604         (setup_document_from_metadata), (ev_window_setup_document),
2605         (setup_view_from_metadata), (ev_window_open_uri),
2606         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2607         (ev_window_run_presentation), (ev_window_stop_presentation),
2608         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
2609         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
2610         (ev_window_update_dual_page_action),
2611         (ev_window_continuous_changed_cb),
2612         (ev_window_dual_mode_changed_cb), (ev_window_init):
2613
2614         Remember a bunch of view/document properties. Prolly some
2615         are still missing but it's getting interesting.
2616
2617 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
2618
2619         * configure.ac: check if dbus-binding-tool is installed. Not the
2620         case on current Ubuntu breezy, it seems.
2621
2622 2005-07-05  Luca Ferretti <elle.uca@libero.it>
2623
2624         * data/evince.desktop.in.in:
2625         
2626         Allow open uri lists and add TryExec field.
2627
2628 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2629
2630         * configure.ac:
2631
2632         Enable dbus when available, do not require a configure
2633         option.
2634
2635 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
2636
2637         * configure.ac:
2638
2639         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
2640         disabled.
2641
2642 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2643             Marco Pesenti Gritti  <mpg@redhat.com>
2644
2645         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
2646         
2647         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
2648         functions to the format required by dbus
2649
2650         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
2651         errors. Use the RPC parameters in the expected way
2652
2653 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2654
2655         * Makefile.am:
2656         * properties/Makefile.am:
2657         * properties/ev-properties-main.c: (ev_properties_get_pages):
2658
2659         Support all mime types
2660
2661         * shell/Makefile.am:
2662         * thumbnailer/Makefile.am:
2663         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
2664         (evince_thumbnail_pngenc_get):
2665
2666         Use the document factory
2667
2668 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2669
2670         * backend/Makefile.am:
2671         * backend/ev-document-factory.c:
2672         (mime_type_supported_by_gdk_pixbuf),
2673         (ev_document_type_get_from_mime),
2674         (ev_document_factory_get_document),
2675         (ev_document_factory_get_backend),
2676         (ev_document_factory_get_mime_types),
2677         (ev_document_factory_get_all_mime_types):
2678         * backend/ev-document-factory.h:
2679         * shell/Makefile.am:
2680         * shell/ev-document-types.c: (get_document_from_uri),
2681         (ev_document_types_get_document),
2682         (file_filter_add_mime_list_and_free),
2683         (ev_document_types_add_filters):
2684         * shell/ev-document-types.h:
2685         * shell/ev-job-xfer.c: (ev_job_xfer_run):
2686         * shell/ev-properties-dialog.c:
2687         (ev_properties_dialog_set_document):
2688         * shell/ev-window.c: (ev_window_cmd_file_open),
2689         (ev_window_cmd_save_as):
2690         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2691
2692         Rework document types managing to avoid code duplication
2693         and actually abstract from backend implementations.
2694         Also provide a minimal factory api that can be used by
2695         thumbnailer/properties.
2696
2697 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
2698
2699         * properties/ev-properties-view.c: (ev_properties_view_set_info):
2700         Plug a mem leak.
2701         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2702         HIG spacings.
2703
2704 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2705
2706         * shell/ev-properties-dialog.c
2707         (ev_properties_dialog_set_document): only call
2708         ev_properties_fonts_set_document() if the document implements the
2709         fonts interface
2710
2711 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2712
2713         * configure.ac:
2714         * properties/Makefile.am:
2715         * properties/ev-properties-view.c:
2716         (ev_properties_view_register_type):
2717         * properties/ev-properties-view.h:
2718         * properties/ev-properties-main.h:
2719
2720         Implement nautilus plugin for properties.
2721         Works only for pdf atm, I need to rework the
2722         document types stuff to get this to work
2723         for all backends...
2724
2725 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
2726
2727         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
2728         (ev_properties_fonts_set_document): use
2729         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
2730
2731 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2732
2733         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
2734         them
2735         (PlaceImage, tiff2ps_process_page): use
2736         g_ascii_dtostr to convert floats to strings in a locale-safe way.
2737
2738
2739 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
2740
2741         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
2742         (main): to call gnome_authentication_manager_init. Should fix
2743         Bug #308510
2744
2745         * configure.ac: that requires libgnomeui 2.6.0.
2746
2747 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2748
2749         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
2750         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
2751         use the new tiff2ps interfaces
2752
2753         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
2754         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
2755
2756         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
2757         structure instead of global variables.  Remove use of static
2758         variables in functions.
2759
2760 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
2761
2762         * shell/ev-page-action.c: unref the completion after setting it to the
2763         entry
2764
2765 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2766
2767         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
2768         postscript files
2769
2770 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2771
2772         * shell/ev-window.c (update_action_sensitivity): disable
2773         File->Print if the document does not implement the ps exporter
2774         interface
2775
2776 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
2777
2778         * Makefile.am:
2779         * configure.ac:
2780         * data/evince-properties.glade:
2781         * properties/.cvsignore:
2782         * properties/Makefile.am:
2783         * properties/ev-properties-view.c: (ev_properties_view_dispose),
2784         (ev_properties_view_class_init), (ev_properties_view_format_date),
2785         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
2786         (ev_properties_view_init), (ev_properties_view_new):
2787         * properties/ev-properties-view.h:
2788         * shell/Makefile.am:
2789         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
2790         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
2791         (ev_properties_dialog_new):
2792         * shell/ev-properties-dialog.h:
2793         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2794         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
2795         (update_progress_label), (job_fonts_finished_cb),
2796         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
2797         * shell/ev-properties-fonts.h:
2798         * shell/ev-properties.c:
2799         * shell/ev-properties.h:
2800         * shell/ev-window.c: (ev_window_setup_document),
2801         (ev_window_cmd_file_properties):
2802
2803         Split the properties pages in two different objects, depend
2804         only on the backend where possible, use widgets instead
2805         of gobject for the glade part, reimplement the dialog
2806         itself with gtk.
2807         I need this to implement nautilus properties page.
2808
2809 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
2810
2811         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
2812         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
2813         (tiff_document_document_ps_exporter_iface_init): implement the ps
2814         exporter interface for tiff documents
2815
2816         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
2817         libtiff to implement TIFF postscript export
2818
2819         * tiff/tiff2ps.h: added a header file for external tiff2ps
2820         functions.
2821
2822         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
2823         tiff2ps.h
2824
2825 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2826
2827         * shell/ev-view.c: (scroll_to_current_page),
2828         (ev_view_set_fullscreen), (ev_view_set_presentation):
2829         
2830         Scroll to current page when exit from presentation
2831
2832 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2833
2834         * shell/ev-window.c: (update_document_mode),
2835         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2836         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
2837         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
2838         
2839         Exit from fullscreen mode when switch to presentation. Fix for
2840         bug 309365
2841
2842 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
2843
2844         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
2845         return NULL if the document does not implement the selection
2846         interface.
2847
2848 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
2849
2850         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
2851         reported height by using the resolution aspect ratio
2852         (tiff_document_render_pixbuf): scale the pixbuf using the
2853         resolution aspect ratio
2854
2855 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2856
2857         * configure.ac:
2858         
2859         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
2860         <kiltedaco@gmail.com>
2861         
2862         * djvu/djvu-document.c: (djvu_document_get_orientation),
2863         (djvu_document_set_orientation), (djvu_document_get_page_size),
2864         (rotate_pixbuf), (djvu_document_render_pixbuf),
2865         (djvu_document_document_iface_init):
2866         * dvi/dvi-document.c: (dvi_document_get_orientation),
2867         (dvi_document_set_orientation), (dvi_document_get_page_size),
2868         (rotate_pixbuf), (dvi_document_render_pixbuf),
2869         (dvi_document_document_iface_init):
2870         
2871         Dvi and djvu backends are ported to new API
2872
2873 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
2874
2875         * backend/ev-selection.c: (ev_selection_get_selection_region),
2876         (ev_selection_get_selection_map):
2877         * backend/ev-selection.h:
2878         * pdf/ev-poppler.cc:
2879         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2880         * shell/ev-jobs.h:
2881         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2882         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
2883         (ev_pixbuf_cache_get_text_mapping):
2884         * shell/ev-pixbuf-cache.h:
2885         * shell/ev-view.c: (location_in_text),
2886         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
2887         support to EvView.  Now we can see where we can select!  Sweet!
2888
2889 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
2890
2891         * shell/ev-view.c (ev_view_button_press_event): Fix
2892         event->y + view->scroll_x typo.
2893
2894 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
2895
2896         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
2897         sub-GdkPixbuf instead of passing dest_x and dest_y.
2898         
2899         * shell/ev-view.c: (view_point_to_doc_point),
2900         (view_rect_to_doc_rect), (ev_view_button_press_event),
2901         (ev_view_motion_notify_event), (compute_new_selection_rect),
2902         (gdk_rectangle_point_in), (compute_new_selection_text),
2903         (compute_selections): Update selection code to keep the selection
2904         around as two points and not as a normalized rectangle, and fix
2905         page level selection in two-column mode.
2906
2907 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
2908
2909         * shell/ev-window.c: (window_configure_event_cb): 
2910         
2911         Fix compilation
2912         
2913 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
2914
2915         * pdf/ev-poppler.cc:
2916
2917         Fix compilation
2918
2919 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
2920
2921         * shell/Makefile.am:
2922         * shell/ev-metadata-manager.c: (item_free),
2923         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2924         (parse_value), (parseItem), (load_values),
2925         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
2926         (save_values), (save_item), (get_oldest), (resize_items),
2927         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
2928         * shell/ev-metadata-manager.h:
2929
2930         Metadata manager from gedit but modified to use GValue, so that
2931         we dont need to keep converting from strings.
2932
2933         * configure.ac:
2934
2935         ENABLE_METADATA conditional, on when dbus is on
2936
2937         * shell/ev-application.c: (ev_application_open_uri):
2938
2939         Show the window after load so that we can initialize
2940         window size before it's showed.
2941
2942         * shell/ev-window.c: (ev_window_setup_from_metadata),
2943         (ev_window_open_uri), (window_configure_event_cb),
2944         (ev_window_init):
2945
2946         Save and load metadata information about window size.
2947         Not yet keeping states in account.
2948
2949         * shell/main.c: (main):
2950
2951         Shutdown metadata manager.
2952
2953 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
2954
2955         * shell/ev-application-service.xml:
2956         * configure.ac:
2957         * shell/Makefile.am:
2958         * shell/ev-application.c:
2959         * shell/ev-application.h:
2960         * shell/ev-window.c:
2961         * shell/ev-window.h:
2962         * shell/main.c:
2963
2964         Add an optional dbus interface (--enable-dbus).
2965         Rework application code, mainly to be easier to
2966         use "remotely".
2967         Do not open multiple windows with the same document,
2968         spatial evince!
2969
2970 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
2971
2972         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
2973         pixbuf iff it exists.
2974
2975 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
2976
2977         * shell/*:
2978         * backend/ev-render-context.[ch]:
2979         * backend/ev-selection.[ch]:
2980
2981         Massive changes.  We now support text selection of pdfs, and not
2982         just rectangular selection.  This is pretty broken still, but I
2983         want to get something into CVS.
2984
2985 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2986
2987         * pdf/ev-poppler.cc:
2988         
2989         Fix for Bug 309080: crash on window close.
2990         
2991         * shell/ev-page-action.c: (page_changed_cb):
2992         
2993         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
2994         jensgr@gmx.net (Jens Granseuer).
2995
2996 2005-06-25  Marcel Telka  <marcel@telka.sk>
2997
2998         * configure.in (ALL_LINGUAS): Added sk.
2999
3000 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
3003         not a document open
3004
3005 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3006
3007         * NEWS:
3008         * configure.ac:
3009
3010         Release 0.3.2
3011
3012         * cut-n-paste/recent-files/Makefile.am:
3013
3014         Fix make distcheck
3015
3016 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3017
3018         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
3019         (pixbuf_document_set_orientation), (rotate_pixbuf),
3020         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
3021         (pixbuf_document_document_iface_init), (pixbuf_document_init):
3022
3023         Implement rotation and cleanup the code a bit.
3024
3025         * tiff/tiff-document.c: (tiff_document_get_page_size),
3026         (tiff_document_get_orientation), (tiff_document_set_orientation),
3027         (rotate_pixbuf), (tiff_document_render_pixbuf),
3028         (tiff_document_document_iface_init), (tiff_document_init):
3029
3030         Implement rotation. Was the quicker solution for the release
3031         but we really need to share this code in the shell.
3032
3033 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3034
3035         * pdf/ev-poppler.cc:
3036
3037         Enable rotation, require poppler cvs. Fix a leak.
3038
3039 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3040
3041         * shell/ev-window.c: (update_action_sensitivity):
3042         
3043         Make properties unsensitive if document backend doesn't provide
3044         any info
3045
3046 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3047
3048         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
3049         (bitmap_flip_horizontally), (bitmap_flip_vertically),
3050         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
3051         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
3052         (bitmap_flip_rotate_counter_clockwise):
3053         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
3054         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
3055         (buff_gets):
3056         * dvi/mdvi-lib/common.h:
3057         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
3058         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
3059         (opendvi), (mdvi_reload), (mdvi_init_context),
3060         (mdvi_destroy_context), (mdvi_dopage), (special):
3061         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
3062         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
3063         (file_hash_free), (register_encoding), (parse_spec),
3064         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
3065         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
3066         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
3067         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
3068         (mdvi_register_font_type), (mdvi_unregister_font_type),
3069         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
3070         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
3071         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
3072         (mdvi_hash_destroy_key), (mdvi_hash_reset):
3073         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
3074         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
3075         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
3076         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
3077         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3078         * dvi/mdvi-lib/special.c: (mdvi_register_special),
3079         (mdvi_unregister_special), (mdvi_flush_specials):
3080         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
3081         (t1_font_remove):
3082         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
3083         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
3084         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
3085         (free_font_metrics), (flush_font_metrics):
3086         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
3087         (tt_font_remove):
3088         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
3089         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
3090         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
3091         (dstring_insert), (dstring_new), (dstring_reset):
3092         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
3093         
3094         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
3095         avoid conflict with libtool on FC4
3096         
3097         * shell/ev-window.c: (ev_window_cmd_help_about):
3098         
3099         Update copyright year. Fix for bug 308828.
3100
3101 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3102
3103         * shell/ev-view.c: (add_scroll_binding_keypad),
3104         (ev_view_binding_activated), (ev_view_class_init),
3105         (on_adjustment_value_changed):
3106         
3107         Bug 170874: Arrow keys switch pages in presentation mode
3108
3109 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3112         
3113         Fix for Bug 308265: Sidebar dissappears coming out of 
3114         Presentation mode
3115
3116 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3117
3118         * shell/ev-application.c: (ev_application_open):
3119         * shell/ev-document-types.c: (ev_document_types_add_filters),
3120         (ev_document_types_add_filters_for_type):
3121         * shell/ev-document-types.h:
3122         * shell/ev-window.c: (ev_window_cmd_save_as):
3123         
3124         Suggest basename as template when saving, provide filters
3125         for save dialog. It's bug 308402
3126
3127 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3128
3129         * pdf/ev-poppler.cc:
3130         * shell/ev-sidebar-links.c: (job_finished_callback):
3131         * shell/ev-view.c: (update_find_status_message):
3132         
3133         Some leaks fixed
3134
3135 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
3136
3137         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3138         (egg_recent_view_uimanager_set_list):
3139
3140         Fix buglet in !show_numbers case.
3141
3142 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
3143
3144         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3145         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
3146
3147         Use pango ellipsisation.
3148
3149         * pdf/ev-poppler.cc:
3150
3151         Fix refcount leak, from nsh.
3152
3153 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3154
3155         * cut-n-paste/recent-files/Makefile.am:
3156         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3157         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
3158         
3159         Removed EggRecentViewGtk
3160         
3161         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3162         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
3163         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
3164         (ev_window_setup_recent):
3165         
3166         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
3167         with other projects
3168
3169 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3170
3171         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3172         (egg_recent_view_gtk_finalize):
3173
3174         Fix memory leak
3175
3176         * cut-n-paste/toolbar-editor/Makefile.am:
3177         
3178         Fix location of cursor icon.
3179         
3180         * pdf/ev-poppler.cc:
3181         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
3182         (display_completion_text), (match_completion):
3183         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3184         (selection_changed_callback), (create_loading_model),
3185         (print_section_cb), (links_page_num_func),
3186         (update_page_callback_foreach):
3187         * shell/ev-window.c: (ev_window_dispose):
3188         
3189         Small memory fixes. Links model now store objects instead
3190         of pointers to improve memory management. 
3191
3192 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3193
3194         * shell/ev-window.c: (zoom_control_changed_cb):
3195         
3196         Fix update of zoom control (bug 308268).
3197
3198 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
3199
3200         * shell/ev-properties.c (set_property): escape the text correctly.
3201         Handles non-UTF-8 properties and escaped properties.  Also, sets
3202         the text to "<i>None</i>" if the property isn't set.
3203
3204         * data/evince-properties.glade: Change the label to be ellipsized,
3205         and give it a minimum size.
3206
3207 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3208
3209         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
3210         * shell/ev-sidebar-links.c: (create_loading_model):
3211         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3212         * shell/ev-view.c: (ev_view_set_document):
3213         * shell/ev-window.c: (ev_window_dispose):
3214         
3215         Various small fixes, mostly memory leaks. Thanks to valgrind.
3216
3217 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
3218
3219         * ps/ps-document.c: remove the locale.h include again ;-). And
3220         kill the (bogus) setlocale/savelocale business.
3221
3222 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
3223
3224         * ps/ps-document.c:
3225         
3226         Include locale.h to fix build
3227         
3228         * shell/ev-sidebar.c:
3229         
3230         Remove unnecessary includes
3231
3232 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3233
3234         * dvi/dvi-document.c: (dvi_document_load):
3235         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
3236         * po/POTFILES.in:
3237         
3238         Check for incorrect dvi files. Fix parsing dvi on AMD64
3239         platform. Thanks to tester@tester.ca (Olivier Crete).
3240
3241 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3242
3243         * shell/ev-page-action.c: (match_selected_cb),
3244         (display_completion_text), (match_completion), (update_model):
3245         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3246         (expand_open_links):
3247         * shell/ev-sidebar.c: (ev_sidebar_destroy),
3248         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
3249         (ev_sidebar_set_document):
3250         * shell/ev-window.c: (ev_window_xfer_job_cb),
3251         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
3252         
3253         Fixed lot's of memory leaks, for example, memory leak on reload, 
3254         described in bug 307793.
3255
3256 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
3257
3258         * pdf/ev-poppler.cc:
3259         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
3260         (update_visible_range), (adjustment_changed_cb),
3261         (ev_sidebar_thumbnails_fill_model),
3262         (ev_sidebar_thumbnails_refresh),
3263         (ev_sidebar_tree_selection_changed),
3264         (ev_sidebar_icon_selection_changed),
3265         (ev_sidebar_thumbnails_use_icon_view),
3266         (ev_sidebar_thumbnails_set_document):
3267         * shell/ev-sidebar-thumbnails.h:
3268         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3269         (ev_window_cmd_edit_rotate_right), (ev_window_init):
3270
3271         Refresh thumbnails when changing orientation. Not fully
3272         working yet becuase of a sidebar bug.
3273
3274         Set page orientation to poppler page everywhere. This sucks
3275         really need to fix poppler.
3276
3277 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
3278
3279         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3280         (egg_recent_view_gtk_new_menu_item),
3281         (egg_recent_view_gtk_set_property),
3282         (egg_recent_view_gtk_get_property),
3283         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
3284         (egg_recent_view_gtk_set_tooltip_func),
3285         (egg_recent_view_gtk_set_label_width),
3286         (egg_recent_view_gtk_get_label_width):
3287         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
3288
3289         Sync with libegg (ellipsize labels)
3290
3291 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * data/evince-ui.xml:
3294         * shell/ev-window.c: (ev_window_cmd_go_forward),
3295         (ev_window_cmd_go_backward):
3296         
3297         Shift + PageUp moves 10 Pages. Fix for 306125
3298
3299 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3300
3301         * pdf/ev-poppler.cc:
3302
3303         Add a flag to check if orientation has been overriden
3304
3305 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
3306
3307         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
3308         field if necessary.
3309
3310         * ps/ps.h: add creator field to document.
3311
3312         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
3313         set creator field.
3314
3315 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3316
3317         * data/evince-properties.glade:
3318         * shell/ev-properties.c: (ev_properties_set_document):
3319
3320         s/PDF Version/Format
3321
3322 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3323
3324         * shell/ev-properties.c: (ev_properties_set_document):
3325
3326         Remove unnecessary translations
3327
3328 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3329
3330         * cut-n-paste/toolbar-editor/Makefile.am:
3331
3332         Correct library name    
3333
3334 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3335
3336         * configure.ac:
3337         * cut-n-paste/recent-files/egg-recent-model.c:
3338         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
3339         (egg_recent_model_unlock_file):
3340         * cut-n-paste/recent-files/egg-recent-util.c:
3341         (egg_recent_util_get_unique_id):
3342         * cut-n-paste/recent-files/update-from-egg.sh:
3343         * cut-n-paste/toolbar-editor/Makefile.am:
3344         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3345         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3346         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3347         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3348         (egg_toolbars_model_get_type):
3349         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3350
3351         Better makefile for toolbar editor and update everything
3352         to latest libegg.
3353
3354 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3355
3356         * shell/ev-window.c: (update_document_mode):
3357
3358         Prefer presentation mode when the document
3359         require fullscreen.
3360
3361 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3362
3363         * data/evince-ui.xml:
3364         * shell/ev-window.c:
3365
3366         Add control-equal for zooming
3367
3368 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3369
3370         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
3371
3372 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
3373
3374         * backend/ev-document.c: (ev_document_get_orientation):
3375         * backend/ev-document.h:
3376         * pdf/ev-poppler.cc:
3377         * ps/ps-document.c: (ps_document_get_orientation),
3378         (ps_document_set_orientation), (ps_document_document_iface_init):
3379
3380         Add a get_orientation api. Improve set_orientation.
3381
3382         * data/evince-ui.xml:
3383         * shell/ev-view.c: (ev_view_set_orientation),
3384         (ev_view_rotate_right), (ev_view_rotate_left):
3385         * shell/ev-view.h:
3386         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3387         (ev_window_cmd_edit_rotate_right):
3388
3389         Better ui for changing document orientation
3390
3391 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3392
3393         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
3394         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
3395         * shell/ev-sidebar-links.h:
3396         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
3397         (ev_sidebar_page_iface_init):
3398         * shell/ev-sidebar-page.h:
3399         * shell/ev-sidebar-thumbnails.c:
3400         (ev_sidebar_thumbnails_get_property),
3401         (ev_sidebar_thumbnails_class_init),
3402         (ev_sidebar_thumbnails_set_document):
3403         * shell/ev-sidebar-thumbnails.h:
3404         * shell/ev-view.c: (ev_view_motion_notify_event):
3405         * shell/ev-window.c: (update_chrome_visibility),
3406         (ev_window_cmd_focus_page_selector),
3407         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
3408         (sidebar_page_main_widget_update_cb), (ev_window_init):
3409         
3410         Autoraise toolbar on GoToPage binding and fix bindings in
3411         EvSidebarThumbnails page.
3412
3413 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
3414
3415         * shell/ev-properties.c: (update_progress_label):
3416
3417         Hide the progress label when finished; bug #307697.
3418
3419 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
3420
3421         * pdf/ev-poppler.cc:
3422
3423         Enable is_open for links, you will need poppler cvs
3424
3425         * shell/ev-properties.c: (job_fonts_finished_cb):
3426
3427         Get a lock on the document when filling the tree view
3428
3429 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
3430
3431         * backend/ev-document-links.h:
3432         * pdf/ev-poppler.cc:
3433         * shell/ev-sidebar-links.c: (create_loading_model),
3434         (expand_open_links), (job_finished_callback):
3435
3436         Expand links when specified by the document.
3437         Depend on a poppler api (defined out for now)
3438
3439 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
3440
3441         * shell/ev-properties.c: (ev_properties_dispose),
3442         (ev_properties_class_init), (dialog_destroy_cb),
3443         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
3444         (ev_properties_set_document), (ev_properties_new),
3445         (ev_properties_show):
3446         * shell/ev-properties.h:
3447
3448         Make it an object, cleanup the code, api to show it as transient
3449         and to set the document.
3450
3451         * shell/ev-window.c: (ev_window_setup_document),
3452         (ev_window_cmd_file_properties):
3453
3454         Adapt to EvProperties changes, do not show multiple
3455         times, update it when document changes.
3456
3457 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
3458
3459         * ps/gstypes.h:
3460         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
3461         (ps_document_set_orientation), (ps_document_document_iface_init):
3462         * ps/ps-document.h:
3463
3464         Implement orientation here too
3465
3466         * shell/ev-properties.c: (ev_properties_new):
3467         * data/evince-properties.glade:
3468
3469         Hide the fonts page for backends that doesnt
3470         support it.     
3471
3472 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
3473
3474         * backend/ev-document.c: (ev_document_set_orientation):
3475         * backend/ev-document.h:
3476         * pdf/ev-poppler.cc:
3477
3478         Add orientation api. Currently poppler api is not optimal,
3479         we need to set orientation every time we _get a page.
3480         I will try to fix that at some point.
3481
3482         * data/evince-ui.xml:
3483         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
3484         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
3485
3486         Add orientation menu items
3487
3488         * shell/ev-page-cache.c: (ev_page_cache_clear):
3489         * shell/ev-page-cache.h:
3490
3491         Add api to clear the cache
3492
3493         * shell/ev-view.c: (setup_caches), (clear_caches),
3494         (ev_view_set_document), (ev_view_zoom_out),
3495         (ev_view_set_orientation):
3496         * shell/ev-view.h:
3497
3498         Implement orientation changing
3499
3500 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
3501
3502         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
3503         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
3504         * backend/ev-document-fonts.h:
3505
3506         Separate scan and fill so that we can incrementally fill from
3507         the main thread. Add a progress api.
3508
3509         * data/evince-properties.glade:
3510         * pdf/ev-poppler.cc:
3511         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
3512         * shell/ev-jobs.h:
3513         * shell/ev-properties.c: (update_progress_label),
3514         (job_fonts_finished_cb), (setup_fonts_view):
3515
3516         Incrementally feel the list and show the progress
3517         percentage in a label like acrobat does.
3518
3519         You are going to need poppler cvs
3520
3521 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
3522
3523         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
3524         * backend/ev-document-fonts.h:
3525         * pdf/ev-poppler.cc:
3526
3527         Make fonts model fill incrementally.
3528
3529         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3530         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3531         (ev_job_queue_remove_job):
3532         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3533         (ev_job_fonts_new), (ev_job_fonts_run):
3534         * shell/ev-jobs.h:
3535
3536         New job for fonts scanning
3537
3538         * shell/ev-properties.c: (job_fonts_finished_cb),
3539         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
3540         * shell/ev-properties.h:
3541         * shell/ev-window.c: (ev_window_cmd_file_properties):
3542
3543         Incrementally feel the treeview using the new job. Show Loading...
3544         message until scanning is completed.
3545
3546         Hopefully I didnt break the build without the poppler patch.
3547
3548 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3549
3550         * shell/ev-application.c: (ev_application_open):
3551         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
3552         (ev_document_type_get_type), (ev_document_type_lookup):
3553         * shell/ev-document-types.h:
3554         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
3555         * shell/ev-job-xfer.h:
3556         * shell/ev-window.c: (ev_window_clear_local_uri),
3557         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
3558         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
3559         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3560         
3561         Transfer remote documents to tmp directory to display them later.
3562
3563 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
3564
3565         * backend/ev-document-info.h:
3566         * shell/ev-properties.c: (ev_properties_new):
3567
3568         s/GTime*/GTime. Not sure why we was using a pointer
3569         at all there!
3570
3571 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
3572
3573         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
3574         situations.  That situation is that you're using GTK+-HEAD with
3575         the patch at #306726 is applied, and you have a document with <
3576         1500 pages in it.  It's not quite as uniformly nice as the
3577         TreeView, but should be better in the long run.
3578
3579         I'm pretty sure I guarded against breaking compilation with
3580         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
3581         I missed some.
3582
3583         * shell/ev-window.c (ev_window_init): We don't have our tree/list
3584         widget yet, so I commented that code out
3585         enable_view_actions_for_widget() for now.  Need to figure this
3586         out.
3587
3588         * shell/ev-page-action.c (match_selected_cb): emit the right
3589         signals.  Our cool C-l completion now works.
3590
3591 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3592
3593         * backend/Makefile.am:
3594         * backend/ev-document-fonts.c:
3595         * backend/ev-document-links.c:
3596         * backend/ev-document.c: (ev_document_load):
3597         * backend/ev-document.h:
3598         * backend/ev-job-queue.c:
3599         * backend/ev-job-queue.h:
3600         * backend/ev-jobs.c:
3601         * backend/ev-jobs.h:
3602         * backend/ev-page-cache.c:
3603         * backend/ev-page-cache.h:
3604
3605         EvPageCache and EvJobs are moved to shell.
3606
3607         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
3608         (ev_tmp_filename):
3609         * lib/ev-file-helpers.h:
3610         
3611         New helper to work with temporary files
3612         
3613         * shell/Makefile.am:
3614         * shell/ev-application.c: (ev_application_open):
3615         * shell/ev-application.h:
3616         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
3617         (remove_job_from_async_queue), (add_job_to_async_queue),
3618         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
3619         (handle_job), (search_for_jobs_unlocked),
3620         (no_jobs_available_unlocked), (ev_render_thread),
3621         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
3622         (ev_job_queue_add_job), (move_job_async), (move_job),
3623         (ev_job_queue_update_job), (ev_job_queue_remove_job):
3624         * shell/ev-job-queue.h:
3625         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
3626         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
3627         * shell/ev-job-xfer.h:
3628         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
3629         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
3630         (ev_job_links_class_init), (ev_job_render_init),
3631         (ev_job_render_dispose), (ev_job_render_class_init),
3632         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
3633         (ev_job_thumbnail_class_init), (ev_job_load_init),
3634         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
3635         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
3636         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
3637         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
3638         * shell/ev-jobs.h:
3639         * shell/ev-page-action.c: (ev_page_action_set_document):
3640         * shell/ev-page-cache.c: (ev_page_cache_init),
3641         (ev_page_cache_class_init), (ev_page_cache_finalize),
3642         (ev_page_cache_new), (ev_page_cache_get_n_pages),
3643         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
3644         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
3645         (ev_page_cache_get_title), (ev_page_cache_get_size),
3646         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3647         (ev_page_cache_get_height_to_page),
3648         (ev_page_cache_get_max_label_chars),
3649         (ev_page_cache_get_page_label),
3650         (ev_page_cache_has_nonnumeric_page_labels),
3651         (ev_page_cache_get_info), (ev_page_cache_next_page),
3652         (ev_page_cache_prev_page), (ev_page_cache_get):
3653         * shell/ev-page-cache.h:
3654         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
3655         (ev_pixbuf_cache_clear_job_sizes),
3656         (ev_pixbuf_cache_add_jobs_if_needed),
3657         (ev_pixbuf_cache_set_page_range):
3658         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
3659         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
3660         * shell/ev-sidebar-thumbnails.c:
3661         (ev_sidebar_tree_selection_changed),
3662         (ev_sidebar_thumbnails_set_document):
3663         * shell/ev-statusbar.c: (ev_statusbar_destroy),
3664         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
3665         (ev_statusbar_get_context_id), (ev_statusbar_push),
3666         (ev_statusbar_pop), (ev_statusbar_set_maximized),
3667         (ev_statusbar_pulse), (ev_statusbar_show_progress),
3668         (ev_statusbar_set_progress):
3669         * shell/ev-statusbar.h:
3670         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
3671         (ev_view_find_previous):
3672         * shell/ev-window.c: (ev_window_is_empty),
3673         (ev_window_setup_document), (password_dialog_response),
3674         (ev_window_clear_jobs), (ev_window_load_job_cb),
3675         (ev_window_xfer_job_cb), (ev_window_open_uri),
3676         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
3677         (ev_window_print), (ev_window_print_range),
3678         (ev_window_state_event), (ev_window_cmd_view_reload),
3679         (menu_item_select_cb), (menu_item_deselect_cb),
3680         (view_status_changed_cb), (ev_window_dispose),
3681         (drag_data_received_cb), (ev_window_init):
3682         * shell/ev-window.h:
3683         * shell/main.c: (load_files):
3684         
3685         New statusbar to show progress on idle. Two new jobs - 
3686         xfer job and load job to load document in background. And update
3687         of page_cache clients to new location of code.
3688
3689 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
3690   
3691         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
3692         selection in open dialog. It also remembers the last visited directory 
3693         in the current session.
3694
3695 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3696
3697         * shell/ev-properties.c: (ev_properties_new):
3698         * shell/ev-properties.h:
3699         * shell/ev-window.c: (ev_window_cmd_file_properties):
3700         
3701         Get document info from page cache instead of document itself.
3702         This should fix crash related to race conditions described in
3703         bug 306545.
3704
3705 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
3706
3707         * ps/ps-document.c: (ps_document_init),
3708         (send_ps), (get_page_box), (output), (catchPipe), (input),
3709         (stop_interpreter), (file_length), (file_readable),
3710         (check_filecompressedb), (ps_document_enable_interpreter),
3711         (document_load), (ps_async_renderer_render_pixbuf):
3712         * ps/ps-document.h:
3713
3714         Big cleanup of the ps code
3715
3716 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
3717
3718         * backend/Makefile.am:
3719         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
3720         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
3721         * backend/ev-async-renderer.h:
3722
3723         Add an async renderer interface (method + callback) which
3724         is useful for backends like ps.
3725
3726         * backend/ev-job-queue.c: (remove_job_from_async_queue),
3727         (add_job_to_async_queue), (job_finished_cb), (handle_job),
3728         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
3729         (ev_job_queue_add_job), (move_job_async), (move_job),
3730         (ev_job_queue_update_job), (ev_job_queue_remove_job):
3731
3732         Add queues for async renderer, these are executed on the
3733         main thread.
3734
3735         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
3736         (ev_job_render_run):
3737         * backend/ev-jobs.h:
3738
3739         If the backend support async renderer interface use it.
3740
3741         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
3742         (setup_pixmap), (ps_document_get_type),
3743         (ps_async_renderer_render_pixbuf),
3744         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
3745
3746         Implement async renderer interface.
3747
3748 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
3749
3750         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
3751
3752         Cleanup links job on exit.
3753
3754 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3755
3756         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3757         (drag_data_get_cb), (drag_data_received_cb):
3758         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3759         (drag_data_get_cb), (parse_item_list),
3760         (egg_toolbar_editor_load_actions):
3761         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3762         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
3763         (parse_item_list), (parse_toolbars):
3764         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
3765         (dvi_pixbuf_put_pixel):
3766         
3767         Fix gcc 4.0 warnings
3768
3769 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3770
3771         * ps/ps-document.c: (start_interpreter):
3772
3773         Fix warning when loading ps
3774
3775 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3776
3777         * ps/ps-document.c: (output):
3778
3779         Fix crash when priting gs error messages.
3780
3781 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3782
3783         * backend/ev-page-cache.c: (_ev_page_cache_new):
3784         * backend/ev-page-cache.h:
3785
3786         Use a const to return title so that we dont double
3787         free it. Small cleanup and fix a leak.
3788
3789         * shell/ev-window.c: (update_window_title):
3790
3791         strdup value from get_title.
3792
3793 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3794
3795         * shell/ev-sidebar-links.c: (job_finished_callback),
3796         (ev_sidebar_links_set_document):
3797
3798         Cleanup the old job when changing document
3799
3800 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
3801
3802         * shell/ev-stock-icons.c:
3803         * shell/ev-stock-icons.h:
3804         * shell/ev-window.c:
3805         
3806         Add stock icons for actions that can appear in toolbar. Fix for
3807         bug 306566.
3808
3809 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3810
3811         * backend/ev-page-cache.c: (ev_page_cache_finalize),
3812         (_ev_page_cache_new), (ev_page_cache_get_max_width),
3813         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
3814         * backend/ev-page-cache.h:
3815         * shell/ev-view.c: (scroll_to_current_page),
3816         (view_update_range_and_current_page), (get_page_y_offset),
3817         (get_page_extents), (ev_view_size_request_continuous_dual_page),
3818         (ev_view_size_request_continuous),
3819         (ev_view_zoom_for_size_continuous_and_dual_page),
3820         (ev_view_zoom_for_size_continuous):
3821         
3822         More compact EvView layout in document with pages of different size.
3823
3824 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
3825
3826         * shell/ev-window.c (ev_window_cmd_file_properties): fix
3827         compilation.
3828
3829 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * shell/ev-view.c: (view_set_adjustment_values):
3832         * shell/ev-window.c: (ev_window_cmd_file_properties):
3833         
3834         A bit different fix for rounding problem but it has no
3835         problems on startup. Make properties window transient to parent.
3836
3837 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3838
3839         * pdf/ev-poppler.cc:
3840         
3841         More commenting of font stuff.
3842
3843 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3844
3845         * pdf/ev-poppler.cc:
3846
3847         Comment out some more fonts stuff. Should really
3848         work without the poppler patch now.
3849
3850 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3851
3852         * pdf/ev-poppler.cc:
3853
3854         Adapt to api change
3855
3856 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3857
3858         * data/evince-properties.glade:
3859         * pdf/ev-poppler.cc:
3860         * shell/ev-properties.c: (setup_fonts_view):
3861
3862         Set the column title. Show the dialog only
3863         once everything is setup.
3864         Getting font info can be very slow... will
3865         prolly need to make this threaded too.
3866
3867 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3868
3869         * backend/Makefile.am:
3870         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
3871         (ev_document_fonts_get_fonts_model):
3872         * backend/ev-document-fonts.h:
3873         * data/evince-properties.glade:
3874         * pdf/ev-poppler.cc:
3875         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
3876         * shell/ev-properties.h:
3877         * shell/ev-window.c: (ev_window_cmd_file_properties):
3878
3879         Implement fonts list. Defined out for now, since it depends
3880         on a not yet committed poppler patch.
3881
3882 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
3883
3884         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
3885         page + 1.
3886
3887         * shell/ev-window.c: Make sure we add the timeout when we get a
3888         focus-in event.
3889
3890         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
3891         adjustment->value before calculating the zoom factor to average
3892         out all of our rounding errors.  The page no longer 'drifts' when
3893         resizing.
3894
3895 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3896
3897         * data/evince-properties.glade:
3898         * shell/ev-properties.c: (ev_properties_format_date),
3899         (set_property):
3900         
3901         Labels don't expand when the dialogue is resized.
3902         strftime result needs to be converted to UTF-8. Thanks
3903         to Christian Persch <chpe@gnome.org>.
3904
3905 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3906
3907         * data/evince-properties.glade:
3908
3909         Hide the fonts tab
3910
3911 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3912
3913         * backend/ev-document-info.h:
3914         * backend/ev-document.c: (ev_document_info_free):
3915         * data/evince-properties.glade:
3916         * pdf/ev-poppler.cc:
3917         * ps/ps-document.c: (ps_document_get_info):
3918         * shell/ev-properties.c: (ev_properties_format_date),
3919         (set_property), (ev_properties_new):
3920         * shell/ev-properties.h:
3921         * shell/ev-window.c: (ev_window_cmd_file_properties):
3922
3923         Rework properties code to take only EvPropertyInfo
3924         in the constructor so that it can be useful for
3925         nautilus plugin too.
3926
3927         Deal with backends that doesnt support some properties.
3928         Make set property code generic.
3929
3930 2005-06-04  Christian Persch <chpe@gnome.org>
3931
3932         * data/evince-properties.glade:
3933
3934         fix spacings, make resizeable, and make data labels
3935         selectable + ellipsised
3936
3937 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
3938
3939         * backend/ev-document-info.h:
3940         * data/Makefile.am:
3941         * data/evince-ui.xml:
3942         * pdf/ev-poppler.cc:
3943         * shell/Makefile.am:
3944         * shell/ev-window.c: (update_action_sensitivity),
3945         (ev_window_cmd_file_properties):
3946
3947         Initial go at file properties. Patch by
3948         Emil Soleyman-Zomalan <emil@soleyman.com>.
3949         Needs love see #169583
3950
3951 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
3952
3953         * ps/ps-document.c: (output):
3954         * ps/ps.c: (psscan):
3955
3956         Try to render even if psscan fails.
3957
3958 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
3959
3960         * ps/ps.c: (psscan), (pscopydoc):
3961
3962         Port buffered reading code from gv
3963
3964 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
3965
3966         * ps/ps-document.c: (interpreter_message), (output):
3967
3968         Do not fail on interpreter messages
3969
3970 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
3971
3972         * backend/ev-document-misc.c:
3973         (ev_document_misc_get_thumbnail_frame):
3974
3975         Pages can be 0 x 0, dont assert on this case
3976
3977 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3978
3979         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3980         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
3981
3982         Correctly manage our reference on document. Finally the reload
3983         huge leak is gone...
3984
3985 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3986
3987         * ps/ps-document.c: (ps_document_dispose):
3988
3989         Forgot to chain it to the parent. Thanks chpe.
3990
3991 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3992
3993         * ps/ps-document.c: (ps_document_dispose),
3994         (ps_document_class_init), (stop_interpreter), (document_load):
3995
3996         Cleanup dispose a bit. Dont leak the whole pixmap.
3997
3998 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3999
4000         * pdf/ev-poppler.cc:
4001
4002         Release the poppler document on dispose
4003
4004 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4005
4006         * shell/ev-view.c: (ev_view_set_document):
4007
4008         Release ref on the pixbuf cache when changing
4009         document.
4010
4011 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4012
4013         * ps/ps-document.c: (ps_document_get_info):
4014
4015         Fix a double free
4016
4017 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4018
4019         * backend/ev-page-cache.c: (ev_page_cache_init),
4020         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
4021         * backend/ev-page-cache.h:
4022         * shell/ev-page-action.c: (page_changed_cb):
4023         
4024         Set page action entry width depending on labels width. Fix
4025         for bug 305202.
4026
4027 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
4028
4029         * backend/ev-link.c: (ev_link_class_init):
4030
4031         Allow -1 as page value (error)
4032
4033 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4034
4035         * shell/ev-sidebar-thumbnails.c:
4036         (ev_sidebar_thumbnails_set_document):
4037         * shell/ev-view.c: (scroll_to_current_page),
4038         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
4039         (page_changed_cb), (on_adjustment_value_changed),
4040         (ev_view_set_document):
4041
4042         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
4043         Fix bug 305377
4044
4045 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4046
4047         * configure.ac:
4048         * djvu/djvu-document.c: (djvu_document_get_page_size):
4049
4050         Require djvulibre CVS. Now djvu loading is much faster. Fix for
4051         bug 301993.
4052
4053 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
4054
4055         * shell/ev-view.c (draw_one_page): modify the expose handling to
4056         get the shadows.
4057
4058         * shell/ev-window.c (update_action_sensitivity): Respect
4059         permissions field.  Kowtow to the man.
4060
4061         * pdf/ev-poppler.cc: Get the permissions field.
4062
4063         * tiff/*c: Make a tiny bit more robust.
4064
4065 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4066
4067         * djvu/djvu-document.c:
4068         
4069         Pop messages from djvu context message queue.
4070
4071 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4072
4073         * configure.ac, Makefile.am, shell/Makefile.am:
4074         * tiff/Makefile.am, shell/ev-document-types.c:
4075         
4076         Cleanup tiff configure checks. Fix for bug 305218.
4077
4078 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
4079
4080         * configure.ac: Added "uk" to ALL_LINGUAS.
4081
4082 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4083
4084         * cut-n-paste/zoom-control/ephy-zoom.c:
4085         (ephy_zoom_get_changed_zoom_level):
4086         * cut-n-paste/zoom-control/ephy-zoom.h:
4087         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
4088         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
4089         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
4090         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
4091         (zoom_control_changed_cb), (ev_window_init):
4092         
4093         Fix minor points related to moving best fit up. Introduce
4094         "zoom" property and make zoom control change it's value on
4095         notify::zoom signals. Fix for 305080.
4096
4097 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4098
4099         * data/evince-ui.xml:
4100         * shell/ev-window.c: (set_view_actions_sensitivity):
4101         
4102         Use + and - as accels for zoom in and zoom out. Fix for 305001.
4103
4104 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
4105
4106         * configure.ac:
4107
4108         Depends on poppler 0.3.2
4109
4110 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
4111
4112         * cut-n-paste/recent-files/egg-recent-item.c:
4113         (egg_recent_item_get_short_name):
4114         * cut-n-paste/toolbar-editor/Makefile.am:
4115         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4116         (new_pixbuf_from_widget):
4117         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4118         * cut-n-paste/toolbar-editor/egg-marshal.c:
4119         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4120         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4121
4122         Sync
4123
4124 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
4125
4126         * tiff/tiff-document.c: Rough TIFF backend.
4127
4128 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
4129
4130         * NEWS:
4131         * configure.ac:
4132         * cut-n-paste/toolbar-editor/Makefile.am:
4133
4134         Release 0.3.1
4135
4136 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
4137
4138         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
4139         (ev_view_find_next), (ev_view_find_previous):
4140
4141         Remove the locks around get_n_results   
4142
4143 2005-05-21  Juerg Billeter  <j@bitron.ch>
4144
4145         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
4146
4147         Pass correct number of pages to poppler.
4148
4149 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4150
4151         * configure.ac:
4152         * data/Makefile.am:
4153         * data/evince.desktop.in: 
4154         * data/evince.desktop.in.in:
4155         * po/POTFILES.in:
4156         
4157         Add conditionally dvi and djvu to desktop types. Fix for 304658.
4158
4159 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
4160
4161         * shell/ev-view.c: (view_update_adjustments),
4162         (view_set_adjustment_values): cast adjustmen->value to (int)
4163         before using it.  Otherwise, we get off by a pixel in some
4164         situations.
4165
4166         (draw_one_page): Draw the border on expose.
4167
4168 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
4169
4170         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
4171         adjustment when the mode changes, #304923
4172
4173 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4174
4175         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
4176         flickering on resize but still use gdk_window_scroll on
4177         scrolling
4178
4179 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
4180
4181         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
4182         option, #170458
4183
4184 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
4185
4186         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
4187         second page on page_changed if possible, #304669
4188
4189 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
4190
4191         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
4192         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
4193
4194 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
4195
4196         * .cvsignore:
4197         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
4198         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
4199         (ev_view_zoom_for_size_presentation),
4200         (ev_view_zoom_for_size_continuous_and_dual_page),
4201         (ev_view_zoom_for_size_continuous),
4202         (ev_view_zoom_for_size_dual_page),
4203         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
4204         * shell/ev-view.h:
4205         * shell/ev-window.c: (update_view_size),
4206         (ev_window_sizing_mode_changed_cb):
4207
4208         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
4209         the scrollbars.  It's not 100% right, but it's much closer.  Kills
4210         an infinite loop, #304769
4211
4212
4213 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4214
4215         * data/evince-ui.xml:
4216         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
4217         * shell/ev-window.c: (set_view_actions_sensitivity):
4218
4219         Make PgUp/Down behave like Space
4220
4221 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4222
4223         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
4224         * backend/ev-ps-exporter.h:
4225         * pdf/ev-poppler.cc:
4226         * ps/ps-document.c: (ps_document_ps_export_begin):
4227         * shell/ev-print-job.c: (idle_print_handler):
4228
4229         Adapt to new poppler api
4230
4231 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4232
4233         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4234         (ephy_zoom_control_init):
4235
4236         Translate zoom levels
4237
4238 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4239
4240         * cut-n-paste/zoom-control/ephy-zoom.c:
4241         (ephy_zoom_get_zoom_level_index):
4242
4243         Fix current zoom -> zoom control match
4244
4245 2005-05-18  James Bowes  <bowes@cs.dal.ca>
4246
4247         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
4248         rather than the scrolled_window that it's in. Fixes bug #304655.
4249
4250 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
4251
4252         * shell/ev-view.c: (view_update_adjustments),
4253         (view_set_adjustment_values), (view_update_range_and_current_page),
4254         (view_scroll_to_page), (set_scroll_adjustment),
4255         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
4256         (ev_view_scroll), (ev_view_scroll_view),
4257         (ensure_rectangle_is_visible), (find_page_at_location),
4258         (get_link_at_location), (go_to_link), (status_message_from_link),
4259         (ev_view_size_request_continuous_dual_page),
4260         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
4261         (ev_view_unrealize), (ev_view_expose_event),
4262         (ev_view_button_press_event), (ev_view_motion_notify_event),
4263         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
4264         (draw_rubberband), (highlight_find_results), (draw_one_page),
4265         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
4266         (ev_view_init), (find_changed_cb), (page_changed_cb),
4267         (on_adjustment_value_changed), (ev_view_new),
4268         (ev_view_set_document), (ev_view_set_zoom),
4269         (ev_view_set_continuous), (ev_view_set_dual_page),
4270         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
4271         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
4272         (ev_view_zoom_for_size_presentation),
4273         (ev_view_zoom_for_size_continuous_dual_page),
4274         (ev_view_zoom_for_size_continuous),
4275         (ev_view_zoom_for_size_dual_page),
4276         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4277         (ev_view_get_status), (ev_view_set_status),
4278         (update_find_status_message), (ev_view_get_find_status),
4279         (ev_view_set_find_status), (jump_to_find_result),
4280         (jump_to_find_page), (compute_selections), (clear_selection),
4281         (ev_view_select_all), (get_selected_text), (ev_view_copy),
4282         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
4283         (ev_view_update_primary_selection),
4284         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
4285         * shell/ev-view.h:
4286         * shell/ev-window.c: (ev_window_open_page_label),
4287         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
4288         (ev_window_init):
4289         * shell/ev-window.h:
4290         * shell/main.c: (load_files):
4291
4292         Massive code clean up from Nickolay Shmyrev.  Keep page offset
4293         when resizing.  Remove the bin_window().  Also, patch from James
4294         Bowes to fix command line page, #300641
4295         
4296 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
4297
4298         * data/evince-ui.xml:
4299         * shell/ev-view.c:
4300         * shell/ev-view.h:
4301         * shell/ev-window.c: (update_action_sensitivity):
4302
4303         Get rid of View->Normal Size, it's just confusing
4304
4305 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
4306
4307         * backend/ev-document-info.h:
4308         * backend/ev-document.c: (ev_document_info_free): Free the
4309         EvDocumentInfo.
4310
4311         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
4312         (clear_range), (add_range), (update_visible_range),
4313         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
4314         (ev_sidebar_thumbnails_set_document):
4315         * shell/ev-window.c: (ev_window_setup_document): Only render the
4316         visible thumbnails.  It takes an instant to render, but it uses
4317         much less memory.
4318
4319 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
4320
4321         * shell/ev-sidebar-links.c: (popup_menu_cb):
4322
4323         Select first item
4324
4325 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
4326
4327         * lib/Makefile.am:
4328         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
4329         (button_press_cb), (ev_sidebar_links_construct):
4330
4331         Show the popup menu also on keybindings
4332
4333 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
4334
4335         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
4336         * shell/ev-window.h:
4337
4338         Expose api to print a range (with dialog). Make private _print use
4339         it.
4340
4341         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
4342         (ev_sidebar_links_construct):
4343
4344         Show a print context menu on linkx, it prints the selected
4345         section.
4346
4347 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
4348
4349         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
4350         button.
4351
4352 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
4353
4354         * AUTHORS:
4355
4356         Update
4357
4358         * shell/ev-window.c: (build_comments_string),
4359         (ev_window_cmd_help_about):
4360
4361         Show poppler version/backend and authors
4362
4363 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
4364
4365         * cut-n-paste/zoom-control/ephy-zoom.c:
4366         (ephy_zoom_get_zoom_level_index):
4367         * cut-n-paste/zoom-control/ephy-zoom.h:
4368
4369         Move the best fit items at the top of the list
4370
4371 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
4372
4373         * shell/ev-marshal.list:
4374         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
4375         (activate_cb), (match_selected_cb), (activate_link_cb),
4376         (connect_proxy), (ev_page_action_class_init):
4377         * shell/ev-page-action.h:
4378
4379         Use signals to notify action activation. Hopefully
4380         I did not break completion since I cant test...
4381
4382         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
4383         (register_custom_actions):
4384
4385         Connect to page selector actions and also grab focus on
4386         the view when activated.
4387
4388 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
4389
4390         * pdf/ev-poppler.cc:
4391         * backend/ev-page-cache.c: make page size calculation consistent
4392         and set it to (int)( width * scale + 0.5).  This makes the weird
4393         line going through the middle of the page go away.
4394
4395         * shell/ev-view.c: move painting the background page after
4396         checking the expose area covers us.
4397
4398 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4399
4400         * data/evince-password.glade:
4401         
4402         Mark labels as not translatable. Fix for bug 302842.
4403
4404 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4405
4406         * configure.ac: Added "es" to ALL_LINGUAS.
4407
4408 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4409
4410         * data/evince-toolbar.xml:
4411         * shell/ev-window.c: (update_action_sensitivity),
4412         (ev_window_setup_document), (ev_window_set_page_mode),
4413         (ev_window_init):
4414
4415         Remove some leftover code from jrb first continous
4416         attempt. Use the new actions, we still need good icons
4417         though...
4418
4419 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4420
4421         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
4422
4423         Update label when connecting proxy. Fix a warning with NULL
4424         page_cache.
4425
4426 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4427
4428         * data/evince-ui.xml:
4429         * shell/ev-page-action.c: (ev_page_action_grab_focus):
4430         * shell/ev-page-action.h:
4431         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
4432
4433         Add mnemonic for edit toolbar.
4434         ctrl+l focus the page entry.
4435
4436 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4437
4438         * lib/Makefile.am:
4439         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
4440         (ev_window_init):
4441         * shell/main.c: (main):
4442
4443         Put the toolbar xml in evince own dot dir
4444
4445 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4446
4447         * shell/ev-window.c: (ev_window_init):
4448
4449         Make the toolbar not removable
4450
4451 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4452
4453         * data/evince-ui.xml:
4454         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
4455         * shell/ev-sidebar-links.h:
4456         * shell/ev-sidebar-thumbnails.c:
4457         (ev_sidebar_thumbnails_get_treeview):
4458         * shell/ev-sidebar-thumbnails.h:
4459         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
4460         (ev_view_class_init):
4461         * shell/ev-view.h:
4462         * shell/ev-window.c: (update_action_sensitivity),
4463         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4464         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
4465         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
4466         (ev_window_init):
4467
4468         This is evil... Make space/backspace global accelerators but
4469         enable them only for some widgets (sidebars and view).
4470         I dont like it, but I dont know a better way... :/
4471
4472 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4473
4474         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
4475         (ev_page_action_widget_finalize),
4476         (ev_page_action_widget_class_init), (update_page_cache):
4477
4478         Keep a weak reference on proxy->page_cache so that we
4479         dont try to disconnect the signal if the object is already
4480         gone. Maybe there is a better way to cleanup reference handling
4481         in page action though...
4482
4483 2005-05-10  Juerg Billeter  <j@bitron.ch>
4484
4485         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
4486         * backend/ev-ps-exporter.h:
4487         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
4488         * ps/ps-document.c: (ps_document_ps_export_begin):
4489         
4490         Change api to pass print range to ps_exporter_begin. The pdf backend
4491         requires this information.
4492         
4493         * shell/ev-print-job.c: (idle_print_handler):
4494         
4495         Adapt to api change
4496
4497 2005-05-10  Juerg Billeter  <j@bitron.ch>
4498
4499         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4500         (idle_print_handler)
4501         * shell/ev-window.c: (ev_window_print):
4502
4503         Support printing page range, based on patch by Amaury Jacquot
4504
4505 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4506
4507         * data/evince-toolbar.xml:
4508
4509         Add zoom control to available items
4510
4511 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4512
4513         * shell/ev-window.c: (update_action_sensitivity):
4514
4515         Set slash action insensitive when appropriate
4516
4517 2005-05-10  Christian Persch <chpe@gnome.org>
4518
4519         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
4520
4521         Fix warning on the overflow menu
4522
4523 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4524
4525         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
4526
4527         Check for uri correctness/existence
4528
4529 2005-05-09  Juerg Billeter  <j@bitron.ch>
4530
4531         * shell/ev-window.c: (using_postscript_printer):
4532
4533         LPD printers use postscript, too
4534
4535 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4536
4537         * shell/ev-window.c: (register_custom_actions):
4538
4539         The zoom one is actually sort of useful,
4540         put it back
4541
4542 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4543
4544         * shell/ev-window.c: (register_custom_actions):
4545
4546         Hide page/zoom controls from overflow, they
4547         are useless.
4548
4549 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4550
4551         * cut-n-paste/update-from-egg.sh:
4552         
4553         Share it between all cut-n-paste subdirs
4554
4555         * cut-n-paste/recent-files/Makefile.am:
4556
4557         Fix to use "global" update-from-egg.sh
4558
4559         * cut-n-paste/recent-files/egg-recent-model.c:
4560         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
4561         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4562         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
4563         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
4564
4565         Update from libegg
4566
4567         * cut-n-paste/toolbar-editor/Makefile.am:
4568
4569         Fix to use "global" update-from-egg.sh
4570
4571         * cut-n-paste/toolbar-editor/eggmarshalers.list:
4572
4573         Update from libegg
4574
4575 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
4576
4577         * configure.ac:
4578         * cut-n-paste/Makefile.am:
4579         * cut-n-paste/recent-files/Makefile.am:
4580         * cut-n-paste/toolbar-editor/.cvsignore:
4581         * cut-n-paste/toolbar-editor/Makefile.am:
4582         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4583         (egg_editable_toolbar_get_type), (get_toolbar_position),
4584         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
4585         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
4586         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
4587         (set_item_drag_source), (create_item_from_action), (create_item),
4588         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
4589         (popup_toolbar_context_menu_cb), (free_dragged_item),
4590         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4591         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
4592         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
4593         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4594         (item_added_cb), (item_removed_cb),
4595         (egg_editable_toolbar_construct),
4596         (egg_editable_toolbar_disconnect_model),
4597         (egg_editable_toolbar_deconstruct),
4598         (egg_editable_toolbar_set_model),
4599         (egg_editable_toolbar_set_ui_manager),
4600         (egg_editable_toolbar_set_property),
4601         (egg_editable_toolbar_get_property),
4602         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
4603         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
4604         (egg_editable_toolbar_new_with_model),
4605         (egg_editable_toolbar_get_edit_mode),
4606         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
4607         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
4608         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
4609         (new_pixbuf_from_widget), (new_separator_pixbuf),
4610         (update_separator_image), (style_set_cb),
4611         (_egg_editable_toolbar_new_separator_image),
4612         (egg_editable_toolbar_get_model):
4613         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4614         * cut-n-paste/toolbar-editor/egg-marshal.c:
4615         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4616         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
4617         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
4618         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
4619         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
4620         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
4621         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
4622         (editor_drag_data_delete_cb), (drag_data_get_cb),
4623         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
4624         (editor_create_item), (update_editor_sheet), (setup_editor),
4625         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
4626         (parse_item_list), (model_has_action), (update_actions_list),
4627         (egg_toolbar_editor_load_actions):
4628         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4629         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4630         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
4631         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
4632         (toolbars_item_new), (free_toolbar_node), (free_item_node),
4633         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
4634         (egg_toolbars_model_add_separator), (impl_add_item),
4635         (parse_item_list), (egg_toolbars_model_add_toolbar),
4636         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
4637         (impl_get_item_data), (impl_get_item_type),
4638         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
4639         (egg_toolbars_model_init), (free_toolbar),
4640         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
4641         (egg_toolbars_model_remove_toolbar),
4642         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4643         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
4644         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
4645         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
4646         (egg_toolbars_model_get_item_data),
4647         (egg_toolbars_model_get_item_type):
4648         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4649         * cut-n-paste/toolbar-editor/eggmarshalers.list:
4650         * data/Makefile.am:
4651         * data/evince-toolbar.xml:
4652         * data/evince-ui.xml:
4653         * data/hand-open.png:
4654         * po/POTFILES.in:
4655         * shell/Makefile.am:
4656         * shell/ev-window.c: (update_chrome_visibility),
4657         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
4658         (ev_window_dispose), (ev_window_init):
4659
4660         Implement epiphany like toolbar editor. Based on patch by
4661         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4662
4663 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4664
4665         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
4666
4667         Use set_cursor instead of set_selection, so that
4668         the keyboard focus moves too.
4669
4670 2005-05-09  Aleksey Kliger <akliger@gmail.com>
4671
4672         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
4673
4674         Fix infinite loop when loading Type1 fonts
4675
4676 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4677
4678         * data/evince-ui.xml:
4679         * shell/ev-window.c:
4680
4681         Slash -> Find
4682
4683 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
4684
4685         * configure.ac:
4686
4687         Make --disable really disable
4688
4689 2005-05-07  Juerg Billeter  <j@bitron.ch>
4690
4691         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
4692
4693         Compare page labels even without has_labels set, fixes setting page
4694         with entry
4695
4696 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4697
4698         * shell/ev-view.c: (ev_view_create_invisible_cursor),
4699         (ev_view_set_cursor), (ev_view_button_press_event),
4700         (ev_view_motion_notify_event), (ev_view_button_release_event),
4701         (ev_view_init):
4702
4703         Implement middle button scrolling. Based on a patch
4704         by Tommi Komulainen <tommi.komulainen@iki.fi>.
4705
4706 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
4707
4708         * shell/ev-document-types.c: (get_slow_mime_type),
4709         (get_document_type_from_mime), (ev_document_type_lookup):
4710         * shell/ev-document-types.h:
4711
4712         Change api to lookup from uri. Do fast lookup first, if the
4713         type is unknown try with data sniffing.
4714
4715         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
4716         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4717
4718         Adapt to api change
4719
4720 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4721
4722         * thumbnailer/Makefile.am:
4723
4724         Fix distcheck
4725
4726 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4727
4728         * NEWS:
4729         * configure.ac:
4730
4731         Release 0.3.0
4732
4733         * data/evince-ui.xml:
4734
4735         Hide presentation mode for now
4736
4737         * shell/ev-view.c: (highlight_find_results):
4738
4739         Show current find selection only on current page
4740
4741 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4742
4743         * shell/ev-view.c: (ev_view_select_all):
4744
4745         Compute size of the actual page, not of
4746         the current one.
4747
4748 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4749
4750         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
4751         (view_rect_to_doc_rect), (compute_selections),
4752         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
4753         (ev_view_copy), (ev_view_primary_get_cb),
4754         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
4755         (ev_view_button_press_event), (ev_view_motion_notify_event),
4756         (ev_view_button_release_event), (page_changed_cb):
4757
4758         Fix text selection
4759
4760 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4761
4762         * shell/ev-view.c: (compute_border), (get_page_extents),
4763         (doc_rect_to_view_rect), (highlight_find_results),
4764         (ev_view_bin_expose), (ev_view_select_all),
4765         (ev_view_motion_notify_event), (update_find_status_message),
4766         (jump_to_find_result), (jump_to_find_page):
4767
4768         First go at fixing search, still buggy
4769
4770 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
4771
4772         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
4773         dropdown box and button at the top of the sidebar.
4774
4775 2005-05-02  James Bowes  <bowes@cs.dal.ca>
4776
4777         * configure.ac: Output zoom-control Makefile.
4778         * cut-n-paste/Makefile.am: build zoom-control subdir.
4779         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4780         * cut-n-paste/zoom-control/ephy-zoom-action.h:
4781         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4782         * cut-n-paste/zoom-control/ephy-zoom-control.h:
4783         * cut-n-paste/zoom-control/ephy-zoom.c:
4784         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
4785         from epiphany, and modified to add a separator into the menu.
4786         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
4787         * data/evince-ui.xml: Replace old zoom toolbar actions with new
4788         zoom-control action.
4789         * shell/Makefile.am: Include zoom-control flags.
4790         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
4791         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
4792         (ev_view_zoom_for_size_presentation),
4793         (ev_view_zoom_for_size_continuous_and_dual_page),
4794         (ev_view_zoom_for_size_continuous),
4795         (ev_view_zoom_for_size_dual_page),
4796         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
4797         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
4798         ev_view_get_zoom and ev_view_get_sizing_mode.
4799         * shell/ev-view.h:
4800         * shell/ev-window.c: (update_action_sensitivity),
4801         (update_sizing_buttons), (zoom_control_changed_cb),
4802         (register_custom_actions): Initialize and use the zoom-control 
4803         widget.
4804
4805 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
4806
4807         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
4808         preview cache back to 1.  Don't know when it got set to 0.
4809         
4810         * shell/ev-view.c: (compute_border), (ev_view_realize),
4811         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
4812         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
4813         (ev_view_get_fullscreen), (ev_view_set_presentation),
4814         (ev_view_get_presentation), (ev_view_set_sizing_mode),
4815         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
4816         * shell/ev-view.h:
4817         * shell/ev-window.c:
4818         (update_chrome_visibility),
4819         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4820         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4821         (update_document_mode), (ev_window_update_fullscreen_action),
4822         (ev_window_fullscreen), (ev_window_unfullscreen),
4823         (ev_window_cmd_view_fullscreen),
4824         (ev_window_update_presentation_action),
4825         (ev_window_run_presentation), (ev_window_stop_presentation),
4826         (ev_window_cmd_view_presentation), (ev_window_state_event),
4827         (ev_window_focus_in_event), (ev_window_focus_out_event),
4828         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
4829         * data/evince-ui.xml: Initial presentation mode.  We should
4830         probably hide this until it's done, as it's quite rough.  Also,
4831         change full-screen to fullscreen and add two getters to EvView.
4832
4833 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
4834
4835         * shell/ev-page-action.c: (update_page_cache),
4836         (ev_page_action_dispose):
4837         * shell/ev-window.c: (destroy_fullscreen_popup),
4838         (ev_window_create_fullscreen_popup):
4839
4840         Use connect_object rather than explicitly
4841         disconnect on dispose.
4842
4843 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
4844
4845         * shell/ev-page-action.c: (update_page_cache),
4846         (ev_page_action_dispose):
4847
4848 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4849
4850         * backend/ev-page-cache.c: (_ev_page_cache_new),
4851         (ev_page_cache_set_page_label),
4852         (ev_page_cache_has_nonnumeric_page_labels):
4853         * backend/ev-page-cache.h:
4854         * shell/ev-page-action.c: (update_pages_label):
4855         
4856         If all page labels are numeric, fallback to default
4857         way to display number of pages. See bug 173185.
4858
4859 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * shell/ev-page-action.c: (ev_page_action_dispose):
4862         * shell/ev-view.c: (view_update_range_and_current_page):
4863         * shell/ev-window.c: (ev_window_dispose):
4864         
4865         Set page on scroll in continuous mode. Fixes bug 301986.
4866         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
4867
4868 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
4869
4870         * configure.ac:
4871
4872         Require poppler 0.3.0
4873
4874 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4875         
4876         * shell/Makefile.am, configure.ac: Fix build problems
4877         with t1lib. Bug 301996.
4878
4879 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4880
4881         * shell/ev-view.c: (ev_view_scroll_event):
4882         
4883         Scroll up increase zoom
4884
4885 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4886
4887         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
4888         (ev_view_set_sizing_mode),
4889         (ev_view_zoom_for_size_continuous_and_dual_page),
4890         (ev_view_zoom_for_size_continuous):
4891         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
4892         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
4893         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
4894         (ev_window_init):
4895
4896         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
4897         Fix for 165473 and 165472.
4898
4899 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4900
4901         * po/POTFILES.in:
4902         * thumbnailer/Makefile.am:
4903         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
4904         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
4905         * thumbnailer/evince-thumbnailer.schemas.in:
4906         
4907         Make thumbnailer schemas translatable. Fix for bug 301773
4908         
4909         * thumbnailer/evince-thumbnailer-djvu.schemas:
4910         * thumbnailer/evince-thumbnailer-dvi.schemas:
4911         * thumbnailer/evince-thumbnailer.schemas:
4912
4913         Removed files
4914
4915 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
4916
4917         * shell/ev-view.c (ev_view_init): forgot to set this.
4918
4919 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
4920
4921         * shell/ev-view.c: (find_page_at_location),
4922         (get_link_at_location),
4923         (ev_view_set_show_border), (ev_view_set_spacing),
4924         (ev_view_zoom_for_size_continuous_and_dual_page),
4925         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
4926         Also, add a quick fix measuring of widths.  Also, removed
4927         ev_view_set_spacing and ev_view_set_show_border.
4928         
4929         * shell/ev-window.c: (ev_window_unfullscreen),
4930         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
4931
4932 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4933
4934         * shell/ev-view.c: (view_update_range_and_current_page),
4935         (page_changed_cb):
4936         
4937         Fix crash on exit and scrolling to page in continuous view.
4938
4939 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
4940
4941         * TODO:
4942         * backend/ev-page-cache.c: (_ev_page_cache_new),
4943         (ev_page_cache_get_max_width_size),
4944         (ev_page_cache_get_max_height_size):
4945         * backend/ev-page-cache.h:
4946         * data/evince-ui.xml:
4947         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
4948         * shell/ev-view.c: (view_update_adjustments),
4949         (view_update_range_and_current_page), (get_bounding_box_size),
4950         (ev_view_size_request_continuous_and_dual_page),
4951         (ev_view_size_request_continuous),
4952         (ev_view_size_request_dual_page),
4953         (ev_view_size_request_single_page), (ev_view_size_request),
4954         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
4955         (ev_view_bin_expose), (ev_view_expose_event),
4956         (ev_view_set_property), (ev_view_get_property),
4957         (ev_view_class_init), (ev_view_init), (ev_view_new),
4958         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
4959         (ev_view_set_dual_page), (ev_view_set_full_screen),
4960         (ev_view_set_presentation), (ev_view_set_sizing_mode),
4961         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
4962         (ev_view_zoom_out), (zoom_for_size_fit_width),
4963         (zoom_for_size_best_fit),
4964         (ev_view_zoom_for_size_continuous_and_dual_page),
4965         (ev_view_zoom_for_size_continuous),
4966         (ev_view_zoom_for_size_dual_page),
4967         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4968         (ev_view_show_cursor), (ev_sizing_mode_get_type):
4969         * shell/ev-view.h:
4970         * shell/ev-window.c: (update_action_sensitivity),
4971         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4972         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4973         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
4974         (ev_window_cmd_view_zoom_out), (update_view_size),
4975         (ev_window_set_sizing_mode), (ev_window_init):
4976
4977         Add Continuous and Dual page modes.
4978
4979 2005-04-23  James Bowes  <bowes@cs.dal.ca>
4980
4981         * dvi/dvi-document.c: (dvi_document_load),
4982         (dvi_document_thumbnails_get_thumbnail),
4983         (dvi_document_init_params): Fix up some mixups between
4984         width and height to correct thumbnail rendering.
4985
4986 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * dvi/mdvi-lib/private.h:
4989         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
4990         
4991         Suppess output for kpathsea during font generation. Thanks to
4992         James Bowes
4993
4994 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
4995
4996         * NEWS:
4997         * configure.ac:
4998
4999         Release 0.2.1
5000
5001         * Makefile.am: fix distcheck.
5002
5003 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * shell/ev-sidebar-links.c: (selection_changed_callback),
5006         (update_page_callback), (row_activated_callback),
5007         (job_finished_callback), (ev_sidebar_links_set_document):
5008         
5009         Fix for bug #169901. Double click on links expands tree.
5010
5011 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
5012
5013         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
5014         hard-coded style. Fix for bug 170111
5015
5016 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
5017
5018         * shell/ev-view.c (highlight_find_results): Remove unnecessary
5019         locking.
5020
5021 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
5022
5023         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
5024
5025 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
5026
5027         * pdf/ev-poppler.cc:
5028         * shell/ev-view.c: (highlight_find_results):
5029
5030         Fix find on single page documents
5031
5032 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
5033
5034         * data/evince.schemas.in: fix for bug 301390
5035
5036 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5037
5038         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
5039         (ev_view_zoom_out), (ev_view_zoom_normal):
5040         * shell/ev-view.h:
5041         * shell/ev-window.c: (update_action_sensitivity),
5042         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5043         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
5044         (ev_window_cmd_view_normal_size):
5045
5046         Fix normal size zoom. Make zoom in/zoom out unsensitive when
5047         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
5048         better than oom. 
5049
5050 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5051
5052         * configure.ac:
5053
5054         Depend on 2.57, 2.59 doesnt seem to be necessary
5055
5056 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5057
5058         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
5059         (create_tool_item):
5060
5061         Put back total number of pages as (1 of 1234)
5062
5063 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
5064
5065         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
5066         remove the job.
5067
5068         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
5069         function.  This helps debugging.
5070
5071 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * djvu/djvu-document.c: (djvu_document_class_init),
5074         (djvu_document_get_info), (djvu_document_document_iface_init):
5075         * dvi/dvi-document.c: (dvi_document_class_init),
5076         (dvi_document_get_info), (dvi_document_document_iface_init):
5077
5078        Dummy implementation of get_info method for dvi and djvu. Fix
5079        crashes with those backends
5080
5081 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
5082
5083         * data/evince.desktop.in:
5084
5085         Add application/x-gzpostscript
5086
5087 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
5088
5089         * data/evince.schemas.in: Added real long descriptions, 
5090         closes bug 172496 
5091
5092         * README: Added actual text, closes bug 171869
5093
5094 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5095
5096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5097
5098         Thumbnail page 0
5099
5100 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5101
5102         * backend/ev-document-info.h:
5103
5104         s/GDate */GDate so we can just use g_free
5105
5106 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5107
5108         * shell/ev-window.c: (update_document_mode),
5109         (ev_window_setup_document):
5110
5111         Show the window in fullscreen when specified by
5112         the document
5113
5114 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5115
5116         * backend/ev-document.c: (ev_document_class_init),
5117         (ev_document_get_info), (ev_document_render_pixbuf):
5118         * backend/ev-document.h:
5119         * backend/ev-page-cache.c: (_ev_page_cache_new):
5120         * pdf/ev-poppler.cc:
5121         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
5122         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
5123         * ps/ps-document.c: (ps_document_class_init), (document_load),
5124         (ps_document_get_info), (ps_document_document_iface_init):
5125
5126         Remove get_title from the interface, we can just use document info
5127
5128 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5129
5130         * backend/Makefile.am:
5131         * backend/ev-document.c: (ev_document_render_get_info):
5132         * backend/ev-document.h:
5133         * pdf/ev-poppler.cc:
5134
5135         Initial support for document info. Based on jrb patch.
5136
5137 2005-04-19  Paolo Borelli <pborelli@katamail.com>
5138
5139         * shell/ev-window.c: (ev_window_state_event),
5140         (ev_window_class_init), (ev_window_init):
5141         
5142         Doesn't show resize grip when maximized. See bug #301053
5143
5144 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5145
5146         * po/POTFILES.in:
5147         
5148         ev-sidebar-thumbnails now has translatable labels
5149         
5150         * shell/Makefile.am:
5151         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
5152         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
5153         (ev_sidebar_links_page_iface_init):
5154         * shell/ev-sidebar-links.h:
5155         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
5156         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
5157         (ev_sidebar_page_get_label):
5158         * shell/ev-sidebar-page.h:
5159         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
5160         (ev_sidebar_thumbnails_set_document),
5161         (ev_sidebar_thumbnails_support_document),
5162         (ev_sidebar_thumbnails_get_label),
5163         (ev_sidebar_thumbnails_page_iface_init):
5164         * shell/ev-sidebar-thumbnails.h:
5165         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
5166         (ev_sidebar_set_document):
5167         * shell/ev-sidebar.h:
5168         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
5169         
5170         Small rework of sidebar code. Now sidebar pages should implement
5171         EvSidebarPage interface. That makes page management in EvSidebar
5172         easier. See bug #164811 for details
5173
5174 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5175
5176         * shell/ev-application.c: (ev_application_open):
5177         * shell/ev-document-types.c:
5178         
5179         Fix build error and small problem with application exit
5180
5181 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * thumbnailer/Makefile.am:
5184         * thumbnailer/evince-thumbnailer-djvu.schemas:
5185         * thumbnailer/evince-thumbnailer-dvi.schemas:
5186         
5187         Conditionally install schemas for djvu/dvi thumbnailer
5188
5189 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
5190
5191         * shell/ev-document-types.h: 
5192         * shell/ev-document-types.c: 
5193         New files, handling the mapping from mimetypes to backends
5194         
5195         * shell/ev-window.c: 
5196         * thumbnailer/evince-thumbnailer.c:     
5197         Use the ev-document-types code
5198         
5199         * shell/Makefile.am: 
5200         Added new convenience library libevbackendfactory_la, containing
5201         the new mimetype->backend logic; moved the backends into it.
5202
5203         * thumbnailer/Makefile.am:
5204         Make the thumbnailer link with the libevbackend.la convenience
5205         library, rather than having a duplicate of the backend logic here.
5206
5207 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
5208
5209         * shell/ev-stock-icons.c: constify some vars.
5210         * shell/ev-window.c: ditto.
5211
5212 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
5213
5214         * ps/ps-document.c (get_page_orientation):
5215
5216         Respect document orientation 
5217
5218 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * djvu/Makefile.am:
5221         * dvi/Makefile.am:
5222         * shell/Makefile.am:
5223         
5224         Move library dependencies to components.
5225         
5226         * shell/ev-window.c: (update_window_title),
5227         (start_loading_document):
5228         
5229         Fix display of uris with spaces. Bug 168358.
5230
5231 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
5232
5233         * shell/ev-sidebar-links.c: (selection_changed_cb):
5234         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
5235         (ev_view_button_release_event), (ev_view_set_document):
5236         * shell/ev-view.h:
5237         * shell/ev-window.c: (find_bar_search_changed_cb):
5238         * shell/ev-window.h: Minor cleanups removing some dead code.
5239
5240 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * backend/ev-page-cache.c: (_ev_page_cache_new):
5243         
5244         Set current page to 0 if document has pages.
5245
5246 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5247
5248         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5249
5250         Initialize GError to NULL, fix a crash when loading fails.
5251
5252 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5253
5254         * shell/ev-window.c: (update_view_size):
5255
5256         Calculate shadow size only when there is actually
5257         a shadow.
5258
5259 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5260
5261         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
5262         * shell/ev-view.h:
5263
5264         Allow setting view spacing, default to 0
5265
5266         * shell/ev-window.c: (ev_window_unfullscreen),
5267         (ev_window_cmd_view_fullscreen), (ev_window_init):
5268
5269         Remove spacing in fullscreen mode
5270
5271 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5272
5273         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
5274         (ev_view_size_request), (expose_bin_window),
5275         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
5276         * shell/ev-view.h:
5277         * shell/ev-window.c: (ev_window_unfullscreen),
5278         (ev_window_cmd_view_fullscreen):
5279
5280         Do not draw the border in fulscreen
5281
5282 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5283
5284         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
5285         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
5286         (find_page_at_location), (page_changed_cb):
5287
5288         Rework border calculation, so that I can more easily disable it.
5289         Code somewhat cleaner too.
5290
5291 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5292
5293         * backend/ev-page-cache.c: (ev_page_cache_init),
5294         (_ev_page_cache_new):
5295
5296         Remove some assertions, documents can have 0 pages.
5297         Make initial current page -1.
5298
5299         * shell/ev-page-action.c: (page_changed_cb):
5300
5301         Show "" if current page is -1
5302
5303         * shell/ev-window.c: (update_action_sensitivity),
5304         (ev_window_setup_document):
5305
5306         When document has 0 pages do not set the view
5307         and make nearly everything insensitive.
5308
5309 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * shell/ev-page-view.c:
5312         * shell/ev-page-view.h:
5313
5314         Remove unused files.
5315         
5316         * shell/ev-sidebar-thumbnails.c:
5317         (ev_sidebar_thumbnails_set_document):
5318         * shell/ev-sidebar.c: (ev_sidebar_set_document),
5319         (ev_sidebar_supports_document):
5320         * shell/ev-sidebar.h:
5321         * shell/ev-window.c: (ev_window_setup_document):
5322         
5323         Doesn't show thumbnails if document has 1 page. Make
5324         sidebar menu entries sensitive only if if they have 
5325         sense. Fix bug 164811. 
5326
5327 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
5328
5329         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
5330         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
5331         (ev_view_zoom_out), (ev_view_set_size):
5332
5333         Rework sizing to deal with documents with not uniform page
5334         size.
5335
5336 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
5337
5338         * backend/ev-page-cache.c: (_ev_page_cache_new):
5339
5340         Fix several page size caching bugs
5341
5342 2005-04-15  Luca Ferretti <elle.uca@libero.it>
5343
5344         * shell/ev-window.c: (set_action_properties):
5345
5346         Make all toolbar items translatable
5347
5348 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
5349
5350         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
5351         (save_page_list), (ps_document_save),
5352         (ps_document_document_iface_init), (ps_document_ps_export_begin),
5353         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
5354         (ps_document_ps_exporter_iface_init):
5355         * ps/ps-document.h:
5356
5357         Based on a patch by J�rg Billeter <j@bitron.ch>
5358         
5359         Implement print and save a copy for the ps backend.
5360
5361 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
5362
5363         * backend/ev-document.h:
5364         * djvu/djvu-document.c: (djvu_document_can_get_text),
5365         (djvu_document_document_iface_init):
5366         * dvi/dvi-document.c: (dvi_document_can_get_text),
5367         (dvi_document_document_iface_init):
5368         * pdf/ev-poppler.cc:
5369         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
5370         (pixbuf_document_document_iface_init):
5371         * ps/ps-document.c: (ps_document_can_get_text),
5372         (ps_document_document_iface_init):
5373         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
5374         * shell/ev-window.c: (update_action_sensitivity):
5375
5376         Fix the crash when trying to copy in backends that doesnt
5377         support it. We can implement a better solution once we
5378         do real text selection.
5379
5380 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
5381
5382         * data/evince-ui.xml:
5383         * shell/ev-window.c: (ev_window_cmd_escape):
5384         
5385         Work around the Escape conflict (find bar and unfullscreen)
5386
5387 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * backend/ev-page-cache.c: (ev_page_cache_next_page):
5390         
5391         Fix for #300233. Next page correctly handles document end.
5392         
5393         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
5394         (ev_sidebar_thumbnails_class_init),
5395         (ev_sidebar_thumbnails_set_document),
5396         (ev_sidebar_thumbnails_clear_job),
5397         (ev_sidebar_thumbnails_clear_model):
5398         
5399         Cleanup thumbnail jobs on document changes.
5400         
5401         * shell/ev-view.c: (add_scroll_binding_keypad),
5402         (add_scroll_binding_shifted), (ev_view_class_init):
5403         
5404         Shift + Space scrolls up. Fix for #173184
5405         
5406         * shell/ev-window.c: (ev_window_open_page),
5407         (ev_window_cmd_view_reload):
5408         
5409         Fix reload (Bug #300094)
5410
5411 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5412
5413         
5414         * dvi/mdvi-lib/assoc.c:
5415         * dvi/mdvi-lib/assoc.h: Removed garbage files
5416         
5417         * dvi/mdvi-lib/bitmap.c:
5418         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
5419         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
5420         * dvi/mdvi-lib/color.h: Antialias of rules
5421         
5422         * dvi/mdvi-lib/common.h:
5423         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
5424         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
5425         * dvi/mdvi-lib/files.c:
5426         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
5427         * dvi/mdvi-lib/mdvi.h:
5428         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
5429         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
5430         * dvi/mdvi-lib/util.c: Fix compile warnings
5431         
5432         * dvi/dvi-document.c:
5433         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
5434         (dvi_document_thumbnails_get_thumbnail),
5435         (dvi_document_document_thumbnails_iface_init):
5436         * dvi/mdvi-lib/Makefile.am:
5437         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5438         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
5439         
5440         Dvi backend now renders thumbnails
5441
5442 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
5443
5444         * shell/main.c: (main): 
5445         
5446         Save accelerators on exit. Fixes bug #172095.
5447
5448 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
5449
5450         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
5451         update priority" comment.
5452
5453         * backend/ev-job-queue.c: Give a way to change priority.
5454
5455 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
5456
5457         * shell/ev-page-action.c: Fix logic.
5458
5459 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
5460
5461         * shell/ev-view.c: (ev_view_can_find_next):
5462         * shell/ev-window.c: (ev_window_setup_document):
5463
5464         Check that the document supports find
5465
5466 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
5467
5468         * data/evince-ui.xml:
5469         * shell/ev-view.c: (ev_view_can_find_next):
5470         * shell/ev-view.h:
5471         * shell/ev-window.c: (update_action_sensitivity),
5472         (find_changed_cb), (ev_window_setup_document),
5473         (ev_window_cmd_edit_find_next):
5474
5475         Add Edit->Find Next
5476
5477 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
5478
5479         * pdf/ev-poppler.cc:
5480         * shell/ev-print-job.c: (idle_print_handler):
5481
5482         Make printing work again
5483
5484 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
5485
5486         * shell/ev-page-action.h:
5487         * shell/ev-page-action.c: (ev_page_action_widget_init),
5488         (ev_page_action_widget_class_init), (page_changed_cb),
5489         (create_tool_item), (update_page_cache), (build_new_tree_cb),
5490         (get_filter_model_from_model), (match_selected_cb),
5491         (display_completion_text), (match_completion), (update_model),
5492         (connect_proxy), (ev_page_action_set_property),
5493         (ev_page_action_get_property), (ev_page_action_set_document),
5494         (ev_page_action_set_model), (ev_page_action_class_init): Big
5495         reworking to make completions work iff we have >= GTK-2.7.0
5496                 
5497         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
5498         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
5499         (job_finished_cb): We now have a 'model' property that is set when
5500         the links are loaded.  This can be caught with "notify::model"
5501
5502         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
5503         listen for the model to be set, and propagate it to the action.
5504
5505 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5506
5507         * cut-n-paste/recent-files/egg-recent-item.c:
5508         (egg_recent_item_set_uri), (make_valid_utf8),
5509         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
5510         * cut-n-paste/recent-files/egg-recent-item.h:
5511         
5512         Update egg-recent from libegg. This should fix long
5513         startup problem. For details see
5514         http://bugzilla.gnome.org/show_bug.cgi?id=160531
5515
5516 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5517
5518         * cut-n-paste/recent-files/Makefile.am:
5519         * data/evince-ui.xml, shell/Makefile.am:
5520         * shell/ev-application.c, shell/ev-application.h:
5521         * shell/ev-window.c: Recent files support.
5522         
5523         * configure.ac: Added "ru" to ALL_LINGUAS.
5524         
5525         * dvju: new backend to support DJVU files.
5526         * dvi: new backend to support DVI.
5527
5528         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
5529         * ev-application.c: Support for new backends.
5530         
5531         * help, ev-window.c, main.c shell/Makefile.am: 
5532         Evince user documentation.
5533
5534 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
5535
5536         * po/POTFILES.in:
5537         * shell/ev-window.c:
5538         * thumbnailer/evince-thumbnailer.c:
5539
5540         s/pdf-document/ev-poppler
5541
5542 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
5543
5544         * NEWS:
5545         * configure.ac:
5546
5547         Release 0.2.0
5548
5549         * ps/ps-document.c: (setup_pixmap):
5550
5551         Remove debug code
5552
5553 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
5554
5555         * backend/ev-page-cache.c (ev_page_cache_next_page): 
5556         * shell/ev-window.c (ev_window_cmd_go_next_page) 
5557         (ev_window_cmd_go_first_page): Fix of by one errors.
5558
5559 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5560
5561         * ps/ps-document.c: (get_page_box):
5562
5563         Fix page size calculation
5564
5565 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5566
5567         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
5568         (ps_document_cleanup), (setup_pixmap), (get_page_box),
5569         (get_page_orientation), (setup_page), (document_load),
5570         (ps_document_get_page_size), (render_pixbuf_idle):
5571         * ps/ps-document.h:
5572
5573         More refactoring to adapt to EvDocument changes
5574
5575 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5576
5577         * ps/ps-document.c: (start_interpreter):
5578
5579         Actually add alpha args
5580
5581 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5582
5583         * pdf/ev-poppler.cc:
5584
5585         Make clipboard work again
5586
5587 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
5588
5589         Make searching work again.
5590         
5591         * backend/ev-document.c:
5592         * backend/ev-document.h:
5593         * backend/ev-document-find.c:
5594         * backend/ev-document-find.h: Change EvDocumentIface so we no
5595         longer store the current page or zoom level in the document.  The
5596         consequence is that all calls that operate on the current page now
5597         instead take the page number as an extra argument, and all
5598         coordinates are now doubles in document coordinate system.
5599
5600         * pdf/ev-poppler.cc:
5601         * pixbuf/pixbuf-document.c:
5602         * ps/ps-document.c: Update backends accordingly.
5603
5604 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
5605
5606         * autogen.sh:
5607
5608         Add required gettext version
5609
5610 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
5611
5612         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
5613         make F1 bring up non-existent help.
5614
5615         * shell/eggfindbar.c: Patch from Christian Persch to sync to
5616         epiphany's find bar, #167477
5617
5618         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
5619         <emil@nishra.com> to add space-bar scrolling, 
5620
5621         * shell/ev-window.c (static GtkActionEntry entries): add default
5622         keybinding for Help (F1)
5623         Fixes #171068
5624
5625         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
5626         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
5627         170110
5628
5629 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
5630
5631         * Makefile.am: 
5632         * pixbuf/pixbuf-document.c: 
5633
5634         Got pixbuf backend working again
5635
5636 2005-04-01  Steve Murphy  <murf@e-tools.com>
5637
5638         * configure.in: Added "rw" to ALL_LINGUAS.
5639
5640 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
5641
5642         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
5643         model types, noticed by Martin Kretzschmar.
5644
5645 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
5646
5647         * pdf/ev-poppler.cc: Implement search based on
5648         poppler_page_find_text().  Currently a bit crude since we remember
5649         all matches from all pages.  Also, we grab the big document lock
5650         when we search since searching changes the underlying stream and
5651         thus conflicts with the rendering thread.
5652         
5653         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5654         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
5655         (ev_view_find_previous): Fix some page indexes to be 0 based,
5656         offset rubber band by view offset,
5657
5658 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
5659
5660         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
5661
5662 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
5663
5664         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
5665         completely because I didn't understand GtkActions.  I should
5666         read Marco's code more carefully in the future.
5667
5668         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
5669         function
5670
5671 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
5672
5673         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
5674         PopplerRectangle change from poppler CVS.
5675
5676 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
5677
5678         * backend/ev-document.c: (ev_document_get_page_label):
5679         * backend/ev-document.h:
5680         * backend/ev-page-cache.c: (_ev_page_cache_new),
5681         (ev_page_cache_get_page_label):
5682         * backend/ev-page-cache.h:
5683         * pdf/ev-poppler.cc:
5684         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
5685         (links_page_num_func):
5686         * shell/ev-sidebar-thumbnails.c:
5687         (ev_sidebar_thumbnails_set_document):
5688         * shell/ev-view.c: (status_message_from_link),
5689         (ev_view_motion_notify_event):
5690         * shell/ev-window.c: (document_supports_sidebar): Add in page
5691         label support.  It's not perfect yet, but it's the first 'feature'
5692         in a while.
5693         Also, fix a bogus comment noticed by crispin. 
5694
5695 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
5696
5697         * Makefile.am: Remove pixbuf backend for now
5698
5699         * configure.ac: Require poppler-glib instead of just poppler.
5700
5701         * backend/ev-document-thumbnails.h: Add a comment
5702
5703         * backend/ev-document.h:
5704         * backend/ev-document.c: (ev_document_class_init),
5705         (ev_document_load), (ev_document_get_link),
5706         (ev_document_get_links): Remove 3 methods and add get_links.
5707         Also, made 0 based.
5708
5709         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5710         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
5711
5712         * backend/ev-link.c: (ev_link_set_title),
5713         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
5714         (ev_link_mapping_find):
5715         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
5716         
5717         * backend/ev-page-cache.c: (ev_page_cache_init),
5718         (_ev_page_cache_new), (ev_page_cache_set_current_page),
5719         (ev_page_cache_get_size), (ev_page_cache_next_page),
5720         (ev_page_cache_prev_page): Fix to be 0 based.
5721
5722         * pdf/Makefile.am: 
5723         * pdf/ev-poppler.h:
5724         * pdf/ev-poppler.cc: New backend.
5725         
5726         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
5727         (ps_document_get_page), (ps_document_document_iface_init):
5728
5729         * shell/ev-pixbuf-cache.h:
5730         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
5731         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
5732         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
5733         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
5734         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
5735         Fix up code to grab a page cache per each doc.  Also, fix to be 0
5736         based.
5737         
5738         * shell/ev-sidebar-thumbnails.c:
5739         (ev_sidebar_tree_selection_changed), (page_changed_cb),
5740         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
5741
5742         * shell/ev-view.c: (status_message_from_link),
5743         (find_page_at_location), (get_link_at_location),
5744         (ev_view_motion_notify_event), (ev_view_button_release_event),
5745         (ev_view_init): Use the new link code.  Fix to be 0 based.
5746
5747         * shell/ev-window.c: (update_action_sensitivity),
5748         (document_supports_sidebar): 0 based.
5749
5750 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
5751
5752         * pdf/pdf-document.cc: Patch from Fernando Herrera
5753         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
5754         *blush*
5755
5756 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
5757
5758         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
5759         1 to the page, as this seems to be 1 based.  I thought we has this
5760         fixed.  grump.
5761
5762 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
5763
5764         * TODO:
5765         * backend/Makefile.am:
5766         * backend/ev-document-links.c:
5767         (ev_document_links_has_document_links),
5768         (ev_document_links_get_links_model):
5769         * backend/ev-document-links.h:
5770         * backend/ev-document.c: (ev_document_get_page_cache),
5771         (ev_document_get_doc_mutex), (ev_document_load),
5772         (ev_document_save), (ev_document_get_title),
5773         (ev_document_get_n_pages), (ev_document_set_page),
5774         (ev_document_get_page), (ev_document_set_target),
5775         (ev_document_set_scale), (ev_document_set_page_offset),
5776         (ev_document_get_page_size), (ev_document_get_text),
5777         (ev_document_get_link), (ev_document_render),
5778         (ev_document_render_pixbuf), (ev_document_scale_changed):
5779         * backend/ev-document.h:
5780         * backend/ev-job-queue.c: (remove_object_from_queue),
5781         (notify_finished), (handle_job), (search_for_jobs_unlocked),
5782         (no_jobs_available_unlocked), (ev_render_thread),
5783         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
5784         (ev_job_queue_remove_job):
5785         * backend/ev-job-queue.h:
5786         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
5787         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
5788         (ev_job_links_class_init), (ev_job_render_init),
5789         (ev_job_render_dispose), (ev_job_render_class_init),
5790         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
5791         (ev_job_thumbnail_class_init), (ev_job_finished),
5792         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
5793         (ev_job_render_run), (ev_job_thumbnail_new),
5794         (ev_job_thumbnail_run):
5795         * backend/ev-jobs.h:
5796         * backend/ev-link.c:
5797         * backend/ev-link.h:
5798         * backend/ev-page-cache.c: (ev_page_cache_init),
5799         (ev_page_cache_class_init), (ev_page_cache_finalize),
5800         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
5801         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
5802         (ev_page_cache_set_link), (ev_page_cache_get_title),
5803         (ev_page_cache_get_size), (ev_page_cache_next_page),
5804         (ev_page_cache_prev_page):
5805         * backend/ev-page-cache.h:
5806         * pdf/pdf-document.cc:
5807         * ps/gsdefaults.c:
5808         * ps/gsdefaults.h:
5809         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
5810         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
5811         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
5812         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
5813         (is_interpreter_ready), (output), (catchPipe), (input),
5814         (start_interpreter), (check_filecompressed), (compute_dimensions),
5815         (ps_document_enable_interpreter), (document_load),
5816         (ps_document_next_page), (render_page), (ps_document_set_page),
5817         (ps_document_set_scale), (render_pixbuf_idle),
5818         (ps_document_render_pixbuf), (ps_document_document_iface_init):
5819         * ps/ps-document.h:
5820         * shell/Makefile.am:
5821         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
5822         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
5823         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
5824         (ev_pixbuf_cache_new), (job_finished_cb),
5825         (check_job_size_and_unref), (move_one_job),
5826         (ev_pixbuf_cache_update_range), (find_job_cache),
5827         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
5828         (ev_pixbuf_cache_add_jobs_if_needed),
5829         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
5830         * shell/ev-pixbuf-cache.h:
5831         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
5832         (idle_print_handler):
5833         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
5834         (selection_changed_cb), (create_loading_model),
5835         (ev_sidebar_links_construct), (links_page_num_func),
5836         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
5837         (update_page_callback), (job_finished_cb),
5838         (ev_sidebar_links_set_document):
5839         * shell/ev-sidebar-thumbnails.c:
5840         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
5841         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
5842         (page_changed_cb), (thumbnail_job_completed_callback),
5843         (ev_sidebar_thumbnails_set_document):
5844         * shell/ev-sidebar-thumbnails.h:
5845         * shell/ev-sidebar.c: (ev_sidebar_set_document):
5846         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
5847         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
5848         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
5849         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
5850         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
5851         (ev_view_button_release_event), (ev_view_scroll_view),
5852         (ev_view_class_init), (ev_view_init), (update_find_status_message),
5853         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
5854         (ev_view_new), (job_finished_cb), (page_changed_cb),
5855         (ev_view_set_document), (go_to_link), (ev_view_zoom),
5856         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
5857         (ev_view_find_previous):
5858         * shell/ev-view.h:
5859         * shell/ev-window.c: (update_action_sensitivity),
5860         (ev_window_open_page), (update_window_title), (update_total_pages),
5861         (page_changed_cb), (ev_window_setup_document),
5862         (password_dialog_response), (ev_window_cmd_save_as),
5863         (ev_window_print), (ev_window_cmd_go_previous_page),
5864         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
5865         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
5866         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
5867         * shell/main.c: (main):
5868
5869         Merge evince-threads branch
5870
5871 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
5872
5873         * configure.ac: Added "lt" to ALL_LINGUAS.
5874
5875 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
5876
5877         * NEWS:
5878         * configure.ac:
5879
5880         Release 0.1.9
5881
5882 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
5883
5884         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5885
5886         Fix here also the thumbnails 1-basedness :)
5887
5888 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
5889
5890         * NEWS:
5891         * configure.ac:
5892
5893         Release 0.1.8
5894
5895 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
5896
5897         * pdf/pdf-document.cc:
5898         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5899         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
5900
5901         Fix the mess we did with thumbnails and 1-basedness
5902
5903 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
5904
5905         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
5906
5907 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
5908
5909         * NEWS:
5910         * configure.ac:
5911
5912         Release 0.1.7
5913
5914 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
5915
5916         * ps/Makefile.am:
5917         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
5918         (gtk_gs_defaults_get_alpha_parameters),
5919         (gtk_gs_defaults_get_ungzip_cmd),
5920         (gtk_gs_defaults_get_unbzip2_cmd):
5921         * ps/gsdefaults.h:
5922         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
5923         (ps_document_get_orientation), (document_load),
5924         (ps_document_goto_page), (ps_document_set_page_size):
5925         * ps/ps-document.h:
5926
5927         Some more sanitization of the ps backend. Remove a lot
5928         of unused code and do not base our defaults on ggv
5929         preferences (ugh!)
5930
5931 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
5932
5933         * thumbnailer/evince-thumbnailer.schemas:
5934         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
5935         (main): add -s option for thumbnail size.
5936
5937 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
5938
5939         * configure.ac:
5940
5941         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
5942         remove it.
5943
5944 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
5945
5946         * pdf/pdf-document.cc:
5947
5948         Remove 4 pixels of useless border from the
5949         thumbnail.
5950
5951 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
5952
5953         * backend/ev-document-thumbnails.c:
5954         (ev_document_thumbnails_get_thumbnail):
5955         * backend/ev-document-thumbnails.h:
5956
5957         Rework API a bit. Add a border flag and
5958         change sizing logic (now the size we specify
5959         applies to the bigger dimension).
5960
5961         * pdf/pdf-document.cc:
5962         * pixbuf/pixbuf-document.c:
5963         (pixbuf_document_thumbnails_get_thumbnail):
5964         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
5965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5966
5967         Adapt to the new API and do not draw a border for nautilus
5968         thumbnailer.
5969
5970 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
5971
5972         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5973         take thumbnails from page "0" instead of "1". Added a copyright header.
5974
5975 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
5976
5977         * ps/ps-document.c: (set_up_page), (start_interpreter):
5978
5979         Make it C89 compliant
5980
5981 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
5982
5983         * Makefile.am:
5984         * configure.ac:
5985         * pdf/.cvsignore:
5986         * pdf/pdf-document.cc:
5987         * thumbnailer/Makefile.am:
5988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
5989         (main):
5990         * thumbnailer/evince-thumbnailer.schemas:
5991         * thumbnailer/pdf-icon.png:
5992
5993         Add a nautilus thumbnailer.
5994         Based on patch by Fernando Herrera <fherrera@onirica.com>.
5995
5996 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
5997
5998         * NEWS:
5999         * configure.ac:
6000         * po/POTFILES.in:
6001
6002         Release 0.1.6
6003
6004 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
6005
6006         Use poppler instead of including xpdf source code.  Poppler is a
6007         fork of xpdf to build it as a shared library. See
6008         http://freedesktop.org/wiki/Software/poppler.
6009
6010         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
6011         xpdf fork.
6012         
6013         * pdf/Makefile.am: Build libpdfdocument.a here.
6014         
6015         * pdf/GDKSplashOutputDev.cc:
6016         * pdf/GDKSplashOutputDev.h:
6017         * pdf/GnomeVFSStream.cc:
6018         * pdf/GnomeVFSStream.h:
6019         * pdf-document.cc:
6020         * pdf-document.h:
6021         * test-gdk-output-dev.cc
6022         * Thumb.cc:
6023         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
6024         against poppler.
6025
6026 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6027
6028         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
6029
6030         Clear idle stack before unsetting the document
6031
6032 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6033
6034         * ps/ps-document.c: (ps_document_widget_event),
6035         (ps_document_set_target), (ps_document_finalize),
6036         (ps_document_get_page):
6037
6038         Disconnect the widget event signal on finalize.
6039         Some code cleanups.
6040
6041 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6042
6043         * ps/ps-document.c: (set_up_page):
6044
6045         If there is no bpixmap create one, even if size
6046         is not changed.
6047
6048 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6049
6050         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
6051         (set_up_page), (document_load), (ps_document_set_zoom):
6052
6053         Default page is 0. Calculate size even when we have no
6054         target yet.
6055
6056 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
6057
6058         * shell/ev-sidebar.c: expand the selection widget to be always as
6059         wide as the sidebar
6060
6061 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6062
6063         * shell/ev-sidebar-thumbnails.c:
6064         (ev_sidebar_thumbnails_set_document):
6065
6066         Clear the list store when setting document
6067
6068 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6069
6070         * shell/ev-page-action.c: (update_entry), (sync_entry),
6071         (activate_cb), (entry_size_request_cb), (create_tool_item),
6072         (connect_proxy):
6073
6074         Use an entry for the page control instead of spinbuttons
6075
6076 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6077
6078         * data/evince.schemas.in:
6079
6080         Correct confusing string
6081
6082 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
6083
6084         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
6085         for real.  Gosh, how long has this been broken.
6086
6087         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
6088         check for a NULL link.  We crash otherwise.
6089
6090 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
6091
6092         * NEWS:
6093         * configure.ac:
6094
6095         Release 0.1.5
6096
6097 2005-02-25  Sebastien Bacher  <seb128@debian.org>
6098
6099         * configure.ac: add the french translation.
6100
6101 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6102
6103         * shell/ev-window.c:
6104
6105         Remove unused header -> fix distcheck
6106
6107 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6108
6109         * shell/ev-window.c: (update_window_title),
6110         (ev_window_popup_password_dialog):
6111
6112         Unescape filename for display
6113
6114 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6115
6116         * pdf/xpdf/pdf-document.cc:
6117
6118         In get_page_size deal with rotation. Also
6119         cleanup the function a bit.
6120
6121 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6122
6123         * pdf/xpdf/pdf-document.cc:
6124
6125         Fix crash when opening in new window
6126
6127 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6128
6129         * configure.ac:
6130
6131         Check ghostscript >= 7
6132
6133 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
6134
6135         * shell/ev-window.c:
6136
6137         Make page width the default sizing mode
6138
6139 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
6140             Marco Pesenti Gritti <marco@gnome.org>
6141
6142         * shell/ev-window.c: Remember the sidebar size
6143
6144         * data/evince.schemas.in: Add a new gconf key to store the size of
6145         the sidebar
6146
6147 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
6148
6149         * data/evince-ui.xml:
6150         * shell/ev-window.c: (update_action_sensitivity),
6151         (ev_window_cmd_view_reload):
6152         
6153         Add a "Reload" action and menu entry
6154
6155 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
6156
6157         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
6158         iff the type doesn't support thumbnailing and indexing.
6159
6160 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
6161
6162         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
6163
6164 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6165
6166         * pdf/splash/Splash.cc:
6167
6168         Port fix for a crasher from kde bug
6169         http://bugs.kde.org/show_bug.cgi?id=97131
6170
6171 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6172
6173         * pdf/xpdf/pdf-document.cc:
6174
6175         Return a link even if it's of an unrecognized
6176         type. Otherwise we go in an infinte cycle.
6177
6178 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6179
6180         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
6181         (size_allocate_cb), (ev_window_set_sizing_mode):
6182
6183         Update size when switching mode
6184
6185 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6186
6187         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
6188         (ev_window_cmd_view_page_width), (update_sizing_buttons),
6189         (ev_window_cmd_view_normal_size):
6190
6191         Fix size toggle buttons behavior
6192
6193 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6194
6195         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
6196         (doc_rect_to_view_rect), (ev_view_size_allocate),
6197         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
6198         (scale_changed_callback):
6199
6200         Do not cache offsets in size_allocate.
6201
6202 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6203
6204         * shell/ev-view.c: (ev_view_size_allocate):
6205
6206         Calculate offsets before calling the parent
6207         class (which does a redraw)
6208
6209 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6210
6211         * pdf/xpdf/pdf-document.cc:
6212
6213         Fix a crasher on exit. Unused code, put a TODO
6214
6215 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6216
6217         * backend/ev-document.c: (ev_document_class_init),
6218         (ev_document_page_changed), (ev_document_scale_changed):
6219         * backend/ev-document.h:
6220
6221         Separate page/scale notifications
6222
6223         * pdf/xpdf/pdf-document.cc:
6224
6225         Emit the new signals.
6226         Do not display the pdf page in _render, do it
6227         when scale/page are requested.
6228
6229         * ps/ps-document.c: (ps_document_set_zoom),
6230         (ps_document_widget_event):
6231         * ps/ps-document.h:
6232
6233         Emit the new signals.
6234
6235         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
6236         (ev_view_init), (page_changed_callback), (scale_changed_callback),
6237         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
6238         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
6239         * shell/ev-view.h:
6240         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
6241         (ev_window_cmd_view_page_width), (size_allocate_cb),
6242         (ev_window_set_sizing_mode):
6243
6244         Rework sizing to be pixel based.
6245         There are bugs but should be already way better.
6246
6247 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
6248
6249         * shell/ev-window.c: (ev_window_init):
6250
6251         Do not allow to shrink sidebar smaller then
6252         child requisition
6253
6254 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
6255
6256         * shell/ev-sidebar.[ch]
6257         * shell/ev-window.c:
6258
6259         Improved sidebar widget. Fixes #166683
6260
6261 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
6262
6263         * shell/ev-view.c (update_find_status_message): Give translators
6264         more flexibility with ngettext plural handling.
6265
6266 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
6267
6268         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
6269         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
6270         page when we get the page size.
6271
6272 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6273
6274         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
6275
6276         ps pages are 0 based, convert 
6277
6278 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6279
6280         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
6281
6282         Initialize correct parent class. Set GError on document load
6283
6284 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6285
6286         * pdf/xpdf/pdf-document.cc:
6287
6288         Fixup selection offset calculation
6289
6290         * shell/ev-view.c: (view_rect_to_doc_rect),
6291         (doc_rect_to_view_rect), (ev_view_size_allocate),
6292         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
6293         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
6294
6295         Store selection as document relative, so that zooming
6296         and offset changing doesnt break it.
6297
6298 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6299
6300         * shell/ev-view.c: (ev_view_best_fit):
6301
6302         Do not try to best fit if the view is not realized
6303
6304 2005-02-20  Kostas Papadimas <pkst@gnome.org>
6305           
6306         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
6307
6308 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
6309
6310         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
6311
6312 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
6313
6314         * shell/ev-window.c: Change the fullscreen toolbar to always be in
6315         the popup window.  That prevents it resizing when in full screen
6316         mode.
6317
6318         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
6319         multiple rerenders.  This pretty much sucks.
6320
6321         * data/evince-ui.xml: Change the fullscreen toolbar to include the
6322         rest of the toolbar.
6323
6324 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
6325
6326         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
6327
6328 2005-02-17  Alexander Shopov  <ash@contact.bg>
6329
6330         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
6331
6332 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
6333
6334         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
6335
6336 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
6337
6338         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
6339         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
6340         (set_document_page), (document_changed_callback),
6341         (ev_view_set_document), (ev_view_find_previous),
6342         (ev_view_hide_cursor), (ev_view_show_cursor):
6343         * shell/ev-view.h:
6344         * shell/ev-window.c: (update_chrome_visibility),
6345         (fullscreen_timeout_cb), (fullscreen_set_timeout),
6346         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
6347         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
6348         (ev_window_unfullscreen):
6349         * shell/main.c: (main):
6350
6351         Automatically hide the fullscreen button.
6352         Patch by Kristian Høgsberg <krh@redhat.com>
6353
6354 2005-02-16  Vincent Noel  <vnoel@cox.net>
6355
6356         * shell/main.c (main): Specify an icon for the window. Patch by
6357         Jaap A. Haitsma. Fixes #166177.
6358
6359 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
6360
6361         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
6362
6363 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
6364
6365         * backend/ev-document-misc.h:
6366         * backend/ev-document-misc.c:
6367         (ev_document_misc_get_page_border_size),
6368         (ev_document_misc_paint_one_page): New function to canonicalize
6369         sizing/painting a border.
6370
6371         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
6372         used.
6373
6374         * pdf/xpdf/pdf-document.cc: use new function
6375
6376         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
6377         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
6378         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
6379         shell/ev-window.c: (update_sizing_buttons),
6380         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
6381         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
6382         (ev_window_cmd_view_page_width), (size_allocate_cb),
6383         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
6384         and "fit width" values act as toggle buttons so they stay
6385         toggled.  It's not 100% perfect, and it's a little slow, but it's
6386         good enough to commit I think.
6387
6388 2005-02-15  David Lodge  <dave@cirt.net>
6389
6390         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
6391
6392 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
6393
6394         * shell/ev-window.c (update_window_title): replace newlines in
6395         the title by spaces. Bug #166107.
6396
6397 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
6398
6399         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
6400         parameters providing allocation width and height without
6401         scrollbars and width of a possible vertical scrollbar. With this
6402         additional information the functions can work as
6403         intended. Unfortunately they're not idempotent. We should
6404         transform these commands to toggles. Fixes Bug #164976
6405         Initial patch by Stephane Loeuillet, then heavily modified.
6406
6407         * shell/ev-view.h: update prototypes.
6408
6409         * shell/ev-window.c (ev_window_cmd_view_best_fit)
6410         (ev_window_cmd_view_page_width): provide EvView fit functions with
6411         all the information they need. Formulas to calculate this
6412         information taken from GtkScrolledWindow.
6413
6414 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
6415
6416         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
6417         created a thumbnail, the list store is updated to know
6418         that the thumbnail is set. Fixes bug #166792
6419
6420 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6421
6422         * shell/ev-window.c: fixed typo, closes bug 166897
6423
6424         * TODO: updated TODO with bug numbers that are relevant
6425
6426 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
6427
6428         * shell/ev-window.c: Support for DnD of files. Fixes #164813
6429
6430 2005-02-09  Vincent Noel  <vnoel@cox.net>
6431
6432         * shell/ev-window.c: (set_action_properties): Set the "Previous"
6433         and "Next" toolbar buttons as important to make them stand out.
6434
6435 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
6436
6437         * lib/ev-debug.c:
6438         * lib/ev-debug.h:
6439         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
6440         (start_interpreter), (stop_interpreter), (document_load),
6441         (ps_document_next_page), (ps_document_goto_page),
6442         (ps_document_set_page_size), (ps_document_widget_event),
6443         (ps_document_render):
6444         * shell/ev-page-view.c: (ev_page_view_dispose):
6445         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
6446
6447         Fix compilation on non-gcc platforms
6448
6449 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
6450
6451         * NEWS:
6452         * configure.ac:
6453
6454         Release 0.1.4
6455
6456         * pdf/xpdf/Catalog.cc:
6457         * pdf/xpdf/XRef.cc:
6458
6459         Fix the fix for CAN-2004-0888
6460
6461 2005-02-09  Luca Ferretti <elle.uca@libero.it>
6462
6463         * data/Makefile.am:
6464         * data/evince-ui.xml:
6465         * shell/ev-stock-icons.c: (ev_stock_icons_init):
6466         * shell/ev-stock-icons.h:
6467         * shell/ev-window.c: (update_action_sensitivity),
6468         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
6469         (set_action_properties):
6470
6471         Improve toolbar layout/icons
6472
6473 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
6474
6475         * pdf/xpdf/pdf-document.cc:
6476
6477         Add warnings about unimplemented/unknown link
6478         types.
6479
6480 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6481
6482         * ps/ps-document.c: (set_up_page):
6483
6484         Log gs property
6485
6486 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6487
6488         * ps/ps-document.c: (start_interpreter):
6489
6490         Log gs env var
6491
6492 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6493
6494         * shell/ev-page-view.c: (ev_page_view_dispose):
6495         * shell/ev-view.c: (ev_view_finalize):
6496         * shell/ev-window.c: (ev_window_setup_document),
6497         (ev_window_dispose), (ev_window_init):
6498
6499         Solve more refs issues.
6500
6501         I commented out the page_view initialization for now:
6502         it was never destroyed (because it's never added
6503         to a container). Because of that we was leaking
6504         gs processes. Couldnt think to a clean fix.
6505         We need to figure this out, password view has the
6506         same issue probably.
6507
6508 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6509
6510         * ps/ps-document.c: (ps_document_finalize),
6511         (ps_document_get_n_pages), (ps_document_get_page):
6512
6513         Some cleanups, stop the interpreter on finalize
6514
6515         * shell/ev-page-view.c: (ev_page_view_dispose),
6516         (ev_page_view_class_init):
6517
6518         Release our reference on the document
6519
6520 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6521
6522         * Makefile.am:
6523         * configure.ac:
6524         * doc/debugging.txt:
6525         * lib/.cvsignore:
6526         * lib/Makefile.am:
6527         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
6528         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
6529         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
6530         * lib/ev-debug.h:
6531
6532         Add debugging helpers
6533
6534         * ps/Makefile.am:
6535         * ps/ps-document.c: (set_up_page), (start_interpreter),
6536         (stop_interpreter), (document_load), (ps_document_next_page),
6537         (ps_document_goto_page), (ps_document_set_page_size),
6538         (ps_document_widget_event), (ps_document_render):
6539         * shell/Makefile.am:
6540         * shell/ev-view.c: (expose_bin_window):
6541         * shell/main.c: (main):
6542
6543         Add some logs
6544         
6545 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6546
6547         * ps/ps-document.c: (ps_document_widget_event):
6548
6549         Initialize message_window, this should make ps
6550         rendering really work! (Never noticed because I was
6551         testing with a ps that is causing gs to exit every time!)
6552
6553 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
6554
6555         * data/evince.schemas.in: updated simple error in applyto closing tag
6556
6557 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
6558
6559         * Makefile.am:
6560         * configure.ac:
6561         * data/.cvsignore:
6562         * data/Makefile.am:
6563         * data/evince-ui.xml:
6564         A data/evince.schemas.in:
6565         * po/POTFILES.in:
6566         * shell/ev-stock-icons.c: (ev_stock_icons_init):
6567         * shell/ev-stock-icons.h:
6568         * shell/ev-window.c: (update_chrome_visibility),
6569         (update_chrome_flag), (ev_window_cmd_edit_find),
6570         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
6571         (ev_window_unfullscreen), (ev_window_focus_in_event),
6572         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
6573         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
6574         (ev_window_view_sidebar_cb), (find_bar_close_cb),
6575         (ev_window_dispose), (ev_window_class_init),
6576         (set_action_properties), (set_chrome_actions), (load_chrome),
6577         (ev_window_init):
6578
6579         Implement fullscreen mode changes from bug #164776.
6580         Also implement persistent chrome toggles.
6581
6582 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
6583
6584         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
6585
6586 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6587
6588         * NEWS:
6589         * configure.ac:
6590         * shell/ev-view.c:
6591
6592         Add another check for find interface
6593
6594         Release 0.1.3
6595
6596 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6597
6598         * shell/ev-application.c: (ev_application_open):
6599         * shell/ev-window.c: (ev_window_open):
6600
6601         Open gzipped ps documents
6602
6603 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6604
6605         * TODO:
6606         * shell/ev-view.c: (set_document_page):
6607
6608         Clamp page number, dont try to move to
6609         not existant pages.
6610
6611 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6612
6613         * backend/ev-document-find.c: (ev_document_find_changed):
6614         * backend/ev-document-find.h:
6615         * pdf/xpdf/pdf-document.cc:
6616         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
6617         * shell/ev-window.c: (find_bar_search_changed_cb):
6618
6619         Fix several bugs with find
6620
6621 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
6622
6623         * shell/ev-sidebar-thumbnails.c
6624         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
6625         document. Prevents warning from scroll_to_cell.
6626
6627 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
6628
6629         * configure.ac: Add «nb» to ALL_LINGUAS too.
6630
6631 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
6632
6633         * NOTES: New file with some random thoughts.
6634
6635         * TODO: Update.
6636
6637         * backend/ev-document-misc.c:
6638         (ev_document_misc_get_page_border_size): New function to
6639         canonicalize shadow drawing sizes.  Possibly goofy.
6640
6641         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
6642         (ev_view_best_fit), (ev_view_fit_width):
6643         * pdf/xpdf/pdf-document.cc:
6644         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
6645         * ps/ps-document.c: (ps_document_get_page_size):
6646         * backend/ev-document-misc.h:
6647         * backend/ev-document.c: (ev_document_get_page_size):
6648         * backend/ev-document.h: get_page_size now takes a page number
6649         parameter.  Made all the backends/frontends honor it.
6650
6651         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
6652         see.  Doesn't work yet.
6653
6654         * shell/Makefile.am:
6655         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
6656         Doesn't do anything yet.
6657
6658         * shell/ev-sidebar-thumbnails.c:
6659         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
6660         [0..n_pages-1]
6661
6662         * shell/ev-window.c: (update_action_sensitivity),
6663         (ev_window_setup_document), (ev_window_set_page_mode),
6664         (ev_window_page_mode_cb), (ev_window_init): Clean up the
6665         view-swapping code a bit so we can have multiple views on a
6666         document.  Add the multi-page view, though it can't be turned on
6667         yet.
6668
6669 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
6670
6671         * shell/ev-application.c: (ev_application_open):
6672         * shell/ev-view.c: (expose_bin_window):
6673         * shell/ev-window.c: (ev_window_open):
6674
6675         Support eps and check document supports find
6676         before drawing highlightings in expose.
6677
6678 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
6679
6680         * pixbuf/pixbuf-document.c:
6681         (pixbuf_document_thumbnails_get_dimensions),
6682         (pixbuf_document_document_thumbnails_iface_init):
6683
6684         implement get_dimensions
6685
6686 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
6687
6688         * NEWS:
6689         * configure.ac:
6690
6691         Release 0.1.2
6692
6693 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6694
6695         * shell/ev-view.c: (set_document_page):
6696
6697         Scroll at the top of the page when changing page
6698
6699 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6700
6701         * shell/ev-view.c: (ev_view_motion_notify_event):
6702
6703         Do not redraw unnecessarily
6704
6705 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6706
6707         * pdf/xpdf/pdf-document.cc:
6708         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6709         (expose_bin_window), (find_changed_cb):
6710
6711         Yay! find works now... Now to find bugs...
6712
6713 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6714
6715         * backend/ev-document-find.c: (ev_document_find_base_init),
6716         (ev_document_find_changed):
6717         * backend/ev-document-find.h:
6718         * pdf/xpdf/pdf-document.cc:
6719         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6720         (expose_bin_window), (ev_view_init), (set_document_page),
6721         (ensure_rectangle_is_visible), (jump_to_find_result),
6722         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
6723         (ev_view_find_next), (ev_view_find_previous):
6724         * shell/ev-view.h:
6725         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
6726
6727         More work on find implementation, mostly there now
6728
6729 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
6730
6731         * backend/ev-backend-marshalers.list:
6732         * backend/ev-document-find.c: (ev_document_find_base_init),
6733         (ev_document_find_cancel), (ev_document_find_page_has_results),
6734         (ev_document_find_get_n_results), (ev_document_find_get_result),
6735         (ev_document_find_get_progress), (ev_document_find_changed):
6736         * backend/ev-document-find.h:
6737
6738         Enanche the find interface to be really able to do
6739         multi page find.
6740
6741         * pdf/xpdf/pdf-document.cc:
6742
6743         Implement
6744
6745         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
6746         (expose_bin_window), (ev_view_init),
6747         (ev_view_get_find_status_message), (find_changed_cb),
6748         (ev_view_set_document), (set_document_page):
6749
6750         Adapt to the new interface. A few things are regressed sorry,
6751         I will finish it soon.
6752
6753 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
6754
6755         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
6756         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
6757         ev_sidebar_thumbnails_parent_class variable, don't define another
6758         parent_class variable.
6759
6760         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
6761         (ev_page_action_class_init): ditto.
6762
6763         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
6764         (pixbuf_document_class_init): ditto.
6765
6766         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
6767         ditto.
6768
6769         * .cvsignore: ignore various valgrind output files.
6770
6771 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
6772
6773         * data/evince-ui.xml:
6774         * shell/Makefile.am:
6775         * shell/ev-history.c:
6776         * shell/ev-history.h:
6777         * shell/ev-navigation-action.c:
6778         * shell/ev-navigation-action.h:
6779         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
6780         (ev_view_set_page), (ev_view_fit_width):
6781         * shell/ev-view.h:
6782         * shell/ev-window.c: (update_action_sensitivity),
6783         (ev_window_setup_document), (register_custom_actions):
6784
6785         Kill session history
6786
6787 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
6788
6789         * shell/ev-window.c: (update_action_sensitivity):
6790
6791         Fix inverted up/down buttons
6792
6793 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
6794
6795         * shell/ev-sidebar-thumbnails.c
6796         (ev_sidebar_thumbnails_select_page): make sure the selected
6797         thumbnail stays visible.
6798
6799 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
6800
6801         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
6802         scrolled window for Federico.
6803
6804 2005-01-26  Ole Laursen  <olau@hardworking.dk>
6805
6806         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
6807
6808 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
6809
6810         * configure.ac:
6811         * pdf/splash/SplashFTFontEngine.cc:
6812
6813         Fix CID fonts with freetype 2.1.9
6814
6815 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
6816
6817         * TODO: added item for desktop icon thumbnailer
6818
6819 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
6820
6821         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
6822         unloaded docs when the title is accessed.
6823
6824         * shell/ev-password-view.[hc]: New widget for displaying password
6825         state.
6826
6827         * shell/ev-window.[ch]: Refactor password handling code to handle
6828         the new view.
6829
6830 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
6831
6832         * NEWS:
6833         * configure.ac:
6834         * data/Makefile.am:
6835
6836         Release 0.1.1
6837
6838 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6839
6840         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
6841         ignore page offset here, to make search results independent of it,
6842
6843         * shell/ev-view.c (expose_bin_window): but take offsets into
6844         account here. Bug #164932
6845
6846         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
6847         scale at the right time. Bug #164996
6848
6849 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
6850
6851         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
6852         fix the problem. Now I just removed the Adobe font names and hope
6853         that the URW fonts are always in outline format. Bug #164934
6854
6855         * shell/ev-window.c (update_window_title): empty titles are
6856         useless, use filename in that case too.
6857
6858         * NEWS: Add some content.
6859
6860 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
6861
6862         * TODO: added one more TODO item and a TODONE section :)
6863
6864 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
6865
6866         * ps/ps-document.h: add page_[xy]_offset fields.
6867
6868         * ps/ps-document.c (ps_document_set_page_offset)
6869         (ps_document_render): Keep offset in consideration in a few
6870         places. Bug #164752 "postscript documents are not centered in
6871         window"
6872
6873         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
6874         s/gpdf/evince/. Spotted by Stephane Loeuillet.
6875
6876         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
6877         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
6878         stub out missing methods for complete EvDocument implementation.
6879         Fixes segfaults with Save A Copy and Copy actions.
6880
6881         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
6882         (ps_document_document_iface_init): ditto.
6883         
6884 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6885
6886         * data/.cvsignore:
6887         * data/Makefile.am:
6888         * data/evince.desktop.in:
6889
6890         Add desktop file
6891
6892 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6893
6894         * shell/ev-view.c: (ev_view_button_press_event),
6895         (ev_view_motion_notify_event):
6896
6897         Make selection work in any direction
6898
6899 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6900
6901         * TODO:
6902         * shell/ev-window.c: (set_short_labels), (ev_window_init):
6903
6904         Use shorter labels for some of the toolbars items
6905
6906 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6907
6908         * pdf/xpdf/pdf-document.cc:
6909
6910         Check the links info is initialized before
6911         using it. Should fix a crash on startup.
6912
6913 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
6914
6915         * pixbuf/pixbuf-document.c
6916         (pixbuf_document_thumbnails_get_dimensions): force floating point
6917         division to calculate page_ratio. Fixes crash with landscape
6918         format pixbufs.
6919
6920 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
6921
6922         * shell/ev-view.c (ev_view_realize): make the bg color darker.
6923
6924 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
6925
6926         * shell/ev-view.c (set_document_page): unset has_selection when
6927         the page changes.
6928         (set_document_page): handle paper size changes when the page
6929         changes (test with Free Culture, page 2).
6930
6931 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6932
6933         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
6934         (expose_bin_window), (ev_view_class_init), (ev_view_init):
6935
6936         Use normal style color for the widget background and
6937         draw a black box around the page.
6938
6939 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6940
6941         * pdf/xpdf/pdf-document.cc:
6942
6943         Keep offset in consideration in a few places
6944
6945         * shell/ev-view.c: (expose_bin_window):
6946
6947         Set the offsets so that the document is ever centered
6948
6949 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
6950
6951         * TODO: Added TODO items and finished off the first todo item
6952
6953         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
6954         reflect current authors
6955
6956 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6957
6958         * pdf/xpdf/pdf-document.cc:
6959         * shell/ev-view.c: (ev_view_set_cursor),
6960         (ev_view_motion_notify_event), (document_changed_callback),
6961         (set_document_page):
6962
6963         Show a wait cursor while the page is rendering
6964
6965 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6966
6967         * shell/ev-sidebar-thumbnails.c:
6968         (ev_sidebar_tree_selection_changed),
6969         (ev_sidebar_thumbnails_select_page):
6970         * shell/ev-sidebar-thumbnails.h:
6971         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
6972         (ev_view_can_go_forward):
6973         * shell/ev-window.c: (ev_window_open_page),
6974         (ev_window_setup_document), (update_current_page),
6975         (view_page_changed_cb), (ev_window_init):
6976         * shell/ev-window.h:
6977
6978         Ensure thumbnails selection, toolbar page control and
6979         current page are in sync.
6980
6981 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
6982
6983         * pdf/xpdf/XRef.cc:
6984
6985         Fix CAN-2005-0064
6986
6987 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
6988
6989         * backend/Makefile.am:
6990         * backend/ev-document-links.h:
6991         * backend/ev-document-security.c: (ev_document_security_get_type),
6992         (ev_document_security_has_document_security),
6993         (ev_document_security_set_password):
6994         * backend/ev-document-security.h:
6995         * backend/ev-document.c: (ev_document_error_quark):
6996         * backend/ev-document.h:
6997         * data/Makefile.am:
6998         * data/evince-password.glade:
6999         * pdf/xpdf/pdf-document.cc:
7000         * shell/Makefile.am:
7001         * shell/ev-password.c: (ev_password_set_bad_password_label),
7002         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
7003         (ev_password_dialog_get_password),
7004         (ev_password_dialog_set_bad_pass):
7005         * shell/ev-password.h:
7006         * shell/ev-window.c: (ev_window_get_attribute),
7007         (ev_window_set_property), (update_action_sensitivity),
7008         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
7009         (ev_window_setup_document), (ev_window_get_password),
7010         (ev_window_open), (ev_window_cmd_save_as),
7011         (using_postscript_printer), (ev_window_print),
7012         (find_not_supported_dialog), (ev_window_cmd_edit_find),
7013         (update_fullscreen_popup), (ev_window_fullscreen),
7014         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
7015         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
7016         (menu_item_select_cb), (find_bar_search_changed_cb),
7017         (ev_window_dispose), (ev_window_init):
7018
7019         Add initial support for password-supported dialogs.  This could be
7020         a lot cooler, but it'll do for now.
7021
7022 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
7023
7024         * pdf/xpdf/pdf-document.cc:
7025         * shell/ev-view.c: (status_message_from_link),
7026         (ev_view_set_status), (ev_view_set_cursor),
7027         (ev_view_motion_notify_event), (ev_view_init):
7028         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
7029
7030         Fix bugs in the links implementation and change cursor
7031         when hovering a link.
7032
7033 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
7034
7035         * viewer/.cvsignore: added cvsignore file for viewer directory
7036
7037         * TODO: created TODO document
7038
7039 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
7040
7041         * shell/ev-view.h:
7042         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
7043         new functions to help with implementation of sensitivity code
7044         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7045         of all actions that might require it.  Fixes a crash when you
7046         click on the Zoom actions in a window lacking a document.
7047
7048 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
7049
7050         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7051         of the Find action
7052
7053 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7054
7055         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
7056         (pixbuf_document_document_iface_init):
7057         * ps/ps-document.c: (ps_document_get_link),
7058         (ps_document_document_iface_init):
7059         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
7060         (status_message_from_link), (ev_view_set_status),
7061         (ev_view_set_find_status), (ev_view_motion_notify_event),
7062         (ev_view_button_release_event), (ev_view_set_property),
7063         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
7064         (ev_view_get_find_status_message), (update_find_results),
7065         (ev_view_get_status), (ev_view_get_find_status):
7066         * shell/ev-view.h:
7067         * shell/ev-window.c: (view_status_changed_cb),
7068         (view_find_status_changed_cb), (ev_window_init):
7069
7070         View status message support, use it to show the links.
7071         Needs work...
7072
7073 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7074
7075         * backend/ev-document.c: (ev_document_get_link):
7076         * backend/ev-document.h:
7077         * pdf/xpdf/pdf-document.cc:
7078         * shell/ev-application.c: (ev_application_open):
7079         * shell/ev-application.h:
7080         * shell/ev-sidebar-links.c: (selection_changed_cb):
7081         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
7082         (ev_view_go_to_link):
7083
7084         Add support for document links
7085
7086 2005-01-13  Anders Carlsson  <andersca@gnome.org>
7087
7088         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
7089         (create_tool_item):
7090         Set the spin button limits correctly.
7091         
7092         * shell/ev-sidebar-thumbnails.c:
7093         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
7094         Support changing pages by clicking on the thumbnails.
7095         
7096 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
7097
7098         * pixbuf/pixbuf-document.c:
7099         (pixbuf_document_thumbnails_get_dimensions),
7100         (pixbuf_document_document_thumbnails_iface_init):
7101
7102         implement get_dimensions
7103
7104 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7105
7106         * ps/ps-document.c: (ps_document_goto_page):
7107
7108         Fix page switching on multipage documents
7109
7110 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
7111
7112         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7113         
7114         check for NULL before assigning to width and height parameters
7115
7116 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
7117
7118         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
7119         (pixbuf_document_set_property), (pixbuf_document_get_property):
7120
7121         implement get/set properties
7122
7123 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
7124
7125         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
7126         
7127         return NULL instead of "Unknown", letting the title get set to
7128         the filename when the pdf has no title.
7129
7130 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7131
7132         * ps/ps-document.c: (ps_document_get_page_count),
7133         (ps_document_goto_page):
7134
7135 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7136
7137         * shell/ev-history.c: (ev_history_get_property),
7138         (ev_history_set_property), (ev_history_class_init),
7139         (ev_history_add_page), (ev_history_set_current_index):
7140         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
7141         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
7142         (ev_navigation_action_finalize):
7143         * shell/ev-navigation-action.h:
7144         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
7145         (ev_view_go_forward), (ev_view_get_find_status_message),
7146         (history_index_changed_cb), (ev_view_set_history):
7147         * shell/ev-view.h:
7148         * shell/ev-window.c: (update_total_pages), (ev_window_open),
7149         (update_current_page), (register_custom_actions):
7150
7151         Implement history dropdowns
7152
7153 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7154
7155         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
7156         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
7157         (ev_view_go_forward):
7158         * shell/ev-window.c: (register_custom_actions):
7159
7160         Fix several history bugs
7161
7162 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
7163
7164         * configure.ac: Add «nb» to ALL_LINGUAS.
7165
7166 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
7167
7168         * backend/Makefile.am:
7169         * backend/ev-bookmark.c:
7170         * backend/ev-bookmark.h:
7171         * backend/ev-document-bookmarks.c:
7172         * backend/ev-document-bookmarks.h:
7173         * backend/ev-document-links.c: (ev_document_links_get_type),
7174         (ev_document_links_has_document_links),
7175         (ev_document_links_begin_read), (ev_document_links_get_link),
7176         (ev_document_links_get_child), (ev_document_links_next),
7177         (ev_document_links_free_iter):
7178         * backend/ev-document-links.h:
7179         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
7180         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
7181         (ev_link_get_link_type), (ev_link_set_link_type),
7182         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
7183         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
7184         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
7185         (ev_link_new_external):
7186         * backend/ev-link.h:
7187         * pdf/xpdf/pdf-document.cc:
7188         * shell/Makefile.am:
7189         * shell/ev-application.c: (ev_application_open_link):
7190         * shell/ev-application.h:
7191         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
7192         (ev_history_get_link_nth):
7193         * shell/ev-history.h:
7194         * shell/ev-sidebar-bookmarks.c:
7195         * shell/ev-sidebar-bookmarks.h:
7196         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
7197         (ev_sidebar_links_class_init), (selection_changed_cb),
7198         (ev_sidebar_links_construct), (ev_sidebar_links_init),
7199         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
7200         (do_one_iteration), (populate_links_idle),
7201         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
7202         * shell/ev-sidebar-links.h:
7203         * shell/ev-sidebar.c: (ev_sidebar_set_document):
7204         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
7205         (go_to_index):
7206         * shell/ev-view.h:
7207         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
7208         * shell/ev-window.h:
7209
7210         Rename bookmark to link, and use "Index" for the sidebar panel.
7211
7212 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
7213
7214         * shell/Makefile.am:
7215         * shell/ev-application.c: (ev_application_open_bookmark):
7216         * shell/ev-application.h:
7217         * shell/ev-history.c: (ev_history_init), (free_links_list),
7218         (ev_history_finalize), (ev_history_class_init),
7219         (ev_history_add_link), (ev_history_add_page),
7220         (ev_history_get_link_nth), (ev_history_get_n_links),
7221         (ev_history_get_current_index), (ev_history_set_current_index),
7222         (ev_history_new):
7223         * shell/ev-history.h:
7224         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
7225         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
7226         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
7227         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
7228         (ev_view_set_page):
7229         * shell/ev-view.h:
7230         * shell/ev-window.c: (ev_window_open_bookmark),
7231         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
7232         (goto_page_cb), (register_custom_actions):
7233         * shell/ev-window.h:
7234
7235         Initial history implementation. Needs work.
7236
7237 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
7238
7239         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
7240
7241 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
7242
7243         * cut-n-paste/recent-files/egg-recent-item.c:
7244         * cut-n-paste/recent-files/egg-recent-item.h:
7245         * cut-n-paste/recent-files/egg-recent-model.c:
7246         * cut-n-paste/recent-files/egg-recent-util.c:
7247         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7248         * cut-n-paste/recent-files/egg-recent-view.c:
7249
7250         Update
7251
7252 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
7253
7254         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
7255         (fillGlyph, fillImageMask, drawImage):
7256         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
7257         pdf/splash/SplashTypes.h:
7258         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
7259         packed mode for Splash.
7260
7261         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
7262         RGB8 packed mode, eliminates the pixbuf data creation loop.
7263
7264         * shell/ev-print-job.c (ev_print_job_finalize)
7265         (ev_print_job_set_property, ev_print_job_get_property)
7266         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
7267         (ev_print_job_use_print_dialog_settings, idle_print_handler)
7268         (print_closure_finalize, ev_print_job_print): implement
7269         printing (for backends with EvPsExporter)
7270
7271         * shell/ev_print_job.h: update prototypes.
7272
7273         * shell/ev-window.c (ev_window_print): unref print job after
7274         printing.
7275
7276         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
7277         unless the document implements the EvDocumentFind interface.
7278
7279 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
7280
7281         * configure.ac: Added ja to ALL_LINGUAS.
7282
7283 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7284
7285         * pdf/xpdf/pdf-document.cc:
7286
7287         add a FIXME. We should probably not allocate
7288         a bookmark object every time
7289
7290 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7291
7292         * shell/ev-application.c: (ev_application_open),
7293         (ev_application_open_bookmark):
7294         * shell/ev-application.h:
7295         
7296         Add a way to open bookmarks
7297
7298         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
7299         (ev_bookmark_set_uri), (ev_bookmark_get_property),
7300         (ev_bookmark_set_property), (ev_bookmark_class_init),
7301         (ev_bookmark_new_title), (ev_bookmark_new_link),
7302         (ev_bookmark_new_external):
7303
7304         Support for external uris, better constructors.
7305
7306         * backend/ev-bookmark.h:
7307         * pdf/xpdf/pdf-document.cc:
7308         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
7309
7310         Handle external uris
7311
7312 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7313
7314         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
7315         (ev_sidebar_bookmarks_construct), (do_one_iteration):
7316
7317         Hook up bookmarks navigation
7318
7319 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7320
7321         * backend/Makefile.am:
7322         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
7323         (ev_bookmark_get_title), (ev_bookmark_set_title),
7324         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
7325         (ev_bookmark_get_page), (ev_bookmark_set_page),
7326         (ev_bookmark_get_property), (ev_bookmark_set_property),
7327         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
7328         (ev_bookmark_new):
7329         * backend/ev-bookmark.h:
7330         * backend/ev-document-bookmarks.c:
7331         (ev_document_bookmarks_get_bookmark):
7332         * backend/ev-document-bookmarks.h:
7333         * pdf/xpdf/pdf-document.cc:
7334         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
7335
7336         Add a bookmark object to the backend and use it instead of get_values
7337
7338 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7339
7340         * data/evince-ui.xml:
7341
7342         Cleanup and add select all.
7343
7344         * shell/ev-view.c: (ev_view_select_all),
7345         (ev_view_button_press_event):
7346         * shell/ev-view.h:
7347         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
7348
7349         Add select all.
7350         Clear selection on click.
7351
7352 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
7353
7354         * shell/ev-sidebar-thumbnails.c
7355         (ev_sidebar_thumbnails_set_document): forgot to unref the
7356         loading_icon.
7357
7358 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
7359
7360         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
7361         at the visible page, not just linearly.  This makes it look fast.
7362
7363 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
7364
7365         * backend/ev-document-misc.c
7366         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
7367         white.
7368         * backend/ev-document-thumbnails.h: New interface to get the size
7369         of a page.
7370
7371 2005-01-06  Jeremy Katz  <katzj@redhat.com>
7372
7373         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
7374         make dist works
7375
7376 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
7377
7378         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
7379         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
7380         things up a bit.
7381
7382         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
7383
7384 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
7385
7386         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
7387         fonts. Should fix font problems on systems that have the base
7388         fonts in bitmap format. Reported by James Henstridge
7389         <james@jamesh.id.au>.
7390
7391 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7392
7393         * pdf/xpdf/Gfx.cc:
7394         * pdf/xpdf/GfxState.cc:
7395
7396         Fix for CAN-2004-1125
7397
7398 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7399
7400         * shell/ev-view.c: (ev_view_copy):
7401         * shell/ev-view.h:
7402         * shell/ev-window.c: (ev_window_cmd_edit_copy):
7403
7404         Implement Edit->Copy
7405
7406 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7407
7408         * backend/ev-document.c: (ev_document_get_text):
7409         * backend/ev-document.h:
7410         * pdf/xpdf/pdf-document.cc:
7411         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
7412         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7413         (ev_view_update_primary_selection), (ev_view_button_press_event),
7414         (ev_view_motion_notify_event), (ev_view_button_release_event):
7415
7416         Beginnings of clipboard support. Incomplete but primary sort
7417         of work.
7418
7419 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7420
7421         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
7422         (expose_bin_window):
7423
7424         Nicer rubberband drawing, from GtkIconView.
7425
7426 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7427
7428         * backend/ev-document.c: (ev_document_save):
7429         * backend/ev-document.h:
7430         * data/evince-ui.xml:
7431         * pdf/xpdf/pdf-document.cc:
7432         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
7433
7434         Implement "Save a copy..." menu item
7435
7436 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7437
7438         * shell/ev-view.c: (ev_view_zoom):
7439
7440         Queue a resize when zoom changes
7441
7442 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
7443
7444         * backend/ev-document-misc.[ch]: New misc file to do simple drop
7445         shadows.
7446
7447         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
7448         thumbnails..
7449
7450 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7451
7452         * pdf/xpdf/pdf-document.cc
7453         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
7454
7455 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
7456
7457         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
7458         It's slow, but I'll speed it up next!
7459
7460 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
7461
7462         * shell/main.c (load_files):
7463
7464         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
7465         from the command line and because it seems more appropriate.
7466
7467 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
7468
7469         * data/evince-ui.xml:
7470         * shell/ev-window.c: (update_action_sensitivity),
7471         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
7472
7473         s/next page/page down
7474         s/previous page/page up
7475
7476 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
7477
7478         * data/evince-ui.xml:
7479
7480         Change the layout to match clarkbw design.
7481
7482         * shell/Makefile.am:
7483         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
7484         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
7485         (ev_navigation_action_finalize),
7486         (ev_navigation_action_set_property),
7487         (ev_navigation_action_get_property),
7488         (ev_navigation_action_class_init):
7489         * shell/ev-navigation-action.h:
7490
7491         Implement clarkbw toolbar navigation controls (incomplete)
7492
7493         * shell/ev-page-action.c: (update_label), (update_spin),
7494         (value_changed_cb), (create_tool_item), (connect_proxy),
7495         (ev_page_action_init), (ev_page_action_finalize),
7496         (ev_page_action_set_property), (ev_page_action_get_property),
7497         (ev_page_action_set_current_page),
7498         (ev_page_action_set_total_pages), (ev_page_action_class_init):
7499         * shell/ev-page-action.h:
7500
7501         Implement a page switcher in the toolbar
7502
7503         * shell/ev-view.c: (ev_view_scroll_view):
7504         * shell/ev-window.c: (update_total_pages), (ev_window_open),
7505         (update_current_page), (view_page_changed_cb), (goto_page_cb),
7506         (register_custom_actions), (ev_window_init):
7507
7508         Change page on PageUp/Down.
7509
7510 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
7511
7512         * pdf/xpdf/pdf-document.cc
7513         (pdf_document_thumbnails_get_thumbnail): initial stab at
7514         implementing thumbnail support for pdfs.  It only does documents
7515         with precached pdfs now.
7516
7517 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
7518
7519         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
7520         thumbnail code into a time-based idle as well.  Also, turn off the
7521         shadow temporarily as it's really slow.
7522
7523 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
7524
7525         * backend/ev-document.c: (ev_document_class_init):
7526         * pdf/xpdf/pdf-document.cc:
7527         * shell/ev-window.c: (ev_window_open):
7528
7529         Fix document title bugs and fallback to
7530         filename when not available.
7531
7532 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
7533
7534         * backend/ev-document.c: (ev_document_get_type),
7535         (ev_document_class_init), (ev_document_load),
7536         (ev_document_get_title):
7537         * backend/ev-document.h:
7538         * pdf/xpdf/pdf-document.cc:
7539         * ps/ps-document.c: (ps_document_set_property),
7540         (ps_document_get_property), (ps_document_class_init),
7541         (document_load):
7542         * ps/ps-document.h:
7543         * ps/ps.h:
7544         * shell/ev-window.c: (update_window_title), (ev_window_open),
7545         (ev_window_init):
7546
7547         Initial support for document title. Not working yet.
7548
7549 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
7550
7551         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
7552
7553         Grab focus on the view when clicking it
7554
7555 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
7556
7557         * shell/ev-marshal.list:
7558         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
7559         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
7560
7561         Add key bindings to the view. Now if the focus would work
7562         right...
7563
7564 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
7565
7566         * Makefile.am:
7567         * backend/Makefile.am:
7568         * data/Makefile.am:
7569         * dvi/Makefile.am:
7570         * dvi/dvilib/Makefile.am:
7571         * pdf/xpdf/Makefile.am:
7572         * po/POTFILES.in:
7573         * ps/Makefile.am:
7574
7575         Fix distcheck
7576
7577 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7578
7579         * shell/ev-view.c: (ev_view_realize):
7580
7581         Fix mouse wheel scrolling
7582
7583 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7584
7585         * ps/Makefile.am:
7586         * ps/gstypes.h:
7587         * ps/gtkgs.c:
7588         * ps/gtkgs.h:
7589         * ps/ps-document.c: (catchPipe), (ps_document_init),
7590         (ps_document_class_init), (ps_document_cleanup),
7591         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
7592         (set_up_page), (close_pipe), (is_interpreter_ready),
7593         (interpreter_failed), (output), (input), (start_interpreter),
7594         (stop_interpreter), (file_length), (file_readable),
7595         (check_filecompressed), (check_pdf), (compute_xdpi),
7596         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
7597         (ps_document_get_type), (ps_document_emit_error_msg),
7598         (document_load), (ps_document_next_page),
7599         (ps_document_get_current_page), (ps_document_get_page_count),
7600         (ps_document_goto_page), (ps_document_set_page_size),
7601         (ps_document_zoom_to_fit), (ps_document_set_zoom),
7602         (ps_document_load), (ps_document_get_n_pages),
7603         (ps_document_set_page), (ps_document_get_page),
7604         (ps_document_widget_event), (ps_document_set_target),
7605         (ps_document_set_scale), (ps_document_set_page_offset),
7606         (ps_document_get_page_size), (ps_document_render),
7607         (ps_document_document_iface_init):
7608         * ps/ps-document.h:
7609         * ps/ps.c:
7610         * shell/ev-window.c: (ev_window_open):
7611
7612         Rename GtkGS to PSDocument
7613
7614 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7615
7616         * ps/gtkgs.c: (gtk_gs_class_init):
7617         * ps/gtkgs.h:
7618
7619         Some more leftover...
7620
7621 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7622
7623         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
7624         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
7625         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
7626         * ps/gtkgs.h:
7627
7628         Remove unused code and make a lot of stuff private
7629
7630 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7631
7632         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
7633         (gtk_gs_defaults_changed):
7634         * ps/gsdefaults.h:
7635         * ps/gtkgs.c:
7636         * ps/gtkgs.h:
7637         * ps/ps.h:
7638
7639         Cleanup headers dependencies
7640
7641 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7642
7643         * ps/Makefile.am:
7644         * ps/ggvutils.c:
7645         * ps/ggvutils.h:
7646         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7647         * ps/gsdefaults.h:
7648         * ps/gtkgs.c: (file_length), (file_readable),
7649         (check_filecompressed), (check_pdf), (gtk_gs_load),
7650         (gtk_gs_get_postscript):
7651
7652         Get rid of ggvutils
7653
7654 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7655
7656         * ps/ggvutils.c:
7657         * ps/ggvutils.h:
7658         * ps/gsio.h:
7659         * ps/gtkgs.c: (gtk_gs_set_zoom):
7660
7661         Cleanups
7662
7663 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7664
7665         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
7666
7667         Ensure the page is rerendered when changing zoom
7668
7669 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7670
7671         * backend/ev-document.c: (ev_document_base_init),
7672         (ev_document_changed):
7673         * backend/ev-document.h:
7674
7675         Add a changed event that is emitted when the page content
7676         changes. This is necessary to deal with the fact that
7677         in ps backend rendering happen asycrounously.
7678         This makes the ps backend mostly work.
7679
7680         * pdf/xpdf/pdf-document.cc:
7681
7682         Emit changed event
7683
7684         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
7685         (ps_document_set_target):
7686
7687         Emit changed event
7688
7689         * shell/ev-view.c: (document_changed_callback),
7690         (ev_view_set_document), (ev_view_set_page):
7691
7692         Redraw on the changed signal
7693
7694 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
7695
7696         * configure.ac: Added pt_BR to ALL_LINGUAS.
7697
7698 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
7699
7700         * backend/ev-document-bookmarks.c:
7701         (ev_document_bookmarks_get_child): *
7702         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
7703         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
7704         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
7705         (ev_sidebar_bookmarks_destroy),
7706         (ev_sidebar_bookmarks_class_init),
7707         (ev_sidebar_bookmarks_construct), (stack_data_free),
7708         (do_one_iteration), (populate_bookmarks_idle),
7709         (ev_sidebar_bookmarks_clear_document),
7710         (ev_sidebar_bookmarks_set_document): *
7711         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
7712         (ev_sidebar_add_page),
7713         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
7714         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
7715         it displays both the topics and the page numbers.
7716
7717 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
7718
7719         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
7720         toggle.
7721         * shell/ev-window.c (toggle_entries): Set sidebar default value to
7722         visible.
7723
7724 2004-12-23  Adam Weinberger  <adamw@gnome.org>
7725
7726         * configure.ac: Added en_CA to ALL_LINGUAS.
7727
7728 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
7729
7730         * ChangeLog: replace bottom of this ChangeLog (merged history of
7731         ggv and gpdf; where all paths were wrong and most of the files are
7732         not even in this tree) with ChangeLog (from arch) of the shell
7733         code.
7734
7735 2004-12-23  Havoc Pennington  <hp@redhat.com>
7736
7737         * shell/ev-window.c: hook up potentially-questionable "find
7738         results status text" feature - something involving the sidebar or
7739         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
7740         might be better in the end.
7741
7742         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
7743         with corresponding signal when it should be updated
7744
7745         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
7746
7747 2004-12-22  Havoc Pennington  <hp@redhat.com>
7748
7749         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
7750         find stuff on other pages, sort of (only returns one result on
7751         invisible pages, to show they have results; updates full results
7752         for a page when you view it). Currently repaints the current page
7753         every time a new result is found on any page, which isn't so nice.
7754
7755 2004-12-22  Havoc Pennington  <hp@redhat.com>
7756
7757         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
7758         the document doesn't support find (better ideas?)
7759         (find_bar_search_changed_cb): handle missing document or document
7760         that doesn't support find
7761
7762         * pdf/xpdf/pdf-document.cc: port to implement the new
7763         EvDocumentFindIface
7764
7765         * backend/ev-document-find.c: create a new interface for searching
7766
7767         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
7768
7769 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
7770
7771         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
7772         libevbackend.la.
7773
7774         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
7775         EvPrintJob constructor arguments.
7776
7777         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
7778         for documents that can export PostScript (page by page).
7779
7780         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
7781         
7782         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
7783         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
7784         (pdf_document_ps_exporter_iface_init:
7785         Implement EvPSExporter.
7786
7787         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
7788
7789 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7790
7791         * backend/Makefile.am:
7792         * backend/ev-document-thumbnails.c:
7793         (ev_document_thumbnails_get_type),
7794         (ev_document_thumbnails_get_thumbnail):
7795         * backend/ev-document-thumbnails.h:
7796         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
7797         (pixbuf_document_thumbnails_get_thumbnail),
7798         (pixbuf_document_document_thumbnails_iface_init):
7799         * shell/Makefile.am:
7800         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
7801         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
7802         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
7803         * shell/ev-sidebar-thumbnails.h:
7804         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
7805         (ev_sidebar_set_document):
7806         * shell/ev-utils.c: (gaussian), (create_blur_filter),
7807         (create_shadow), (ev_pixbuf_add_shadow):
7808         * shell/ev-utils.h:
7809         Add thumbnail support.
7810         
7811 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
7812
7813         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
7814         (using_postscript_printer): Set up a print dialog for "PostScript
7815         injection" method.
7816
7817         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
7818         EvPrintJob.
7819
7820         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
7821
7822 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7823
7824         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
7825         (ps_document_set_target), (ps_document_get_page_size),
7826         (ps_document_render):
7827         * ps/gtkgs.h:
7828
7829         Fix a few bugs
7830
7831 2004-12-22  Christian Rose  <menthos@menthos.com>
7832
7833         * configure.ac: Added "sv" to ALL_LINGUAS.
7834
7835 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
7836
7837         * backend/ev-document-bookmarks.[ch]: new interface to indicate
7838         document supports bookmarks.
7839
7840 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7841
7842         * ps/ggvutils.c: (ggv_file_readable):
7843         * ps/ggvutils.h:
7844         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
7845         (gtk_gs_get_postscript):
7846
7847         Remove unused utils
7848
7849 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7850
7851         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
7852         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
7853         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
7854         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
7855         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
7856         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
7857         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
7858         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
7859         (gtk_gs_set_antialiasing), (ps_document_load),
7860         (ps_document_render):
7861         * ps/gtkgs.h:
7862
7863         Another check point for the ps backend. Now I can get it to show
7864         pages!
7865
7866 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
7867
7868         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
7869         document setting code.
7870
7871 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7872
7873         * shell/eggfindbar.c: (entry_activate_callback):
7874         Animate the next button when activate is pressed.
7875         
7876 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7877
7878         * shell/ev-window.c: (ev_window_cmd_edit_find),
7879         (update_fullscreen_popup), (ev_window_fullscreen),
7880         (ev_window_unfullscreen), (ev_window_state_event_cb),
7881         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
7882         Fix bugs in fullscreen code.
7883         
7884 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7885
7886         * Makefile.am:
7887         * configure.ac:
7888         * pixbuf/Makefile.am:
7889         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
7890         (pixbuf_document_load), (pixbuf_document_get_n_pages),
7891         (pixbuf_document_set_page), (pixbuf_document_get_page),
7892         (pixbuf_document_set_target), (pixbuf_document_set_scale),
7893         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
7894         (pixbuf_document_render), (pixbuf_document_begin_find),
7895         (pixbuf_document_end_find), (pixbuf_document_finalize),
7896         (pixbuf_document_class_init),
7897         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7898         * pixbuf/pixbuf-document.h:
7899         * shell/Makefile.am:
7900         * shell/ev-application.c: (ev_application_open):
7901         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
7902         (ev_window_open):
7903         Add pixbuf backend.
7904         
7905 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
7906
7907         * Makefile.am: 
7908         * dvi/dvilib/Makefile.am:
7909         * dvi/Makefile.am:
7910         * configure.ac: Auto*ify dvi and dvi/dvilib
7911
7912         * dvi/Makefile: Remove from CVS
7913         
7914         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
7915         confusion.
7916
7917         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
7918         
7919         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
7920         
7921 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7922
7923         * ps/Makefile.am:
7924         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
7925         (gtk_gs_value_adjustment_changed), (compute_size),
7926         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
7927         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
7928         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
7929         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
7930         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
7931         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
7932         (ps_document_load), (ps_document_get_n_pages),
7933         (ps_document_set_page), (ps_document_get_page),
7934         (ps_document_set_target), (ps_document_set_scale),
7935         (ps_document_set_page_offset), (ps_document_get_page_size),
7936         (ps_document_render), (ps_document_begin_find),
7937         (ps_document_end_find), (ps_document_document_iface_init):
7938         * ps/gtkgs.h:
7939         * shell/Makefile.am:
7940         * shell/ev-window.c: (ev_window_open):
7941
7942         Some work to integrate gtkgs with EvDocument
7943
7944 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7945
7946         * shell/ev-window.c: (update_fullscreen_popup),
7947         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
7948         (exit_fullscreen_button_clicked_cb),
7949         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
7950         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
7951         (ev_window_state_event_cb), (ev_window_init):
7952         Add fullscreen support from Epiphany.
7953         
7954 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7955
7956         * data/ev-stock-zoom-fit-width.png: fit-width
7957         stock icon from gpdf.
7958         
7959         * shell/ev-stock-icons.[ch]: copied from gpdf.
7960         
7961         * shell/main.c: (main): init stock icons.
7962         
7963         * shell/ev-window.c: use the fit-width icon.
7964         
7965         * data/evince-ui.xml: add zooming toolbar items.
7966
7967 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7968
7969         * shell/ev-view.c: 
7970         (ev_view_best_fit), (ev_view_fit_width): because
7971         get_page_size() returns the scaled page size, we
7972         need to calculate the scale factor relative to
7973         the previous scale factor. Should really just
7974         add get_real_page_size().
7975
7976 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7977
7978         * shell/ev-view.[ch]:
7979         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
7980         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
7981         add zooming.
7982         
7983         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7984         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
7985         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
7986         hook it up.
7987         
7988         * pdf/xpdf/pdf-document.cc:
7989         (pdf_document_begin_find),
7990         (pdf_document_end_find): make static.
7991
7992 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
7993
7994         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
7995
7996         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
7997         names to fontconfig patterns.
7998         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
7999
8000         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
8001         setupBaseFontsFc.
8002
8003 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8004
8005         * Makefile.am:
8006         * configure.ac:
8007         * ps/Makefile.am:
8008         * ps/ggvutils.c:
8009         * ps/ggvutils.h:
8010         * ps/gsdefaults.c:
8011         * ps/gsdefaults.h:
8012         * ps/gsio.c:
8013         * ps/gsio.h:
8014         * ps/gtkgs.c:
8015         * ps/gtkgs.h:
8016         * ps/ps.c:
8017         * ps/ps.h:
8018
8019         Import ggv backend. Not hooked up yet.
8020
8021 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8022
8023         * shell/main.c: (load_files), (main): load files
8024         from the command line.
8025
8026 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8027
8028         * configure.ac: don't require bonobo.
8029         
8030         * cut-n-paste/recent-files/*: kill bonobo recent
8031         view.
8032
8033         * shell/ev-window.c:
8034         (ev_window_is_empty): upd.
8035         (unable_to_load), (ev_window_open): load backend
8036         based on the mime type.
8037
8038 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8039
8040         * backend/.cvsignore: ignore generated marshalers source.
8041
8042         * shell/main.c (main): this is not epiphany.
8043
8044 2004-12-22  Havoc Pennington  <hp@redhat.com>
8045
8046         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
8047         (expose_bin_window): draw find highlights
8048
8049         * shell/ev-window.c (find_bar_search_changed_cb): implement 
8050         
8051         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
8052         (pdf_document_end_find): implement this interface
8053
8054         * backend/ev-document.c (ev_document_found): add this to emit
8055         signal
8056
8057 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
8058
8059         * data/evince-ui.xml: Add a few more toolbar items.
8060
8061         * shell/ev-window.c: Hook up page navigation toolbar 
8062         items.
8063
8064         * shell/ev-view.[ch]: add ev_view_set/get_page and 
8065         a page-changed signal.
8066
8067         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
8068         Add ev_document_get_page().
8069
8070         * shell/ev-window.c: Sensitize/desensitize navigation
8071         actions.
8072
8073 2004-12-21  Havoc Pennington  <hp@redhat.com>
8074
8075         * backend/ev-backend-marshal.c,
8076         backend/ev-backend-marshalers.list, backend/Makefile.am: add
8077         marshaler-generator thingy. I'm sure there's a better way to do
8078         this in the modern world.
8079
8080         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
8081         end_find methods and "found" signal.
8082
8083         * configure.ac: find glib-genmarshal
8084
8085 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
8086
8087         * shell/ev-sidebar.c: Construct an actual sidebar.
8088         * shell/ev-sidebar-bookmarks.[ch]:
8089         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
8090
8091 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
8092
8093         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
8094         Redo size handling.
8095         
8096         * shell/ev-view.c: Track the size from the document.
8097
8098 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
8099
8100         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
8101         constructor assumes ownership of the string passed in.
8102         
8103         * shell/ev-window.c (ev_window_open): Destroy the error
8104         dialog once we've displayed it.
8105
8106 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
8107
8108         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
8109         a bit, it works! (sort of)
8110
8111         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
8112         Move to .cc since we need to use C++ in the implementation.
8113
8114         * shell/dummy.cc: Add a CC file to force evince
8115         to be linked as a C++ program.
8116
8117 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
8118
8119         * shell/ev-view.[ch]: Start of content-area widget.
8120
8121         * shell/ev-window.c: Create a EvView, update it
8122         as we change documents.
8123
8124         * shell/Makefile.am shell/ev-marshal.list: Add
8125         generated marshalers.
8126
8127 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
8128
8129         * Makefile.am (SUBDIRS): move shell.
8130
8131 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
8132
8133         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
8134         .a to libtool convenience libraries.
8135
8136         * shell/ev-window.c (ev_window_open): Hard code loading
8137         a PDF document.
8138         
8139         * backend/ev-document.h: Add a boolean return to load(),
8140         fix GError * to GError **.
8141
8142         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
8143         object for a PDF backend EvDocument.
8144
8145 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
8146
8147         * dvi/*: New directory with the beginning of a .dvi backend.
8148
8149 2004-12-21  Havoc Pennington  <hp@redhat.com>
8150
8151         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
8152         previous/next instead of back/forward
8153
8154 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
8155
8156         * backend/ev-document.[ch]: Fix a couple of problems so
8157         it compile.
8158
8159 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
8160
8161         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
8162         to backend/ directory, rename EvViewer to EvDocument.
8163
8164 2004-12-21  Havoc Pennington  <hp@redhat.com>
8165
8166         * shell/ev-window.c: hook up the find bar widget; now we just need
8167         a document to find things in
8168
8169         * shell/eggfindbar.c: a find bar widget
8170
8171 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
8172
8173         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
8174
8175 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
8176
8177         * pdf/**: Import of xpdf code from gpdf. 
8178
8179         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
8180
8181         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
8182         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
8183         Fix FreeType includes.
8184
8185         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
8186         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
8187         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
8188         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
8189         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
8190         Include xpdfconfig.h
8191         
8192 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
8193
8194         * shell/ev-window.c (ev_window_dispose): dispose can be called
8195         multiple times.
8196
8197 2004-12-21  Havoc Pennington  <hp@redhat.com>
8198
8199         * shell/ev-window.c (ev_window_init): set title to Document Viewer
8200         rather than Evince
8201
8202         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
8203         items; really they should be synced with the strings, etc. from
8204         current gpdf, but just getting the boring typing out of the way 
8205
8206 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8207
8208         * po/POTFILES.in:
8209         * shell/ev-application.c: (window_destroy_cb):
8210         * shell/ev-window.c:
8211         * shell/main.c: (main):
8212
8213         Actually show the window...
8214
8215 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8216
8217         * Makefile.am:
8218         * shell/Makefile.am:
8219         * shell/ev-application.c: (ev_application_class_init):
8220         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
8221
8222         Make it build again
8223
8224 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8225
8226         Import to gnome cvs.
8227         
8228         * Remove copies of gpdf and ggv trees.
8229         * Rip out all the recursive configure code.
8230         * Remove bonobo machinery.
8231         * viewer/*: GInterfaces that backends should/can implement.
8232
8233 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8234
8235         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
8236         typo
8237
8238 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8239
8240         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
8241         (ev_application_finalize, ev_application_class_init)
8242         (ev_application_init): use GType instance private data for priv.
8243     
8244         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
8245         (ev_window_finalize, ev_window_class_init)
8246         (ev_window_init): ditto.
8247
8248 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8249
8250         * shell/ev-application.c (ev_application_new_window): make public
8251         (ev_application_show_initial_window): kill.
8252     
8253         * shell/ev-application.h: update prototypes.
8254     
8255         * shell/main.cc (main): inline ev_application_show_initial_window.
8256
8257 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8258
8259         * shell/ev-application.c (ev_application_new_window): impl.
8260         (ev_application_show_initial_window): use it.
8261         (is_window_empty, ev_application_get_empty_window): returns an
8262         existing empty window or a new one.
8263         (ev_application_open): from ev_window_cmd_file_open.
8264     
8265         * shell/ev-application.h: update prototypes
8266     
8267         * shell/ev-window.c (ev_window_is_empty): impl.
8268         (ev_window_open): make public.
8269         (ev_window_cmd_file_open): use ev_application_open
8270     
8271         * shell/ev-window.h: update prototypes, remove unused.
8272
8273 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8274
8275         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
8276         move destroy handler out of here...
8277     
8278         * shell/ev-application.c, shell/ev-application.h: ...into this new
8279         class. Also handles initial window creation.
8280     
8281         * shell/main.cc (main): use EvApplication to create initial
8282         window.
8283
8284 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8285
8286         * Makefile.am (SUBDIRS): add cut-n-paste
8287     
8288         * cut-n-paste/Makefile.am: add
8289     
8290         * configure.ac: generate Makefiles in cut-n-paste
8291
8292 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8293
8294         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
8295         (ev_window_class_init): install ev_window_dispose.
8296
8297 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8298
8299         * shell/ev-window.h, shell/ev-window.c: replace gchar with
8300         char (gchar looks stupid).
8301
8302 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8303
8304         * po/de.po: updated German translation.
8305
8306 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8307
8308         * configure.ac: add more pkg-config library checks for gnome-vfs,
8309         bonobo etc.
8310     
8311         * gpdf/configure.in: temporarily disable libpaper
8312         checks. Otherwise I'd have to add the checks for the shell, too.
8313
8314 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8315
8316         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
8317         and * file filters to the file choose.
8318
8319 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8320
8321         * po/de.po: Updated German translation.
8322
8323 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8324
8325         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
8326
8327 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8328
8329         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
8330     
8331         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
8332         (ev_window_init): implement those menuitems.
8333
8334 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8335
8336         * data/evince-ui.xml: add a toolbar (with FileOpen action)
8337     
8338         * shell/ev-window.c (ev_window_init): use the toolbar.
8339
8340 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8341
8342         * shell/ev-window.c (ev_window_init): use menu translations
8343
8344 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8345
8346         * configure.ac: add "de" to ALL_LINGUAS.
8347     
8348         * po/de.po: add German translation.
8349
8350 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8351
8352         * Makefile.am (SUBDIRS): add po
8353     
8354         * configure.ac: check intltool, glib-gettext etc, generate
8355         po/Makefile.in
8356     
8357         * po, po/POTFILES.in, po/POTFILES.skip: new.
8358
8359 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8360
8361         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
8362         already use (#ifdef ENABLE_NLS)
8363     
8364         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
8365         pointer indirection thinko.
8366     
8367         * shell/main.c: include gi18n.h for bindtextdomain etc.
8368
8369 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8370
8371         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
8372         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
8373         tooltips for menu items in the statusbar.
8374
8375 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8376
8377         * configure.ac, data/Makefile.am, shell/Makefile.am: use
8378         pkgdatadir drop UIDIR
8379
8380 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8381
8382         * data/evince-ui.xml: Add File->Open menu item
8383     
8384         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
8385         chooser), hook it up in the ui manager.
8386
8387 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8388
8389         * shell/ev-window.c: fix Help->About tooltip.
8390
8391 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
8392
8393         * configure.ac: set CFLAGS for libevprivate.
8394     
8395         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
8396         definitions, factory etc.
8397     
8398         * lib/Makefile.am: build libevprivate.a (only stock icon code).
8399     
8400         * shell/Makefile.am: link against libevprivate.a.
8401     
8402         * shell/ev-window.c (entries): add stock icon to Help->About.
8403     
8404         * shell/main.c (main): init stock icon code.
8405
8406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8407
8408         * lib/recent-files: egg recent files code
8409     
8410         * lib/Makefile.am: add.
8411     
8412         * Makefile.am: add lib subdir.
8413     
8414         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
8415         set CFLAGS for recent-files.
8416
8417 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8418
8419         * configure.ac: disable -ansi and -pedantic gcc flags. They
8420         disable POSIX stuff in stdio.h, but egg-recent uses them.
8421
8422 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
8423
8424         * configure.ac: add --disable-deprecated flag (defaults to on in
8425         "cvs" builds).
8426     
8427         * shell/Makefile.am (INCLUDES): use it.
8428
8429 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8430
8431         * shell/main.c: add missing #include.
8432     
8433         * shell/ev-window.c: fix for pedantic gcc.
8434         (ev_window_cmd_help_about): split license into paragraphs for
8435         translators and pedantic compilers.
8436
8437 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8438
8439         * configure.ac: add more warning flags if compiling with gcc from
8440         cvs (or explicitly requested with --enable-more-warnings).
8441
8442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8443
8444         * data/evince-ui.xml: add File and File->Close menu.
8445     
8446         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
8447         (ev_window_destroy): quit after destroy.
8448         (ev_window_class_init): override GtkObject::destroy.
8449         (entries): install close_window callback.
8450
8451 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8452
8453         * Makefile.am (SUBDIRS): add data subdir.
8454     
8455         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
8456         gtk+ 2.5.0 for GtkAboutDialog.
8457     
8458         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
8459         main window.
8460     
8461         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
8462     
8463         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
8464         manager.
8465         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
8466
8467 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8468
8469         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
8470
8471 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8472
8473         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
8474
8475 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8476
8477         * shell/*: Added shell directory boilerplate, build it.
8478
8479 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8480
8481         * configure.ac, Makefile.am: Added top-level configure.ac and
8482         Makefile.am