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