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