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