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