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