]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make PgUp/Down behave like Space
[evince.git] / ChangeLog
1 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2
3         * data/evince-ui.xml:
4         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
5         * shell/ev-window.c: (set_view_actions_sensitivity):
6
7         Make PgUp/Down behave like Space
8
9 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10
11         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
12         * backend/ev-ps-exporter.h:
13         * pdf/ev-poppler.cc:
14         * ps/ps-document.c: (ps_document_ps_export_begin):
15         * shell/ev-print-job.c: (idle_print_handler):
16
17         Adapt to new poppler api
18
19 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
20
21         * cut-n-paste/zoom-control/ephy-zoom-control.c:
22         (ephy_zoom_control_init):
23
24         Translate zoom levels
25
26 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
27
28         * cut-n-paste/zoom-control/ephy-zoom.c:
29         (ephy_zoom_get_zoom_level_index):
30
31         Fix current zoom -> zoom control match
32
33 2005-05-18  James Bowes  <bowes@cs.dal.ca>
34
35         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
36         rather than the scrolled_window that it's in. Fixes bug #304655.
37
38 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
39
40         * shell/ev-view.c: (view_update_adjustments),
41         (view_set_adjustment_values), (view_update_range_and_current_page),
42         (view_scroll_to_page), (set_scroll_adjustment),
43         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
44         (ev_view_scroll), (ev_view_scroll_view),
45         (ensure_rectangle_is_visible), (find_page_at_location),
46         (get_link_at_location), (go_to_link), (status_message_from_link),
47         (ev_view_size_request_continuous_dual_page),
48         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
49         (ev_view_unrealize), (ev_view_expose_event),
50         (ev_view_button_press_event), (ev_view_motion_notify_event),
51         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
52         (draw_rubberband), (highlight_find_results), (draw_one_page),
53         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
54         (ev_view_init), (find_changed_cb), (page_changed_cb),
55         (on_adjustment_value_changed), (ev_view_new),
56         (ev_view_set_document), (ev_view_set_zoom),
57         (ev_view_set_continuous), (ev_view_set_dual_page),
58         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
59         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
60         (ev_view_zoom_for_size_presentation),
61         (ev_view_zoom_for_size_continuous_dual_page),
62         (ev_view_zoom_for_size_continuous),
63         (ev_view_zoom_for_size_dual_page),
64         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
65         (ev_view_get_status), (ev_view_set_status),
66         (update_find_status_message), (ev_view_get_find_status),
67         (ev_view_set_find_status), (jump_to_find_result),
68         (jump_to_find_page), (compute_selections), (clear_selection),
69         (ev_view_select_all), (get_selected_text), (ev_view_copy),
70         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
71         (ev_view_update_primary_selection),
72         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
73         * shell/ev-view.h:
74         * shell/ev-window.c: (ev_window_open_page_label),
75         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
76         (ev_window_init):
77         * shell/ev-window.h:
78         * shell/main.c: (load_files):
79
80         Massive code clean up from Nickolay Shmyrev.  Keep page offset
81         when resizing.  Remove the bin_window().  Also, patch from James
82         Bowes to fix command line page, #300641
83         
84 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
85
86         * data/evince-ui.xml:
87         * shell/ev-view.c:
88         * shell/ev-view.h:
89         * shell/ev-window.c: (update_action_sensitivity):
90
91         Get rid of View->Normal Size, it's just confusing
92
93 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
94
95         * backend/ev-document-info.h:
96         * backend/ev-document.c: (ev_document_info_free): Free the
97         EvDocumentInfo.
98
99         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
100         (clear_range), (add_range), (update_visible_range),
101         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
102         (ev_sidebar_thumbnails_set_document):
103         * shell/ev-window.c: (ev_window_setup_document): Only render the
104         visible thumbnails.  It takes an instant to render, but it uses
105         much less memory.
106
107 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
108
109         * shell/ev-sidebar-links.c: (popup_menu_cb):
110
111         Select first item
112
113 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
114
115         * lib/Makefile.am:
116         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
117         (button_press_cb), (ev_sidebar_links_construct):
118
119         Show the popup menu also on keybindings
120
121 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
122
123         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
124         * shell/ev-window.h:
125
126         Expose api to print a range (with dialog). Make private _print use
127         it.
128
129         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
130         (ev_sidebar_links_construct):
131
132         Show a print context menu on linkx, it prints the selected
133         section.
134
135 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
136
137         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
138         button.
139
140 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
141
142         * AUTHORS:
143
144         Update
145
146         * shell/ev-window.c: (build_comments_string),
147         (ev_window_cmd_help_about):
148
149         Show poppler version/backend and authors
150
151 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
152
153         * cut-n-paste/zoom-control/ephy-zoom.c:
154         (ephy_zoom_get_zoom_level_index):
155         * cut-n-paste/zoom-control/ephy-zoom.h:
156
157         Move the best fit items at the top of the list
158
159 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
160
161         * shell/ev-marshal.list:
162         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
163         (activate_cb), (match_selected_cb), (activate_link_cb),
164         (connect_proxy), (ev_page_action_class_init):
165         * shell/ev-page-action.h:
166
167         Use signals to notify action activation. Hopefully
168         I did not break completion since I cant test...
169
170         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
171         (register_custom_actions):
172
173         Connect to page selector actions and also grab focus on
174         the view when activated.
175
176 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
177
178         * pdf/ev-poppler.cc:
179         * backend/ev-page-cache.c: make page size calculation consistent
180         and set it to (int)( width * scale + 0.5).  This makes the weird
181         line going through the middle of the page go away.
182
183         * shell/ev-view.c: move painting the background page after
184         checking the expose area covers us.
185
186 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
187
188         * data/evince-password.glade:
189         
190         Mark labels as not translatable. Fix for bug 302842.
191
192 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
193
194         * configure.ac: Added "es" to ALL_LINGUAS.
195
196 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
197
198         * data/evince-toolbar.xml:
199         * shell/ev-window.c: (update_action_sensitivity),
200         (ev_window_setup_document), (ev_window_set_page_mode),
201         (ev_window_init):
202
203         Remove some leftover code from jrb first continous
204         attempt. Use the new actions, we still need good icons
205         though...
206
207 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
208
209         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
210
211         Update label when connecting proxy. Fix a warning with NULL
212         page_cache.
213
214 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
215
216         * data/evince-ui.xml:
217         * shell/ev-page-action.c: (ev_page_action_grab_focus):
218         * shell/ev-page-action.h:
219         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
220
221         Add mnemonic for edit toolbar.
222         ctrl+l focus the page entry.
223
224 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
225
226         * lib/Makefile.am:
227         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
228         (ev_window_init):
229         * shell/main.c: (main):
230
231         Put the toolbar xml in evince own dot dir
232
233 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
234
235         * shell/ev-window.c: (ev_window_init):
236
237         Make the toolbar not removable
238
239 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
240
241         * data/evince-ui.xml:
242         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
243         * shell/ev-sidebar-links.h:
244         * shell/ev-sidebar-thumbnails.c:
245         (ev_sidebar_thumbnails_get_treeview):
246         * shell/ev-sidebar-thumbnails.h:
247         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
248         (ev_view_class_init):
249         * shell/ev-view.h:
250         * shell/ev-window.c: (update_action_sensitivity),
251         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
252         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
253         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
254         (ev_window_init):
255
256         This is evil... Make space/backspace global accelerators but
257         enable them only for some widgets (sidebars and view).
258         I dont like it, but I dont know a better way... :/
259
260 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
261
262         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
263         (ev_page_action_widget_finalize),
264         (ev_page_action_widget_class_init), (update_page_cache):
265
266         Keep a weak reference on proxy->page_cache so that we
267         dont try to disconnect the signal if the object is already
268         gone. Maybe there is a better way to cleanup reference handling
269         in page action though...
270
271 2005-05-10  Juerg Billeter  <j@bitron.ch>
272
273         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
274         * backend/ev-ps-exporter.h:
275         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
276         * ps/ps-document.c: (ps_document_ps_export_begin):
277         
278         Change api to pass print range to ps_exporter_begin. The pdf backend
279         requires this information.
280         
281         * shell/ev-print-job.c: (idle_print_handler):
282         
283         Adapt to api change
284
285 2005-05-10  Juerg Billeter  <j@bitron.ch>
286
287         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
288         (idle_print_handler)
289         * shell/ev-window.c: (ev_window_print):
290
291         Support printing page range, based on patch by Amaury Jacquot
292
293 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
294
295         * data/evince-toolbar.xml:
296
297         Add zoom control to available items
298
299 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
300
301         * shell/ev-window.c: (update_action_sensitivity):
302
303         Set slash action insensitive when appropriate
304
305 2005-05-10  Christian Persch <chpe@gnome.org>
306
307         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
308
309         Fix warning on the overflow menu
310
311 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
312
313         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
314
315         Check for uri correctness/existence
316
317 2005-05-09  Juerg Billeter  <j@bitron.ch>
318
319         * shell/ev-window.c: (using_postscript_printer):
320
321         LPD printers use postscript, too
322
323 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
324
325         * shell/ev-window.c: (register_custom_actions):
326
327         The zoom one is actually sort of useful,
328         put it back
329
330 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
331
332         * shell/ev-window.c: (register_custom_actions):
333
334         Hide page/zoom controls from overflow, they
335         are useless.
336
337 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
338
339         * cut-n-paste/update-from-egg.sh:
340         
341         Share it between all cut-n-paste subdirs
342
343         * cut-n-paste/recent-files/Makefile.am:
344
345         Fix to use "global" update-from-egg.sh
346
347         * cut-n-paste/recent-files/egg-recent-model.c:
348         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
349         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
350         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
351         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
352
353         Update from libegg
354
355         * cut-n-paste/toolbar-editor/Makefile.am:
356
357         Fix to use "global" update-from-egg.sh
358
359         * cut-n-paste/toolbar-editor/eggmarshalers.list:
360
361         Update from libegg
362
363 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
364
365         * configure.ac:
366         * cut-n-paste/Makefile.am:
367         * cut-n-paste/recent-files/Makefile.am:
368         * cut-n-paste/toolbar-editor/.cvsignore:
369         * cut-n-paste/toolbar-editor/Makefile.am:
370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
371         (egg_editable_toolbar_get_type), (get_toolbar_position),
372         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
373         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
374         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
375         (set_item_drag_source), (create_item_from_action), (create_item),
376         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
377         (popup_toolbar_context_menu_cb), (free_dragged_item),
378         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
379         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
380         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
381         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
382         (item_added_cb), (item_removed_cb),
383         (egg_editable_toolbar_construct),
384         (egg_editable_toolbar_disconnect_model),
385         (egg_editable_toolbar_deconstruct),
386         (egg_editable_toolbar_set_model),
387         (egg_editable_toolbar_set_ui_manager),
388         (egg_editable_toolbar_set_property),
389         (egg_editable_toolbar_get_property),
390         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
391         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
392         (egg_editable_toolbar_new_with_model),
393         (egg_editable_toolbar_get_edit_mode),
394         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
395         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
396         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
397         (new_pixbuf_from_widget), (new_separator_pixbuf),
398         (update_separator_image), (style_set_cb),
399         (_egg_editable_toolbar_new_separator_image),
400         (egg_editable_toolbar_get_model):
401         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
402         * cut-n-paste/toolbar-editor/egg-marshal.c:
403         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
404         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
405         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
406         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
407         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
408         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
409         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
410         (editor_drag_data_delete_cb), (drag_data_get_cb),
411         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
412         (editor_create_item), (update_editor_sheet), (setup_editor),
413         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
414         (parse_item_list), (model_has_action), (update_actions_list),
415         (egg_toolbar_editor_load_actions):
416         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
417         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
418         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
419         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
420         (toolbars_item_new), (free_toolbar_node), (free_item_node),
421         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
422         (egg_toolbars_model_add_separator), (impl_add_item),
423         (parse_item_list), (egg_toolbars_model_add_toolbar),
424         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
425         (impl_get_item_data), (impl_get_item_type),
426         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
427         (egg_toolbars_model_init), (free_toolbar),
428         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
429         (egg_toolbars_model_remove_toolbar),
430         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
431         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
432         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
433         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
434         (egg_toolbars_model_get_item_data),
435         (egg_toolbars_model_get_item_type):
436         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
437         * cut-n-paste/toolbar-editor/eggmarshalers.list:
438         * data/Makefile.am:
439         * data/evince-toolbar.xml:
440         * data/evince-ui.xml:
441         * data/hand-open.png:
442         * po/POTFILES.in:
443         * shell/Makefile.am:
444         * shell/ev-window.c: (update_chrome_visibility),
445         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
446         (ev_window_dispose), (ev_window_init):
447
448         Implement epiphany like toolbar editor. Based on patch by
449         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
450
451 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
452
453         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
454
455         Use set_cursor instead of set_selection, so that
456         the keyboard focus moves too.
457
458 2005-05-09  Aleksey Kliger <akliger@gmail.com>
459
460         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
461
462         Fix infinite loop when loading Type1 fonts
463
464 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
465
466         * data/evince-ui.xml:
467         * shell/ev-window.c:
468
469         Slash -> Find
470
471 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
472
473         * configure.ac:
474
475         Make --disable really disable
476
477 2005-05-07  Juerg Billeter  <j@bitron.ch>
478
479         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
480
481         Compare page labels even without has_labels set, fixes setting page
482         with entry
483
484 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
485
486         * shell/ev-view.c: (ev_view_create_invisible_cursor),
487         (ev_view_set_cursor), (ev_view_button_press_event),
488         (ev_view_motion_notify_event), (ev_view_button_release_event),
489         (ev_view_init):
490
491         Implement middle button scrolling. Based on a patch
492         by Tommi Komulainen <tommi.komulainen@iki.fi>.
493
494 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
495
496         * shell/ev-document-types.c: (get_slow_mime_type),
497         (get_document_type_from_mime), (ev_document_type_lookup):
498         * shell/ev-document-types.h:
499
500         Change api to lookup from uri. Do fast lookup first, if the
501         type is unknown try with data sniffing.
502
503         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
505
506         Adapt to api change
507
508 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
509
510         * thumbnailer/Makefile.am:
511
512         Fix distcheck
513
514 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
515
516         * NEWS:
517         * configure.ac:
518
519         Release 0.3.0
520
521         * data/evince-ui.xml:
522
523         Hide presentation mode for now
524
525         * shell/ev-view.c: (highlight_find_results):
526
527         Show current find selection only on current page
528
529 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
530
531         * shell/ev-view.c: (ev_view_select_all):
532
533         Compute size of the actual page, not of
534         the current one.
535
536 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
537
538         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
539         (view_rect_to_doc_rect), (compute_selections),
540         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
541         (ev_view_copy), (ev_view_primary_get_cb),
542         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
543         (ev_view_button_press_event), (ev_view_motion_notify_event),
544         (ev_view_button_release_event), (page_changed_cb):
545
546         Fix text selection
547
548 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
549
550         * shell/ev-view.c: (compute_border), (get_page_extents),
551         (doc_rect_to_view_rect), (highlight_find_results),
552         (ev_view_bin_expose), (ev_view_select_all),
553         (ev_view_motion_notify_event), (update_find_status_message),
554         (jump_to_find_result), (jump_to_find_page):
555
556         First go at fixing search, still buggy
557
558 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
559
560         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
561         dropdown box and button at the top of the sidebar.
562
563 2005-05-02  James Bowes  <bowes@cs.dal.ca>
564
565         * configure.ac: Output zoom-control Makefile.
566         * cut-n-paste/Makefile.am: build zoom-control subdir.
567         * cut-n-paste/zoom-control/ephy-zoom-action.c:
568         * cut-n-paste/zoom-control/ephy-zoom-action.h:
569         * cut-n-paste/zoom-control/ephy-zoom-control.c:
570         * cut-n-paste/zoom-control/ephy-zoom-control.h:
571         * cut-n-paste/zoom-control/ephy-zoom.c:
572         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
573         from epiphany, and modified to add a separator into the menu.
574         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
575         * data/evince-ui.xml: Replace old zoom toolbar actions with new
576         zoom-control action.
577         * shell/Makefile.am: Include zoom-control flags.
578         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
579         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
580         (ev_view_zoom_for_size_presentation),
581         (ev_view_zoom_for_size_continuous_and_dual_page),
582         (ev_view_zoom_for_size_continuous),
583         (ev_view_zoom_for_size_dual_page),
584         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
585         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
586         ev_view_get_zoom and ev_view_get_sizing_mode.
587         * shell/ev-view.h:
588         * shell/ev-window.c: (update_action_sensitivity),
589         (update_sizing_buttons), (zoom_control_changed_cb),
590         (register_custom_actions): Initialize and use the zoom-control 
591         widget.
592
593 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
594
595         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
596         preview cache back to 1.  Don't know when it got set to 0.
597         
598         * shell/ev-view.c: (compute_border), (ev_view_realize),
599         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
600         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
601         (ev_view_get_fullscreen), (ev_view_set_presentation),
602         (ev_view_get_presentation), (ev_view_set_sizing_mode),
603         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
604         * shell/ev-view.h:
605         * shell/ev-window.c:
606         (update_chrome_visibility),
607         (ev_window_cmd_continuous), (ev_window_cmd_dual),
608         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
609         (update_document_mode), (ev_window_update_fullscreen_action),
610         (ev_window_fullscreen), (ev_window_unfullscreen),
611         (ev_window_cmd_view_fullscreen),
612         (ev_window_update_presentation_action),
613         (ev_window_run_presentation), (ev_window_stop_presentation),
614         (ev_window_cmd_view_presentation), (ev_window_state_event),
615         (ev_window_focus_in_event), (ev_window_focus_out_event),
616         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
617         * data/evince-ui.xml: Initial presentation mode.  We should
618         probably hide this until it's done, as it's quite rough.  Also,
619         change full-screen to fullscreen and add two getters to EvView.
620
621 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
622
623         * shell/ev-page-action.c: (update_page_cache),
624         (ev_page_action_dispose):
625         * shell/ev-window.c: (destroy_fullscreen_popup),
626         (ev_window_create_fullscreen_popup):
627
628         Use connect_object rather than explicitly
629         disconnect on dispose.
630
631 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
632
633         * shell/ev-page-action.c: (update_page_cache),
634         (ev_page_action_dispose):
635
636 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
637
638         * backend/ev-page-cache.c: (_ev_page_cache_new),
639         (ev_page_cache_set_page_label),
640         (ev_page_cache_has_nonnumeric_page_labels):
641         * backend/ev-page-cache.h:
642         * shell/ev-page-action.c: (update_pages_label):
643         
644         If all page labels are numeric, fallback to default
645         way to display number of pages. See bug 173185.
646
647 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
648
649         * shell/ev-page-action.c: (ev_page_action_dispose):
650         * shell/ev-view.c: (view_update_range_and_current_page):
651         * shell/ev-window.c: (ev_window_dispose):
652         
653         Set page on scroll in continuous mode. Fixes bug 301986.
654         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
655
656 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
657
658         * configure.ac:
659
660         Require poppler 0.3.0
661
662 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
663         
664         * shell/Makefile.am, configure.ac: Fix build problems
665         with t1lib. Bug 301996.
666
667 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
668
669         * shell/ev-view.c: (ev_view_scroll_event):
670         
671         Scroll up increase zoom
672
673 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
674
675         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
676         (ev_view_set_sizing_mode),
677         (ev_view_zoom_for_size_continuous_and_dual_page),
678         (ev_view_zoom_for_size_continuous):
679         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
680         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
681         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
682         (ev_window_init):
683
684         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
685         Fix for 165473 and 165472.
686
687 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
688
689         * po/POTFILES.in:
690         * thumbnailer/Makefile.am:
691         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
692         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
693         * thumbnailer/evince-thumbnailer.schemas.in:
694         
695         Make thumbnailer schemas translatable. Fix for bug 301773
696         
697         * thumbnailer/evince-thumbnailer-djvu.schemas:
698         * thumbnailer/evince-thumbnailer-dvi.schemas:
699         * thumbnailer/evince-thumbnailer.schemas:
700
701         Removed files
702
703 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
704
705         * shell/ev-view.c (ev_view_init): forgot to set this.
706
707 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
708
709         * shell/ev-view.c: (find_page_at_location),
710         (get_link_at_location),
711         (ev_view_set_show_border), (ev_view_set_spacing),
712         (ev_view_zoom_for_size_continuous_and_dual_page),
713         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
714         Also, add a quick fix measuring of widths.  Also, removed
715         ev_view_set_spacing and ev_view_set_show_border.
716         
717         * shell/ev-window.c: (ev_window_unfullscreen),
718         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
719
720 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
721
722         * shell/ev-view.c: (view_update_range_and_current_page),
723         (page_changed_cb):
724         
725         Fix crash on exit and scrolling to page in continuous view.
726
727 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
728
729         * TODO:
730         * backend/ev-page-cache.c: (_ev_page_cache_new),
731         (ev_page_cache_get_max_width_size),
732         (ev_page_cache_get_max_height_size):
733         * backend/ev-page-cache.h:
734         * data/evince-ui.xml:
735         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
736         * shell/ev-view.c: (view_update_adjustments),
737         (view_update_range_and_current_page), (get_bounding_box_size),
738         (ev_view_size_request_continuous_and_dual_page),
739         (ev_view_size_request_continuous),
740         (ev_view_size_request_dual_page),
741         (ev_view_size_request_single_page), (ev_view_size_request),
742         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
743         (ev_view_bin_expose), (ev_view_expose_event),
744         (ev_view_set_property), (ev_view_get_property),
745         (ev_view_class_init), (ev_view_init), (ev_view_new),
746         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
747         (ev_view_set_dual_page), (ev_view_set_full_screen),
748         (ev_view_set_presentation), (ev_view_set_sizing_mode),
749         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
750         (ev_view_zoom_out), (zoom_for_size_fit_width),
751         (zoom_for_size_best_fit),
752         (ev_view_zoom_for_size_continuous_and_dual_page),
753         (ev_view_zoom_for_size_continuous),
754         (ev_view_zoom_for_size_dual_page),
755         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
756         (ev_view_show_cursor), (ev_sizing_mode_get_type):
757         * shell/ev-view.h:
758         * shell/ev-window.c: (update_action_sensitivity),
759         (ev_window_cmd_continuous), (ev_window_cmd_dual),
760         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
761         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
762         (ev_window_cmd_view_zoom_out), (update_view_size),
763         (ev_window_set_sizing_mode), (ev_window_init):
764
765         Add Continuous and Dual page modes.
766
767 2005-04-23  James Bowes  <bowes@cs.dal.ca>
768
769         * dvi/dvi-document.c: (dvi_document_load),
770         (dvi_document_thumbnails_get_thumbnail),
771         (dvi_document_init_params): Fix up some mixups between
772         width and height to correct thumbnail rendering.
773
774 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
775
776         * dvi/mdvi-lib/private.h:
777         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
778         
779         Suppess output for kpathsea during font generation. Thanks to
780         James Bowes
781
782 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
783
784         * NEWS:
785         * configure.ac:
786
787         Release 0.2.1
788
789         * Makefile.am: fix distcheck.
790
791 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
792
793         * shell/ev-sidebar-links.c: (selection_changed_callback),
794         (update_page_callback), (row_activated_callback),
795         (job_finished_callback), (ev_sidebar_links_set_document):
796         
797         Fix for bug #169901. Double click on links expands tree.
798
799 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
800
801         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
802         hard-coded style. Fix for bug 170111
803
804 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
805
806         * shell/ev-view.c (highlight_find_results): Remove unnecessary
807         locking.
808
809 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
810
811         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
812
813 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
814
815         * pdf/ev-poppler.cc:
816         * shell/ev-view.c: (highlight_find_results):
817
818         Fix find on single page documents
819
820 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
821
822         * data/evince.schemas.in: fix for bug 301390
823
824 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
825
826         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
827         (ev_view_zoom_out), (ev_view_zoom_normal):
828         * shell/ev-view.h:
829         * shell/ev-window.c: (update_action_sensitivity),
830         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
831         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
832         (ev_window_cmd_view_normal_size):
833
834         Fix normal size zoom. Make zoom in/zoom out unsensitive when
835         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
836         better than oom. 
837
838 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
839
840         * configure.ac:
841
842         Depend on 2.57, 2.59 doesnt seem to be necessary
843
844 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
845
846         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
847         (create_tool_item):
848
849         Put back total number of pages as (1 of 1234)
850
851 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
852
853         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
854         remove the job.
855
856         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
857         function.  This helps debugging.
858
859 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
860
861         * djvu/djvu-document.c: (djvu_document_class_init),
862         (djvu_document_get_info), (djvu_document_document_iface_init):
863         * dvi/dvi-document.c: (dvi_document_class_init),
864         (dvi_document_get_info), (dvi_document_document_iface_init):
865
866        Dummy implementation of get_info method for dvi and djvu. Fix
867        crashes with those backends
868
869 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
870
871         * data/evince.desktop.in:
872
873         Add application/x-gzpostscript
874
875 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
876
877         * data/evince.schemas.in: Added real long descriptions, 
878         closes bug 172496 
879
880         * README: Added actual text, closes bug 171869
881
882 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
883
884         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
885
886         Thumbnail page 0
887
888 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
889
890         * backend/ev-document-info.h:
891
892         s/GDate */GDate so we can just use g_free
893
894 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
895
896         * shell/ev-window.c: (update_document_mode),
897         (ev_window_setup_document):
898
899         Show the window in fullscreen when specified by
900         the document
901
902 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
903
904         * backend/ev-document.c: (ev_document_class_init),
905         (ev_document_get_info), (ev_document_render_pixbuf):
906         * backend/ev-document.h:
907         * backend/ev-page-cache.c: (_ev_page_cache_new):
908         * pdf/ev-poppler.cc:
909         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
910         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
911         * ps/ps-document.c: (ps_document_class_init), (document_load),
912         (ps_document_get_info), (ps_document_document_iface_init):
913
914         Remove get_title from the interface, we can just use document info
915
916 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
917
918         * backend/Makefile.am:
919         * backend/ev-document.c: (ev_document_render_get_info):
920         * backend/ev-document.h:
921         * pdf/ev-poppler.cc:
922
923         Initial support for document info. Based on jrb patch.
924
925 2005-04-19  Paolo Borelli <pborelli@katamail.com>
926
927         * shell/ev-window.c: (ev_window_state_event),
928         (ev_window_class_init), (ev_window_init):
929         
930         Doesn't show resize grip when maximized. See bug #301053
931
932 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
933
934         * po/POTFILES.in:
935         
936         ev-sidebar-thumbnails now has translatable labels
937         
938         * shell/Makefile.am:
939         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
940         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
941         (ev_sidebar_links_page_iface_init):
942         * shell/ev-sidebar-links.h:
943         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
944         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
945         (ev_sidebar_page_get_label):
946         * shell/ev-sidebar-page.h:
947         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
948         (ev_sidebar_thumbnails_set_document),
949         (ev_sidebar_thumbnails_support_document),
950         (ev_sidebar_thumbnails_get_label),
951         (ev_sidebar_thumbnails_page_iface_init):
952         * shell/ev-sidebar-thumbnails.h:
953         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
954         (ev_sidebar_set_document):
955         * shell/ev-sidebar.h:
956         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
957         
958         Small rework of sidebar code. Now sidebar pages should implement
959         EvSidebarPage interface. That makes page management in EvSidebar
960         easier. See bug #164811 for details
961
962 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
963
964         * shell/ev-application.c: (ev_application_open):
965         * shell/ev-document-types.c:
966         
967         Fix build error and small problem with application exit
968
969 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
970
971         * thumbnailer/Makefile.am:
972         * thumbnailer/evince-thumbnailer-djvu.schemas:
973         * thumbnailer/evince-thumbnailer-dvi.schemas:
974         
975         Conditionally install schemas for djvu/dvi thumbnailer
976
977 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
978
979         * shell/ev-document-types.h: 
980         * shell/ev-document-types.c: 
981         New files, handling the mapping from mimetypes to backends
982         
983         * shell/ev-window.c: 
984         * thumbnailer/evince-thumbnailer.c:     
985         Use the ev-document-types code
986         
987         * shell/Makefile.am: 
988         Added new convenience library libevbackendfactory_la, containing
989         the new mimetype->backend logic; moved the backends into it.
990
991         * thumbnailer/Makefile.am:
992         Make the thumbnailer link with the libevbackend.la convenience
993         library, rather than having a duplicate of the backend logic here.
994
995 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
996
997         * shell/ev-stock-icons.c: constify some vars.
998         * shell/ev-window.c: ditto.
999
1000 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
1001
1002         * ps/ps-document.c (get_page_orientation):
1003
1004         Respect document orientation 
1005
1006 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * djvu/Makefile.am:
1009         * dvi/Makefile.am:
1010         * shell/Makefile.am:
1011         
1012         Move library dependencies to components.
1013         
1014         * shell/ev-window.c: (update_window_title),
1015         (start_loading_document):
1016         
1017         Fix display of uris with spaces. Bug 168358.
1018
1019 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
1020
1021         * shell/ev-sidebar-links.c: (selection_changed_cb):
1022         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
1023         (ev_view_button_release_event), (ev_view_set_document):
1024         * shell/ev-view.h:
1025         * shell/ev-window.c: (find_bar_search_changed_cb):
1026         * shell/ev-window.h: Minor cleanups removing some dead code.
1027
1028 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1029
1030         * backend/ev-page-cache.c: (_ev_page_cache_new):
1031         
1032         Set current page to 0 if document has pages.
1033
1034 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1035
1036         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1037
1038         Initialize GError to NULL, fix a crash when loading fails.
1039
1040 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1041
1042         * shell/ev-window.c: (update_view_size):
1043
1044         Calculate shadow size only when there is actually
1045         a shadow.
1046
1047 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1048
1049         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
1050         * shell/ev-view.h:
1051
1052         Allow setting view spacing, default to 0
1053
1054         * shell/ev-window.c: (ev_window_unfullscreen),
1055         (ev_window_cmd_view_fullscreen), (ev_window_init):
1056
1057         Remove spacing in fullscreen mode
1058
1059 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1060
1061         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
1062         (ev_view_size_request), (expose_bin_window),
1063         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
1064         * shell/ev-view.h:
1065         * shell/ev-window.c: (ev_window_unfullscreen),
1066         (ev_window_cmd_view_fullscreen):
1067
1068         Do not draw the border in fulscreen
1069
1070 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1071
1072         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
1073         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
1074         (find_page_at_location), (page_changed_cb):
1075
1076         Rework border calculation, so that I can more easily disable it.
1077         Code somewhat cleaner too.
1078
1079 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1080
1081         * backend/ev-page-cache.c: (ev_page_cache_init),
1082         (_ev_page_cache_new):
1083
1084         Remove some assertions, documents can have 0 pages.
1085         Make initial current page -1.
1086
1087         * shell/ev-page-action.c: (page_changed_cb):
1088
1089         Show "" if current page is -1
1090
1091         * shell/ev-window.c: (update_action_sensitivity),
1092         (ev_window_setup_document):
1093
1094         When document has 0 pages do not set the view
1095         and make nearly everything insensitive.
1096
1097 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1098
1099         * shell/ev-page-view.c:
1100         * shell/ev-page-view.h:
1101
1102         Remove unused files.
1103         
1104         * shell/ev-sidebar-thumbnails.c:
1105         (ev_sidebar_thumbnails_set_document):
1106         * shell/ev-sidebar.c: (ev_sidebar_set_document),
1107         (ev_sidebar_supports_document):
1108         * shell/ev-sidebar.h:
1109         * shell/ev-window.c: (ev_window_setup_document):
1110         
1111         Doesn't show thumbnails if document has 1 page. Make
1112         sidebar menu entries sensitive only if if they have 
1113         sense. Fix bug 164811. 
1114
1115 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
1116
1117         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
1118         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
1119         (ev_view_zoom_out), (ev_view_set_size):
1120
1121         Rework sizing to deal with documents with not uniform page
1122         size.
1123
1124 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
1125
1126         * backend/ev-page-cache.c: (_ev_page_cache_new):
1127
1128         Fix several page size caching bugs
1129
1130 2005-04-15  Luca Ferretti <elle.uca@libero.it>
1131
1132         * shell/ev-window.c: (set_action_properties):
1133
1134         Make all toolbar items translatable
1135
1136 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
1137
1138         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
1139         (save_page_list), (ps_document_save),
1140         (ps_document_document_iface_init), (ps_document_ps_export_begin),
1141         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
1142         (ps_document_ps_exporter_iface_init):
1143         * ps/ps-document.h:
1144
1145         Based on a patch by J�rg Billeter <j@bitron.ch>
1146         
1147         Implement print and save a copy for the ps backend.
1148
1149 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
1150
1151         * backend/ev-document.h:
1152         * djvu/djvu-document.c: (djvu_document_can_get_text),
1153         (djvu_document_document_iface_init):
1154         * dvi/dvi-document.c: (dvi_document_can_get_text),
1155         (dvi_document_document_iface_init):
1156         * pdf/ev-poppler.cc:
1157         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
1158         (pixbuf_document_document_iface_init):
1159         * ps/ps-document.c: (ps_document_can_get_text),
1160         (ps_document_document_iface_init):
1161         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
1162         * shell/ev-window.c: (update_action_sensitivity):
1163
1164         Fix the crash when trying to copy in backends that doesnt
1165         support it. We can implement a better solution once we
1166         do real text selection.
1167
1168 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
1169
1170         * data/evince-ui.xml:
1171         * shell/ev-window.c: (ev_window_cmd_escape):
1172         
1173         Work around the Escape conflict (find bar and unfullscreen)
1174
1175 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1176
1177         * backend/ev-page-cache.c: (ev_page_cache_next_page):
1178         
1179         Fix for #300233. Next page correctly handles document end.
1180         
1181         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1182         (ev_sidebar_thumbnails_class_init),
1183         (ev_sidebar_thumbnails_set_document),
1184         (ev_sidebar_thumbnails_clear_job),
1185         (ev_sidebar_thumbnails_clear_model):
1186         
1187         Cleanup thumbnail jobs on document changes.
1188         
1189         * shell/ev-view.c: (add_scroll_binding_keypad),
1190         (add_scroll_binding_shifted), (ev_view_class_init):
1191         
1192         Shift + Space scrolls up. Fix for #173184
1193         
1194         * shell/ev-window.c: (ev_window_open_page),
1195         (ev_window_cmd_view_reload):
1196         
1197         Fix reload (Bug #300094)
1198
1199 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1200
1201         
1202         * dvi/mdvi-lib/assoc.c:
1203         * dvi/mdvi-lib/assoc.h: Removed garbage files
1204         
1205         * dvi/mdvi-lib/bitmap.c:
1206         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
1207         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
1208         * dvi/mdvi-lib/color.h: Antialias of rules
1209         
1210         * dvi/mdvi-lib/common.h:
1211         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
1212         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
1213         * dvi/mdvi-lib/files.c:
1214         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
1215         * dvi/mdvi-lib/mdvi.h:
1216         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1217         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
1218         * dvi/mdvi-lib/util.c: Fix compile warnings
1219         
1220         * dvi/dvi-document.c:
1221         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
1222         (dvi_document_thumbnails_get_thumbnail),
1223         (dvi_document_document_thumbnails_iface_init):
1224         * dvi/mdvi-lib/Makefile.am:
1225         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1226         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
1227         
1228         Dvi backend now renders thumbnails
1229
1230 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
1231
1232         * shell/main.c: (main): 
1233         
1234         Save accelerators on exit. Fixes bug #172095.
1235
1236 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
1237
1238         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
1239         update priority" comment.
1240
1241         * backend/ev-job-queue.c: Give a way to change priority.
1242
1243 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
1244
1245         * shell/ev-page-action.c: Fix logic.
1246
1247 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
1248
1249         * shell/ev-view.c: (ev_view_can_find_next):
1250         * shell/ev-window.c: (ev_window_setup_document):
1251
1252         Check that the document supports find
1253
1254 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
1255
1256         * data/evince-ui.xml:
1257         * shell/ev-view.c: (ev_view_can_find_next):
1258         * shell/ev-view.h:
1259         * shell/ev-window.c: (update_action_sensitivity),
1260         (find_changed_cb), (ev_window_setup_document),
1261         (ev_window_cmd_edit_find_next):
1262
1263         Add Edit->Find Next
1264
1265 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
1266
1267         * pdf/ev-poppler.cc:
1268         * shell/ev-print-job.c: (idle_print_handler):
1269
1270         Make printing work again
1271
1272 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
1273
1274         * shell/ev-page-action.h:
1275         * shell/ev-page-action.c: (ev_page_action_widget_init),
1276         (ev_page_action_widget_class_init), (page_changed_cb),
1277         (create_tool_item), (update_page_cache), (build_new_tree_cb),
1278         (get_filter_model_from_model), (match_selected_cb),
1279         (display_completion_text), (match_completion), (update_model),
1280         (connect_proxy), (ev_page_action_set_property),
1281         (ev_page_action_get_property), (ev_page_action_set_document),
1282         (ev_page_action_set_model), (ev_page_action_class_init): Big
1283         reworking to make completions work iff we have >= GTK-2.7.0
1284                 
1285         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
1286         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
1287         (job_finished_cb): We now have a 'model' property that is set when
1288         the links are loaded.  This can be caught with "notify::model"
1289
1290         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
1291         listen for the model to be set, and propagate it to the action.
1292
1293 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * cut-n-paste/recent-files/egg-recent-item.c:
1296         (egg_recent_item_set_uri), (make_valid_utf8),
1297         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
1298         * cut-n-paste/recent-files/egg-recent-item.h:
1299         
1300         Update egg-recent from libegg. This should fix long
1301         startup problem. For details see
1302         http://bugzilla.gnome.org/show_bug.cgi?id=160531
1303
1304 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1305
1306         * cut-n-paste/recent-files/Makefile.am:
1307         * data/evince-ui.xml, shell/Makefile.am:
1308         * shell/ev-application.c, shell/ev-application.h:
1309         * shell/ev-window.c: Recent files support.
1310         
1311         * configure.ac: Added "ru" to ALL_LINGUAS.
1312         
1313         * dvju: new backend to support DJVU files.
1314         * dvi: new backend to support DVI.
1315
1316         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
1317         * ev-application.c: Support for new backends.
1318         
1319         * help, ev-window.c, main.c shell/Makefile.am: 
1320         Evince user documentation.
1321
1322 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
1323
1324         * po/POTFILES.in:
1325         * shell/ev-window.c:
1326         * thumbnailer/evince-thumbnailer.c:
1327
1328         s/pdf-document/ev-poppler
1329
1330 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
1331
1332         * NEWS:
1333         * configure.ac:
1334
1335         Release 0.2.0
1336
1337         * ps/ps-document.c: (setup_pixmap):
1338
1339         Remove debug code
1340
1341 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
1342
1343         * backend/ev-page-cache.c (ev_page_cache_next_page): 
1344         * shell/ev-window.c (ev_window_cmd_go_next_page) 
1345         (ev_window_cmd_go_first_page): Fix of by one errors.
1346
1347 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1348
1349         * ps/ps-document.c: (get_page_box):
1350
1351         Fix page size calculation
1352
1353 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1354
1355         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
1356         (ps_document_cleanup), (setup_pixmap), (get_page_box),
1357         (get_page_orientation), (setup_page), (document_load),
1358         (ps_document_get_page_size), (render_pixbuf_idle):
1359         * ps/ps-document.h:
1360
1361         More refactoring to adapt to EvDocument changes
1362
1363 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1364
1365         * ps/ps-document.c: (start_interpreter):
1366
1367         Actually add alpha args
1368
1369 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1370
1371         * pdf/ev-poppler.cc:
1372
1373         Make clipboard work again
1374
1375 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
1376
1377         Make searching work again.
1378         
1379         * backend/ev-document.c:
1380         * backend/ev-document.h:
1381         * backend/ev-document-find.c:
1382         * backend/ev-document-find.h: Change EvDocumentIface so we no
1383         longer store the current page or zoom level in the document.  The
1384         consequence is that all calls that operate on the current page now
1385         instead take the page number as an extra argument, and all
1386         coordinates are now doubles in document coordinate system.
1387
1388         * pdf/ev-poppler.cc:
1389         * pixbuf/pixbuf-document.c:
1390         * ps/ps-document.c: Update backends accordingly.
1391
1392 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
1393
1394         * autogen.sh:
1395
1396         Add required gettext version
1397
1398 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
1399
1400         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
1401         make F1 bring up non-existent help.
1402
1403         * shell/eggfindbar.c: Patch from Christian Persch to sync to
1404         epiphany's find bar, #167477
1405
1406         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
1407         <emil@nishra.com> to add space-bar scrolling, 
1408
1409         * shell/ev-window.c (static GtkActionEntry entries): add default
1410         keybinding for Help (F1)
1411         Fixes #171068
1412
1413         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
1414         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
1415         170110
1416
1417 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
1418
1419         * Makefile.am: 
1420         * pixbuf/pixbuf-document.c: 
1421
1422         Got pixbuf backend working again
1423
1424 2005-04-01  Steve Murphy  <murf@e-tools.com>
1425
1426         * configure.in: Added "rw" to ALL_LINGUAS.
1427
1428 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
1429
1430         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
1431         model types, noticed by Martin Kretzschmar.
1432
1433 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
1434
1435         * pdf/ev-poppler.cc: Implement search based on
1436         poppler_page_find_text().  Currently a bit crude since we remember
1437         all matches from all pages.  Also, we grab the big document lock
1438         when we search since searching changes the underlying stream and
1439         thus conflicts with the rendering thread.
1440         
1441         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1442         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
1443         (ev_view_find_previous): Fix some page indexes to be 0 based,
1444         offset rubber band by view offset,
1445
1446 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
1447
1448         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
1449
1450 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
1451
1452         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
1453         completely because I didn't understand GtkActions.  I should
1454         read Marco's code more carefully in the future.
1455
1456         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
1457         function
1458
1459 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
1460
1461         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
1462         PopplerRectangle change from poppler CVS.
1463
1464 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
1465
1466         * backend/ev-document.c: (ev_document_get_page_label):
1467         * backend/ev-document.h:
1468         * backend/ev-page-cache.c: (_ev_page_cache_new),
1469         (ev_page_cache_get_page_label):
1470         * backend/ev-page-cache.h:
1471         * pdf/ev-poppler.cc:
1472         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
1473         (links_page_num_func):
1474         * shell/ev-sidebar-thumbnails.c:
1475         (ev_sidebar_thumbnails_set_document):
1476         * shell/ev-view.c: (status_message_from_link),
1477         (ev_view_motion_notify_event):
1478         * shell/ev-window.c: (document_supports_sidebar): Add in page
1479         label support.  It's not perfect yet, but it's the first 'feature'
1480         in a while.
1481         Also, fix a bogus comment noticed by crispin. 
1482
1483 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
1484
1485         * Makefile.am: Remove pixbuf backend for now
1486
1487         * configure.ac: Require poppler-glib instead of just poppler.
1488
1489         * backend/ev-document-thumbnails.h: Add a comment
1490
1491         * backend/ev-document.h:
1492         * backend/ev-document.c: (ev_document_class_init),
1493         (ev_document_load), (ev_document_get_link),
1494         (ev_document_get_links): Remove 3 methods and add get_links.
1495         Also, made 0 based.
1496
1497         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
1498         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
1499
1500         * backend/ev-link.c: (ev_link_set_title),
1501         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
1502         (ev_link_mapping_find):
1503         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
1504         
1505         * backend/ev-page-cache.c: (ev_page_cache_init),
1506         (_ev_page_cache_new), (ev_page_cache_set_current_page),
1507         (ev_page_cache_get_size), (ev_page_cache_next_page),
1508         (ev_page_cache_prev_page): Fix to be 0 based.
1509
1510         * pdf/Makefile.am: 
1511         * pdf/ev-poppler.h:
1512         * pdf/ev-poppler.cc: New backend.
1513         
1514         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
1515         (ps_document_get_page), (ps_document_document_iface_init):
1516
1517         * shell/ev-pixbuf-cache.h:
1518         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
1519         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1520         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
1521         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
1522         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
1523         Fix up code to grab a page cache per each doc.  Also, fix to be 0
1524         based.
1525         
1526         * shell/ev-sidebar-thumbnails.c:
1527         (ev_sidebar_tree_selection_changed), (page_changed_cb),
1528         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
1529
1530         * shell/ev-view.c: (status_message_from_link),
1531         (find_page_at_location), (get_link_at_location),
1532         (ev_view_motion_notify_event), (ev_view_button_release_event),
1533         (ev_view_init): Use the new link code.  Fix to be 0 based.
1534
1535         * shell/ev-window.c: (update_action_sensitivity),
1536         (document_supports_sidebar): 0 based.
1537
1538 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
1539
1540         * pdf/pdf-document.cc: Patch from Fernando Herrera
1541         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
1542         *blush*
1543
1544 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
1545
1546         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
1547         1 to the page, as this seems to be 1 based.  I thought we has this
1548         fixed.  grump.
1549
1550 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
1551
1552         * TODO:
1553         * backend/Makefile.am:
1554         * backend/ev-document-links.c:
1555         (ev_document_links_has_document_links),
1556         (ev_document_links_get_links_model):
1557         * backend/ev-document-links.h:
1558         * backend/ev-document.c: (ev_document_get_page_cache),
1559         (ev_document_get_doc_mutex), (ev_document_load),
1560         (ev_document_save), (ev_document_get_title),
1561         (ev_document_get_n_pages), (ev_document_set_page),
1562         (ev_document_get_page), (ev_document_set_target),
1563         (ev_document_set_scale), (ev_document_set_page_offset),
1564         (ev_document_get_page_size), (ev_document_get_text),
1565         (ev_document_get_link), (ev_document_render),
1566         (ev_document_render_pixbuf), (ev_document_scale_changed):
1567         * backend/ev-document.h:
1568         * backend/ev-job-queue.c: (remove_object_from_queue),
1569         (notify_finished), (handle_job), (search_for_jobs_unlocked),
1570         (no_jobs_available_unlocked), (ev_render_thread),
1571         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
1572         (ev_job_queue_remove_job):
1573         * backend/ev-job-queue.h:
1574         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
1575         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
1576         (ev_job_links_class_init), (ev_job_render_init),
1577         (ev_job_render_dispose), (ev_job_render_class_init),
1578         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
1579         (ev_job_thumbnail_class_init), (ev_job_finished),
1580         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
1581         (ev_job_render_run), (ev_job_thumbnail_new),
1582         (ev_job_thumbnail_run):
1583         * backend/ev-jobs.h:
1584         * backend/ev-link.c:
1585         * backend/ev-link.h:
1586         * backend/ev-page-cache.c: (ev_page_cache_init),
1587         (ev_page_cache_class_init), (ev_page_cache_finalize),
1588         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
1589         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
1590         (ev_page_cache_set_link), (ev_page_cache_get_title),
1591         (ev_page_cache_get_size), (ev_page_cache_next_page),
1592         (ev_page_cache_prev_page):
1593         * backend/ev-page-cache.h:
1594         * pdf/pdf-document.cc:
1595         * ps/gsdefaults.c:
1596         * ps/gsdefaults.h:
1597         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
1598         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
1599         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
1600         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
1601         (is_interpreter_ready), (output), (catchPipe), (input),
1602         (start_interpreter), (check_filecompressed), (compute_dimensions),
1603         (ps_document_enable_interpreter), (document_load),
1604         (ps_document_next_page), (render_page), (ps_document_set_page),
1605         (ps_document_set_scale), (render_pixbuf_idle),
1606         (ps_document_render_pixbuf), (ps_document_document_iface_init):
1607         * ps/ps-document.h:
1608         * shell/Makefile.am:
1609         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
1610         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
1611         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
1612         (ev_pixbuf_cache_new), (job_finished_cb),
1613         (check_job_size_and_unref), (move_one_job),
1614         (ev_pixbuf_cache_update_range), (find_job_cache),
1615         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
1616         (ev_pixbuf_cache_add_jobs_if_needed),
1617         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
1618         * shell/ev-pixbuf-cache.h:
1619         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1620         (idle_print_handler):
1621         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
1622         (selection_changed_cb), (create_loading_model),
1623         (ev_sidebar_links_construct), (links_page_num_func),
1624         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
1625         (update_page_callback), (job_finished_cb),
1626         (ev_sidebar_links_set_document):
1627         * shell/ev-sidebar-thumbnails.c:
1628         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
1629         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
1630         (page_changed_cb), (thumbnail_job_completed_callback),
1631         (ev_sidebar_thumbnails_set_document):
1632         * shell/ev-sidebar-thumbnails.h:
1633         * shell/ev-sidebar.c: (ev_sidebar_set_document):
1634         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
1635         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
1636         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
1637         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
1638         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
1639         (ev_view_button_release_event), (ev_view_scroll_view),
1640         (ev_view_class_init), (ev_view_init), (update_find_status_message),
1641         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
1642         (ev_view_new), (job_finished_cb), (page_changed_cb),
1643         (ev_view_set_document), (go_to_link), (ev_view_zoom),
1644         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
1645         (ev_view_find_previous):
1646         * shell/ev-view.h:
1647         * shell/ev-window.c: (update_action_sensitivity),
1648         (ev_window_open_page), (update_window_title), (update_total_pages),
1649         (page_changed_cb), (ev_window_setup_document),
1650         (password_dialog_response), (ev_window_cmd_save_as),
1651         (ev_window_print), (ev_window_cmd_go_previous_page),
1652         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
1653         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
1654         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
1655         * shell/main.c: (main):
1656
1657         Merge evince-threads branch
1658
1659 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
1660
1661         * configure.ac: Added "lt" to ALL_LINGUAS.
1662
1663 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
1664
1665         * NEWS:
1666         * configure.ac:
1667
1668         Release 0.1.9
1669
1670 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
1671
1672         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1673
1674         Fix here also the thumbnails 1-basedness :)
1675
1676 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
1677
1678         * NEWS:
1679         * configure.ac:
1680
1681         Release 0.1.8
1682
1683 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
1684
1685         * pdf/pdf-document.cc:
1686         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
1687         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
1688
1689         Fix the mess we did with thumbnails and 1-basedness
1690
1691 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
1692
1693         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
1694
1695 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
1696
1697         * NEWS:
1698         * configure.ac:
1699
1700         Release 0.1.7
1701
1702 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1703
1704         * ps/Makefile.am:
1705         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
1706         (gtk_gs_defaults_get_alpha_parameters),
1707         (gtk_gs_defaults_get_ungzip_cmd),
1708         (gtk_gs_defaults_get_unbzip2_cmd):
1709         * ps/gsdefaults.h:
1710         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
1711         (ps_document_get_orientation), (document_load),
1712         (ps_document_goto_page), (ps_document_set_page_size):
1713         * ps/ps-document.h:
1714
1715         Some more sanitization of the ps backend. Remove a lot
1716         of unused code and do not base our defaults on ggv
1717         preferences (ugh!)
1718
1719 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
1720
1721         * thumbnailer/evince-thumbnailer.schemas:
1722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
1723         (main): add -s option for thumbnail size.
1724
1725 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
1726
1727         * configure.ac:
1728
1729         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
1730         remove it.
1731
1732 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
1733
1734         * pdf/pdf-document.cc:
1735
1736         Remove 4 pixels of useless border from the
1737         thumbnail.
1738
1739 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
1740
1741         * backend/ev-document-thumbnails.c:
1742         (ev_document_thumbnails_get_thumbnail):
1743         * backend/ev-document-thumbnails.h:
1744
1745         Rework API a bit. Add a border flag and
1746         change sizing logic (now the size we specify
1747         applies to the bigger dimension).
1748
1749         * pdf/pdf-document.cc:
1750         * pixbuf/pixbuf-document.c:
1751         (pixbuf_document_thumbnails_get_thumbnail):
1752         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
1753         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1754
1755         Adapt to the new API and do not draw a border for nautilus
1756         thumbnailer.
1757
1758 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
1759
1760         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1761         take thumbnails from page "0" instead of "1". Added a copyright header.
1762
1763 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
1764
1765         * ps/ps-document.c: (set_up_page), (start_interpreter):
1766
1767         Make it C89 compliant
1768
1769 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
1770
1771         * Makefile.am:
1772         * configure.ac:
1773         * pdf/.cvsignore:
1774         * pdf/pdf-document.cc:
1775         * thumbnailer/Makefile.am:
1776         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
1777         (main):
1778         * thumbnailer/evince-thumbnailer.schemas:
1779         * thumbnailer/pdf-icon.png:
1780
1781         Add a nautilus thumbnailer.
1782         Based on patch by Fernando Herrera <fherrera@onirica.com>.
1783
1784 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
1785
1786         * NEWS:
1787         * configure.ac:
1788         * po/POTFILES.in:
1789
1790         Release 0.1.6
1791
1792 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
1793
1794         Use poppler instead of including xpdf source code.  Poppler is a
1795         fork of xpdf to build it as a shared library. See
1796         http://freedesktop.org/wiki/Software/poppler.
1797
1798         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
1799         xpdf fork.
1800         
1801         * pdf/Makefile.am: Build libpdfdocument.a here.
1802         
1803         * pdf/GDKSplashOutputDev.cc:
1804         * pdf/GDKSplashOutputDev.h:
1805         * pdf/GnomeVFSStream.cc:
1806         * pdf/GnomeVFSStream.h:
1807         * pdf-document.cc:
1808         * pdf-document.h:
1809         * test-gdk-output-dev.cc
1810         * Thumb.cc:
1811         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
1812         against poppler.
1813
1814 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1815
1816         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
1817
1818         Clear idle stack before unsetting the document
1819
1820 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1821
1822         * ps/ps-document.c: (ps_document_widget_event),
1823         (ps_document_set_target), (ps_document_finalize),
1824         (ps_document_get_page):
1825
1826         Disconnect the widget event signal on finalize.
1827         Some code cleanups.
1828
1829 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1830
1831         * ps/ps-document.c: (set_up_page):
1832
1833         If there is no bpixmap create one, even if size
1834         is not changed.
1835
1836 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1837
1838         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
1839         (set_up_page), (document_load), (ps_document_set_zoom):
1840
1841         Default page is 0. Calculate size even when we have no
1842         target yet.
1843
1844 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
1845
1846         * shell/ev-sidebar.c: expand the selection widget to be always as
1847         wide as the sidebar
1848
1849 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1850
1851         * shell/ev-sidebar-thumbnails.c:
1852         (ev_sidebar_thumbnails_set_document):
1853
1854         Clear the list store when setting document
1855
1856 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1857
1858         * shell/ev-page-action.c: (update_entry), (sync_entry),
1859         (activate_cb), (entry_size_request_cb), (create_tool_item),
1860         (connect_proxy):
1861
1862         Use an entry for the page control instead of spinbuttons
1863
1864 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1865
1866         * data/evince.schemas.in:
1867
1868         Correct confusing string
1869
1870 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
1871
1872         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
1873         for real.  Gosh, how long has this been broken.
1874
1875         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
1876         check for a NULL link.  We crash otherwise.
1877
1878 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
1879
1880         * NEWS:
1881         * configure.ac:
1882
1883         Release 0.1.5
1884
1885 2005-02-25  Sebastien Bacher  <seb128@debian.org>
1886
1887         * configure.ac: add the french translation.
1888
1889 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1890
1891         * shell/ev-window.c:
1892
1893         Remove unused header -> fix distcheck
1894
1895 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1896
1897         * shell/ev-window.c: (update_window_title),
1898         (ev_window_popup_password_dialog):
1899
1900         Unescape filename for display
1901
1902 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1903
1904         * pdf/xpdf/pdf-document.cc:
1905
1906         In get_page_size deal with rotation. Also
1907         cleanup the function a bit.
1908
1909 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1910
1911         * pdf/xpdf/pdf-document.cc:
1912
1913         Fix crash when opening in new window
1914
1915 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1916
1917         * configure.ac:
1918
1919         Check ghostscript >= 7
1920
1921 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
1922
1923         * shell/ev-window.c:
1924
1925         Make page width the default sizing mode
1926
1927 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
1928             Marco Pesenti Gritti <marco@gnome.org>
1929
1930         * shell/ev-window.c: Remember the sidebar size
1931
1932         * data/evince.schemas.in: Add a new gconf key to store the size of
1933         the sidebar
1934
1935 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
1936
1937         * data/evince-ui.xml:
1938         * shell/ev-window.c: (update_action_sensitivity),
1939         (ev_window_cmd_view_reload):
1940         
1941         Add a "Reload" action and menu entry
1942
1943 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
1944
1945         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
1946         iff the type doesn't support thumbnailing and indexing.
1947
1948 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
1949
1950         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
1951
1952 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1953
1954         * pdf/splash/Splash.cc:
1955
1956         Port fix for a crasher from kde bug
1957         http://bugs.kde.org/show_bug.cgi?id=97131
1958
1959 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1960
1961         * pdf/xpdf/pdf-document.cc:
1962
1963         Return a link even if it's of an unrecognized
1964         type. Otherwise we go in an infinte cycle.
1965
1966 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1967
1968         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
1969         (size_allocate_cb), (ev_window_set_sizing_mode):
1970
1971         Update size when switching mode
1972
1973 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1974
1975         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
1976         (ev_window_cmd_view_page_width), (update_sizing_buttons),
1977         (ev_window_cmd_view_normal_size):
1978
1979         Fix size toggle buttons behavior
1980
1981 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1982
1983         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
1984         (doc_rect_to_view_rect), (ev_view_size_allocate),
1985         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
1986         (scale_changed_callback):
1987
1988         Do not cache offsets in size_allocate.
1989
1990 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1991
1992         * shell/ev-view.c: (ev_view_size_allocate):
1993
1994         Calculate offsets before calling the parent
1995         class (which does a redraw)
1996
1997 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1998
1999         * pdf/xpdf/pdf-document.cc:
2000
2001         Fix a crasher on exit. Unused code, put a TODO
2002
2003 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2004
2005         * backend/ev-document.c: (ev_document_class_init),
2006         (ev_document_page_changed), (ev_document_scale_changed):
2007         * backend/ev-document.h:
2008
2009         Separate page/scale notifications
2010
2011         * pdf/xpdf/pdf-document.cc:
2012
2013         Emit the new signals.
2014         Do not display the pdf page in _render, do it
2015         when scale/page are requested.
2016
2017         * ps/ps-document.c: (ps_document_set_zoom),
2018         (ps_document_widget_event):
2019         * ps/ps-document.h:
2020
2021         Emit the new signals.
2022
2023         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
2024         (ev_view_init), (page_changed_callback), (scale_changed_callback),
2025         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
2026         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
2027         * shell/ev-view.h:
2028         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
2029         (ev_window_cmd_view_page_width), (size_allocate_cb),
2030         (ev_window_set_sizing_mode):
2031
2032         Rework sizing to be pixel based.
2033         There are bugs but should be already way better.
2034
2035 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
2036
2037         * shell/ev-window.c: (ev_window_init):
2038
2039         Do not allow to shrink sidebar smaller then
2040         child requisition
2041
2042 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
2043
2044         * shell/ev-sidebar.[ch]
2045         * shell/ev-window.c:
2046
2047         Improved sidebar widget. Fixes #166683
2048
2049 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
2050
2051         * shell/ev-view.c (update_find_status_message): Give translators
2052         more flexibility with ngettext plural handling.
2053
2054 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
2055
2056         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
2057         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
2058         page when we get the page size.
2059
2060 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2061
2062         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
2063
2064         ps pages are 0 based, convert 
2065
2066 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2067
2068         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
2069
2070         Initialize correct parent class. Set GError on document load
2071
2072 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2073
2074         * pdf/xpdf/pdf-document.cc:
2075
2076         Fixup selection offset calculation
2077
2078         * shell/ev-view.c: (view_rect_to_doc_rect),
2079         (doc_rect_to_view_rect), (ev_view_size_allocate),
2080         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
2081         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
2082
2083         Store selection as document relative, so that zooming
2084         and offset changing doesnt break it.
2085
2086 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2087
2088         * shell/ev-view.c: (ev_view_best_fit):
2089
2090         Do not try to best fit if the view is not realized
2091
2092 2005-02-20  Kostas Papadimas <pkst@gnome.org>
2093           
2094         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
2095
2096 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
2097
2098         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
2099
2100 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
2101
2102         * shell/ev-window.c: Change the fullscreen toolbar to always be in
2103         the popup window.  That prevents it resizing when in full screen
2104         mode.
2105
2106         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
2107         multiple rerenders.  This pretty much sucks.
2108
2109         * data/evince-ui.xml: Change the fullscreen toolbar to include the
2110         rest of the toolbar.
2111
2112 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
2113
2114         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
2115
2116 2005-02-17  Alexander Shopov  <ash@contact.bg>
2117
2118         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
2119
2120 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
2121
2122         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
2123
2124 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
2125
2126         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
2127         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
2128         (set_document_page), (document_changed_callback),
2129         (ev_view_set_document), (ev_view_find_previous),
2130         (ev_view_hide_cursor), (ev_view_show_cursor):
2131         * shell/ev-view.h:
2132         * shell/ev-window.c: (update_chrome_visibility),
2133         (fullscreen_timeout_cb), (fullscreen_set_timeout),
2134         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
2135         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
2136         (ev_window_unfullscreen):
2137         * shell/main.c: (main):
2138
2139         Automatically hide the fullscreen button.
2140         Patch by Kristian Høgsberg <krh@redhat.com>
2141
2142 2005-02-16  Vincent Noel  <vnoel@cox.net>
2143
2144         * shell/main.c (main): Specify an icon for the window. Patch by
2145         Jaap A. Haitsma. Fixes #166177.
2146
2147 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
2148
2149         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
2150
2151 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
2152
2153         * backend/ev-document-misc.h:
2154         * backend/ev-document-misc.c:
2155         (ev_document_misc_get_page_border_size),
2156         (ev_document_misc_paint_one_page): New function to canonicalize
2157         sizing/painting a border.
2158
2159         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
2160         used.
2161
2162         * pdf/xpdf/pdf-document.cc: use new function
2163
2164         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
2165         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
2166         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
2167         shell/ev-window.c: (update_sizing_buttons),
2168         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
2169         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
2170         (ev_window_cmd_view_page_width), (size_allocate_cb),
2171         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
2172         and "fit width" values act as toggle buttons so they stay
2173         toggled.  It's not 100% perfect, and it's a little slow, but it's
2174         good enough to commit I think.
2175
2176 2005-02-15  David Lodge  <dave@cirt.net>
2177
2178         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
2179
2180 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
2181
2182         * shell/ev-window.c (update_window_title): replace newlines in
2183         the title by spaces. Bug #166107.
2184
2185 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
2186
2187         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
2188         parameters providing allocation width and height without
2189         scrollbars and width of a possible vertical scrollbar. With this
2190         additional information the functions can work as
2191         intended. Unfortunately they're not idempotent. We should
2192         transform these commands to toggles. Fixes Bug #164976
2193         Initial patch by Stephane Loeuillet, then heavily modified.
2194
2195         * shell/ev-view.h: update prototypes.
2196
2197         * shell/ev-window.c (ev_window_cmd_view_best_fit)
2198         (ev_window_cmd_view_page_width): provide EvView fit functions with
2199         all the information they need. Formulas to calculate this
2200         information taken from GtkScrolledWindow.
2201
2202 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
2203
2204         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
2205         created a thumbnail, the list store is updated to know
2206         that the thumbnail is set. Fixes bug #166792
2207
2208 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
2209
2210         * shell/ev-window.c: fixed typo, closes bug 166897
2211
2212         * TODO: updated TODO with bug numbers that are relevant
2213
2214 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
2215
2216         * shell/ev-window.c: Support for DnD of files. Fixes #164813
2217
2218 2005-02-09  Vincent Noel  <vnoel@cox.net>
2219
2220         * shell/ev-window.c: (set_action_properties): Set the "Previous"
2221         and "Next" toolbar buttons as important to make them stand out.
2222
2223 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
2224
2225         * lib/ev-debug.c:
2226         * lib/ev-debug.h:
2227         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
2228         (start_interpreter), (stop_interpreter), (document_load),
2229         (ps_document_next_page), (ps_document_goto_page),
2230         (ps_document_set_page_size), (ps_document_widget_event),
2231         (ps_document_render):
2232         * shell/ev-page-view.c: (ev_page_view_dispose):
2233         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
2234
2235         Fix compilation on non-gcc platforms
2236
2237 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
2238
2239         * NEWS:
2240         * configure.ac:
2241
2242         Release 0.1.4
2243
2244         * pdf/xpdf/Catalog.cc:
2245         * pdf/xpdf/XRef.cc:
2246
2247         Fix the fix for CAN-2004-0888
2248
2249 2005-02-09  Luca Ferretti <elle.uca@libero.it>
2250
2251         * data/Makefile.am:
2252         * data/evince-ui.xml:
2253         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2254         * shell/ev-stock-icons.h:
2255         * shell/ev-window.c: (update_action_sensitivity),
2256         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
2257         (set_action_properties):
2258
2259         Improve toolbar layout/icons
2260
2261 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
2262
2263         * pdf/xpdf/pdf-document.cc:
2264
2265         Add warnings about unimplemented/unknown link
2266         types.
2267
2268 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2269
2270         * ps/ps-document.c: (set_up_page):
2271
2272         Log gs property
2273
2274 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2275
2276         * ps/ps-document.c: (start_interpreter):
2277
2278         Log gs env var
2279
2280 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2281
2282         * shell/ev-page-view.c: (ev_page_view_dispose):
2283         * shell/ev-view.c: (ev_view_finalize):
2284         * shell/ev-window.c: (ev_window_setup_document),
2285         (ev_window_dispose), (ev_window_init):
2286
2287         Solve more refs issues.
2288
2289         I commented out the page_view initialization for now:
2290         it was never destroyed (because it's never added
2291         to a container). Because of that we was leaking
2292         gs processes. Couldnt think to a clean fix.
2293         We need to figure this out, password view has the
2294         same issue probably.
2295
2296 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2297
2298         * ps/ps-document.c: (ps_document_finalize),
2299         (ps_document_get_n_pages), (ps_document_get_page):
2300
2301         Some cleanups, stop the interpreter on finalize
2302
2303         * shell/ev-page-view.c: (ev_page_view_dispose),
2304         (ev_page_view_class_init):
2305
2306         Release our reference on the document
2307
2308 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2309
2310         * Makefile.am:
2311         * configure.ac:
2312         * doc/debugging.txt:
2313         * lib/.cvsignore:
2314         * lib/Makefile.am:
2315         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
2316         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
2317         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
2318         * lib/ev-debug.h:
2319
2320         Add debugging helpers
2321
2322         * ps/Makefile.am:
2323         * ps/ps-document.c: (set_up_page), (start_interpreter),
2324         (stop_interpreter), (document_load), (ps_document_next_page),
2325         (ps_document_goto_page), (ps_document_set_page_size),
2326         (ps_document_widget_event), (ps_document_render):
2327         * shell/Makefile.am:
2328         * shell/ev-view.c: (expose_bin_window):
2329         * shell/main.c: (main):
2330
2331         Add some logs
2332         
2333 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2334
2335         * ps/ps-document.c: (ps_document_widget_event):
2336
2337         Initialize message_window, this should make ps
2338         rendering really work! (Never noticed because I was
2339         testing with a ps that is causing gs to exit every time!)
2340
2341 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
2342
2343         * data/evince.schemas.in: updated simple error in applyto closing tag
2344
2345 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
2346
2347         * Makefile.am:
2348         * configure.ac:
2349         * data/.cvsignore:
2350         * data/Makefile.am:
2351         * data/evince-ui.xml:
2352         A data/evince.schemas.in:
2353         * po/POTFILES.in:
2354         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2355         * shell/ev-stock-icons.h:
2356         * shell/ev-window.c: (update_chrome_visibility),
2357         (update_chrome_flag), (ev_window_cmd_edit_find),
2358         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
2359         (ev_window_unfullscreen), (ev_window_focus_in_event),
2360         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
2361         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
2362         (ev_window_view_sidebar_cb), (find_bar_close_cb),
2363         (ev_window_dispose), (ev_window_class_init),
2364         (set_action_properties), (set_chrome_actions), (load_chrome),
2365         (ev_window_init):
2366
2367         Implement fullscreen mode changes from bug #164776.
2368         Also implement persistent chrome toggles.
2369
2370 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
2371
2372         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
2373
2374 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2375
2376         * NEWS:
2377         * configure.ac:
2378         * shell/ev-view.c:
2379
2380         Add another check for find interface
2381
2382         Release 0.1.3
2383
2384 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2385
2386         * shell/ev-application.c: (ev_application_open):
2387         * shell/ev-window.c: (ev_window_open):
2388
2389         Open gzipped ps documents
2390
2391 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2392
2393         * TODO:
2394         * shell/ev-view.c: (set_document_page):
2395
2396         Clamp page number, dont try to move to
2397         not existant pages.
2398
2399 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2400
2401         * backend/ev-document-find.c: (ev_document_find_changed):
2402         * backend/ev-document-find.h:
2403         * pdf/xpdf/pdf-document.cc:
2404         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
2405         * shell/ev-window.c: (find_bar_search_changed_cb):
2406
2407         Fix several bugs with find
2408
2409 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
2410
2411         * shell/ev-sidebar-thumbnails.c
2412         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
2413         document. Prevents warning from scroll_to_cell.
2414
2415 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
2416
2417         * configure.ac: Add «nb» to ALL_LINGUAS too.
2418
2419 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
2420
2421         * NOTES: New file with some random thoughts.
2422
2423         * TODO: Update.
2424
2425         * backend/ev-document-misc.c:
2426         (ev_document_misc_get_page_border_size): New function to
2427         canonicalize shadow drawing sizes.  Possibly goofy.
2428
2429         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
2430         (ev_view_best_fit), (ev_view_fit_width):
2431         * pdf/xpdf/pdf-document.cc:
2432         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
2433         * ps/ps-document.c: (ps_document_get_page_size):
2434         * backend/ev-document-misc.h:
2435         * backend/ev-document.c: (ev_document_get_page_size):
2436         * backend/ev-document.h: get_page_size now takes a page number
2437         parameter.  Made all the backends/frontends honor it.
2438
2439         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
2440         see.  Doesn't work yet.
2441
2442         * shell/Makefile.am:
2443         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
2444         Doesn't do anything yet.
2445
2446         * shell/ev-sidebar-thumbnails.c:
2447         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
2448         [0..n_pages-1]
2449
2450         * shell/ev-window.c: (update_action_sensitivity),
2451         (ev_window_setup_document), (ev_window_set_page_mode),
2452         (ev_window_page_mode_cb), (ev_window_init): Clean up the
2453         view-swapping code a bit so we can have multiple views on a
2454         document.  Add the multi-page view, though it can't be turned on
2455         yet.
2456
2457 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
2458
2459         * shell/ev-application.c: (ev_application_open):
2460         * shell/ev-view.c: (expose_bin_window):
2461         * shell/ev-window.c: (ev_window_open):
2462
2463         Support eps and check document supports find
2464         before drawing highlightings in expose.
2465
2466 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
2467
2468         * pixbuf/pixbuf-document.c:
2469         (pixbuf_document_thumbnails_get_dimensions),
2470         (pixbuf_document_document_thumbnails_iface_init):
2471
2472         implement get_dimensions
2473
2474 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
2475
2476         * NEWS:
2477         * configure.ac:
2478
2479         Release 0.1.2
2480
2481 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2482
2483         * shell/ev-view.c: (set_document_page):
2484
2485         Scroll at the top of the page when changing page
2486
2487 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2488
2489         * shell/ev-view.c: (ev_view_motion_notify_event):
2490
2491         Do not redraw unnecessarily
2492
2493 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2494
2495         * pdf/xpdf/pdf-document.cc:
2496         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2497         (expose_bin_window), (find_changed_cb):
2498
2499         Yay! find works now... Now to find bugs...
2500
2501 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2502
2503         * backend/ev-document-find.c: (ev_document_find_base_init),
2504         (ev_document_find_changed):
2505         * backend/ev-document-find.h:
2506         * pdf/xpdf/pdf-document.cc:
2507         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2508         (expose_bin_window), (ev_view_init), (set_document_page),
2509         (ensure_rectangle_is_visible), (jump_to_find_result),
2510         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
2511         (ev_view_find_next), (ev_view_find_previous):
2512         * shell/ev-view.h:
2513         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
2514
2515         More work on find implementation, mostly there now
2516
2517 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
2518
2519         * backend/ev-backend-marshalers.list:
2520         * backend/ev-document-find.c: (ev_document_find_base_init),
2521         (ev_document_find_cancel), (ev_document_find_page_has_results),
2522         (ev_document_find_get_n_results), (ev_document_find_get_result),
2523         (ev_document_find_get_progress), (ev_document_find_changed):
2524         * backend/ev-document-find.h:
2525
2526         Enanche the find interface to be really able to do
2527         multi page find.
2528
2529         * pdf/xpdf/pdf-document.cc:
2530
2531         Implement
2532
2533         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
2534         (expose_bin_window), (ev_view_init),
2535         (ev_view_get_find_status_message), (find_changed_cb),
2536         (ev_view_set_document), (set_document_page):
2537
2538         Adapt to the new interface. A few things are regressed sorry,
2539         I will finish it soon.
2540
2541 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
2542
2543         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
2544         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
2545         ev_sidebar_thumbnails_parent_class variable, don't define another
2546         parent_class variable.
2547
2548         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
2549         (ev_page_action_class_init): ditto.
2550
2551         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
2552         (pixbuf_document_class_init): ditto.
2553
2554         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
2555         ditto.
2556
2557         * .cvsignore: ignore various valgrind output files.
2558
2559 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
2560
2561         * data/evince-ui.xml:
2562         * shell/Makefile.am:
2563         * shell/ev-history.c:
2564         * shell/ev-history.h:
2565         * shell/ev-navigation-action.c:
2566         * shell/ev-navigation-action.h:
2567         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
2568         (ev_view_set_page), (ev_view_fit_width):
2569         * shell/ev-view.h:
2570         * shell/ev-window.c: (update_action_sensitivity),
2571         (ev_window_setup_document), (register_custom_actions):
2572
2573         Kill session history
2574
2575 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
2576
2577         * shell/ev-window.c: (update_action_sensitivity):
2578
2579         Fix inverted up/down buttons
2580
2581 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
2582
2583         * shell/ev-sidebar-thumbnails.c
2584         (ev_sidebar_thumbnails_select_page): make sure the selected
2585         thumbnail stays visible.
2586
2587 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
2588
2589         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
2590         scrolled window for Federico.
2591
2592 2005-01-26  Ole Laursen  <olau@hardworking.dk>
2593
2594         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
2595
2596 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
2597
2598         * configure.ac:
2599         * pdf/splash/SplashFTFontEngine.cc:
2600
2601         Fix CID fonts with freetype 2.1.9
2602
2603 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
2604
2605         * TODO: added item for desktop icon thumbnailer
2606
2607 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
2608
2609         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
2610         unloaded docs when the title is accessed.
2611
2612         * shell/ev-password-view.[hc]: New widget for displaying password
2613         state.
2614
2615         * shell/ev-window.[ch]: Refactor password handling code to handle
2616         the new view.
2617
2618 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
2619
2620         * NEWS:
2621         * configure.ac:
2622         * data/Makefile.am:
2623
2624         Release 0.1.1
2625
2626 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2627
2628         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
2629         ignore page offset here, to make search results independent of it,
2630
2631         * shell/ev-view.c (expose_bin_window): but take offsets into
2632         account here. Bug #164932
2633
2634         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
2635         scale at the right time. Bug #164996
2636
2637 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
2638
2639         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
2640         fix the problem. Now I just removed the Adobe font names and hope
2641         that the URW fonts are always in outline format. Bug #164934
2642
2643         * shell/ev-window.c (update_window_title): empty titles are
2644         useless, use filename in that case too.
2645
2646         * NEWS: Add some content.
2647
2648 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
2649
2650         * TODO: added one more TODO item and a TODONE section :)
2651
2652 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
2653
2654         * ps/ps-document.h: add page_[xy]_offset fields.
2655
2656         * ps/ps-document.c (ps_document_set_page_offset)
2657         (ps_document_render): Keep offset in consideration in a few
2658         places. Bug #164752 "postscript documents are not centered in
2659         window"
2660
2661         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
2662         s/gpdf/evince/. Spotted by Stephane Loeuillet.
2663
2664         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
2665         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
2666         stub out missing methods for complete EvDocument implementation.
2667         Fixes segfaults with Save A Copy and Copy actions.
2668
2669         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
2670         (ps_document_document_iface_init): ditto.
2671         
2672 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2673
2674         * data/.cvsignore:
2675         * data/Makefile.am:
2676         * data/evince.desktop.in:
2677
2678         Add desktop file
2679
2680 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2681
2682         * shell/ev-view.c: (ev_view_button_press_event),
2683         (ev_view_motion_notify_event):
2684
2685         Make selection work in any direction
2686
2687 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2688
2689         * TODO:
2690         * shell/ev-window.c: (set_short_labels), (ev_window_init):
2691
2692         Use shorter labels for some of the toolbars items
2693
2694 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2695
2696         * pdf/xpdf/pdf-document.cc:
2697
2698         Check the links info is initialized before
2699         using it. Should fix a crash on startup.
2700
2701 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
2702
2703         * pixbuf/pixbuf-document.c
2704         (pixbuf_document_thumbnails_get_dimensions): force floating point
2705         division to calculate page_ratio. Fixes crash with landscape
2706         format pixbufs.
2707
2708 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
2709
2710         * shell/ev-view.c (ev_view_realize): make the bg color darker.
2711
2712 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
2713
2714         * shell/ev-view.c (set_document_page): unset has_selection when
2715         the page changes.
2716         (set_document_page): handle paper size changes when the page
2717         changes (test with Free Culture, page 2).
2718
2719 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2720
2721         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
2722         (expose_bin_window), (ev_view_class_init), (ev_view_init):
2723
2724         Use normal style color for the widget background and
2725         draw a black box around the page.
2726
2727 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2728
2729         * pdf/xpdf/pdf-document.cc:
2730
2731         Keep offset in consideration in a few places
2732
2733         * shell/ev-view.c: (expose_bin_window):
2734
2735         Set the offsets so that the document is ever centered
2736
2737 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
2738
2739         * TODO: Added TODO items and finished off the first todo item
2740
2741         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
2742         reflect current authors
2743
2744 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2745
2746         * pdf/xpdf/pdf-document.cc:
2747         * shell/ev-view.c: (ev_view_set_cursor),
2748         (ev_view_motion_notify_event), (document_changed_callback),
2749         (set_document_page):
2750
2751         Show a wait cursor while the page is rendering
2752
2753 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2754
2755         * shell/ev-sidebar-thumbnails.c:
2756         (ev_sidebar_tree_selection_changed),
2757         (ev_sidebar_thumbnails_select_page):
2758         * shell/ev-sidebar-thumbnails.h:
2759         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
2760         (ev_view_can_go_forward):
2761         * shell/ev-window.c: (ev_window_open_page),
2762         (ev_window_setup_document), (update_current_page),
2763         (view_page_changed_cb), (ev_window_init):
2764         * shell/ev-window.h:
2765
2766         Ensure thumbnails selection, toolbar page control and
2767         current page are in sync.
2768
2769 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
2770
2771         * pdf/xpdf/XRef.cc:
2772
2773         Fix CAN-2005-0064
2774
2775 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
2776
2777         * backend/Makefile.am:
2778         * backend/ev-document-links.h:
2779         * backend/ev-document-security.c: (ev_document_security_get_type),
2780         (ev_document_security_has_document_security),
2781         (ev_document_security_set_password):
2782         * backend/ev-document-security.h:
2783         * backend/ev-document.c: (ev_document_error_quark):
2784         * backend/ev-document.h:
2785         * data/Makefile.am:
2786         * data/evince-password.glade:
2787         * pdf/xpdf/pdf-document.cc:
2788         * shell/Makefile.am:
2789         * shell/ev-password.c: (ev_password_set_bad_password_label),
2790         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
2791         (ev_password_dialog_get_password),
2792         (ev_password_dialog_set_bad_pass):
2793         * shell/ev-password.h:
2794         * shell/ev-window.c: (ev_window_get_attribute),
2795         (ev_window_set_property), (update_action_sensitivity),
2796         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
2797         (ev_window_setup_document), (ev_window_get_password),
2798         (ev_window_open), (ev_window_cmd_save_as),
2799         (using_postscript_printer), (ev_window_print),
2800         (find_not_supported_dialog), (ev_window_cmd_edit_find),
2801         (update_fullscreen_popup), (ev_window_fullscreen),
2802         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
2803         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
2804         (menu_item_select_cb), (find_bar_search_changed_cb),
2805         (ev_window_dispose), (ev_window_init):
2806
2807         Add initial support for password-supported dialogs.  This could be
2808         a lot cooler, but it'll do for now.
2809
2810 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
2811
2812         * pdf/xpdf/pdf-document.cc:
2813         * shell/ev-view.c: (status_message_from_link),
2814         (ev_view_set_status), (ev_view_set_cursor),
2815         (ev_view_motion_notify_event), (ev_view_init):
2816         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
2817
2818         Fix bugs in the links implementation and change cursor
2819         when hovering a link.
2820
2821 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
2822
2823         * viewer/.cvsignore: added cvsignore file for viewer directory
2824
2825         * TODO: created TODO document
2826
2827 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
2828
2829         * shell/ev-view.h:
2830         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
2831         new functions to help with implementation of sensitivity code
2832         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
2833         of all actions that might require it.  Fixes a crash when you
2834         click on the Zoom actions in a window lacking a document.
2835
2836 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
2837
2838         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
2839         of the Find action
2840
2841 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2842
2843         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
2844         (pixbuf_document_document_iface_init):
2845         * ps/ps-document.c: (ps_document_get_link),
2846         (ps_document_document_iface_init):
2847         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
2848         (status_message_from_link), (ev_view_set_status),
2849         (ev_view_set_find_status), (ev_view_motion_notify_event),
2850         (ev_view_button_release_event), (ev_view_set_property),
2851         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
2852         (ev_view_get_find_status_message), (update_find_results),
2853         (ev_view_get_status), (ev_view_get_find_status):
2854         * shell/ev-view.h:
2855         * shell/ev-window.c: (view_status_changed_cb),
2856         (view_find_status_changed_cb), (ev_window_init):
2857
2858         View status message support, use it to show the links.
2859         Needs work...
2860
2861 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2862
2863         * backend/ev-document.c: (ev_document_get_link):
2864         * backend/ev-document.h:
2865         * pdf/xpdf/pdf-document.cc:
2866         * shell/ev-application.c: (ev_application_open):
2867         * shell/ev-application.h:
2868         * shell/ev-sidebar-links.c: (selection_changed_cb):
2869         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
2870         (ev_view_go_to_link):
2871
2872         Add support for document links
2873
2874 2005-01-13  Anders Carlsson  <andersca@gnome.org>
2875
2876         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
2877         (create_tool_item):
2878         Set the spin button limits correctly.
2879         
2880         * shell/ev-sidebar-thumbnails.c:
2881         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
2882         Support changing pages by clicking on the thumbnails.
2883         
2884 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
2885
2886         * pixbuf/pixbuf-document.c:
2887         (pixbuf_document_thumbnails_get_dimensions),
2888         (pixbuf_document_document_thumbnails_iface_init):
2889
2890         implement get_dimensions
2891
2892 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2893
2894         * ps/ps-document.c: (ps_document_goto_page):
2895
2896         Fix page switching on multipage documents
2897
2898 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
2899
2900         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
2901         
2902         check for NULL before assigning to width and height parameters
2903
2904 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2905
2906         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
2907         (pixbuf_document_set_property), (pixbuf_document_get_property):
2908
2909         implement get/set properties
2910
2911 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2912
2913         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
2914         
2915         return NULL instead of "Unknown", letting the title get set to
2916         the filename when the pdf has no title.
2917
2918 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2919
2920         * ps/ps-document.c: (ps_document_get_page_count),
2921         (ps_document_goto_page):
2922
2923 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2924
2925         * shell/ev-history.c: (ev_history_get_property),
2926         (ev_history_set_property), (ev_history_class_init),
2927         (ev_history_add_page), (ev_history_set_current_index):
2928         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2929         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
2930         (ev_navigation_action_finalize):
2931         * shell/ev-navigation-action.h:
2932         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2933         (ev_view_go_forward), (ev_view_get_find_status_message),
2934         (history_index_changed_cb), (ev_view_set_history):
2935         * shell/ev-view.h:
2936         * shell/ev-window.c: (update_total_pages), (ev_window_open),
2937         (update_current_page), (register_custom_actions):
2938
2939         Implement history dropdowns
2940
2941 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2942
2943         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
2944         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2945         (ev_view_go_forward):
2946         * shell/ev-window.c: (register_custom_actions):
2947
2948         Fix several history bugs
2949
2950 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
2951
2952         * configure.ac: Add «nb» to ALL_LINGUAS.
2953
2954 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
2955
2956         * backend/Makefile.am:
2957         * backend/ev-bookmark.c:
2958         * backend/ev-bookmark.h:
2959         * backend/ev-document-bookmarks.c:
2960         * backend/ev-document-bookmarks.h:
2961         * backend/ev-document-links.c: (ev_document_links_get_type),
2962         (ev_document_links_has_document_links),
2963         (ev_document_links_begin_read), (ev_document_links_get_link),
2964         (ev_document_links_get_child), (ev_document_links_next),
2965         (ev_document_links_free_iter):
2966         * backend/ev-document-links.h:
2967         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
2968         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
2969         (ev_link_get_link_type), (ev_link_set_link_type),
2970         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
2971         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
2972         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
2973         (ev_link_new_external):
2974         * backend/ev-link.h:
2975         * pdf/xpdf/pdf-document.cc:
2976         * shell/Makefile.am:
2977         * shell/ev-application.c: (ev_application_open_link):
2978         * shell/ev-application.h:
2979         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
2980         (ev_history_get_link_nth):
2981         * shell/ev-history.h:
2982         * shell/ev-sidebar-bookmarks.c:
2983         * shell/ev-sidebar-bookmarks.h:
2984         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
2985         (ev_sidebar_links_class_init), (selection_changed_cb),
2986         (ev_sidebar_links_construct), (ev_sidebar_links_init),
2987         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
2988         (do_one_iteration), (populate_links_idle),
2989         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
2990         * shell/ev-sidebar-links.h:
2991         * shell/ev-sidebar.c: (ev_sidebar_set_document):
2992         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
2993         (go_to_index):
2994         * shell/ev-view.h:
2995         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
2996         * shell/ev-window.h:
2997
2998         Rename bookmark to link, and use "Index" for the sidebar panel.
2999
3000 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
3001
3002         * shell/Makefile.am:
3003         * shell/ev-application.c: (ev_application_open_bookmark):
3004         * shell/ev-application.h:
3005         * shell/ev-history.c: (ev_history_init), (free_links_list),
3006         (ev_history_finalize), (ev_history_class_init),
3007         (ev_history_add_link), (ev_history_add_page),
3008         (ev_history_get_link_nth), (ev_history_get_n_links),
3009         (ev_history_get_current_index), (ev_history_set_current_index),
3010         (ev_history_new):
3011         * shell/ev-history.h:
3012         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
3013         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
3014         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
3015         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
3016         (ev_view_set_page):
3017         * shell/ev-view.h:
3018         * shell/ev-window.c: (ev_window_open_bookmark),
3019         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
3020         (goto_page_cb), (register_custom_actions):
3021         * shell/ev-window.h:
3022
3023         Initial history implementation. Needs work.
3024
3025 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
3026
3027         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
3028
3029 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
3030
3031         * cut-n-paste/recent-files/egg-recent-item.c:
3032         * cut-n-paste/recent-files/egg-recent-item.h:
3033         * cut-n-paste/recent-files/egg-recent-model.c:
3034         * cut-n-paste/recent-files/egg-recent-util.c:
3035         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3036         * cut-n-paste/recent-files/egg-recent-view.c:
3037
3038         Update
3039
3040 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
3041
3042         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
3043         (fillGlyph, fillImageMask, drawImage):
3044         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
3045         pdf/splash/SplashTypes.h:
3046         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
3047         packed mode for Splash.
3048
3049         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
3050         RGB8 packed mode, eliminates the pixbuf data creation loop.
3051
3052         * shell/ev-print-job.c (ev_print_job_finalize)
3053         (ev_print_job_set_property, ev_print_job_get_property)
3054         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
3055         (ev_print_job_use_print_dialog_settings, idle_print_handler)
3056         (print_closure_finalize, ev_print_job_print): implement
3057         printing (for backends with EvPsExporter)
3058
3059         * shell/ev_print_job.h: update prototypes.
3060
3061         * shell/ev-window.c (ev_window_print): unref print job after
3062         printing.
3063
3064         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
3065         unless the document implements the EvDocumentFind interface.
3066
3067 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
3068
3069         * configure.ac: Added ja to ALL_LINGUAS.
3070
3071 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3072
3073         * pdf/xpdf/pdf-document.cc:
3074
3075         add a FIXME. We should probably not allocate
3076         a bookmark object every time
3077
3078 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3079
3080         * shell/ev-application.c: (ev_application_open),
3081         (ev_application_open_bookmark):
3082         * shell/ev-application.h:
3083         
3084         Add a way to open bookmarks
3085
3086         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
3087         (ev_bookmark_set_uri), (ev_bookmark_get_property),
3088         (ev_bookmark_set_property), (ev_bookmark_class_init),
3089         (ev_bookmark_new_title), (ev_bookmark_new_link),
3090         (ev_bookmark_new_external):
3091
3092         Support for external uris, better constructors.
3093
3094         * backend/ev-bookmark.h:
3095         * pdf/xpdf/pdf-document.cc:
3096         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
3097
3098         Handle external uris
3099
3100 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3101
3102         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
3103         (ev_sidebar_bookmarks_construct), (do_one_iteration):
3104
3105         Hook up bookmarks navigation
3106
3107 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3108
3109         * backend/Makefile.am:
3110         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
3111         (ev_bookmark_get_title), (ev_bookmark_set_title),
3112         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
3113         (ev_bookmark_get_page), (ev_bookmark_set_page),
3114         (ev_bookmark_get_property), (ev_bookmark_set_property),
3115         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
3116         (ev_bookmark_new):
3117         * backend/ev-bookmark.h:
3118         * backend/ev-document-bookmarks.c:
3119         (ev_document_bookmarks_get_bookmark):
3120         * backend/ev-document-bookmarks.h:
3121         * pdf/xpdf/pdf-document.cc:
3122         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
3123
3124         Add a bookmark object to the backend and use it instead of get_values
3125
3126 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3127
3128         * data/evince-ui.xml:
3129
3130         Cleanup and add select all.
3131
3132         * shell/ev-view.c: (ev_view_select_all),
3133         (ev_view_button_press_event):
3134         * shell/ev-view.h:
3135         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
3136
3137         Add select all.
3138         Clear selection on click.
3139
3140 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
3141
3142         * shell/ev-sidebar-thumbnails.c
3143         (ev_sidebar_thumbnails_set_document): forgot to unref the
3144         loading_icon.
3145
3146 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
3147
3148         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
3149         at the visible page, not just linearly.  This makes it look fast.
3150
3151 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
3152
3153         * backend/ev-document-misc.c
3154         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
3155         white.
3156         * backend/ev-document-thumbnails.h: New interface to get the size
3157         of a page.
3158
3159 2005-01-06  Jeremy Katz  <katzj@redhat.com>
3160
3161         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
3162         make dist works
3163
3164 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
3165
3166         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
3167         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
3168         things up a bit.
3169
3170         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
3171
3172 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
3173
3174         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
3175         fonts. Should fix font problems on systems that have the base
3176         fonts in bitmap format. Reported by James Henstridge
3177         <james@jamesh.id.au>.
3178
3179 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3180
3181         * pdf/xpdf/Gfx.cc:
3182         * pdf/xpdf/GfxState.cc:
3183
3184         Fix for CAN-2004-1125
3185
3186 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3187
3188         * shell/ev-view.c: (ev_view_copy):
3189         * shell/ev-view.h:
3190         * shell/ev-window.c: (ev_window_cmd_edit_copy):
3191
3192         Implement Edit->Copy
3193
3194 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3195
3196         * backend/ev-document.c: (ev_document_get_text):
3197         * backend/ev-document.h:
3198         * pdf/xpdf/pdf-document.cc:
3199         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
3200         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
3201         (ev_view_update_primary_selection), (ev_view_button_press_event),
3202         (ev_view_motion_notify_event), (ev_view_button_release_event):
3203
3204         Beginnings of clipboard support. Incomplete but primary sort
3205         of work.
3206
3207 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3208
3209         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
3210         (expose_bin_window):
3211
3212         Nicer rubberband drawing, from GtkIconView.
3213
3214 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3215
3216         * backend/ev-document.c: (ev_document_save):
3217         * backend/ev-document.h:
3218         * data/evince-ui.xml:
3219         * pdf/xpdf/pdf-document.cc:
3220         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
3221
3222         Implement "Save a copy..." menu item
3223
3224 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3225
3226         * shell/ev-view.c: (ev_view_zoom):
3227
3228         Queue a resize when zoom changes
3229
3230 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
3231
3232         * backend/ev-document-misc.[ch]: New misc file to do simple drop
3233         shadows.
3234
3235         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
3236         thumbnails..
3237
3238 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
3239
3240         * pdf/xpdf/pdf-document.cc
3241         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
3242
3243 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
3244
3245         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
3246         It's slow, but I'll speed it up next!
3247
3248 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
3249
3250         * shell/main.c (load_files):
3251
3252         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
3253         from the command line and because it seems more appropriate.
3254
3255 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
3256
3257         * data/evince-ui.xml:
3258         * shell/ev-window.c: (update_action_sensitivity),
3259         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
3260
3261         s/next page/page down
3262         s/previous page/page up
3263
3264 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
3265
3266         * data/evince-ui.xml:
3267
3268         Change the layout to match clarkbw design.
3269
3270         * shell/Makefile.am:
3271         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
3272         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
3273         (ev_navigation_action_finalize),
3274         (ev_navigation_action_set_property),
3275         (ev_navigation_action_get_property),
3276         (ev_navigation_action_class_init):
3277         * shell/ev-navigation-action.h:
3278
3279         Implement clarkbw toolbar navigation controls (incomplete)
3280
3281         * shell/ev-page-action.c: (update_label), (update_spin),
3282         (value_changed_cb), (create_tool_item), (connect_proxy),
3283         (ev_page_action_init), (ev_page_action_finalize),
3284         (ev_page_action_set_property), (ev_page_action_get_property),
3285         (ev_page_action_set_current_page),
3286         (ev_page_action_set_total_pages), (ev_page_action_class_init):
3287         * shell/ev-page-action.h:
3288
3289         Implement a page switcher in the toolbar
3290
3291         * shell/ev-view.c: (ev_view_scroll_view):
3292         * shell/ev-window.c: (update_total_pages), (ev_window_open),
3293         (update_current_page), (view_page_changed_cb), (goto_page_cb),
3294         (register_custom_actions), (ev_window_init):
3295
3296         Change page on PageUp/Down.
3297
3298 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
3299
3300         * pdf/xpdf/pdf-document.cc
3301         (pdf_document_thumbnails_get_thumbnail): initial stab at
3302         implementing thumbnail support for pdfs.  It only does documents
3303         with precached pdfs now.
3304
3305 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
3306
3307         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
3308         thumbnail code into a time-based idle as well.  Also, turn off the
3309         shadow temporarily as it's really slow.
3310
3311 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
3312
3313         * backend/ev-document.c: (ev_document_class_init):
3314         * pdf/xpdf/pdf-document.cc:
3315         * shell/ev-window.c: (ev_window_open):
3316
3317         Fix document title bugs and fallback to
3318         filename when not available.
3319
3320 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
3321
3322         * backend/ev-document.c: (ev_document_get_type),
3323         (ev_document_class_init), (ev_document_load),
3324         (ev_document_get_title):
3325         * backend/ev-document.h:
3326         * pdf/xpdf/pdf-document.cc:
3327         * ps/ps-document.c: (ps_document_set_property),
3328         (ps_document_get_property), (ps_document_class_init),
3329         (document_load):
3330         * ps/ps-document.h:
3331         * ps/ps.h:
3332         * shell/ev-window.c: (update_window_title), (ev_window_open),
3333         (ev_window_init):
3334
3335         Initial support for document title. Not working yet.
3336
3337 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
3338
3339         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
3340
3341         Grab focus on the view when clicking it
3342
3343 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
3344
3345         * shell/ev-marshal.list:
3346         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
3347         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
3348
3349         Add key bindings to the view. Now if the focus would work
3350         right...
3351
3352 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
3353
3354         * Makefile.am:
3355         * backend/Makefile.am:
3356         * data/Makefile.am:
3357         * dvi/Makefile.am:
3358         * dvi/dvilib/Makefile.am:
3359         * pdf/xpdf/Makefile.am:
3360         * po/POTFILES.in:
3361         * ps/Makefile.am:
3362
3363         Fix distcheck
3364
3365 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3366
3367         * shell/ev-view.c: (ev_view_realize):
3368
3369         Fix mouse wheel scrolling
3370
3371 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3372
3373         * ps/Makefile.am:
3374         * ps/gstypes.h:
3375         * ps/gtkgs.c:
3376         * ps/gtkgs.h:
3377         * ps/ps-document.c: (catchPipe), (ps_document_init),
3378         (ps_document_class_init), (ps_document_cleanup),
3379         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
3380         (set_up_page), (close_pipe), (is_interpreter_ready),
3381         (interpreter_failed), (output), (input), (start_interpreter),
3382         (stop_interpreter), (file_length), (file_readable),
3383         (check_filecompressed), (check_pdf), (compute_xdpi),
3384         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
3385         (ps_document_get_type), (ps_document_emit_error_msg),
3386         (document_load), (ps_document_next_page),
3387         (ps_document_get_current_page), (ps_document_get_page_count),
3388         (ps_document_goto_page), (ps_document_set_page_size),
3389         (ps_document_zoom_to_fit), (ps_document_set_zoom),
3390         (ps_document_load), (ps_document_get_n_pages),
3391         (ps_document_set_page), (ps_document_get_page),
3392         (ps_document_widget_event), (ps_document_set_target),
3393         (ps_document_set_scale), (ps_document_set_page_offset),
3394         (ps_document_get_page_size), (ps_document_render),
3395         (ps_document_document_iface_init):
3396         * ps/ps-document.h:
3397         * ps/ps.c:
3398         * shell/ev-window.c: (ev_window_open):
3399
3400         Rename GtkGS to PSDocument
3401
3402 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3403
3404         * ps/gtkgs.c: (gtk_gs_class_init):
3405         * ps/gtkgs.h:
3406
3407         Some more leftover...
3408
3409 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3410
3411         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
3412         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
3413         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
3414         * ps/gtkgs.h:
3415
3416         Remove unused code and make a lot of stuff private
3417
3418 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3419
3420         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
3421         (gtk_gs_defaults_changed):
3422         * ps/gsdefaults.h:
3423         * ps/gtkgs.c:
3424         * ps/gtkgs.h:
3425         * ps/ps.h:
3426
3427         Cleanup headers dependencies
3428
3429 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3430
3431         * ps/Makefile.am:
3432         * ps/ggvutils.c:
3433         * ps/ggvutils.h:
3434         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3435         * ps/gsdefaults.h:
3436         * ps/gtkgs.c: (file_length), (file_readable),
3437         (check_filecompressed), (check_pdf), (gtk_gs_load),
3438         (gtk_gs_get_postscript):
3439
3440         Get rid of ggvutils
3441
3442 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
3443
3444         * ps/ggvutils.c:
3445         * ps/ggvutils.h:
3446         * ps/gsio.h:
3447         * ps/gtkgs.c: (gtk_gs_set_zoom):
3448
3449         Cleanups
3450
3451 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
3452
3453         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
3454
3455         Ensure the page is rerendered when changing zoom
3456
3457 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
3458
3459         * backend/ev-document.c: (ev_document_base_init),
3460         (ev_document_changed):
3461         * backend/ev-document.h:
3462
3463         Add a changed event that is emitted when the page content
3464         changes. This is necessary to deal with the fact that
3465         in ps backend rendering happen asycrounously.
3466         This makes the ps backend mostly work.
3467
3468         * pdf/xpdf/pdf-document.cc:
3469
3470         Emit changed event
3471
3472         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
3473         (ps_document_set_target):
3474
3475         Emit changed event
3476
3477         * shell/ev-view.c: (document_changed_callback),
3478         (ev_view_set_document), (ev_view_set_page):
3479
3480         Redraw on the changed signal
3481
3482 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
3483
3484         * configure.ac: Added pt_BR to ALL_LINGUAS.
3485
3486 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
3487
3488         * backend/ev-document-bookmarks.c:
3489         (ev_document_bookmarks_get_child): *
3490         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
3491         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
3492         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
3493         (ev_sidebar_bookmarks_destroy),
3494         (ev_sidebar_bookmarks_class_init),
3495         (ev_sidebar_bookmarks_construct), (stack_data_free),
3496         (do_one_iteration), (populate_bookmarks_idle),
3497         (ev_sidebar_bookmarks_clear_document),
3498         (ev_sidebar_bookmarks_set_document): *
3499         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
3500         (ev_sidebar_add_page),
3501         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
3502         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
3503         it displays both the topics and the page numbers.
3504
3505 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
3506
3507         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
3508         toggle.
3509         * shell/ev-window.c (toggle_entries): Set sidebar default value to
3510         visible.
3511
3512 2004-12-23  Adam Weinberger  <adamw@gnome.org>
3513
3514         * configure.ac: Added en_CA to ALL_LINGUAS.
3515
3516 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
3517
3518         * ChangeLog: replace bottom of this ChangeLog (merged history of
3519         ggv and gpdf; where all paths were wrong and most of the files are
3520         not even in this tree) with ChangeLog (from arch) of the shell
3521         code.
3522
3523 2004-12-23  Havoc Pennington  <hp@redhat.com>
3524
3525         * shell/ev-window.c: hook up potentially-questionable "find
3526         results status text" feature - something involving the sidebar or
3527         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
3528         might be better in the end.
3529
3530         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
3531         with corresponding signal when it should be updated
3532
3533         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
3534
3535 2004-12-22  Havoc Pennington  <hp@redhat.com>
3536
3537         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
3538         find stuff on other pages, sort of (only returns one result on
3539         invisible pages, to show they have results; updates full results
3540         for a page when you view it). Currently repaints the current page
3541         every time a new result is found on any page, which isn't so nice.
3542
3543 2004-12-22  Havoc Pennington  <hp@redhat.com>
3544
3545         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
3546         the document doesn't support find (better ideas?)
3547         (find_bar_search_changed_cb): handle missing document or document
3548         that doesn't support find
3549
3550         * pdf/xpdf/pdf-document.cc: port to implement the new
3551         EvDocumentFindIface
3552
3553         * backend/ev-document-find.c: create a new interface for searching
3554
3555         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
3556
3557 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
3558
3559         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
3560         libevbackend.la.
3561
3562         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
3563         EvPrintJob constructor arguments.
3564
3565         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
3566         for documents that can export PostScript (page by page).
3567
3568         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
3569         
3570         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
3571         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
3572         (pdf_document_ps_exporter_iface_init:
3573         Implement EvPSExporter.
3574
3575         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
3576
3577 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3578
3579         * backend/Makefile.am:
3580         * backend/ev-document-thumbnails.c:
3581         (ev_document_thumbnails_get_type),
3582         (ev_document_thumbnails_get_thumbnail):
3583         * backend/ev-document-thumbnails.h:
3584         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
3585         (pixbuf_document_thumbnails_get_thumbnail),
3586         (pixbuf_document_document_thumbnails_iface_init):
3587         * shell/Makefile.am:
3588         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
3589         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
3590         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
3591         * shell/ev-sidebar-thumbnails.h:
3592         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
3593         (ev_sidebar_set_document):
3594         * shell/ev-utils.c: (gaussian), (create_blur_filter),
3595         (create_shadow), (ev_pixbuf_add_shadow):
3596         * shell/ev-utils.h:
3597         Add thumbnail support.
3598         
3599 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3600
3601         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
3602         (using_postscript_printer): Set up a print dialog for "PostScript
3603         injection" method.
3604
3605         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
3606         EvPrintJob.
3607
3608         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
3609
3610 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3611
3612         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
3613         (ps_document_set_target), (ps_document_get_page_size),
3614         (ps_document_render):
3615         * ps/gtkgs.h:
3616
3617         Fix a few bugs
3618
3619 2004-12-22  Christian Rose  <menthos@menthos.com>
3620
3621         * configure.ac: Added "sv" to ALL_LINGUAS.
3622
3623 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
3624
3625         * backend/ev-document-bookmarks.[ch]: new interface to indicate
3626         document supports bookmarks.
3627
3628 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3629
3630         * ps/ggvutils.c: (ggv_file_readable):
3631         * ps/ggvutils.h:
3632         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
3633         (gtk_gs_get_postscript):
3634
3635         Remove unused utils
3636
3637 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3638
3639         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
3640         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
3641         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
3642         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
3643         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
3644         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
3645         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
3646         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
3647         (gtk_gs_set_antialiasing), (ps_document_load),
3648         (ps_document_render):
3649         * ps/gtkgs.h:
3650
3651         Another check point for the ps backend. Now I can get it to show
3652         pages!
3653
3654 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
3655
3656         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
3657         document setting code.
3658
3659 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3660
3661         * shell/eggfindbar.c: (entry_activate_callback):
3662         Animate the next button when activate is pressed.
3663         
3664 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3665
3666         * shell/ev-window.c: (ev_window_cmd_edit_find),
3667         (update_fullscreen_popup), (ev_window_fullscreen),
3668         (ev_window_unfullscreen), (ev_window_state_event_cb),
3669         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
3670         Fix bugs in fullscreen code.
3671         
3672 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3673
3674         * Makefile.am:
3675         * configure.ac:
3676         * pixbuf/Makefile.am:
3677         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
3678         (pixbuf_document_load), (pixbuf_document_get_n_pages),
3679         (pixbuf_document_set_page), (pixbuf_document_get_page),
3680         (pixbuf_document_set_target), (pixbuf_document_set_scale),
3681         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
3682         (pixbuf_document_render), (pixbuf_document_begin_find),
3683         (pixbuf_document_end_find), (pixbuf_document_finalize),
3684         (pixbuf_document_class_init),
3685         (pixbuf_document_document_iface_init), (pixbuf_document_init):
3686         * pixbuf/pixbuf-document.h:
3687         * shell/Makefile.am:
3688         * shell/ev-application.c: (ev_application_open):
3689         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
3690         (ev_window_open):
3691         Add pixbuf backend.
3692         
3693 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
3694
3695         * Makefile.am: 
3696         * dvi/dvilib/Makefile.am:
3697         * dvi/Makefile.am:
3698         * configure.ac: Auto*ify dvi and dvi/dvilib
3699
3700         * dvi/Makefile: Remove from CVS
3701         
3702         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
3703         confusion.
3704
3705         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
3706         
3707         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
3708         
3709 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3710
3711         * ps/Makefile.am:
3712         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
3713         (gtk_gs_value_adjustment_changed), (compute_size),
3714         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
3715         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
3716         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
3717         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
3718         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
3719         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
3720         (ps_document_load), (ps_document_get_n_pages),
3721         (ps_document_set_page), (ps_document_get_page),
3722         (ps_document_set_target), (ps_document_set_scale),
3723         (ps_document_set_page_offset), (ps_document_get_page_size),
3724         (ps_document_render), (ps_document_begin_find),
3725         (ps_document_end_find), (ps_document_document_iface_init):
3726         * ps/gtkgs.h:
3727         * shell/Makefile.am:
3728         * shell/ev-window.c: (ev_window_open):
3729
3730         Some work to integrate gtkgs with EvDocument
3731
3732 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3733
3734         * shell/ev-window.c: (update_fullscreen_popup),
3735         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
3736         (exit_fullscreen_button_clicked_cb),
3737         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
3738         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
3739         (ev_window_state_event_cb), (ev_window_init):
3740         Add fullscreen support from Epiphany.
3741         
3742 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3743
3744         * data/ev-stock-zoom-fit-width.png: fit-width
3745         stock icon from gpdf.
3746         
3747         * shell/ev-stock-icons.[ch]: copied from gpdf.
3748         
3749         * shell/main.c: (main): init stock icons.
3750         
3751         * shell/ev-window.c: use the fit-width icon.
3752         
3753         * data/evince-ui.xml: add zooming toolbar items.
3754
3755 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3756
3757         * shell/ev-view.c: 
3758         (ev_view_best_fit), (ev_view_fit_width): because
3759         get_page_size() returns the scaled page size, we
3760         need to calculate the scale factor relative to
3761         the previous scale factor. Should really just
3762         add get_real_page_size().
3763
3764 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3765
3766         * shell/ev-view.[ch]:
3767         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
3768         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
3769         add zooming.
3770         
3771         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
3772         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
3773         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
3774         hook it up.
3775         
3776         * pdf/xpdf/pdf-document.cc:
3777         (pdf_document_begin_find),
3778         (pdf_document_end_find): make static.
3779
3780 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3781
3782         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
3783
3784         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
3785         names to fontconfig patterns.
3786         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
3787
3788         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
3789         setupBaseFontsFc.
3790
3791 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3792
3793         * Makefile.am:
3794         * configure.ac:
3795         * ps/Makefile.am:
3796         * ps/ggvutils.c:
3797         * ps/ggvutils.h:
3798         * ps/gsdefaults.c:
3799         * ps/gsdefaults.h:
3800         * ps/gsio.c:
3801         * ps/gsio.h:
3802         * ps/gtkgs.c:
3803         * ps/gtkgs.h:
3804         * ps/ps.c:
3805         * ps/ps.h:
3806
3807         Import ggv backend. Not hooked up yet.
3808
3809 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3810
3811         * shell/main.c: (load_files), (main): load files
3812         from the command line.
3813
3814 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3815
3816         * configure.ac: don't require bonobo.
3817         
3818         * cut-n-paste/recent-files/*: kill bonobo recent
3819         view.
3820
3821         * shell/ev-window.c:
3822         (ev_window_is_empty): upd.
3823         (unable_to_load), (ev_window_open): load backend
3824         based on the mime type.
3825
3826 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3827
3828         * backend/.cvsignore: ignore generated marshalers source.
3829
3830         * shell/main.c (main): this is not epiphany.
3831
3832 2004-12-22  Havoc Pennington  <hp@redhat.com>
3833
3834         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
3835         (expose_bin_window): draw find highlights
3836
3837         * shell/ev-window.c (find_bar_search_changed_cb): implement 
3838         
3839         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
3840         (pdf_document_end_find): implement this interface
3841
3842         * backend/ev-document.c (ev_document_found): add this to emit
3843         signal
3844
3845 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
3846
3847         * data/evince-ui.xml: Add a few more toolbar items.
3848
3849         * shell/ev-window.c: Hook up page navigation toolbar 
3850         items.
3851
3852         * shell/ev-view.[ch]: add ev_view_set/get_page and 
3853         a page-changed signal.
3854
3855         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
3856         Add ev_document_get_page().
3857
3858         * shell/ev-window.c: Sensitize/desensitize navigation
3859         actions.
3860
3861 2004-12-21  Havoc Pennington  <hp@redhat.com>
3862
3863         * backend/ev-backend-marshal.c,
3864         backend/ev-backend-marshalers.list, backend/Makefile.am: add
3865         marshaler-generator thingy. I'm sure there's a better way to do
3866         this in the modern world.
3867
3868         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
3869         end_find methods and "found" signal.
3870
3871         * configure.ac: find glib-genmarshal
3872
3873 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
3874
3875         * shell/ev-sidebar.c: Construct an actual sidebar.
3876         * shell/ev-sidebar-bookmarks.[ch]:
3877         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
3878
3879 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
3880
3881         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
3882         Redo size handling.
3883         
3884         * shell/ev-view.c: Track the size from the document.
3885
3886 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
3887
3888         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
3889         constructor assumes ownership of the string passed in.
3890         
3891         * shell/ev-window.c (ev_window_open): Destroy the error
3892         dialog once we've displayed it.
3893
3894 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
3895
3896         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
3897         a bit, it works! (sort of)
3898
3899         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
3900         Move to .cc since we need to use C++ in the implementation.
3901
3902         * shell/dummy.cc: Add a CC file to force evince
3903         to be linked as a C++ program.
3904
3905 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
3906
3907         * shell/ev-view.[ch]: Start of content-area widget.
3908
3909         * shell/ev-window.c: Create a EvView, update it
3910         as we change documents.
3911
3912         * shell/Makefile.am shell/ev-marshal.list: Add
3913         generated marshalers.
3914
3915 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
3916
3917         * Makefile.am (SUBDIRS): move shell.
3918
3919 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
3920
3921         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
3922         .a to libtool convenience libraries.
3923
3924         * shell/ev-window.c (ev_window_open): Hard code loading
3925         a PDF document.
3926         
3927         * backend/ev-document.h: Add a boolean return to load(),
3928         fix GError * to GError **.
3929
3930         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
3931         object for a PDF backend EvDocument.
3932
3933 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
3934
3935         * dvi/*: New directory with the beginning of a .dvi backend.
3936
3937 2004-12-21  Havoc Pennington  <hp@redhat.com>
3938
3939         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
3940         previous/next instead of back/forward
3941
3942 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
3943
3944         * backend/ev-document.[ch]: Fix a couple of problems so
3945         it compile.
3946
3947 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
3948
3949         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
3950         to backend/ directory, rename EvViewer to EvDocument.
3951
3952 2004-12-21  Havoc Pennington  <hp@redhat.com>
3953
3954         * shell/ev-window.c: hook up the find bar widget; now we just need
3955         a document to find things in
3956
3957         * shell/eggfindbar.c: a find bar widget
3958
3959 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
3960
3961         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
3962
3963 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
3964
3965         * pdf/**: Import of xpdf code from gpdf. 
3966
3967         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
3968
3969         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
3970         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
3971         Fix FreeType includes.
3972
3973         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
3974         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
3975         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
3976         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
3977         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
3978         Include xpdfconfig.h
3979         
3980 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
3981
3982         * shell/ev-window.c (ev_window_dispose): dispose can be called
3983         multiple times.
3984
3985 2004-12-21  Havoc Pennington  <hp@redhat.com>
3986
3987         * shell/ev-window.c (ev_window_init): set title to Document Viewer
3988         rather than Evince
3989
3990         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
3991         items; really they should be synced with the strings, etc. from
3992         current gpdf, but just getting the boring typing out of the way 
3993
3994 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3995
3996         * po/POTFILES.in:
3997         * shell/ev-application.c: (window_destroy_cb):
3998         * shell/ev-window.c:
3999         * shell/main.c: (main):
4000
4001         Actually show the window...
4002
4003 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
4004
4005         * Makefile.am:
4006         * shell/Makefile.am:
4007         * shell/ev-application.c: (ev_application_class_init):
4008         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
4009
4010         Make it build again
4011
4012 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
4013
4014         Import to gnome cvs.
4015         
4016         * Remove copies of gpdf and ggv trees.
4017         * Rip out all the recursive configure code.
4018         * Remove bonobo machinery.
4019         * viewer/*: GInterfaces that backends should/can implement.
4020
4021 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4022
4023         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
4024         typo
4025
4026 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4027
4028         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
4029         (ev_application_finalize, ev_application_class_init)
4030         (ev_application_init): use GType instance private data for priv.
4031     
4032         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
4033         (ev_window_finalize, ev_window_class_init)
4034         (ev_window_init): ditto.
4035
4036 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4037
4038         * shell/ev-application.c (ev_application_new_window): make public
4039         (ev_application_show_initial_window): kill.
4040     
4041         * shell/ev-application.h: update prototypes.
4042     
4043         * shell/main.cc (main): inline ev_application_show_initial_window.
4044
4045 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4046
4047         * shell/ev-application.c (ev_application_new_window): impl.
4048         (ev_application_show_initial_window): use it.
4049         (is_window_empty, ev_application_get_empty_window): returns an
4050         existing empty window or a new one.
4051         (ev_application_open): from ev_window_cmd_file_open.
4052     
4053         * shell/ev-application.h: update prototypes
4054     
4055         * shell/ev-window.c (ev_window_is_empty): impl.
4056         (ev_window_open): make public.
4057         (ev_window_cmd_file_open): use ev_application_open
4058     
4059         * shell/ev-window.h: update prototypes, remove unused.
4060
4061 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4062
4063         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
4064         move destroy handler out of here...
4065     
4066         * shell/ev-application.c, shell/ev-application.h: ...into this new
4067         class. Also handles initial window creation.
4068     
4069         * shell/main.cc (main): use EvApplication to create initial
4070         window.
4071
4072 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4073
4074         * Makefile.am (SUBDIRS): add cut-n-paste
4075     
4076         * cut-n-paste/Makefile.am: add
4077     
4078         * configure.ac: generate Makefiles in cut-n-paste
4079
4080 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4081
4082         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
4083         (ev_window_class_init): install ev_window_dispose.
4084
4085 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4086
4087         * shell/ev-window.h, shell/ev-window.c: replace gchar with
4088         char (gchar looks stupid).
4089
4090 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4091
4092         * po/de.po: updated German translation.
4093
4094 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4095
4096         * configure.ac: add more pkg-config library checks for gnome-vfs,
4097         bonobo etc.
4098     
4099         * gpdf/configure.in: temporarily disable libpaper
4100         checks. Otherwise I'd have to add the checks for the shell, too.
4101
4102 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4103
4104         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
4105         and * file filters to the file choose.
4106
4107 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4108
4109         * po/de.po: Updated German translation.
4110
4111 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4112
4113         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
4114
4115 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4116
4117         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
4118     
4119         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
4120         (ev_window_init): implement those menuitems.
4121
4122 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4123
4124         * data/evince-ui.xml: add a toolbar (with FileOpen action)
4125     
4126         * shell/ev-window.c (ev_window_init): use the toolbar.
4127
4128 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4129
4130         * shell/ev-window.c (ev_window_init): use menu translations
4131
4132 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4133
4134         * configure.ac: add "de" to ALL_LINGUAS.
4135     
4136         * po/de.po: add German translation.
4137
4138 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4139
4140         * Makefile.am (SUBDIRS): add po
4141     
4142         * configure.ac: check intltool, glib-gettext etc, generate
4143         po/Makefile.in
4144     
4145         * po, po/POTFILES.in, po/POTFILES.skip: new.
4146
4147 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4148
4149         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
4150         already use (#ifdef ENABLE_NLS)
4151     
4152         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
4153         pointer indirection thinko.
4154     
4155         * shell/main.c: include gi18n.h for bindtextdomain etc.
4156
4157 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4158
4159         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
4160         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
4161         tooltips for menu items in the statusbar.
4162
4163 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4164
4165         * configure.ac, data/Makefile.am, shell/Makefile.am: use
4166         pkgdatadir drop UIDIR
4167
4168 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4169
4170         * data/evince-ui.xml: Add File->Open menu item
4171     
4172         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
4173         chooser), hook it up in the ui manager.
4174
4175 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4176
4177         * shell/ev-window.c: fix Help->About tooltip.
4178
4179 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
4180
4181         * configure.ac: set CFLAGS for libevprivate.
4182     
4183         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
4184         definitions, factory etc.
4185     
4186         * lib/Makefile.am: build libevprivate.a (only stock icon code).
4187     
4188         * shell/Makefile.am: link against libevprivate.a.
4189     
4190         * shell/ev-window.c (entries): add stock icon to Help->About.
4191     
4192         * shell/main.c (main): init stock icon code.
4193
4194 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4195
4196         * lib/recent-files: egg recent files code
4197     
4198         * lib/Makefile.am: add.
4199     
4200         * Makefile.am: add lib subdir.
4201     
4202         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
4203         set CFLAGS for recent-files.
4204
4205 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4206
4207         * configure.ac: disable -ansi and -pedantic gcc flags. They
4208         disable POSIX stuff in stdio.h, but egg-recent uses them.
4209
4210 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
4211
4212         * configure.ac: add --disable-deprecated flag (defaults to on in
4213         "cvs" builds).
4214     
4215         * shell/Makefile.am (INCLUDES): use it.
4216
4217 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4218
4219         * shell/main.c: add missing #include.
4220     
4221         * shell/ev-window.c: fix for pedantic gcc.
4222         (ev_window_cmd_help_about): split license into paragraphs for
4223         translators and pedantic compilers.
4224
4225 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4226
4227         * configure.ac: add more warning flags if compiling with gcc from
4228         cvs (or explicitly requested with --enable-more-warnings).
4229
4230 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4231
4232         * data/evince-ui.xml: add File and File->Close menu.
4233     
4234         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
4235         (ev_window_destroy): quit after destroy.
4236         (ev_window_class_init): override GtkObject::destroy.
4237         (entries): install close_window callback.
4238
4239 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4240
4241         * Makefile.am (SUBDIRS): add data subdir.
4242     
4243         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
4244         gtk+ 2.5.0 for GtkAboutDialog.
4245     
4246         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
4247         main window.
4248     
4249         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
4250     
4251         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
4252         manager.
4253         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
4254
4255 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4256
4257         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
4258
4259 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4260
4261         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
4262
4263 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4264
4265         * shell/*: Added shell directory boilerplate, build it.
4266
4267 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4268
4269         * configure.ac, Makefile.am: Added top-level configure.ac and
4270         Makefile.am