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