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