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