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