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