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