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